- breaking: parameters passed to
actionRow
are now object for easier usage - feat: add
children
slot - feat: add
.picker-active
class to main component wrapper for easier styling ofchildren
when popup visible
- breaking: svelte 5 only
- breaking: remove
initialDate
property in favor of function bindings (https://svelte.dev/docs/svelte/bind#Function-bindings) - breaking: fix wrapper class names typos:
std-component-wrap
tosdt-component-wrap
andstd-calendar-wrap
tosdt-calendar-wrap
- breaking: event emitting logic (on every change there is event emitted, if it's not desired, disable autocommit)