Skip to content

Releases: mskocik/svelecte

v5.2.0

04 Apr 17:53
Compare
Choose a tag to compare

New:

  • allow to pass arrays & objects into class property. (#286)
  • feature above requires svelte 5.16

Fixes:

  • fix renderer prop type (#287)

v5.1.5

07 Mar 14:59
Compare
Choose a tag to compare

Fixes:

  • fix css placeholder selector to apply --sv-placeholder-color by @jbirtel in #282

v4.5.2

07 Mar 14:58
Compare
Choose a tag to compare

Fixes:

  • fix css placeholder selector to apply --sv-placeholder-color by @jbirtel in #282

Full Changelog: v4.5.0...v4.5.2

v4.5.1

07 Mar 14:58
Compare
Choose a tag to compare

Fixes:

  • avoid selection removal when changing labelField (PR #269 by @petran123)

v5.1.4

13 Jan 20:38
Compare
Choose a tag to compare

Fixes:

  • set (internal) fetch related initial value only in fetch mode to prevent updating value externally (#276)

v5.1.3

13 Jan 14:56
Compare
Choose a tag to compare

Fixes:

Multiple fixes related to creatable:

  • allow to select existing item when createFilter returns true (#275)
  • remove newly created item from list only when keepCreated is false
  • use proxy-wrapped newly created option to properly reflect changes in dropdown
  • allow keyboard nav also on creatable-row
  • allow to create item in fetch mode without need to wait for request to finish

v5.1.2

06 Jan 09:16
Compare
Choose a tag to compare

Fixes

  • update (internal) searchable props when options property changes (#274)

v5.1.1

18 Dec 10:24
Compare
Choose a tag to compare

Fixes:

  • reflect when value is cleared in multiselect (#272)

v5.1.0

13 Dec 12:00
Compare
Choose a tag to compare

New:

  • add keepSelectionInList property for SearchProps (PR #270)

v5.0.1

10 Dec 17:16
Compare
Choose a tag to compare

Fixes:

  • avoid selection removal when changing labelField (PR #269 by @petran123)