- [breaking] Dropped dispatching custom events through
createEventDispatcher
. Callback methods are expected instead. Previous event names has now added prefixon
and are properly capitalized. This is a list of event to callback mapping:change
changed toonChange
focus
changed toonFocus
blur
changed toonBlur
createoption
changed toonCreateOption
createFail
changed toonCreateFail
enterKey
changed toonEnterKey
fetch
changed toonFetch
fetchError
changed toonFetchError
invalidValue
changed toonInvalidValue
- [breaking] Dropped support for
svelte-use-form
validation library. - [breaking] Replaced slots with snippets
-
[breaking] changed signature of
registerSvelecte
-
[breaking]
registerSvelecte
is now available fromsvelecte
itself, not fromsvelecte/component
-
fix default placeholder to use global settings