Skip to content

Releases: skybrud/Skybrud.ImagePicker

Skybrud.ImagePicker v2.0.0

16 Aug 06:53
Compare
Choose a tag to compare

First stable release for Umbraco 8 🎉

Installation

Skybrud.ImagePicker v3.0.0-alpha003

21 Apr 08:06
Compare
Choose a tag to compare

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 a package.manifest file, the assets are now registered from C# via our custom ImagePickerManifestFilter class.

Skybrud.ImagePicker v3.0.0-alpha002

10 Feb 11:56
Compare
Choose a tag to compare

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

09 Feb 13:07
Compare
Choose a tag to compare

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

18 Nov 18:06
Compare
Choose a tag to compare
Pre-release

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

18 Nov 17:58
Compare
Choose a tag to compare
Pre-release

New alpha release for Umbraco 8 🎉

Installation

Changelog

  • Added support for custom models (c19ffd1)
    By default, the property value will be returned as either ImagePickerImage or IEnumerable<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

28 Apr 12:44
Compare
Choose a tag to compare
Pre-release

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

04 Mar 08:27
Compare
Choose a tag to compare
Pre-release

First alpha release for Umbraco 8 🎉

Installation

Skybrud.ImagePicker v1.1.9

07 Nov 22:03
Compare
Choose a tag to compare

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 an ImageId 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

05 Jun 08:57
Compare
Choose a tag to compare

Added noCrop option, for handling cases where users don´t want imagecrop.