Skip to content

Releases: abjerner/Skybrud.Umbraco.TextBox

v3.0.0-alpha001

02 Jun 13:27
Compare
Choose a tag to compare
v3.0.0-alpha001 Pre-release
Pre-release

First alpha release for Umbraco 10. This release will not work on older versions of Umbraco.

Installation

Via NuGet:

.NET CLI:

dotnet add package Skybrud.Umbraco.TextBox --version 3.0.0-alpha001

Package Manager:

Install-Package Skybrud.Umbraco.TextBox -Version 3.0.0-alpha001

v2.0.4

01 Jun 17:55
Compare
Choose a tag to compare

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.

Skybrud.Umbraco.TextBox v2.0.3

01 Apr 13:42
Compare
Choose a tag to compare

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.

Skybrud.Umbraco.TextBox v2.0.2

13 Dec 14:30
Compare
Choose a tag to compare

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.2

Package Manager:

Install-Package Skybrud.Umbraco.TextBox -Version 2.0.2

Changelog

  • Updated package friendly name (see 95953b2)
    Package should generally be referred to as Skybrud Textbox, while the internal name and package alias remains Skybrud.Umbraco.TextBox.

  • Added icon to property editors (see 2656816)
    In earlier releases, the property editors did not specify an explicit icon. With this release, the icon for both property editors is now icon-autofill indicating an input field. The icon also specifies a color-skybrud CSS class. While there is no styling for this class provided by the package, it allows us to add some local styling for it in our Umbraco projects.

Skybrud.Umbraco.TextBox v2.0.1

02 Oct 21:18
Compare
Choose a tag to compare

First 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.1

Package Manager:

Install-Package Skybrud.Umbraco.TextBox -Version 2.0.1

Changelog

  • Added support for localized placeholder and fallback values (f49858c and c0036b3)
    Both placeholder and fallback values can now be localized if specified in the format of #area_key - eg. #general_about will use Umbraco's existing translation, and be About in English, but Om in Danish.

  • Added cache busting for property editor views (4dd8d7a)
    Umbraco does not automatically append a cache busting value to the URLs of Angular view from within this package, so this release introduces logic to ensure that Angular views has a proper cache busting value appended to their URLs.

Skybrud.Umbraco.TextBox v1.0.1

02 Oct 21:18
Compare
Choose a tag to compare

New release for Umbraco 8. This release will not work with other versions of Umbraco.

Installation

Changelog

  • Added support for localized placeholder and fallback values (3bbae9b and 09e36f8)
    Both placeholder and fallback values can now be localized if specified in the format of #area_key - eg. #general_about will use Umbraco's existing translation, and be About in English, but Om in Danish.

  • Added cache busting for property editor views (25d23e5)
    Umbraco does not automatically append a cache busting value to the URLs of Angular view from within this package, so this release introduces logic to ensure that Angular views has a proper cache busting value appended to their URLs.

Skybrud.Umbraco.TextBox v2.0.0

29 Sep 20:49
Compare
Choose a tag to compare

First 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.0

Package Manager:

Install-Package Skybrud.Umbraco.TextBox -Version 2.0.0

Skybrud.Umbraco.TextBox v2.0.0-alpha001

25 Aug 20:09
Compare
Choose a tag to compare
Pre-release

First alpha 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.0-alpha001

Package Manager:

Install-Package Skybrud.Umbraco.TextBox -Version 2.0.0-alpha001

Skybrud.Umbraco.TextBox v1.0.0

10 Sep 20:38
Compare
Choose a tag to compare

Skybrud.Umbraco.TextBox v1.0.0-beta002

31 Jul 00:43
Compare
Choose a tag to compare
Pre-release

New beta release 🎉

Installation

Changelog

  • Fixed an issue with the styling due to wrong CSS class name (see 437d3fb)