v1.0.0-alpha005
abjerner
released this
12 Sep 12:07
·
12 commits
to v1/main
since this release
New alpha release π
Installation
Install for Umbraco 9 via NuGet:
dotnet add package Limbo.Umbraco.DreamBroker --version 1.0.0-alpha005
Changelog
-
Fixed various issues with
$scope.model.value
beingnull
orundefined
(see e6bd13d)
The video property editor had a few issues where the code didn't properly check whether$scope.model.value
had a value before trying to set a property on it. -
Fixed input placeholder issue (see 1f76b5a)
The placeholder text was missing in previous releases. With this release, the placeholder text will now be showed correctly.