Skip to content

Skybrud.ImagePicker v2.0.0-alpha003

Pre-release
Pre-release
Compare
Choose a tag to compare
@abjerner abjerner released this 18 Nov 17:58

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.