Skip to content

Skybrud.LinkPicker v1.1.3

Compare
Choose a tag to compare
@abjerner abjerner released this 18 Jan 11:42

Installation

Changelog

  • Introduced new JSON converter for deserializing the models automatically with JSON.net (see 051fe7d)

  • Made default LinkPickerItem constructor public so we can make empty instances (see 27feee2).

  • Introduced Deserialize method for the LinkPickerItem class (see 784598c)

  • The LinkPickerGridConverter checks both the editor alias and view instead of just the alias
    (see 368ba74)

  • Introduced the LinkPickerItemConverter JSON converter class (see f4c2b07).