Skip to content

Releases: sveltejs/svelte

[email protected]

17 Dec 15:58
5529ad2
Compare
Choose a tag to compare

Patch Changes

  • fix: correctly highlight first rerun of $inspect.trace (#14734)

  • chore: more loose parser improvements (#14733)

[email protected]

16 Dec 20:15
e0e9990
Compare
Choose a tag to compare

Patch Changes

  • fix: improve unowned derived performance (#14724)

[email protected]

15 Dec 14:24
bbf3829
Compare
Choose a tag to compare

Minor Changes

  • feat: adds $inspect.trace rune (#14290)

[email protected]

14 Dec 14:20
64a32ce
Compare
Choose a tag to compare

Minor Changes

  • feat: add outro option to unmount (#14540)

  • feat: provide loose parser mode (#14691)

[email protected]

12 Dec 22:56
af9b071
Compare
Choose a tag to compare

Minor Changes

  • feat: expose more AST types from "svelte/compiler" (#14601)

Patch Changes

  • fix: don't add parenthesis to media query if already present (#14699)

  • fix: ensure if block paths retain correct template namespacing (#14685)

[email protected]

12 Dec 19:57
780041a
Compare
Choose a tag to compare

Patch Changes

  • fix: allow unquoted slash in attributes (#14615)

  • fix: better handle hydration of script/style elements (#14683)

  • fix: make defaultValue work with spread (#14640)

  • fix: avoid mutation validation for invalidate_inner_signals (#14688)

[email protected]

11 Dec 23:31
7aa80fc
Compare
Choose a tag to compare

Patch Changes

  • fix: correctly handle ssr for reactivity/window (#14681)

[email protected]

11 Dec 22:14
a5a4649
Compare
Choose a tag to compare

Patch Changes

  • fix: account for global block in is_empty (#14677)

  • fix: remove overzealous reactive_declaration_non_reactive_property warning (#14663)

[email protected]

11 Dec 16:37
b0374f8
Compare
Choose a tag to compare

Minor Changes

  • feat: add svelte/reactivity/window module (#14660)

Patch Changes

  • fix: take into account registration state when setting custom element props (#14508)

[email protected]

10 Dec 19:58
cb5734a
Compare
Choose a tag to compare

Patch Changes

  • fix: ensure snippet hoisting works in the correct scope (#14642)

  • fix: ensure $state.snapshot clones holey arrays correctly (#14657)

  • fix: restore input binding selection position (#14649)

  • fix: transform everything that is not a selector inside :global (#14577)

  • Overwrite Spring.#last_value when using .set() with {instant: true} (#14656)

  • fix: don't emit assignment warnings for bindings (#14651)