Skybrud.Umbraco.Elements v1.0.0-alpha016
Pre-releaseInstallation
Changelog
-
Removed property type error from log files (see f72e77e)
If the property type isn't found, it most likely because the property was removed from the content type, and therefore not an error that is relevant to write to the log. -
Added
owner
parameter to theSkybrudPublishedProperty
constructor (see e6facf4)
Passing along the owner (the content or element holding the property), the property value converter of each property will now have access to the "owner". For instance, this enables a value converter to read other properties of the owner. -
SkybrudPublishedElement
now exposes aParent
property (see fe2d63f)
In most cases, instances ofSkybrudPublishedElement
will be created under a parentIPublishedContent
orIPublishedElement
, in which case the parent is now exposes via theParent
property. -
Improved localization (see #3 and 0d14954)
A few more labels have now been localized. As for the rest of the package, these are now translated to English and Danish. -
Updated Skybrud.Essentials dependency (76ca177)
The dependency for Skybrud.Essentials has now been updated to the latest version.