Skip to content

Releases: sveltejs/svelte

[email protected]

31 Jul 17:34
9411b6f
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: always synchronously call bind:this (#12679)

[email protected]

31 Jul 12:47
21da63d
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • feat: allow ignoring runtime warnings (#12608)

  • feat: perf tweaks for actions/styles/classes (#12654)

[email protected]

30 Jul 22:45
2d9bc25
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • chore: internal compiler refactoring (#12651)

  • fix: widen ComponentProps constraint to accept more component shapes (#12666)

  • feat: make <svelte:component> unnecessary in runes mode (#12646)

[email protected]

30 Jul 12:06
ee1a3df
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: remove implicit passive behavior from OnDirective events (#12645)

  • fix: always set draggable through setAttribute to avoid weird behavior (#12649)

[email protected]

28 Jul 19:37
5817767
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • feat: remove $.unwrap calls from each block indexes (#12640)

  • fix: error on bind:this to each block parameter (#12638)

  • feat: remove $.unwrap calls from bind:group (#12642)

[email protected]

26 Jul 21:46
1d17677
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: never set custom element props as attributes inside templates (#12622)

  • feat: better code generation for let: directives in SSR mode (#12611)

  • fix: correctly update stores when reassigning with operator other than = (#12614)

[email protected]

25 Jul 17:09
beea5c3
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: add missing hydration mismatch call-site (#12604)

  • fix: apply dynamic event fixes to OnDirective (#12582)

  • fix: ensure directives run in sequential order (#12591)

  • fix: tweak element_invalid_self_closing_tag to exclude namespace (#12585)

  • breaking: avoid flushing queued updates on mount/hydrate (#12602)

  • feat: allow :global in more places (#12560)

[email protected]

24 Jul 15:42
c18221d
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • chore: remove internal binding.expression mechanism (#12530)

  • fix: exclude bind:this from reactive state validation (#12566)

[email protected]

24 Jul 11:12
9b512ca
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: correctly set anchor inside HMR block (#12575)

[email protected]

23 Jul 22:39
5669c7d
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: ensure dynamic event handlers are wrapped in a derived (#12563)

  • chore: tidy up dynamic event handler generated code (#12553)

  • fix: dynamic event delegation for stateful call expressions (#12549)

  • fix: ensure $state.snapshot correctly clones Date objects (#12564)

  • fix: remove runtime validation of components/snippets, rely on types instead (#12507)

  • fix: properly update store values (#12562)