Skip to content

Releases: abjerner/Limbo.Umbraco.MultiNodeTreePicker

v13.0.0

13 Nov 18:52
Compare
Choose a tag to compare

First stable 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.0

or the NuGet package manager:

Install-Package Limbo.Umbraco.MultiNodeTreePicker -Version 13.0.0

v13.0.0-alpha001

17 May 09:56
Compare
Choose a tag to compare

First alpha 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.0-alpha001

or the NuGet package manager:

Install-Package Limbo.Umbraco.MultiNodeTreePicker -Version 13.0.0-alpha001

v1.0.6

05 Mar 09:26
Compare
Choose a tag to compare

Installation

Install the NuGet package - either via the .NET CLI:

dotnet add package Limbo.Umbraco.MultiNodeTreePicker --version 1.0.6

or the NuGet package manager:

Install-Package Limbo.Umbraco.MultiNodeTreePicker -Version 1.0.6

Changelog

  • The IsSinglePicker property shouldn't be serialized (see bc44d9c)
    The IsSinglePicker property is part of the model for the data type configuration, but it's an auto property that only has a getter, and the return value is based on another property, so the property shouldn't be serialized when Umbraco's saves the data type.

  • Updated the Skybrud.Essentials dependency (see 4f08050)
    Might as well update it to the newest version.

v1.0.5

20 Sep 08:11
Compare
Choose a tag to compare

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 IMntpTypeConverter interface (see e3dc58b)
    This interface and the underlying logic gives a bit of extra options compared to the existing IMntpItemConverter - eg. the option for converting the entire list of selected item opposed to each item individually. The IMntpItemConverter interface 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.

v1.0.4

20 Jul 16:35
Compare
Choose a tag to compare

Installation

Install the NuGet package - either via the .NET CLI:

dotnet add package Limbo.Umbraco.MultiNodeTreePicker --version 1.0.4

or the NuGet package manager:

Install-Package Limbo.Umbraco.MultiNodeTreePicker -Version 1.0.4

Changelog

  • Updated the upper bound for the Umbraco dependencies to allow using the package with Umbraco 12 (see 2551f92)
    As Umbraco 12 was released earlier this week, and no changes are required for the package to run on Umbraco 12, the upper bound of the Umbraco dependencies has been raised to allow running on Umbraco 12.

  • Updated package manifest filter to set PackageId property in Umbraco 12 (see 333319d)
    In Umbraco 12, the PackageManifest clas now has a PackageId property to indicate the NuGet ID of a package. As of this release, the package uses reflection to set this property when the package is used with Umbraco 12.

  • Updated the Skybrud.Essentials dependency (see d3ca047)
    Might as well reference the newest version.

v1.0.3

23 Jun 08:50
Compare
Choose a tag to compare

Installation

Install the NuGet package - either via the .NET CLI:

dotnet add package Limbo.Umbraco.MultiNodeTreePicker --version 1.0.3

or the NuGet package manager:

Install-Package Limbo.Umbraco.MultiNodeTreePicker -Version 1.0.3

Changelog

  • Implemented a published model converter (see a5e7870)
    The purpose of the converter is that the value type of properties using this converter will be a published model (when using ModelsBuilder) rather than the normal IPublishedContent. If a common type can not be calculated, IPublishedContent will still be used as fall back for the value type.

    Part of the implementation is borrowed from @callumbwhyte's Super Value Converters package - thanks for originally writing this 👍

v1.0.2

30 May 15:26
Compare
Choose a tag to compare

Installation

Install the NuGet package - either via the .NET CLI:

dotnet add package Limbo.Umbraco.MultiNodeTreePicker --version 1.0.2

or the NuGet package manager:

Install-Package Limbo.Umbraco.MultiNodeTreePicker -Version 1.0.2

Changelog

  • Updated the Skybrud.Essentials dependency (see d11c10c)
    The dependency was a number of releases behind, so might as well update to the newest version.

  • Updated package manifest filter to specify friendly name and allow package telemetry (see be3e126)
    The package's friendly name is now used for the package manifest filter, and Umbraco will now send telemetry about the package to Umbraco HQ.

  • Fixed type name issue (see 27fcdcc)
    When selecting an item converted in the data type, the name of the type is saved along the other data type options. In previous releases, the type name would include the assembly file. As the file version may change between different releases of an assembly, this isn't ideal, and as such the file version and other information is stripped from the type name.

v1.0.1

21 Nov 18:05
Compare
Choose a tag to compare

Installation

Install the NuGet package - either via the .NET CLI:

dotnet add package Limbo.Umbraco.MultiNodeTreePicker --version 1.0.1

or the NuGet package manager:

Install-Package Limbo.Umbraco.MultiNodeTreePicker -Version 1.0.1

Changelog

  • Added upper bound for Umbraco dependencies (see aace4ad)
    This branch currently only supports Umbraco 10 and 11, so the version restriction now reflects this.

  • Enabled support for nullable reference types (see 6548e3b)

v1.0.0

06 Sep 16:14
Compare
Choose a tag to compare

Installation

Install the NuGet package - either via the .NET CLI:

dotnet add package Limbo.Umbraco.MultiNodeTreePicker --version 1.0.0

or the NuGet package manager:

Install-Package Limbo.Umbraco.MultiNodeTreePicker -Version 1.0.0