Skybrud.ImagePicker v1.0.3
Breaking changes
- The
Image
property of theImagePickerItem
now returns an instance ofImagePickerImage
(instead ofIPublishedContent
) (see 2c7149d).
Other changes
- Introduced new
IsValid
property in theImagePickerList
class to support upcomingv2.0
of Skybrud.Umbraco.GridData (see 0222ab5). - Serializing the models to JSON didn't really work in previous releases - eg. due to circular references. Various properties have now been decorated with
JsonProperty
orJsonIgnore
attributes (see 2c7149d). - The property/grid editor is now translated, with translations currently available in
da-DK
,en-GB
anden-US
(see 1ba76a1).