Releases: mskocik/svelecte
Releases · mskocik/svelecte
v4.4.0
New:
- add
positionResolver
property to customize dropdown placement (#258)
Fixes:
- prevent selected option de-selection in single select mode when
required
property is set to better mimick native <select>
(#256)
v4.3.1
Fixes:
- change order of html escaping to correctly render html entities (#255)
v4.3.0
New:
- add publicly available function
highlightSearch
and property inputValue
for option
slot to be able to replicate built-in search highlighting (related PRs #250, PR #251). Working example here.
v4.2.5
Fixes:
- allow empty string or zero as initial value (#244)
v4.2.4
Fixes:
- fix list message when all items are selected (#243)
v4.2.3
Fixes:
- properly catch errors in user-provided
createHandler
to dispatch createFail
event. (#239)
- invert
keepCreated
condition check (#240)
- add tests for
creatable
related logic
v4.2.2
Fixes:
- ability to set initial value in strict
valueAsObject
mode (#233)
v4.2.1
Fixes:
- clone
options
to prevent it's mutation (#228)
v4.2.0
New:
- add
fetchProps
to global config and remove "defaults" (#227)
v4.1.0
New
- extend search props (#221)
- add listener to wrapping form
reset
event (#156)
- added
option
slot example to docs (#223)
- update inner logic for custom element
- add standalone build for custom-element version (available in
/bundle
folder)
Fixes
- ensure dropdown is valid before trying to show aria message on dropdown open (#224)