Version 10.0.0-alpha011

Alpha
Date 2024-10-15 (31 days ago)
Downloads 211 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-alpha011

or the NuGet package manager:

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

#changelog">Changelog

  • Fixed issue with missing undefined/null check (see 84ce1e4)
    The filter items overlay had a check on $scope.model.value.length, but didn't check properly whether $scope.model.value had a value.