Version 2.0.0-alpha004

Alpha
Date 2020-06-18 (1,611 days ago)
Downloads 449 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">Changelog

  • Updated the Skybrud.Umbraco.Elements dependency (see 67e7339).
    The link picker partial view for the Elements package requires changes from the latest release, hence the dependency update.

  • Updated property detection logic to use getPropertyType method instead of _.filter (see 1ac2e63)
    The use _.filter method only worked with a flat array of properties, but recent releases of the Elements package have an array of property groups instead. With this release, the property detection logic now works again.