Skip to content

Releases: mskocik/svelecte

v4.0.1

18 Mar 09:26
Compare
Choose a tag to compare

Fixes:

  • ensure initial selection is reflected on internal <select> correctly (#220, #168)

v4.0.0

24 Feb 11:30
Compare
Choose a tag to compare

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...

v3.17.3

08 Feb 18:21
Compare
Choose a tag to compare

Fixes:

  • set unique id for input to prevent collision with <select> element (match v4-dev behaviour)

v3.17.1

12 Sep 16:13
Compare
Choose a tag to compare

Fixes:

  • fix virtual list redrawing issue in some browsers (#194)

v3.17.0

11 Sep 08:40
Compare
Choose a tag to compare

New:

  • add fetchDebounceTime to customize debounce time (#192)

Fixes:

  • fix mac detection (#191)

v3.16.1

12 May 16:50
Compare
Choose a tag to compare

Fixes:

  • fix Firefox-only bug not showing validation message #166

v3.16.0

12 Apr 19:20
Compare
Choose a tag to compare

New:

v3.15.5

11 Apr 11:59
Compare
Choose a tag to compare

Fixes:

  • correctly expose hasDropdownOpened property for indicator-icon slot
  • focus input when opening dropdown by clicking on dropdown toggle

v3.15.4

04 Apr 13:18
Compare
Choose a tag to compare

Fixes

  • fix bug (#161) introduced in the latest release related to #9

v3.15.3

21 Mar 20:48
Compare
Choose a tag to compare

Fixes:

  • edit logic calling preventDefault on input element (#134)
  • require second tap on mobile to show virtual keyboard (#9)