Skip to content

💫 Svelte 5 Ready

Compare
Choose a tag to compare
@mskocik mskocik released this 12 Dec 18:16
· 8 commits to main since this release

💥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 to sdt-component-wrap and std-calendar-wrap to sdt-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