Commit Graph

11506 Commits (eb7532dd70fb11b36258347c44cf3910d244f987)
 

Author SHA1 Message Date
paoloricciuti eb7532dd70 Merge remote-tracking branch 'origin/main' into svelte-custom-renderer
1 day ago
Bao Nguyen 1be496f0a6
fix: accept `onfocusin`/`onfocusout` in `a11y_mouse_events_have_key_events` (#18689)
1 day ago
paoloricciuti 54135abac9 Merge remote-tracking branch 'origin/main' into svelte-custom-renderer
1 day ago
svelte-triage-bot[bot] 721244ad3b
fix: track SvelteDate snapshots in reactions (#18700)
1 day ago
svelte-triage-bot[bot] 4b61851ec8
fix: clean up svelte:head anchors on unmount (#18697)
1 day ago
ChaseCopeland 15720b16a5
docs: Updated docs to include information on easing functions (#16070)
4 days ago
sliang-code 63b4c3652d
fix: don't apply scoped CSS class to elements inside <svelte:head> (#18160)
4 days ago
PD Shaheed Ali Khan 2ac7366391
perf: optimize simple object destructuring in @const tags (#18390)
4 days ago
Nic Polumeyv a6560bbe08
fix: don't resurrect outroing elements when an ancestor block is paused and resumed (#18431)
4 days ago
dependabot[bot] 78979c87c9
chore(deps-dev): bump vite from 7.3.2 to 7.3.5 (#18444)
4 days ago
svelte-triage-bot[bot] a6153f1d2a
fix: preserve whitespace after inline elements when printing (#18685)
4 days ago
Nic Polumeyv 3b559bbf96
fix: avoid NaN keyframe values in slide transition (#18430)
4 days ago
adiGuba 3405b5e735
fix: distinct memoizer on style/class directives (#18466)
4 days ago
Giorgio Maria Federico Birnthaler a1ec9c8eb7
chore: fix typo in read_version JSDoc (#18470)
4 days ago
Rupankar Dutta 224fcadbd5
fix: route $derived teardown errors through invoke_error_boundary (#18486)
4 days ago
Barry 8bf9ec8700
docs: clarify $bindable fallback binding requirement (#18477)
4 days ago
Paolo Ricciuti 06c9b7929a
fix: prevent `selectedcontent` mutation from changing the selected option (#18495)
4 days ago
Nic Polumeyv b2a24b0426
fix: run `onDestroy` callbacks when a server render throws (#18585)
4 days ago
Nic Polumeyv 6266debb21
docs: clarify when `$effect.pre` runs relative to DOM updates (#18534)
4 days ago
Nic Polumeyv 9d0062d607
fix: make template store subscriptions wait for the promise that assigns the store (#18582)
4 days ago
Khaled Waleed 2d2e5df26e
fix: don't turn component instances stored in $state into state proxies (#18646)
4 days ago
Alexander Kireyev 09a67efcfc
fix: warn on undeclared shorthand event handlers on svelte:window/document/body (#18480)
5 days ago
Hyunbin Seo 44bd73f3e5
docs: replace N-ary times `⨉` with multiplication sign `×` (#18418)
5 days ago
john gravois 793e309d4e
docs: fix typo in basic markup doc (#18434)
5 days ago
AminBouchareb 07dda4056b
docs: document rune_missing_parentheses compiler error (#18589)
5 days ago
Kamil Jakubus 38ef714f1a
fix: scope SSR boundary failed snippets to their boundary (#18593)
5 days ago
Jared Dunham f4918d86f3
docs: added generic type parameter example for $state (#18494)
5 days ago
Liam O'Dea f5f70343df
perf: O(n²)→O(n) Map lookups for legacy reactive statements (#18602)
5 days ago
Nic Polumeyv cac27c783e
feat: export RenderOutput, SyncRenderOutput, Csp and Sha256Source from svelte/server (#18648)
5 days ago
Siddhesh Kabra faf1e103c5
fix: prevent onoutroend from firing twice when compilerOptions.hmr is true (#18655)
5 days ago
Ben McCann a7ba9e85aa
docs: update mobile FAQ (#18665)
5 days ago
github-actions[bot] 56a036f4ce
Version Packages (#18640)
5 days ago
Scott Wu 5ccdfe3557
docs: note comments within tags possibility (#18482)
5 days ago
Joe Schafer 545205b420
perf: make async blocker analysis linear (#18549)
5 days ago
Mukund Sarma 950e2a837c
fix: strip comments from inline style values in linear time (#18553)
5 days ago
randalmurphal ffc0e6e7ef
fix: release last_propagated_event after event propagation settles (#18569)
5 days ago
jyc.dev f159e14de7
chore: switch to @changesets/changelog-github (#18570)
5 days ago
Nic Polumeyv 2f684fefd7
docs: clarify that context lookup includes the current component and all ancestors (#18581)
5 days ago
Nic Polumeyv 3feb34a992
chore: deduplicate client/server context helpers (#18580)
5 days ago
Rudevin 388840b1b2
docs: note that transitions bypass CSS prefers-reduced-motion (#18597)
5 days ago
kdelay 24130c18e2
fix: parse nth-child `of` syntax without whitespace after `of` (#18611)
5 days ago
Magnar Ovedal Myrtveit a166761b04
fix: treat concise arrow function bodies as implicit returns when calculating blockers (#18613)
5 days ago
Sander Machado a4c60ccdbb
fix: append_styles resolving to `document.head` in WC (#18614)
5 days ago
Nathan Asdarjian ee1249b43c
fix: preserve renderer type in copy() during SSR (#18616)
5 days ago
svelte-triage-bot[bot] 9c2494b134
fix: preserve namespaces in CSS type selectors (#18678)
5 days ago
Madan kumar 19aa51d443
fix: print `{#await ... catch}` et al correctly (#18645)
6 days ago
Marwan 8835003d41
fix: preserve CSS escape sequences when printing selectors (#18667)
6 days ago
Gautier Ben Aïm fe4a56b0a8
fix: avoid double-calling a derived reference when destructuring (#18668)
6 days ago
subotac 384ee73aa2
fix: preserve logical assignments to private state fields (#18594)
7 days ago
Siddhesh Kabra a5ea12ee93
fix: skip Program comment nodes in migration to prevent crash (#18656)
1 week ago