Releases: mskocik/svelecte
Releases · mskocik/svelecte
v3.8.0
New:
- make
optGroup
object properties configurable with new options groupLabelField
and groupItemsField
(#110)
- add option
resetOnSelect
to control reseting input value after selection in multi-select mode (#112)
v3.7.7
Fixes:
- fix firefox specific focus issue (#109)
v3.7.6
Fixes:
- move computing of new options before updating value, (#108)
v3.7.5
Fixes:
- keep selected option object properties in case they vary (#104)
- keep order of initially selected options (#105)
v3.7.4
Fixes:
- escape
tab
character, replace it by space
, (#103)
v3.7.3
Fixes:
- fix virtual list jump with multiselect (#102)
- ensure dropdown index is set, when there are options available
v3.7.2
Fixes:
- fix regression for
fetch
in custom-element, (#101)
v3.7.1
Fixes:
- fix case with empty optgroup, (#100)
v3.7.0
New:
- provide
createTransform
property to customize newly created option, (#95)
- add
disabled
and required
props to custom-element API
Fixes:
disabled
change doesn't trigger fetch
abort anymore (#83)
- trigger
change
event on custom element after adding selected options for anchored select (#97)
Internal:
- update
svelte-tiny-virtual-list
to ^2.0.0
v3.6.0
New:
- pass
options
as second parameter to createFilter
function to enable more flexibility (#86)
- updated docs