Releases: sveltejs/svelte
[email protected]
[email protected]
Patch Changes
- chore: ensure transition events are dispatched without current reaction (#13719)
[email protected]
Patch Changes
- fix: don't blank css on migration error (#13703)
[email protected]
Patch Changes
- fix: use typedef for JSDoc props and maintain comments (#13698)
[email protected]
A new major version of Svelte has been released! 🎉
The new version brings:
- even better performance,
- a more granular reactivity system with runes,
- more expressive template syntax with snippets and event attributes,
- native TypeScript support,
- and backwards compatibility with the previous syntax!
For more details check out the Svelte docs and the migration guide.
[email protected]
[email protected]
Patch Changes
- fix: avoid chromium issue with dispatching blur on element removal (#13694)
[email protected]
Patch Changes
-
fix: bail out if slot name changes and $slots assigned to variable (#13678)
-
feat: add
migration-task
for impossible to migrate slots (#13658) -
feat: tell users of
@migration-task
(#13668) -
fix: correct migration of uninitialised state (#13673)
-
fix: ensure migrate correctly handles named slots (#13676)
-
feat: add
migration-task
comment after errors (#13659) -
fix: migrate reactive statements with inner blocks (#13675)
-
fix: migrating rest props type includes props types (#13632)
-
fix: migrated snippet shadowing prop and let directive removal (#13679)
-
chore: CompileDiagnostic no longer extends Error (#13651)
-
fix: reset
reset_element
inrender
to prevent runtime error (#13669)
[email protected]
Patch Changes
-
fix: transitions within dynamic components now function correctly (#13646)
-
fix: use
internal_set
inawait
block (#13642) -
fix: correctly applies autofocus to static elements (#13648)
-
fix:
method
attribute is case insensitive (#13639) -
chore: avoid reporting inspections when an exception occurs (#13601)
-
fix: ensure legacy run utility does not cause cycles (#13643)
-
fix: better migration for leading and trailing comments (#13630)