Skip to content

v4.0.0

Choose a tag to compare

@mskocik mskocik released this 24 Feb 11:30
· 131 commits to master since this release

Complete component overhaul 🥳

And this means some breaking changes, unfortunately.

Breaking changes 💥

What's new? 🤩

  • add parentValue prop to control state of given component
  • add strictMode to toggle, whether accept or not any passed value
  • add keepSelectionInList to allow control of 'disappearing items' in multiselect (#205)
  • add re-fetching intial value in 'query' mode (#212)
  • add optionResolver to allow solve complex and dependently served option list (#199)
  • add CSS variables for complete and easy theming control (#141)
  • add tests (#37)
  • add aria support (#13, #186)
  • allow async in createTransform (#209)
  • tweaks to custom element to drop usage of setTImeout in onConnectedCallback (#124)
  • full typescript support (#80)
  • moved to sveltekit (#49)

Fixes 🩹

  • allow dnd with collapsedSelection (#200)
  • fix text overflow (#188)
  • fix a11y warnings (#185)
  • proper focus-related behavior when clicking clear icon (#182)
  • some fetch related issue (#181)
  • and many more...