Skip to content

Releases: sveltejs/svelte

[email protected]

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

Patch Changes

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

[email protected]

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

Patch Changes

  • fix: adjust static attribute regex (#9551)

[email protected]

20 Nov 22:38
b966470
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

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

  • feat: native TypeScript support (#9482)

[email protected]

19 Nov 00:05
699c337
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • chore: rename internal object properties (#9532)

[email protected]

18 Nov 16:03
5458ea7
Compare
Choose a tag to compare
[email protected] 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)

[email protected]

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

Patch Changes

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

[email protected]

17 Nov 20:20
a36dba7
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

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

[email protected]

17 Nov 14:44
e0271f0
Compare
Choose a tag to compare
[email protected] 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)

[email protected]

16 Nov 19:53
2ea1764
Compare
Choose a tag to compare

Patch Changes

  • fix: handle closing tags inside attribute values (#9486)

[email protected]

16 Nov 00:03
c823dd2
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • revert: address bug in before/after update (#9480)