Commit Graph

11326 Commits (main)
 

Author SHA1 Message Date
Alexander Kireyev 09a67efcfc
fix: warn on undeclared shorthand event handlers on svelte:window/document/body (#18480)
6 hours ago
Hyunbin Seo 44bd73f3e5
docs: replace N-ary times `⨉` with multiplication sign `×` (#18418)
7 hours ago
john gravois 793e309d4e
docs: fix typo in basic markup doc (#18434)
7 hours ago
AminBouchareb 07dda4056b
docs: document rune_missing_parentheses compiler error (#18589)
7 hours ago
Kamil Jakubus 38ef714f1a
fix: scope SSR boundary failed snippets to their boundary (#18593)
7 hours ago
Jared Dunham f4918d86f3
docs: added generic type parameter example for $state (#18494)
7 hours ago
Liam O'Dea f5f70343df
perf: O(n²)→O(n) Map lookups for legacy reactive statements (#18602)
7 hours ago
Nic Polumeyv cac27c783e
feat: export RenderOutput, SyncRenderOutput, Csp and Sha256Source from svelte/server (#18648)
7 hours ago
Siddhesh Kabra faf1e103c5
fix: prevent onoutroend from firing twice when compilerOptions.hmr is true (#18655)
7 hours ago
Ben McCann a7ba9e85aa
docs: update mobile FAQ (#18665)
8 hours ago
github-actions[bot] 56a036f4ce
Version Packages (#18640)
9 hours ago
Scott Wu 5ccdfe3557
docs: note comments within tags possibility (#18482)
12 hours ago
Joe Schafer 545205b420
perf: make async blocker analysis linear (#18549)
13 hours ago
Mukund Sarma 950e2a837c
fix: strip comments from inline style values in linear time (#18553)
13 hours ago
randalmurphal ffc0e6e7ef
fix: release last_propagated_event after event propagation settles (#18569)
13 hours ago
jyc.dev f159e14de7
chore: switch to @changesets/changelog-github (#18570)
14 hours ago
Nic Polumeyv 2f684fefd7
docs: clarify that context lookup includes the current component and all ancestors (#18581)
15 hours ago
Nic Polumeyv 3feb34a992
chore: deduplicate client/server context helpers (#18580)
15 hours ago
Rudevin 388840b1b2
docs: note that transitions bypass CSS prefers-reduced-motion (#18597)
15 hours ago
kdelay 24130c18e2
fix: parse nth-child `of` syntax without whitespace after `of` (#18611)
15 hours ago
Magnar Ovedal Myrtveit a166761b04
fix: treat concise arrow function bodies as implicit returns when calculating blockers (#18613)
15 hours ago
Sander Machado a4c60ccdbb
fix: append_styles resolving to `document.head` in WC (#18614)
15 hours ago
Nathan Asdarjian ee1249b43c
fix: preserve renderer type in copy() during SSR (#18616)
18 hours ago
svelte-triage-bot[bot] 9c2494b134
fix: preserve namespaces in CSS type selectors (#18678)
20 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)
7 days ago
Yuichiro Yamashita 135f4439c3
fix: increment private state fields through a non-`this` receiver (#18622)
7 days 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
Elliott Johnson 23bc246a99
chore: Supply chain hardening (#18253)
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
Rich Harris d9e40d17cf
docs: update link on hooks page (#18564)
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