Commit Graph

11392 Commits (message-box)
 

Author SHA1 Message Date
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
dependabot[bot] 78979c87c9
chore(deps-dev): bump vite from 7.3.2 to 7.3.5 (#18444)
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
Barry 8bf9ec8700
docs: clarify $bindable fallback binding requirement (#18477)
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)
2 weeks ago
Hyunbin Seo 44bd73f3e5
docs: replace N-ary times `⨉` with multiplication sign `×` (#18418)
2 weeks ago
john gravois 793e309d4e
docs: fix typo in basic markup doc (#18434)
2 weeks ago
AminBouchareb 07dda4056b
docs: document rune_missing_parentheses compiler error (#18589)
2 weeks ago
Kamil Jakubus 38ef714f1a
fix: scope SSR boundary failed snippets to their boundary (#18593)
2 weeks ago
Jared Dunham f4918d86f3
docs: added generic type parameter example for $state (#18494)
2 weeks ago
Liam O'Dea f5f70343df
perf: O(n²)→O(n) Map lookups for legacy reactive statements (#18602)
2 weeks ago
Nic Polumeyv cac27c783e
feat: export RenderOutput, SyncRenderOutput, Csp and Sha256Source from svelte/server (#18648)
2 weeks ago
Siddhesh Kabra faf1e103c5
fix: prevent onoutroend from firing twice when compilerOptions.hmr is true (#18655)
2 weeks ago
Ben McCann a7ba9e85aa
docs: update mobile FAQ (#18665)
2 weeks ago
github-actions[bot] 56a036f4ce
Version Packages (#18640)
2 weeks ago
Scott Wu 5ccdfe3557
docs: note comments within tags possibility (#18482)
2 weeks ago
Joe Schafer 545205b420
perf: make async blocker analysis linear (#18549)
2 weeks ago
Mukund Sarma 950e2a837c
fix: strip comments from inline style values in linear time (#18553)
2 weeks ago
randalmurphal ffc0e6e7ef
fix: release last_propagated_event after event propagation settles (#18569)
2 weeks ago
jyc.dev f159e14de7
chore: switch to @changesets/changelog-github (#18570)
2 weeks ago
Nic Polumeyv 2f684fefd7
docs: clarify that context lookup includes the current component and all ancestors (#18581)
2 weeks ago
Nic Polumeyv 3feb34a992
chore: deduplicate client/server context helpers (#18580)
2 weeks ago
Rudevin 388840b1b2
docs: note that transitions bypass CSS prefers-reduced-motion (#18597)
2 weeks ago
kdelay 24130c18e2
fix: parse nth-child `of` syntax without whitespace after `of` (#18611)
2 weeks ago
Magnar Ovedal Myrtveit a166761b04
fix: treat concise arrow function bodies as implicit returns when calculating blockers (#18613)
2 weeks ago
Sander Machado a4c60ccdbb
fix: append_styles resolving to `document.head` in WC (#18614)
2 weeks ago
Nathan Asdarjian ee1249b43c
fix: preserve renderer type in copy() during SSR (#18616)
2 weeks ago
svelte-triage-bot[bot] 9c2494b134
fix: preserve namespaces in CSS type selectors (#18678)
2 weeks ago
Madan kumar 19aa51d443
fix: print `{#await ... catch}` et al correctly (#18645)
2 weeks ago
Marwan 8835003d41
fix: preserve CSS escape sequences when printing selectors (#18667)
2 weeks ago
Gautier Ben Aïm fe4a56b0a8
fix: avoid double-calling a derived reference when destructuring (#18668)
2 weeks ago
subotac 384ee73aa2
fix: preserve logical assignments to private state fields (#18594)
2 weeks ago
Siddhesh Kabra a5ea12ee93
fix: skip Program comment nodes in migration to prevent crash (#18656)
2 weeks ago
Gautier Ben Aïm 9414eaa41b
fix: prevent crash on async custom element attributes (#18661)
2 weeks ago
Yuichiro Yamashita 248a2e1db4
fix: transform expressions inside labeled statements during server compilation (#18617)
2 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