Skip to content

Releases: sveltejs/svelte

svelte@5.0.0-next.11

23 Nov 16:58
b7af2ff
Compare
Choose a tag to compare
svelte@5.0.0-next.11 Pre-release
Pre-release

Patch Changes

  • feat: add type of $effect.active (#9624)

  • fix: correct bind this multiple bindings (#9617)

  • chore: reuse common templates (#9601)

  • fix: handle undefined bubble events (#9614)

  • fix: dont error on stores looking like runes when runes explicitly turned off (#9615)

  • fix: improve member expression mutation logic (#9625)

  • chore: untrack keyed validation logic (#9618)

  • fix: ensure snippets have correct scope (#9623)

  • fix: better attribute casing logic (#9626)

svelte@5.0.0-next.10

22 Nov 22:45
d83bd7f
Compare
Choose a tag to compare
svelte@5.0.0-next.10 Pre-release
Pre-release

Patch Changes

  • chore: add inline new class warning (#9583)

  • fix: prevent false positives when detecting runes mode (#9599)

  • fix: deconflict generated names against globals (#9570)

  • chore: bump esrap (#9590)

  • feat: add $effect.active rune (#9591)

  • feat: add Snippet type (#9584)

  • fix: adjust event delegation heuristics (#9581)

  • chore: remove unused code (#9593)

  • fix: adjust regex (#9572)

svelte@4.2.7

20 Nov 14:24
2d8a860
Compare
Choose a tag to compare

Patch Changes

  • fix: handle spreads within static strings (#9554)

svelte@4.2.6

20 Nov 09:56
1fd0b18
Compare
Choose a tag to compare

Patch Changes

  • fix: adjust static attribute regex (#9551)

svelte@5.0.0-next.9

20 Nov 22:38
b966470
Compare
Choose a tag to compare
svelte@5.0.0-next.9 Pre-release
Pre-release

Patch Changes

  • chore: more transition code-golfing (#9536)

  • feat: native TypeScript support (#9482)

svelte@5.0.0-next.8

19 Nov 00:05
699c337
Compare
Choose a tag to compare
svelte@5.0.0-next.8 Pre-release
Pre-release

Patch Changes

  • chore: rename internal object properties (#9532)

svelte@5.0.0-next.7

18 Nov 16:03
5458ea7
Compare
Choose a tag to compare
svelte@5.0.0-next.7 Pre-release
Pre-release

Patch Changes

  • chore: more signal perf tuning (#9531)

  • fix: address intro transition bugs (#9528)

  • chore: tweak signals for better runtime perf (#9529)

svelte@4.2.5

17 Nov 13:49
36b2c50
Compare
Choose a tag to compare

Patch Changes

  • fix: ignore expressions in top level script/style tag attributes (#9498)

svelte@5.0.0-next.6

17 Nov 20:20
a36dba7
Compare
Choose a tag to compare
svelte@5.0.0-next.6 Pre-release
Pre-release

Patch Changes

  • fix: do not propagate global intro transitions (#9515)

svelte@5.0.0-next.5

17 Nov 14:44
e0271f0
Compare
Choose a tag to compare
svelte@5.0.0-next.5 Pre-release
Pre-release

Patch Changes

  • fix: tweak script/style tag parsing/preprocessing logic (#9502)

  • fix: emit useful error on invalid binding to derived state (#9497)

  • fix: address unowned propagation signal issue (#9510)

  • fix: add top level snippets to instance scope (#9467)

  • fix: only treat instance context exports as accessors (#9500)

  • fix: allow setting files binding for <input type="file" /> (#9463)

  • fix: add missing visitor for assignments during compilation (#9511)