Releases: skybrud/Skybrud.ImagePicker
Skybrud.ImagePicker v2.0.0
Skybrud.ImagePicker v3.0.0-alpha003
New alpha release for Umbraco 9 🎉
Installation
Install for Umbraco 9 via NuGet:
dotnet add package Skybrud.ImagePicker --version 3.0.0-alpha003
Changelog
-
Added support for selecting a type converter for the V3 media picker (see 4242ae7)
Similar to some of our other Umbraco 9 packages, the Skybrud ImageWithCrops property editor now supports selecting a type converter, which may be used to return a more suitable type for the selected items. -
Updated Skybrud.Essentials dependency (see 0466562)
The dependency was a few versions behind, so it has now been updated to the latest version. -
Moved assets registration to C# (see 2cf7df3)
Instead of registering the assets via apackage.manifest
file, the assets are now registered from C# via our customImagePickerManifestFilter
class.
Skybrud.ImagePicker v3.0.0-alpha002
New alpha release for Umbraco 9 🎉
Installation
Install for Umbraco 9 via NuGet:
dotnet add package Skybrud.ImagePicker --version 3.0.0-alpha002
Skybrud.ImagePicker v3.0.0-alpha001
First alpha release for Umbraco 9 🎉
Installation
Install for Umbraco 9 via NuGet:
dotnet add package Skybrud.ImagePicker --version 3.0.0-alpha001
Skybrud.ImagePicker v2.0.0-alpha004
New alpha release for Umbraco 8 🎉
Installation
Changelog
- Fixed an issue when the Pick multiple items is enabled (19b4239)
The previous release introduced a bug when the Pick multiple items option is enabled, but the Model options is left blank. This has now been fixed.
Skybrud.ImagePicker v2.0.0-alpha003
New alpha release for Umbraco 8 🎉
Installation
Changelog
-
Added support for custom models (c19ffd1)
By default, the property value will be returned as eitherImagePickerImage
orIEnumerable<ImagePickerImage>
depending on the data type configuration. As of this release, an optional Model configuration option let's you specify a .NET type that will be used instead. The value, if specified, should be the assembly qualified name of the type. -
Added support for selecting multiple images (see 9d12d04)
The data type lets you configure to the picker to allow users to select multiple images. The internal property editor didn't follow this option, so the property would always only return a single item. With this release, a collection of images is now returned instead if the Pick multiple items option is selected.
Skybrud.ImagePicker v2.0.0-alpha002
New alpha release for Umbraco 8 🎉
Installation
Changelog
- Crop mode should always be
crop
(d8bc78c)
pad
doesn't actually crop the image, so information about the focal point is not included in the URL.
Skybrud.ImagePicker v2.0.0-alpha001
Skybrud.ImagePicker v1.1.9
Installation
Changelog
-
Added Bosnian translation - thanks to PR by @mirhat (see 948abe9).
-
Added Croatian translation - thanks to PR by @mirhat (see 5097100).
-
The
ImagePickerItem
class now exposes anImageId
property (see 6568e9c). -
The input fields for the image width and height are now a bit wider so there is enough space to show the value (see #11 and c416ac3).
-
The package now better reflects the new colors introduced in Umbraco 7.6 (see a70e804 and 90352e5).
-
Added "edit" button next the the "delete" button (see 98ecc6d).
-
Removed double table border introduced by changes in Umbraco's styling (see #13 and c937593).
Skybrud.ImagePicker v1.1.8
Added noCrop option, for handling cases where users don´t want imagecrop.