Skip to content

svelte@5.0.0-next.237

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 24 Aug 15:51
e7e7ef6

Patch Changes

  • breaking: throw error if derived creates state and then depends on it (#12985)

  • fix: ensure assignments to state field inside constructor trigger effects (#12985)

  • fix: ensure $inspect works with SvelteMap and SvelteSet (#12994)

  • chore: default options.filename to "(unknown)" (#12997)

  • feat: allow non-synchronous legacy component instantiation (#12970)