Version 10.0.0-alpha007

Alpha
Date 2024-06-27 (141 days ago)
Downloads 57 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 6
Umbraco Versions Umbraco 10 Umbraco 11 Umbraco 12

#installation">Installation

Install via NuGet - either via the .NET CLI:

dotnet add package Limbo.Umbraco.FilterList --version 10.0.0-alpha007

or the NuGet package manager:

Install-Package Limbo.Umbraco.FilterList -Version 10.0.0-alpha007

#changelog">Changelog

  • Updated filter list property editor to disable sorting fields when there is only a single sortable field (see d9a20c5)

  • Implemented remove field function in filter list property editor (see 727797e)