Skip to content

Releases: sveltejs/svelte

[email protected]

11 Aug 11:46
09db339
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • feat: make custom element tag property optional (#12754)

  • fix: improved memory profile for transitions/animations (#12796)

[email protected]

11 Aug 02:49
4aa6059
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: propagate custom element component prop changes (#12774)

  • fix: prevent numerous transition/animation memory leaks (#12759)

[email protected]

10 Aug 20:01
a0bbf2a
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: ensure custom element styles append correctly during prod (#12777)

  • fix: invalidate signals following ++/-- inside each block (#12780)

  • feat: better code generation for destructuring assignments (#12780)

[email protected]

10 Aug 17:21
1a3dbda
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: ensure custom elements do not sync flush on mount (#12787)

  • fix: ensure event handlers referencing $host are not hoisted (#12775)

  • fix: provide more hydration mismatch coverage (#12755)

  • chore: simpler fallback values (#12788)

[email protected]

10 Aug 12:10
9ff33f1
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • perf: speed up $.exclude_from_object (#12783)

  • chore: publish package provenance info (#12779)

  • feat: simplify derived object destructuring (#12781)

[email protected]

10 Aug 10:34
3702038
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: improve prop binding warning validation for stores (#12745)

  • chore: add error for derived self referencing (#12746)

  • fix: skip is_standalone optimisation for dynamic components (#12767)

  • fix: ensure unowned deriveds correctly update (#12747)

  • fix: order of arguments for push_element in svelte:element (#12763)

[email protected]

05 Aug 17:43
98ae05b
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: avoid recreating handlers for component events (#12722)

  • fix: call correct event handler for properties of non-reactive objects (#12722)

[email protected]

02 Aug 16:29
8e04a91
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • feat: add support for <svelte:options css="injected" /> (#12660)

  • feat: function called as tagged template literal is reactively called (#12692)

[email protected]

02 Aug 12:09
be28f82
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: only create document.title effect if value is dynamic (#12698)

[email protected]

02 Aug 03:02
a1db493
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: allow nested <dt>/<dd> elements if they are within a <dl> element (#12681)

  • chore: internal refactoring of client transform visitors (#12683)