Version 13.0.2

Date 2024-10-23 (23 days ago)
Downloads 322 downloads
GitHub View on GitHub
Target Frameworks .NET 8
Umbraco Versions Umbraco 13

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

#installation">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">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 👍