Version 2.0.2

Date 2021-12-13 (1,068 days ago)
Downloads 1,182 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 5
Umbraco Versions Umbraco 9

New 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.2

Package Manager:

Install-Package Skybrud.Umbraco.TextBox -Version 2.0.2

#changelog">Changelog

  • Updated package friendly name (see 95953b2)
    Package should generally be referred to as Skybrud Textbox, while the internal name and package alias remains Skybrud.Umbraco.TextBox.

  • Added icon to property editors (see 2656816)
    In earlier releases, the property editors did not specify an explicit icon. With this release, the icon for both property editors is now icon-autofill indicating an input field. The icon also specifies a color-skybrud CSS class. While there is no styling for this class provided by the package, it allows us to add some local styling for it in our Umbraco projects.