Date | 2022-09-12 (795 days ago) |
---|---|
Downloads | 508 downloads |
NuGet | View on NuGet |
GitHub | View on GitHub |
Target Frameworks | .NET 5 |
Umbraco Versions | Umbraco 9 |
New alpha release 🎉
#installation
">InstallationInstall for Umbraco 9 via NuGet:
dotnet add package Limbo.Umbraco.DreamBroker --version 1.0.0-alpha005
#changelog
">ChangelogFixed various issues with $scope.model.value
being null
or undefined
(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.