Skybrud.Umbraco.TextBox v2.0.3
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.3
Package Manager:
Install-Package Skybrud.Umbraco.TextBox -Version 2.0.3
Changelog
-
Added a bit of extra styling to the textarea (see 71a76a0)
This sets a minimum height, as well as prevents the textarea from being resized horizontally. -
Textarea property editor should use
text
as value type (see 9a2536e)
This ensures that the database type will bentext
instead ofnvarchar
, thereby allowing longer values.