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.4
Package Manager:
Install-Package Skybrud.Umbraco.TextBox -Version 2.0.4
Changelog
-
Added 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.