Version 1.0.3

Date 2016-11-21 (2,916 days ago)
Downloads 1,221 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 4.5
Umbraco Versions Umbraco 7

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).