Commit Graph

11356 Commits (8299cbf11b266a561c822a7212526f3fbbadc53e)
 

Author SHA1 Message Date
Mathias Picker 8299cbf11b
perf: use `$.comment()` for single comment templates (#18714)
4 days ago
Mathias Picker 359413f512
perf: treat `<img loading>` as a static element again (#18711)
4 days ago
Simon H 135f1ec004
fix: more robust rendering of Svelte custom element slots (#18710)
4 days ago
Jawad Ali c894afd8c7
fix: sync SvelteURL port when protocol setter clears it (#18705)
4 days ago
Nic Polumeyv 6b16b7f73f
fix: keep defaultChecked on hydrated radio inputs with spread attributes (#18701)
4 days ago
Jawad Ali 1b02aa28c8
fix: decode uppercase-X hex numeric character references (#18708)
4 days ago
Nic Polumeyv 2b740e496e
fix: commit a reaction's dependencies even when it throws (#18703)
4 days ago
Mathias Picker fdb3aa8ba8
perf: store setters cache as Set instead of Array (#18251)
5 days ago
JY Wey b20b2ee85e
fix: avoid css tree-shaking for exported Snippet (#18540)
5 days ago
Ashok Kaushik 6f5dd04a00
fix: Fixes error thrown on use of select with no options (#18449)
5 days ago
Nic Polumeyv f2648b3537
fix: end a restored reaction context at the end of its synchronous segment (#18694)
5 days ago
Bao Nguyen 1be496f0a6
fix: accept `onfocusin`/`onfocusout` in `a11y_mouse_events_have_key_events` (#18689)
5 days ago
svelte-triage-bot[bot] 721244ad3b
fix: track SvelteDate snapshots in reactions (#18700)
5 days ago
svelte-triage-bot[bot] 4b61851ec8
fix: clean up svelte:head anchors on unmount (#18697)
5 days ago
ChaseCopeland 15720b16a5
docs: Updated docs to include information on easing functions (#16070)
1 week ago
sliang-code 63b4c3652d
fix: don't apply scoped CSS class to elements inside <svelte:head> (#18160)
1 week ago
PD Shaheed Ali Khan 2ac7366391
perf: optimize simple object destructuring in @const tags (#18390)
1 week ago
Nic Polumeyv a6560bbe08
fix: don't resurrect outroing elements when an ancestor block is paused and resumed (#18431)
1 week ago
dependabot[bot] 78979c87c9
chore(deps-dev): bump vite from 7.3.2 to 7.3.5 (#18444)
1 week ago
svelte-triage-bot[bot] a6153f1d2a
fix: preserve whitespace after inline elements when printing (#18685)
1 week ago
Nic Polumeyv 3b559bbf96
fix: avoid NaN keyframe values in slide transition (#18430)
1 week ago
adiGuba 3405b5e735
fix: distinct memoizer on style/class directives (#18466)
1 week ago
Giorgio Maria Federico Birnthaler a1ec9c8eb7
chore: fix typo in read_version JSDoc (#18470)
1 week ago
Rupankar Dutta 224fcadbd5
fix: route $derived teardown errors through invoke_error_boundary (#18486)
1 week ago
Barry 8bf9ec8700
docs: clarify $bindable fallback binding requirement (#18477)
1 week ago
Paolo Ricciuti 06c9b7929a
fix: prevent `selectedcontent` mutation from changing the selected option (#18495)
1 week ago
Nic Polumeyv b2a24b0426
fix: run `onDestroy` callbacks when a server render throws (#18585)
1 week ago
Nic Polumeyv 6266debb21
docs: clarify when `$effect.pre` runs relative to DOM updates (#18534)
1 week ago
Nic Polumeyv 9d0062d607
fix: make template store subscriptions wait for the promise that assigns the store (#18582)
1 week ago
Khaled Waleed 2d2e5df26e
fix: don't turn component instances stored in $state into state proxies (#18646)
1 week ago
Alexander Kireyev 09a67efcfc
fix: warn on undeclared shorthand event handlers on svelte:window/document/body (#18480)
1 week ago
Hyunbin Seo 44bd73f3e5
docs: replace N-ary times `⨉` with multiplication sign `×` (#18418)
1 week ago
john gravois 793e309d4e
docs: fix typo in basic markup doc (#18434)
1 week ago
AminBouchareb 07dda4056b
docs: document rune_missing_parentheses compiler error (#18589)
1 week ago
Kamil Jakubus 38ef714f1a
fix: scope SSR boundary failed snippets to their boundary (#18593)
1 week ago
Jared Dunham f4918d86f3
docs: added generic type parameter example for $state (#18494)
1 week ago
Liam O'Dea f5f70343df
perf: O(n²)→O(n) Map lookups for legacy reactive statements (#18602)
1 week ago
Nic Polumeyv cac27c783e
feat: export RenderOutput, SyncRenderOutput, Csp and Sha256Source from svelte/server (#18648)
1 week ago
Siddhesh Kabra faf1e103c5
fix: prevent onoutroend from firing twice when compilerOptions.hmr is true (#18655)
1 week ago
Ben McCann a7ba9e85aa
docs: update mobile FAQ (#18665)
1 week ago
github-actions[bot] 56a036f4ce
Version Packages (#18640)
1 week ago
Scott Wu 5ccdfe3557
docs: note comments within tags possibility (#18482)
1 week ago
Joe Schafer 545205b420
perf: make async blocker analysis linear (#18549)
1 week ago
Mukund Sarma 950e2a837c
fix: strip comments from inline style values in linear time (#18553)
1 week ago
randalmurphal ffc0e6e7ef
fix: release last_propagated_event after event propagation settles (#18569)
1 week ago
jyc.dev f159e14de7
chore: switch to @changesets/changelog-github (#18570)
1 week ago
Nic Polumeyv 2f684fefd7
docs: clarify that context lookup includes the current component and all ancestors (#18581)
1 week ago
Nic Polumeyv 3feb34a992
chore: deduplicate client/server context helpers (#18580)
1 week ago
Rudevin 388840b1b2
docs: note that transitions bypass CSS prefers-reduced-motion (#18597)
1 week ago
kdelay 24130c18e2
fix: parse nth-child `of` syntax without whitespace after `of` (#18611)
1 week ago