Skip to content

Choose a tag to compare

@stacks-tooling stacks-tooling released this 14 Oct 11:43
· 7 commits to develop since this release
b686c1d

Patch Changes

  • #2005 b5ca551 Thanks @giamir! - Migrate Select and SelectItem components to use Svelte 5 runes API

    BREAKING CHANGES:

    • message and description slotted content are not available anymore. message and description snippets should be used instead.
    • on:change on:focus and on:blur are not available anymore. The new callback props should be used instead: onchange, onfocus, onblur.