Releases: sveltejs/svelte
[email protected]
Patch Changes
- feat: MathML support (#11387)
[email protected]
Patch Changes
- fix: generate correct code for arrow functions with bodies involving object expressions (#11392)
[email protected]
[email protected]
[email protected]
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)
[email protected]
[email protected]
Patch Changes
- feat: introduce types to express bindability (#11225)
[email protected]
Patch Changes
- breaking: disallow binding to component exports in runes mode (#11238)
[email protected]
Patch Changes
- fix: avoid hoisting error by using 'let' instead of 'var' (#11291)
[email protected]
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)