Releases: mskocik/svelecte
Releases · mskocik/svelecte
v2.0.1
Fixes:
- correct context getter (#35)
v2.0.0
New features:
- Possible to edit created items (#30)
Fixes:
- Rework how svelecte works internally with
options
array (#32)
New options:
disabledField
- which property should mark given item as disabled, to handle BC break mentioned below
allowEditing
- toggle to edit newly created item
keepCreated
-whether add newly created items to option list
Breaking changes
- new default value for resolving
disabled
status of option items, but now configurable
v1.4.1
Fixes:
- spinner position when
creatable
is true
- set
fetch
property to null
, only when parent svelecte is defined (internal API for custom-element)
v1.4.0
New:
- event
createoption
when creating new option (via #31)
v1.3.7
Add fetchCallback
as module config property (defaults to `null)
v1.3.6
Fixes:
- add missing height parameter to dropdown icon, #29
v1.3.4
Fixes:
- call stack exceeded with
fetch
property set and navigating through empty dropdown, #26
Internal:
- update of dependencies and removing warning of module-script-reactive-declaration, #25
v1.3.2
Fixes:
- issue with preselected items #24
v1.3.1
Fixes:
- fix fetch-related issue on data having custom data structure, #23
v1.3.0
New options:
disableSifter
via #19
disableHighlight
via #20
resetOnBlur
based on suggestion in #19
fetchResetOnBlur
based on suggestion in #19
bug fixes:
breaking changes:
anchor
prop replaced by hasAnchor
. #22