Skip to content

3.3.0 Bug Fix

Compare
Choose a tag to compare
@ithielnor ithielnor released this 14 May 14:59
· 153 commits to master since this release

FIXES:

  • GriddlyHtmlFilter display summary now includes the field value if found.
  • Null options selected on FilterLists are no longer cleared when the filters are patched. E.g. when clicking the "X" to remove one filter from the summary.

BREAKING:

  • GriddlyHtmlFilter.HtmlTemplate is now of type Func<GriddlyHtmlFilterModel, object> instead of Func<GriddlyHtmlFilter, object>. A reference to the GriddlyHtmlFilter is at GriddlyHtmlFilterModel.Filter