Date | 2020-11-07 (1,469 days ago) |
---|---|
Downloads | 2,204 downloads |
NuGet | View on NuGet |
GitHub | View on GitHub |
Target Frameworks | .NET 4.7.2 |
Umbraco Versions | Umbraco 8 |
New alpha release for Umbraco 8. This will not work in Umbraco 7.
#installation
">Installation#changelog
">ChangelogAdded extra null check for Providers
property (see b7e1459
)
If a video picker data type hasn't yet been configured, the list of providers may be null
. The added null check ensures that the value converter will not break even if the data type isn't configured.
Removed use of auto-closing Angular directives (see 1f67d79
)
As newer versions of Umbraco are also using a newer version of Angular, auto-closing directives no longer works, which broke various components in this package. With this release, the use of auto-closing directives have now been updated to use a both an open element as well as a closing element.