Skybrud.Forms v1.0.0-beta004
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)
TheForm
class now exposes a dictionary through theLabels
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
andAddRadioList
extension methods (see 2bd806d)
The new extension methods allow specifying anIEnumerable<T>
collection and a callback function for converting each item intoListItem
instances.