Skip to content

v13.0.1

Latest
Compare
Choose a tag to compare
@abjerner abjerner released this 30 Oct 17:03
· 1 commit to v13/main since this release

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

Installation

Install via NuGet - either via the .NET CLI:

dotnet add package Limbo.Umbraco.DreamBroker --version 13.0.1

or the NuGet package manager:

Install-Package Limbo.Umbraco.DreamBroker -Version 13.0.1

Changelog

  • Added logic for parsing a source value into a valid property value for the video data type (see ae6f25c)
    Both the DreamBrokerService class and the new DreamBrokerUtils static class now expose functionality for converting a source value (video URL) into an instance of DreamBrokerIntermediaryVideoValue, which when serialized to JSON, matches the value saved by the property editor.

  • Fixed icon names (see a156db7)
    The package contains two SVG icons with the aliases icon-dreambroker and icon-dreambroker-alt. To normalize the naming across our video picker packages, the aliases are now icon-limbo-dreambroker and icon-limbo-dreambroker-alt instead.

  • Updated the property value model a bit (see 26c78d6)
    In previous versions of the package, the property editor has saved the video information model.value.video. To normalize this across our video picker packages, this has now been changed to model.value.details. This is handled gracefully, so that the package still supports the old value.