Skybrud.LinkPicker v1.1.3
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 theLinkPickerItem
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).