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 theDreamBrokerService
class and the newDreamBrokerUtils
static class now expose functionality for converting a source value (video URL) into an instance ofDreamBrokerIntermediaryVideoValue
, 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 aliasesicon-dreambroker
andicon-dreambroker-alt
. To normalize the naming across our video picker packages, the aliases are nowicon-limbo-dreambroker
andicon-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 informationmodel.value.video
. To normalize this across our video picker packages, this has now been changed tomodel.value.details
. This is handled gracefully, so that the package still supports the old value.