Version 2.0.1

Date 2021-10-02 (1,140 days ago)
Downloads 660 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 5
Umbraco Versions Umbraco 9

First stable release for Umbraco 9. This release will not work on older versions of Umbraco.

#installation">Installation

Via NuGet:

.NET CLI:

dotnet add package Skybrud.Umbraco.TextBox --version 2.0.1

Package Manager:

Install-Package Skybrud.Umbraco.TextBox -Version 2.0.1

#changelog">Changelog

  • Added support for localized placeholder and fallback values (f49858c and c0036b3)
    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 (4dd8d7a)
    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.