Commit Graph

3464 Commits (goodbye-acorn)

Author SHA1 Message Date
Mathias Picker fdb3aa8ba8
perf: store setters cache as Set instead of Array (#18251)
2 weeks ago
JY Wey b20b2ee85e
fix: avoid css tree-shaking for exported Snippet (#18540)
2 weeks ago
Ashok Kaushik 6f5dd04a00
fix: Fixes error thrown on use of select with no options (#18449)
2 weeks ago
Nic Polumeyv f2648b3537
fix: end a restored reaction context at the end of its synchronous segment (#18694)
2 weeks ago
Bao Nguyen 1be496f0a6
fix: accept `onfocusin`/`onfocusout` in `a11y_mouse_events_have_key_events` (#18689)
2 weeks ago
svelte-triage-bot[bot] 721244ad3b
fix: track SvelteDate snapshots in reactions (#18700)
2 weeks ago
svelte-triage-bot[bot] 4b61851ec8
fix: clean up svelte:head anchors on unmount (#18697)
2 weeks ago
ChaseCopeland 15720b16a5
docs: Updated docs to include information on easing functions (#16070)
2 weeks ago
sliang-code 63b4c3652d
fix: don't apply scoped CSS class to elements inside <svelte:head> (#18160)
2 weeks ago
PD Shaheed Ali Khan 2ac7366391
perf: optimize simple object destructuring in @const tags (#18390)
2 weeks ago
Nic Polumeyv a6560bbe08
fix: don't resurrect outroing elements when an ancestor block is paused and resumed (#18431)
2 weeks ago
svelte-triage-bot[bot] a6153f1d2a
fix: preserve whitespace after inline elements when printing (#18685)
2 weeks ago
Nic Polumeyv 3b559bbf96
fix: avoid NaN keyframe values in slide transition (#18430)
2 weeks ago
adiGuba 3405b5e735
fix: distinct memoizer on style/class directives (#18466)
2 weeks ago
Giorgio Maria Federico Birnthaler a1ec9c8eb7
chore: fix typo in read_version JSDoc (#18470)
2 weeks ago
Rupankar Dutta 224fcadbd5
fix: route $derived teardown errors through invoke_error_boundary (#18486)
2 weeks ago
Paolo Ricciuti 06c9b7929a
fix: prevent `selectedcontent` mutation from changing the selected option (#18495)
2 weeks ago
Nic Polumeyv b2a24b0426
fix: run `onDestroy` callbacks when a server render throws (#18585)
2 weeks ago
Nic Polumeyv 6266debb21
docs: clarify when `$effect.pre` runs relative to DOM updates (#18534)
2 weeks ago
Nic Polumeyv 9d0062d607
fix: make template store subscriptions wait for the promise that assigns the store (#18582)
2 weeks ago
Khaled Waleed 2d2e5df26e
fix: don't turn component instances stored in $state into state proxies (#18646)
2 weeks ago
Alexander Kireyev 09a67efcfc
fix: warn on undeclared shorthand event handlers on svelte:window/document/body (#18480)
3 weeks ago
AminBouchareb 07dda4056b
docs: document rune_missing_parentheses compiler error (#18589)
3 weeks ago
Kamil Jakubus 38ef714f1a
fix: scope SSR boundary failed snippets to their boundary (#18593)
3 weeks ago
Liam O'Dea f5f70343df
perf: O(n²)→O(n) Map lookups for legacy reactive statements (#18602)
3 weeks ago
Nic Polumeyv cac27c783e
feat: export RenderOutput, SyncRenderOutput, Csp and Sha256Source from svelte/server (#18648)
3 weeks ago
Siddhesh Kabra faf1e103c5
fix: prevent onoutroend from firing twice when compilerOptions.hmr is true (#18655)
3 weeks ago
github-actions[bot] 56a036f4ce
Version Packages (#18640)
3 weeks ago
Joe Schafer 545205b420
perf: make async blocker analysis linear (#18549)
3 weeks ago
Mukund Sarma 950e2a837c
fix: strip comments from inline style values in linear time (#18553)
3 weeks ago
randalmurphal ffc0e6e7ef
fix: release last_propagated_event after event propagation settles (#18569)
3 weeks ago
Nic Polumeyv 2f684fefd7
docs: clarify that context lookup includes the current component and all ancestors (#18581)
3 weeks ago
Nic Polumeyv 3feb34a992
chore: deduplicate client/server context helpers (#18580)
3 weeks ago
kdelay 24130c18e2
fix: parse nth-child `of` syntax without whitespace after `of` (#18611)
3 weeks ago
Magnar Ovedal Myrtveit a166761b04
fix: treat concise arrow function bodies as implicit returns when calculating blockers (#18613)
3 weeks ago
Sander Machado a4c60ccdbb
fix: append_styles resolving to `document.head` in WC (#18614)
3 weeks ago
Nathan Asdarjian ee1249b43c
fix: preserve renderer type in copy() during SSR (#18616)
3 weeks ago
svelte-triage-bot[bot] 9c2494b134
fix: preserve namespaces in CSS type selectors (#18678)
3 weeks ago
Madan kumar 19aa51d443
fix: print `{#await ... catch}` et al correctly (#18645)
3 weeks ago
Marwan 8835003d41
fix: preserve CSS escape sequences when printing selectors (#18667)
3 weeks ago
Gautier Ben Aïm fe4a56b0a8
fix: avoid double-calling a derived reference when destructuring (#18668)
3 weeks ago
subotac 384ee73aa2
fix: preserve logical assignments to private state fields (#18594)
3 weeks ago
Siddhesh Kabra a5ea12ee93
fix: skip Program comment nodes in migration to prevent crash (#18656)
3 weeks ago
Gautier Ben Aïm 9414eaa41b
fix: prevent crash on async custom element attributes (#18661)
3 weeks ago
Yuichiro Yamashita 248a2e1db4
fix: transform expressions inside labeled statements during server compilation (#18617)
3 weeks ago
subotac c0987c09f8
fix: remove stale capture listeners from spread attributes (#18618)
3 weeks ago
Yuuki Oohara a224dd5867
fix: give effect teardowns the value from before the first write in a flush (#18620)
3 weeks ago
svelte-triage-bot[bot] 221dcae8ca
fix: preserve comment placement for server derived reads (#18641)
3 weeks ago
남정욱 7725f77cca
fix: apply CSS custom properties with falsy values on components (#18634)
4 weeks ago
Yuichiro Yamashita 135f4439c3
fix: increment private state fields through a non-`this` receiver (#18622)
4 weeks ago
github-actions[bot] 20b341f100
Version Packages (#18628)
4 weeks ago
Simon H ee6dff80ca
fix: better whitespace handling inside printer (#18638)
4 weeks ago
Simon H a1d5035d17
fix: preserve CSS comments in the AST printer (#18637)
4 weeks ago
Simon H 3ed9db4ba7
fix: don't duplicate comments in attributes (#18636)
4 weeks ago
Sankalp Thakur 26786e9298
fix: skip controlled each fast path while another batch is pending (#18625)
1 month ago
github-actions[bot] 44a7813730
Version Packages (#18572)
1 month ago
Nic Polumeyv 3dde011d3a
fix: call `onerror` and provide a working `reset` when hydrating a failed boundary (#18556)
2 months ago
Floze 2bace308e3
fix: preserve select selection with spread attributes (#18561)
2 months ago
github-actions[bot] b29d7002ec
Version Packages (#18560)
2 months ago
Manuel b791cac54e
chore: provide `indent` option for `print` (#18474)
2 months ago
github-actions[bot] 4a6a85b5f1
Version Packages (#18552)
2 months ago
Joe Schafer d0dbe1a480
perf: skip quadratic blocker analysis when no top-level await (#18548)
2 months ago
Simon H 22e0adb75a
fix: rerun derived that had an abort controller on reconnection (#18551)
2 months ago
github-actions[bot] 602a873b6b
Version Packages (#18497)
2 months ago
adiGuba a4fd67e361
fix: $state.eager() is sometimes incorrect in SSR (#18530)
2 months ago
prashantg-pixi 199ffebca3
fix: clear previous_task reference after abort in Tween (#18541)
2 months ago
Simon H edeef1f9f7
chore: add some failing tests (#18528)
2 months ago
Fedor Nezhivoi a91b068786
fix: abort deriveds own AbortSignal when it disconnects (#18400)
2 months ago
Thribhuvan b4d1583ae2
fix: transform computed keys in keyed each block destructuring patterns (#18521)
2 months ago
Rabindra Kumar Meher 08a9e9e7e4
fix: prevent derived connection leak in untracked contexts (#18517)
2 months ago
JY Wey bfbb026f2f
fix: skip unnecessary derived effect in earlier batch (#18525)
2 months ago
Ivan 5edd8b0602
fix: chain preprocessor sourcemaps with an empty sources[0] (#18518)
2 months ago
Paolo Ricciuti 41642b70ee
fix: avoid declaration tag warning in event handlers (#18500)
2 months ago
Paolo Ricciuti 8fb7ceeba5
fix: don't treat declaration tags as parts inside each blocks (#18507)
2 months ago
Paolo Ricciuti b1cadd1eae
chore: drop dead code that make TSGO fail (#18496)
2 months ago
Paolo Ricciuti b9e03714eb
fix: correctly transform declaration tags during SSR (#18492)
2 months ago
github-actions[bot] eae50dfd1c
Version Packages (#18435)
3 months ago
Simon H 36ae0622a8
fix: always unset reactivity context after restoring it (#18453)
3 months ago
jyc.dev a6985bcd24
fix: strip `?` from optional parameters in svelte lang ts (#18448)
3 months ago
Yuichiro Yamashita c4daa490bb
fix: include wrapping parentheses in `{@const}` declarator end (#18436)
3 months ago
Nic Polumeyv 0510174bc0
fix: make `SvelteURLSearchParams` notifications accurate (#18425)
3 months ago
dependabot[bot] 8ea3ee8c62
chore(deps-dev): bump esbuild from 0.25.11 to 0.28.1 (#18427)
3 months ago
github-actions[bot] a9f48540e2
Version Packages (#18389)
3 months ago
sijie-Z 71a6515bd6
fix: check boundary exists before calling error handler in async derived (#18384)
3 months ago
sijie-Z 3d83c9abe6
fix: add bigint to Primitive type for $state.snapshot (#18388)
3 months ago
github-actions[bot] 51baf1c1af
Version Packages (#18357)
3 months ago
Simon H 3d5c4ab620
fix: prevent false-positive reactivity loss warning (#18373)
3 months ago
Simon H bdb1a0f847
fix: ensure async block assigns correct nodes to effect (#18371)
3 months ago
Simon H e4bfc5f45a
chore: bump esrap dependency (#18372)
3 months ago
Simon H 1b4c43b8e5
fix: ignore declaration tags for animation directive (#18366)
3 months ago
Mathias Picker 85dcb91f7c
chore: upgrade to vitest v4 (#18265)
3 months ago
Simon H a81f96549d
fix: reject pending async deriveds on discard (#18308)
3 months ago
github-actions[bot] 3ef761b87b
Version Packages (#18346)
3 months ago
Simon H 5b8db1be35
fix: error at compile time on duplicate snippet/declaration tag definitions (#18351)
3 months ago
Simon H 56013a2c01
fix: check references for blockers on server, too (#18352)
3 months ago
hjaber 2afb895ffa
fix: parse declaration tags with a division operator in the initializer (#18353)
3 months ago
Yuichiro Yamashita b471c15e61
fix: don't hang on a tag whose expression ends with a trailing slash (#18350)
3 months ago
Yuichiro Yamashita c74f44fff9
fix: don't mistake `type` identifier expressions for TS `type` declarations in tags (#18330)
3 months ago
Rich Harris b76b937e00
fix: various declaration tag bugs (#18348)
3 months ago
jdoughty04 378bb25097
fix: set input type before spread value (#18345)
3 months ago