| Date | 2022-04-21 (1,293 days ago) |
|---|---|
| Downloads | 3,427 downloads |
| NuGet | View on NuGet |
| GitHub | View on GitHub |
| Target Frameworks | .NET 5 |
| Umbraco Versions | Umbraco 9 |
New alpha release for Umbraco 9 🎉
#installation">InstallationInstall for Umbraco 9 via NuGet:
dotnet add package Skybrud.ImagePicker --version 3.0.0-alpha003#changelog">ChangelogAdded 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.