Skip to content

Skybrud.Umbraco.Elements v1.0.0-alpha016

Pre-release
Pre-release
Compare
Choose a tag to compare
@abjerner abjerner released this 13 Jan 12:57

Installation

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 the SkybrudPublishedProperty 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 a Parent property (see fe2d63f)
    In most cases, instances of SkybrudPublishedElement will be created under a parent IPublishedContent or IPublishedElement, in which case the parent is now exposes via the Parent 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.