Skip to content

3.0.0

Latest
Compare
Choose a tag to compare
@TorstenDittmann TorstenDittmann released this 31 Mar 19:54
· 2 commits to main since this release

What's Changed

Breaking change

  • You cannot use Svelte 4 component exports anymore with Tags and Nodes.
    • - export let value;
      + let { value } = $props;

Full Changelog: 2.2.0...3.0.0