v1.0.5
Installation
Install the NuGet package - either via the .NET CLI:
dotnet add package Limbo.Umbraco.MultiNodeTreePicker --version 1.0.5
or the NuGet package manager:
Install-Package Limbo.Umbraco.MultiNodeTreePicker -Version 1.0.5
Changelog
-
Introduced new
IMntpTypeConverterinterface (see e3dc58b)
This interface and the underlying logic gives a bit of extra options compared to the existingIMntpItemConverter- eg. the option for converting the entire list of selected item opposed to each item individually. TheIMntpItemConverterinterface and the logic around is kept for legacy support, so we don't break anything. -
Updated the Skybrud.Essentials dependency (see dda9c45)
Might as well reference the newest version.