| Date | 2021-12-13 (1,461 days ago) |
|---|---|
| Downloads | 1,334 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.
.NET CLI:
dotnet add package Skybrud.Umbraco.TextBox --version 2.0.2Package Manager:
Install-Package Skybrud.Umbraco.TextBox -Version 2.0.2Updated 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.