Commit Graph

2691 Commits (main)

Author SHA1 Message Date
Alexander Kireyev 09a67efcfc
fix: warn on undeclared shorthand event handlers on svelte:window/document/body (#18480)
10 hours ago
Kamil Jakubus 38ef714f1a
fix: scope SSR boundary failed snippets to their boundary (#18593)
11 hours ago
Liam O'Dea f5f70343df
perf: O(n²)→O(n) Map lookups for legacy reactive statements (#18602)
11 hours ago
Nic Polumeyv cac27c783e
feat: export RenderOutput, SyncRenderOutput, Csp and Sha256Source from svelte/server (#18648)
11 hours ago
Siddhesh Kabra faf1e103c5
fix: prevent onoutroend from firing twice when compilerOptions.hmr is true (#18655)
11 hours ago
github-actions[bot] 56a036f4ce
Version Packages (#18640)
13 hours ago
Joe Schafer 545205b420
perf: make async blocker analysis linear (#18549)
16 hours ago
Mukund Sarma 950e2a837c
fix: strip comments from inline style values in linear time (#18553)
17 hours ago
randalmurphal ffc0e6e7ef
fix: release last_propagated_event after event propagation settles (#18569)
17 hours ago
jyc.dev f159e14de7
chore: switch to @changesets/changelog-github (#18570)
18 hours ago
Nic Polumeyv 2f684fefd7
docs: clarify that context lookup includes the current component and all ancestors (#18581)
18 hours ago
Nic Polumeyv 3feb34a992
chore: deduplicate client/server context helpers (#18580)
19 hours ago
kdelay 24130c18e2
fix: parse nth-child `of` syntax without whitespace after `of` (#18611)
19 hours ago
Magnar Ovedal Myrtveit a166761b04
fix: treat concise arrow function bodies as implicit returns when calculating blockers (#18613)
19 hours ago
Sander Machado a4c60ccdbb
fix: append_styles resolving to `document.head` in WC (#18614)
19 hours ago
Nathan Asdarjian ee1249b43c
fix: preserve renderer type in copy() during SSR (#18616)
22 hours ago
svelte-triage-bot[bot] 9c2494b134
fix: preserve namespaces in CSS type selectors (#18678)
23 hours ago
Madan kumar 19aa51d443
fix: print `{#await ... catch}` et al correctly (#18645)
1 day ago
Marwan 8835003d41
fix: preserve CSS escape sequences when printing selectors (#18667)
1 day ago
Gautier Ben Aïm fe4a56b0a8
fix: avoid double-calling a derived reference when destructuring (#18668)
2 days ago
subotac 384ee73aa2
fix: preserve logical assignments to private state fields (#18594)
2 days ago
Siddhesh Kabra a5ea12ee93
fix: skip Program comment nodes in migration to prevent crash (#18656)
3 days ago
Gautier Ben Aïm 9414eaa41b
fix: prevent crash on async custom element attributes (#18661)
3 days ago
Yuichiro Yamashita 248a2e1db4
fix: transform expressions inside labeled statements during server compilation (#18617)
3 days ago
subotac c0987c09f8
fix: remove stale capture listeners from spread attributes (#18618)
6 days ago
Yuuki Oohara a224dd5867
fix: give effect teardowns the value from before the first write in a flush (#18620)
7 days ago
svelte-triage-bot[bot] 221dcae8ca
fix: preserve comment placement for server derived reads (#18641)
7 days ago
남정욱 7725f77cca
fix: apply CSS custom properties with falsy values on components (#18634)
1 week ago
Yuichiro Yamashita 135f4439c3
fix: increment private state fields through a non-`this` receiver (#18622)
1 week ago
github-actions[bot] 20b341f100
Version Packages (#18628)
1 week ago
Simon H ee6dff80ca
fix: better whitespace handling inside printer (#18638)
1 week ago
Simon H a1d5035d17
fix: preserve CSS comments in the AST printer (#18637)
1 week ago
Simon H 3ed9db4ba7
fix: don't duplicate comments in attributes (#18636)
1 week ago
Sankalp Thakur 26786e9298
fix: skip controlled each fast path while another batch is pending (#18625)
2 weeks ago
github-actions[bot] 44a7813730
Version Packages (#18572)
4 weeks ago
Nic Polumeyv 3dde011d3a
fix: call `onerror` and provide a working `reset` when hydrating a failed boundary (#18556)
4 weeks ago
Floze 2bace308e3
fix: preserve select selection with spread attributes (#18561)
4 weeks ago
github-actions[bot] b29d7002ec
Version Packages (#18560)
1 month ago
Manuel b791cac54e
chore: provide `indent` option for `print` (#18474)
1 month ago
github-actions[bot] 4a6a85b5f1
Version Packages (#18552)
1 month ago
Joe Schafer d0dbe1a480
perf: skip quadratic blocker analysis when no top-level await (#18548)
1 month ago
Simon H 22e0adb75a
fix: rerun derived that had an abort controller on reconnection (#18551)
1 month ago
github-actions[bot] 602a873b6b
Version Packages (#18497)
1 month ago
adiGuba a4fd67e361
fix: $state.eager() is sometimes incorrect in SSR (#18530)
1 month ago
prashantg-pixi 199ffebca3
fix: clear previous_task reference after abort in Tween (#18541)
1 month ago
Fedor Nezhivoi a91b068786
fix: abort deriveds own AbortSignal when it disconnects (#18400)
1 month ago
Thribhuvan b4d1583ae2
fix: transform computed keys in keyed each block destructuring patterns (#18521)
1 month ago
Simon H 8e4f26552c
chore: changeset (#18527)
1 month ago
JY Wey bfbb026f2f
fix: skip unnecessary derived effect in earlier batch (#18525)
1 month ago
Ivan 5edd8b0602
fix: chain preprocessor sourcemaps with an empty sources[0] (#18518)
1 month ago