v1.1.4
New release for Umbraco 10+ π
Installation
To install the package via NuGet, you can use either .NET CLI:
dotnet add package Limbo.Umbraco.Tables --version 1.1.4
or the NuGet Package Manager:
Install-Package Limbo.Umbraco.Tables -Version 1.1.4
Changelog
-
Removed 12 column limit (see #33 and c5252f8)
Probably should have been there in the first place. Removed thanks to a PR from @jattwood π -
Updated the
Skybrud.Essentials
dependency (see 5a36577)
Might as well update to the newest version. The update doesn't contain any changes to this package though.