Version 17.0.0-alpha002

Alpha
Date 2026-08-13 (7 days ago)
Downloads 40 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 10
Umbraco Versions Umbraco 17

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

Supported Umbraco versions

  • Umbraco 17

Target Framework

  • .NET 10

Installation

To install the package via NuGet, you can use either .NET CLI:

dotnet add package Limbo.Umbraco.TwentyThree --version 17.0.0-alpha002

or the NuGet Package Manager:

Install-Package Limbo.Umbraco.TwentyThree -Version 17.0.0-alpha002

Changelog

  • Updated Video property editor element to support legacy videos values not specifying a type (see #8 and d32504d)
    Property values saved using earlier versions of this package may not save a type property, which would cause the property editor UI not being able to fully detect the saved value.

  • Misc styling to ensure break points for the Video property editor UI (see #9 and 241536a)
    The property editor UI now has some breakpoints ensuring it works better in narrow spaces - e.g. in a modal or similar.