Skip to content

Skybrud.Umbraco.TextBox v2.0.3

Compare
Choose a tag to compare
@abjerner abjerner released this 01 Apr 13:42
· 7 commits to v2/main since this release

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