v13.0.1
New release for Umbraco 13. This release will not work with other versions of Umbraco.
Installation
Install the NuGet package - either via the .NET CLI:
dotnet add package Limbo.Umbraco.MultiNodeTreePicker --version 13.0.1
or the NuGet package manager:
Install-Package Limbo.Umbraco.MultiNodeTreePicker -Version 13.0.1
Changelog
-
Updated the Skybrud.Essentials dependency (see da70751)
More legacy functionality, which will eventually be removed in v1.2.0, has now been marked as obsolete in v1.1.59, making it a good idea to update the dependency. -
Introduced new
IMntpConverterinterface to be shared betweenIMntpItemConverterandIMntpTypeConverter(see abb8d6f)
The new interface can be used as a generic type constraint that matches bothIMntpItemConverterandIMntpTypeConverter.