Skip to content

Latest commit

 

History

History
190 lines (88 loc) · 9.46 KB

CHANGELOG.md

File metadata and controls

190 lines (88 loc) · 9.46 KB

Changelog

1.3.1 (2024-10-08)

Bug Fixes

  • Nested property access for range and spatial filters (#1299) (0501b2e)

1.3.0 (2024-10-01)

Features

1.2.0 (2024-09-26)

Features

Bug Fixes

  • style: Adapt padding for non-aggregated lists (#1283) (253deef)

1.1.2 (2024-09-26)

Bug Fixes

  • style: Introduce padding variable and fix slider padding (#1280) (9e80a04)

1.1.1 (2024-09-23)

Bug Fixes

1.1.0 (2024-08-19)

Features

1.0.3 (2024-08-05)

Bug Fixes

  • style: Highlight on hover and primary color on select (#1178) (bcd557c)

1.0.2 (2024-07-31)

Bug Fixes

  • Added non date format to chip and use title as chip text not key (#1171) (b1d8115)

1.0.1 (2024-07-29)

Bug Fixes

1.0.0 (2024-07-24)

This is a complete rewrite of the itemfilter in JS with many bug fixes

⚠ BREAKING CHANGES

  • filter and select events: listeners need to be added to filter and select events instead of setting onFilter and onSelect config properties (842c30e) (ccdea8b)
  • remove apply function: the apply function has been deprecated, the items property needs to be used instead
  • remove config object: the config object has been deprecated, the config properties need to be passed individually (3826047)

Features

Miscellaneous chores

  • Improve and rewrite itemfilter

0.14.1 (2024-06-10)

Miscellaneous chores

0.14.0 (2024-04-02)

Features

  • Added autoSpreadSingle option to not show summary for single item groups (#792) (2c3c6e7)

0.13.0 (2024-03-06)

Features

0.12.1 (2023-12-20)

Bug Fixes

  • StyleOverride access to selectionlist (#536) (8620f93)

0.12.0 (2023-12-18)

Features

  • Custom ordering for select and multi select filters (#526) (b0ddf52)

0.11.2 (2023-12-07)

Miscellaneous Chores

  • Adaptations for eox-map reactive properties (#476) (96cf532)

0.11.1 (2023-11-29)

Bug Fixes

  • Prevent false dirty state when using autocomplete (#480) (b41c9d3)

0.11.0 (2023-11-29)

Features

Bug Fixes

0.10.2 (2023-11-27)

Miscellaneous Chores

  • Adaptations to new map interaction API (#400) (808539b)

0.10.1 (2023-11-20)

Bug Fixes

  • style: Max height of scroll container (5d4b362)

0.10.0 (2023-11-16)

Features

Bug Fixes

  • Remove live directive for checking mode matching (fdd387b)

0.9.0 (2023-10-31)

Features

  • Introduce expandResults property to set initial result accordeon state (97146ad)

0.8.6 (2023-10-11)

Miscellaneous Chores