Version 13.0.3

Date 2026-02-13 (9 days ago)
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 8
Umbraco Versions Umbraco 13

New release for Umbraco 13. This release will not work with other versions of Umbraco.

#installation">Installation

Via NuGet:

.NET CLI:

dotnet add package Limbo.Umbraco.BlockList --version 13.0.3

NuGet Package Manager:

Install-Package Limbo.Umbraco.BlockList -Version 13.0.3

#changelog">Changelog

  • Introduced new LimboBlockListPropertyNotificationHandler (see a2e63a7)
    For Umbraco's own block list, Umbraco is handling misc scenarios - e.g. when copying a page, the blocks on the new page are assigned new UDIs. Since our block list is a separate property editor, Umbraco's logis wasn't applied to our block list. With this release, we're now using Umbraco's logic for our block list property, thereby taking care of the same scenarios as Umbraco does for theirs.

  • Updated the Skybrud.Essentials dependency (see d4ff17a)
    The dependency has been updated from v1.1.57 to v1.1.63. This is primarily "house cleaning", and doesn't affect the package directly.