Skip to content

v1.0.0-alpha005

Compare
Choose a tag to compare
@abjerner 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 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.