Skip to content

Releases: skybrud/Skybrud.ImagePicker

Skybrud.ImagePicker v1.0.3

21 Nov 13:13
Compare
Choose a tag to compare

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

Skybrud.ImagePicker v1.0.2

20 Oct 10:49
Compare
Choose a tag to compare

Changelog

  • An img element was using the "src" with an Angular expression, which would cause the browser to to download a non-existing image. The element has been updated to use ng-src instead (see 4f74143).
  • Expanding a row or adding a new row will now cause all other rows to be collapsed (see c885777 and eb24cd0).
  • If the Umbraco version is 7.4 or above, the new media picker overlay will now be used instead of the old one in the dialog service. Besides doing like Umbraco will with future dialogs/overlays, the new overlay also saves the last folder browsed by the user, and remembers the folder for the next time the user opens the media picker (see 00cfd11).
  • Fixed some issues with ui-sortable (see 4f8ea01).
  • Saving the property editor would force all $ properties to be stripped. This has now been fixed (see 4e6b1cc).

Skybrud.ImagePicker v1.0.1

11 Oct 09:08
Compare
Choose a tag to compare

Changelog

  • Due to an incorrect build action in Visual Studio, package.manifest was not included in the NuGet package for v1.0.0. This has now been fixed (see 2ff2d0d).

Skybrud.ImagePicker v1.0.0

11 Oct 08:11
Compare
Choose a tag to compare