Releases: skybrud/Skybrud.ImagePicker
Releases · skybrud/Skybrud.ImagePicker
Skybrud.ImagePicker v1.1.7
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
Installation
Skybrud.ImagePicker v1.1.5
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
Installation
Changelog
-
The
Link
property inImagePickerList
will now be serialized to null if theLinkPickerItem
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
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
Skybrud.ImagePicker v1.1.1
Changelog
- Fixed an issue with view mode in the tiles partial - thanks to @rasmusfjord for finding (see
dfeccf9).
Skybrud.ImagePicker v1.1.0
Changelog
- The image picker now has a dependency for
v2.0.0
of Skybrud.Umbraco.GridData instead ofv1.5.x
. See the release notes for breaking changes (see
a255347).
Skybrud.ImagePicker v1.0.5
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
Changelog
- Fixed an issue where not all configuration options would have any effect in the UI (see 75e4b75).