Skip to content

v17.0.0-alpha002

Pre-release
Pre-release

Choose a tag to compare

@abjerner abjerner released this 13 Aug 08:54
· 0 commits to v13/main since this release

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.