Skybrud.Forms v1.0.0-beta006
abjerner
released this
18 Aug 11:42
·
21 commits
to v1/main
since this release
Installation
Changelog
-
Changing the property order a bit when serializing to JSON (see 3b45af2 and c2f5126)
Some properties now have a higher gap in theirJsonPropertyAttribute.Order
values, which gives a bit more flexibility to add custom properties between existing ones. -
Fixed issue with the AddDateField extension method (see a3a761c)
TheAddDateField
extension method would add aPasswordField
instead of the correctDateField
. -
Introduced new static
Form.Create
methods (see a2dc96b)
The methods replace the existingNew
methods, as theCreate
name has a better feel.