Releases: sveltejs/svelte
svelte@5.0.0-next.119
Patch Changes
- fix: generate correct code for arrow functions with bodies involving object expressions (#11392)
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:this
on<select>
with dynamicmultiple
attribute (#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
script
andsvelte:options
attributes 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)