Skip to content

Latest commit

 

History

History
396 lines (181 loc) · 20.1 KB

File metadata and controls

396 lines (181 loc) · 20.1 KB

Changelog

1.15.0 (2026-03-24)

Features

1.14.0 (2026-01-21)

Features

1.13.3 (2025-12-23)

Bug Fixes

  • Loading images lazily with low fetch priority (#2051) (3378ef6)

1.13.2 (2025-12-13)

Bug Fixes

  • Reverse layers order for geometry filter map (#1986) (f58b78a)

1.13.1 (2025-12-09)

Bug Fixes

1.13.0 (2025-11-10)

Features

  • style: Add more css variables for card display (#1920) (8ae6cab)

1.12.1 (2025-10-30)

Bug Fixes

  • style: Limit filter container height and make it scrollable (#1903) (2959304)

1.12.0 (2025-10-02)

Features

  • Emit mouseenter and mouseleave events on results (#1846) (9c208af)
  • Support callback functions for title, subTitle and image properties (#1845) (5fd2cc5)
  • Support external filter result items inside property (#1842) (642db99)
  • Support nested properties for titleProperty and subTitleProperty (#1844) (1f2345f)

Bug Fixes

  • style: Ajust contrast for selected result (a9fb86e)
  • style: Alignment of range slider (df02ec7)
  • style: Use primary as background for selected item in order to increase contrast (643ac3e)

1.11.0 (2025-09-30)

Features

  • style: Support setting a specific height for inline-mode container (#1837) (f1482e4)

1.10.4 (2025-08-14)

Bug Fixes

1.10.3 (2025-07-29)

Bug Fixes

1.10.2 (2025-07-15)

Bug Fixes

  • Suggestion filter if passed via filterKeys (#1759) (d62b8ca)

1.10.1 (2025-07-01)

Bug Fixes

  • style: Inline mode container and popover (#1739) (7c3d687)

1.10.0 (2025-06-30)

Features

1.9.2 (2025-05-05)

Bug Fixes

1.9.1 (2025-04-14)

Bug Fixes

1.9.0 (2025-04-08)

Features

  • style: Replace result cards with eox-layout (#1660) (255c454)

1.8.0 (2025-03-24)

Features

1.7.1 (2025-01-08)

Bug Fixes

1.7.0 (2024-12-18)

Features

Bug Fixes

  • style: Replace bg colors with css variables (#1430) (23c74dd)

1.6.2 (2024-12-12)

Bug Fixes

  • Chips for pre-set filters (#1407) (694b994)
  • Correctly render title-container also if no subtitle present (#1405) (4294e6a)
  • Listen for click on entire result instead of just title (#1422) (3699228)

1.6.1 (2024-11-28)

Bug Fixes

  • deps: Include missing packages (68ed71c)

1.6.0 (2024-11-21)

Features

Bug Fixes

1.5.0 (2024-11-07)

Features

  • Build and include element's type declarations (#1353) (f17166e)

1.4.1 (2024-11-04)

Bug Fixes

  • Fall back to filter key if no title is provided (chip display) (#1328) (d1aaf2d)

1.4.0 (2024-10-17)

Features

  • build: Provide un-bundled element by default (bundled version still available in dist folder) (#1065) (333e324)

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