Releases: mskocik/svelecte
Releases · mskocik/svelecte
v5.3.0
07 Aug 08:51
Compare
Sorry, something went wrong.
No results found
New:
allow to provide function to fetchProps (PR #308 )
v5.2.1
07 Aug 08:48
Compare
Sorry, something went wrong.
No results found
Fixes:
fix virtual list performance (#288 )
v5.2.0
04 Apr 17:53
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fixes:
fix css placeholder selector to apply --sv-placeholder-color by @jbirtel in #282
v4.5.2
07 Mar 14:58
Compare
Sorry, something went wrong.
No results found
v4.5.1
07 Mar 14:58
Compare
Sorry, something went wrong.
No results found
Fixes:
avoid selection removal when changing labelField (PR #269 by @petran123 )
v5.1.4
13 Jan 20:38
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fixes
update (internal) searchable props when options property changes (#274 )
v5.1.1
18 Dec 10:24
Compare
Sorry, something went wrong.
No results found
Fixes:
reflect when value is cleared in multiselect (#272 )