New release for Umbraco 13. This release will not work for other versions of Umbraco.
Installation
To install the package via NuGet, you can use either .NET CLI:
dotnet add package Limbo.Umbraco.Tables --version 13.0.2
or the NuGet Package Manager:
Install-Package Limbo.Umbraco.Tables -Version 13.0.2
Changelog
- Fixed issue with invalid cast in property value index factory (see #32 and c402a9f)
When submitting an empty cell, the package would incorrectly save a JSON object instead of the expected string value, thereby causing an issue in the property value index factory for the table editor. Thanks to a PR from @AaronSadlerUK 👍