| Date | 2022-06-01 (1,291 days ago) |
|---|---|
| Downloads | 2,759 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.4Package Manager:
Install-Package Skybrud.Umbraco.TextBox -Version 2.0.4Added option to strip HTML from output values (see 1d043db)
Normally the property value will be returned "as-is" - but the new option, if enabled, will strip the output value for any HTML. This also includes an added dependency for Skybrud.Essentials.
Minor styling improvements (see b74b395)
This improves the styling of the textarea bit.