Releases: skybrud/Skybrud.ImagePicker
Releases · skybrud/Skybrud.ImagePicker
Skybrud.ImagePicker v1.0.3
Breaking changes
- The
Image
property of theImagePickerItem
now returns an instance ofImagePickerImage
(instead ofIPublishedContent
) (see 2c7149d).
Other changes
- Introduced new
IsValid
property in theImagePickerList
class to support upcomingv2.0
of Skybrud.Umbraco.GridData (see 0222ab5). - Serializing the models to JSON didn't really work in previous releases - eg. due to circular references. Various properties have now been decorated with
JsonProperty
orJsonIgnore
attributes (see 2c7149d). - The property/grid editor is now translated, with translations currently available in
da-DK
,en-GB
anden-US
(see 1ba76a1).
Skybrud.ImagePicker v1.0.2
Changelog
- An
img
element was using the "src" with an Angular expression, which would cause the browser to to download a non-existing image. The element has been updated to useng-src
instead (see 4f74143). - Expanding a row or adding a new row will now cause all other rows to be collapsed (see c885777 and eb24cd0).
- If the Umbraco version is 7.4 or above, the new media picker overlay will now be used instead of the old one in the dialog service. Besides doing like Umbraco will with future dialogs/overlays, the new overlay also saves the last folder browsed by the user, and remembers the folder for the next time the user opens the media picker (see 00cfd11).
- Fixed some issues with
ui-sortable
(see 4f8ea01). - Saving the property editor would force all
$
properties to be stripped. This has now been fixed (see 4e6b1cc).
Skybrud.ImagePicker v1.0.1
Changelog
- Due to an incorrect build action in Visual Studio,
package.manifest
was not included in the NuGet package forv1.0.0
. This has now been fixed (see 2ff2d0d).