Version 2.0.3

Date 2022-04-01 (959 days ago)
Downloads 854 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.

#installation">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">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 be ntext instead of nvarchar, thereby allowing longer values.