Skip to content

Skybrud.Forms v1.0.0-beta004

Compare
Choose a tag to compare
@abjerner abjerner released this 06 Jul 17:18

Installation

Changelog

  • Added JsonProperty attribute to the Name property (see 80afe85)
    This ensures the property behaves as described by the XML documentation of the property.

  • Added support for adding labels to the form model (see 938891e)
    The Form class now exposes a dictionary through the Labels property, representing the labels associated with the form (if any).

  • Updated the Skybrud.Essentials dependency (see e2e6aad)
    This release updates the dependency to the newest version.

  • Added order to the Form properties (see e7a0ee3)
    Might help making the generated JSON easier to read.

  • Added additional AddCheckboxList, AddDropDownList and AddRadioList extension methods (see 2bd806d)
    The new extension methods allow specifying an IEnumerable<T> collection and a callback function for converting each item into ListItem instances.