the single biggest criticism svelte has received over the years is 'you can't have multiple components in a file'.
so we fixed it! by making them unnecessary. with declaration tags (svelte.dev/docs/svelte/...), snippets/each blocks/etc can have their own state: svelte.dev/playground/a...
rich harris
@const is dead, long live const!
Svelte 5.56 allows for raw let/const ANYWHERE in the markup within {} brackets, deprecating {@const}
This is huge!
svelte-changelog.dev/pull/sveltej...