Releases: sveltejs/svelte
svelte@5.0.0-next.118
svelte@5.0.0-next.117
svelte@5.0.0-next.116
Patch Changes
-
fix: correctly interpret empty aria- attribute (#11325)
-
fix: disallow mixing on:click and onclick syntax (#11295)
-
fix: make hr, script and template valid select children (#11344)
-
fix: apply modifiers to bubbled events (#11369)
-
fix: allow
bind:thison<select>with dynamicmultipleattribute (#11378) -
feat: allow for literal property definition with state on classes (#11326)
-
fix: disallow mounting a snippet (#11347)
-
feat: only inject push/init/pop when necessary (#11319)
-
feat: provide migration helper (#11334)
-
fix: ensure store from props is hoisted correctly (#11367)
svelte@5.0.0-next.115
svelte@5.0.0-next.114
Patch Changes
- feat: introduce types to express bindability (#11225)
svelte@5.0.0-next.113
Patch Changes
- breaking: disallow binding to component exports in runes mode (#11238)
svelte@5.0.0-next.112
Patch Changes
- fix: avoid hoisting error by using 'let' instead of 'var' (#11291)
svelte@5.0.0-next.111
Patch Changes
-
fix: run render functions for dynamic void elements (#11258)
-
fix: allow events to continue propagating following an error (#11263)
-
fix: resolve type definition error in
svelte/compiler(#11283) -
feat: include
scriptandsvelte:optionsattributes in ast (#11241) -
fix: only destroy snippets when they have changed (#11267)
-
fix: add type arguments to Map and Set (#10820)
-
feat: implement
:global {...}CSS blocks (#11276) -
feat: add read-only
bind:focused(#11271)
svelte@5.0.0-next.110
Patch Changes
- fix: make sure event attributes run after bindings (#11230)
svelte@5.0.0-next.109
Patch Changes
-
fix: more robust moving of each item nodes (#11254)
-
fix: ensure that CSS is generated for the final frame of a transition (#11251)
-
fix: more accurate error message when creating orphan effects (#11227)
-
fix: support
$state.snapshotas part of variable declarations (#11235) -
fix: optimize object property mutations in compilation (#11243)
-
breaking: don't allow children in svelte:options (#11250)
-
fix: possible name clash in hoisted functions (#11237)
-
fix: preserve getters/setters in HMR mode (#11231)