Skip to content

Skybrud.ImagePicker v1.0.3

Compare
Choose a tag to compare
@abjerner abjerner released this 21 Nov 13:13

Breaking changes

  • The Image property of the ImagePickerItem now returns an instance of ImagePickerImage (instead of IPublishedContent) (see 2c7149d).

Other changes

  • Introduced new IsValid property in the ImagePickerList class to support upcoming v2.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 or JsonIgnore attributes (see 2c7149d).
  • The property/grid editor is now translated, with translations currently available in da-DK, en-GB and en-US (see 1ba76a1).