Skip to content

Releases: skybrud/Skybrud.ImagePicker

Skybrud.ImagePicker v1.1.7

20 Apr 11:55
Compare
Choose a tag to compare

Installation

Changelog

  • Fixed an with validation of required fields due to an Umbraco version check - as it failed to detect Umbraco 7.10 (see 6e8a900).

Skybrud.ImagePicker v1.1.6

20 Apr 09:43
Compare
Choose a tag to compare

Skybrud.ImagePicker v1.1.5

22 Jan 10:31
Compare
Choose a tag to compare

Installation

Changelog

  • The previous release (v1.1.4) unintentionally included some older files from our LinkPicker package. With this release, the old files have now been updated, and are no longer included in the NuGet package - as the LinkPicker is already a dependency (see 258830d).

Skybrud.ImagePicker v1.1.4

18 Jan 13:08
Compare
Choose a tag to compare

Installation

Changelog

  • The Link property in ImagePickerList will now be serialized to null if the LinkPickerItem instance isn't valid. This may be a breaking change if you're serializing the model to JSON your own (4564005).

  • Various smaller improvements throughout the code base.

Skybrud.ImagePicker v1.1.3

05 Jan 13:11
Compare
Choose a tag to compare

Installation

Changelog

  • The build-in grid converter now also handles grid editors where the view property contains /App_Plugins/Skybrud.ImagePicker/Views/ImagePickerGridEditor.html - rather than just checking the editor alias (see 402bb17).

Skybrud.ImagePicker v1.1.2

13 Sep 09:02
Compare
Choose a tag to compare

Changelog

  • Single tile view available, if limit is set to 1 and using tile view.

Skybrud.ImagePicker v1.1.1

08 Feb 08:59
Compare
Choose a tag to compare

Changelog

  • Fixed an issue with view mode in the tiles partial - thanks to @rasmusfjord for finding (see
    dfeccf9).

Skybrud.ImagePicker v1.1.0

31 Jan 22:19
Compare
Choose a tag to compare

Changelog

Skybrud.ImagePicker v1.0.5

03 Jan 16:13
Compare
Choose a tag to compare

Changelog

  • Added support for Angular validation, making it possible to require that a title, description and/or link is specified for each item (see 43a1442).
  • Rather than adding a single image at a time, it is now possible so select multiple images to be inserted (see 9d9e393).
  • Fixed an issue with the grid editor where the editor configuration was stripped and not restored again when the Angular validation failed due to missing properties (see 4bbd1e2).

Skybrud.ImagePicker v1.0.4

23 Nov 10:41
Compare
Choose a tag to compare

Changelog

  • Fixed an issue where not all configuration options would have any effect in the UI (see 75e4b75).