Skip to content

v3.21.0

Compare
Choose a tag to compare
@felix-berlin felix-berlin released this 21 Jun 13:27
· 60 commits to main since this release

3.21.0 (2025-06-21)

Bug Fixes

  • astro images: responsive image config (4f24538)
  • breadcrumbs: add global spacing styles (dad339d)
  • button with states: make class naming more clear (1f4767a)
  • filter search: style general; center span inside button (a2bbc8a)
  • filter wording (6c272d3)
  • modal: Uncaught TypeError: o is not a function (c2af7ae)
  • remove default range and fieldset styles (f06f96f)
  • search modal: styles (88c5da8)
  • search word: add missing id (af7eea0)
  • theme color: after page transition (01a61b2)
  • word filter: missing resets (f036e46)
  • word list: active styles (e5475aa)
  • word list: reset should not reset letter groups (1d1a8db)
  • wrong class names (e54f464)

Features

  • add AudioExamplesSwitch to WordFilter (f36a1c8)
  • add basic word range slider styles (2077d08)
  • add WordRangeSlider (19d2a87)
  • add WordRangeSlider for all new filter to WordFilter (ec0ce04)
  • api: search index comes with more filter data (833450c)
  • ButtonWithStates: add new component and implement in WordFilter (e96f790)
  • create general word switch component (034f6b8)
  • filter: use NLP wordTypes instead of curated; make it possible to filter more then one type (a0a313c)
  • make placeholder search input styles global (25cca68)
  • meta: calc min and max for range filters (46cdb9d)
  • word filter: show close button at the bottom (5fc396e)
  • word list: change active styles to dashed line (3f72ebe)
  • word list: limit results height to max 100vh (46afc83)
  • word search slider: add styles for filter search (bb4a9ca)
  • word type filter: add info text (72fe645)
  • word type filter: add x icon on select item hover (d79f5c0)
  • word: add info text (182c576)
  • WordFilter: add all new switch filter (1a71576)
  • wordList: implement filter logic for the new props (c0a91db)

Performance Improvements

  • load modal idle; prerender SearchModalTrigger (e2c09fa)
  • optimize search endpoint (94b30f0)