| Date | 2024-04-17 (566 days ago) |
|---|---|
| Downloads | 158 downloads |
| NuGet | View on NuGet |
| GitHub | View on GitHub |
| Target Frameworks | .NET 6 |
| Umbraco Versions | Umbraco 10 Umbraco 11 Umbraco 12 |
#installation">InstallationInstall via NuGet - either via the .NET CLI:
dotnet add package Limbo.Umbraco.FilterList --version 10.0.0-alpha005or the NuGet package manager:
Install-Package Limbo.Umbraco.FilterList -Version 10.0.0-alpha005#changelog">ChangelogFilter selector value converter should return an empty array instead of null when we don't have a valid value
Adds a bit of consistency for the returned value.
Added Name property to the FieldItem class
The FieldItem class wraps an instance of FieldBase, which already has a name, so with this release, the Name property is now also exposed via FieldItem class.
Updated the FilterListFactory.CreateItem method to automatically detect the filter selector property (see aa67b62)
Instead of looking specifically looking for a filters property, the method will now instead look for first property with Limbo.Umbraco.FilterSelector as the property editor alias.
Updated the Limbo/Skybrud dependencies (see a68e844)
Might as well keep these updated:
v1.0.0 ➡️ v1.0.1v2.0.0-alpha006 ➡️ v2.0.0-alpha009v1.1.54 ➡️ v1.1.56