Skip to content

Skybrud.Umbraco.TextBox v1.0.1

Compare
Choose a tag to compare
@abjerner abjerner released this 02 Oct 21:18
· 33 commits to v2/main since this release

New release for Umbraco 8. This release will not work with other versions of Umbraco.

Installation

Changelog

  • Added support for localized placeholder and fallback values (3bbae9b and 09e36f8)
    Both placeholder and fallback values can now be localized if specified in the format of #area_key - eg. #general_about will use Umbraco's existing translation, and be About in English, but Om in Danish.

  • Added cache busting for property editor views (25d23e5)
    Umbraco does not automatically append a cache busting value to the URLs of Angular view from within this package, so this release introduces logic to ensure that Angular views has a proper cache busting value appended to their URLs.