💫 Svelte 5 Ready
💥Breaking:
- svelte 5 only
- remove
initialDate
property in favor of function bindings (https://svelte.dev/docs/svelte/bind#Function-bindings) - fix wrapper class names typos:
std-component-wrap
tosdt-component-wrap
andstd-calendar-wrap
tosdt-calendar-wrap
- event emitting logic (on every change there is event emitted, if it's not desired, disable autocommit)
For more details check migration guide