Commit Graph

2397 Commits (xhtml-lowercase-elements)

Author SHA1 Message Date
Rich Harris f236d979c0 fix: always lowercase HTML elements, for XHTML compliance
1 day ago
Simon H 0a404c9863
fix: prevent async render tag hydration mismatches (#17652)
3 days ago
Rich Harris d047bc6e2a
fix: render boolean attribute values as empty strings for XHTML compliance (#17648)
3 days ago
github-actions[bot] bb00d5b6e7
Version Packages (#17615)
4 days ago
Andrew Aquino 863c9d6875
chore: wrap JSDoc URLs in @see and @link tags (#17617)
5 days ago
Rich Harris 57cb393796
fix: allow NaN in key blocks (#17642)
5 days ago
Artyom Alekseevich f71a6813b7
fix: treat menu element like ul/ol for a11y role checks (#17638)
5 days ago
Rich Harris 6e5f2b157a
fix: exit resolved async blocks on correct node when hydrating (#17640)
5 days ago
Rich Harris bc44975869
fix: properly hydrate already-resolved async blocks (alternative) (#17641)
5 days ago
Artyom Alekseevich a75866f34d
fix: detect store in each block expression regardless of AST shape (#17636)
5 days ago
Rich Harris fcbd3e325a
feat: allow use of createContext when instantiating components programmatically (#17575)
6 days ago
Rich Harris f05f946fea
fix: add vite-ignore comment inside dynamic crypto import (#17623)
6 days ago
7nik d7a8e3d130
fix: emit `each_key_duplicate` error in production (#16724)
6 days ago
Rich Harris 4f41e816ba
fix: ensure infinite effect loops are cleared after flushing (#17601)
7 days ago
github-actions[bot] eb63a6bbba
Version Packages (#17614)
7 days ago
Tee Ming 05229d9682
chore: remove SvelteKit data attributes from elements.d.ts (#17613)
7 days ago
Tee Ming baba15ab98
fix: avoid 'node:crypto' cloudflare warnings (#17612)
7 days ago
Simon H bc4dc1d10d
fix: avoid erroneous async derived expressions for blocks (#17604)
7 days ago
github-actions[bot] 92e6721c03
Version Packages (#17585)
2 weeks ago
FORMI 8933653fbe
fix: merge consecutive text nodes during hydration for large text content (#17587)
2 weeks ago
Rich Harris ebe583f2bb
fix: only create async functions in SSR output when necessary (#17593)
2 weeks ago
Antonio Bennett 5656dd569a
fix: handle renderer.run rejections (#17591)
2 weeks ago
Manuel 82fde88780
fix: `print()` multiline behaviour (#17319)
2 weeks ago
github-actions[bot] 9d1dd2e199
Version Packages (#17564)
2 weeks ago
Paolo Ricciuti 2d62ffee9c
fix: throw for unset `createContext` get on the server (#17580)
2 weeks ago
Rich Harris 1c131f11ca
fix: reset effects inside skipped branches (#17581)
2 weeks ago
Rich Harris 3608b3c869
fix: preserve old dependencies when updating reaction inside fork (#17579)
2 weeks ago
Rich Harris ece2e83eb9
fix: increment signal versions when discarding forks (#17577)
2 weeks ago
Rich Harris 37cd40d2e5
fix: more conservative assignment_value_stale warnings (#17574)
2 weeks ago
Razin Shafayet 3256a75b54
fix: ignore popover elements in a11y_consider_explicit_label check (#17367)
2 weeks ago
PandaMan 16fec7207a
fix: make onintrostart respect delay parameter (#17567)
2 weeks ago
Bladesheng 0cbf718aef
feat: allow passing `ShadowRootInit` to custom element `shadow` options (#17088)
2 weeks ago
github-actions[bot] 3d285f0ee4
Version Packages (#17560)
2 weeks ago
Rich Harris 30cea1f9a0
fix: run boundary `onerror` callbacks in a microtask, in case they result in the boundary's destruction (#17561)
2 weeks ago
Rich Harris 8c8a22add4
fix: prevent unintended exports from namespaces (#17562)
2 weeks ago
David 02b5d94b3a
fix: each block breaking with effects interspersed among items (#17550)
2 weeks ago
github-actions[bot] e9d580ed40
Version Packages (#17555)
2 weeks ago
Tee Ming 83eb9dac64
fix: avoid duplicating escaped characters when parsing styles (#17554)
2 weeks ago
github-actions[bot] 9662010a13
Version Packages (#17537)
2 weeks ago
Rich Harris 97684d32a0
add missing changeset for #17548 (#17551)
2 weeks ago
David 5e0d18d210 fix: advance hydration before skipping settled async blocks (#17539)
2 weeks ago
ai-man-codes efcb7353bb
fix: handle falsy dynamic components in SSR (#17542)
2 weeks ago
David bec90d4801
fix: avoid using dev-mode array.includes wrapper on internal array checks (#17536)
2 weeks ago
David fe12ffc2a3
fix: avoid unnecessary block effect re-runs after async work completes (#17535)
2 weeks ago
github-actions[bot] e1427aa0c8
Version Packages (#17531)
3 weeks ago
Benjamin Tamasi 6046bbb456
fix: export `wait` function from internal client index (#17530)
3 weeks ago
github-actions[bot] 9108404450
Version Packages (#17517)
3 weeks ago
Rich Harris 9b6539a8ef
fix: properly hydrate await in `{@html}` (alternative) (#17528)
3 weeks ago
Paolo Ricciuti 917ea2d4ae
fix: account for empty statements when visiting in transform async (#17524)
3 weeks ago
Rich Harris 1ff7dd6123
fix: batch resolution of async work (#17511)
3 weeks ago