Skip to content

Releases: sveltejs/svelte

[email protected]

30 Apr 20:23
9e1e1b4

Choose a tag to compare

[email protected] Pre-release
Pre-release

Patch Changes

  • feat: MathML support (#11387)

[email protected]

30 Apr 14:42
fe56c7f

Choose a tag to compare

[email protected] Pre-release
Pre-release

Patch Changes

  • fix: generate correct code for arrow functions with bodies involving object expressions (#11392)

[email protected]

29 Apr 21:58
e7d1e4a

Choose a tag to compare

[email protected] Pre-release
Pre-release

Patch Changes

  • fix: ensure no data loss occurs when using reactive Set methods (#11385)

  • fix: handle reassignment of $props and $restProps (#11348)

  • fix: disallow sequence expressions in @const tags (#11357)

[email protected]

29 Apr 20:47
b3c2d97

Choose a tag to compare

[email protected] Pre-release
Pre-release

Patch Changes

  • fix: collect all necessary setters of html elements when spreading attributes (#11371)

  • fix: ensure reactions are kept dirty when marking them again (#11364)

  • feat: leave view transition pseudo selectors untouched (#11375)

  • fix: require whitespace after @const tag (#11379)

[email protected]

29 Apr 18:58
7a3ee6d

Choose a tag to compare

[email protected] Pre-release
Pre-release

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 dynamic multiple 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)

[email protected]

24 Apr 19:20
4be5934

Choose a tag to compare

[email protected] Pre-release
Pre-release

Patch Changes

  • fix: remove bind_prop in runes mode (#11321)

  • fix: mark accessors and immutable as deprecated (#11277)

[email protected]

24 Apr 10:22
8808860

Choose a tag to compare

[email protected] Pre-release
Pre-release

Patch Changes

  • feat: introduce types to express bindability (#11225)

[email protected]

23 Apr 13:58
3866887

Choose a tag to compare

[email protected] Pre-release
Pre-release

Patch Changes

  • breaking: disallow binding to component exports in runes mode (#11238)

[email protected]

22 Apr 20:47
e3c8589

Choose a tag to compare

[email protected] Pre-release
Pre-release

Patch Changes

  • fix: avoid hoisting error by using 'let' instead of 'var' (#11291)

[email protected]

22 Apr 12:31
05ac8f4

Choose a tag to compare

[email protected] Pre-release
Pre-release

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 and svelte: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)