Skip to content

Skybrud.Forms v1.0.0-beta006

Compare
Choose a tag to compare
@abjerner 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 their JsonPropertyAttribute.Order values, which gives a bit more flexibility to add custom properties between existing ones.

  • Fixed issue with the AddDateField extension method (see a3a761c)
    The AddDateField extension method would add a PasswordField instead of the correct DateField.

  • Introduced new static Form.Create methods (see a2dc96b)
    The methods replace the existing New methods, as the Create name has a better feel.