Skybrud.Umbraco.TextBox v2.0.2
New stable release for Umbraco 9. This release will not work on older versions of Umbraco.
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
-
Updated package friendly name (see 95953b2)
Package should generally be referred to as Skybrud Textbox, while the internal name and package alias remainsSkybrud.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 nowicon-autofill
indicating an input field. The icon also specifies acolor-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.