Commit Graph

11391 Commits (b3a00ec91685fbb2757eaf821daeabcaeadd9d9e)
 

Author SHA1 Message Date
Rich Harris b3a00ec916
fix
7 hours ago
Rich Harris 03d3896aa0
bump
7 hours ago
Rich Harris 4d5fa48995
simplify
12 hours ago
Rich Harris 36ed1a78be
chore: use message-box for message processing
12 hours ago
Bao Nguyen 4bf15ae6f3
fix: throw when `setContext` is called after an `await` during SSR (#18739)
1 day ago
Simon H 9d91a40faf
chore: bump packages (#18752)
1 day ago
Simon H b580455c9c
fix: serialize input default values during SSR (#18733)
1 day ago
Simon H b2c22ab66d
chore: add regression test for teardown value behavior (#18751)
1 day ago
Simon H b1142efe96
perf: speed up parser a little bit (#18736)
1 day ago
Nic Polumeyv 34142af3a1
perf: build identifier and member chain expressions without acorn (#18740)
2 days ago
Nic Polumeyv 504a7536c6
perf: stop scanning the whole template for every expression (#18738)
2 days ago
svelte-triage-bot[bot] 214dd3d005
fix: cancel deferred event listener attachment (#18749)
2 days ago
github-actions[bot] 7bc0a70fe6
Version Packages (#18682)
4 days ago
Nic Polumeyv 6374a2a0db
chore: move `@types/trusted-types` to devDependencies (#18730)
5 days ago
Adnane Taghi 4ae5eb3f23
feat: add has function to createContext (#18472)
5 days ago
Simon H 5034b59e9e
chore: bump playwright (#18729)
5 days ago
Simon H 74197ccbe1
feat: add getOrInsert/getOrInsertComputed to SvelteMap (#18728)
5 days ago
Simon H edbe11ebc9
fix: properly apply static textarea value attribute during CSR (#18727)
5 days ago
Xia Chao 05b69164d1
fix: omit bind:focused from SSR output (#18724)
5 days ago
Simon H 08c2a72907
chore: set Vitest reporter for github actions (#18722)
7 days ago
Nic Polumeyv 7c6f36aa92
fix: keep boolean attributes with an empty string value when rendering attribute objects on the server (#18721)
7 days ago
Nic Polumeyv 2e8b57bc58
fix: render `selected` options for `<select multiple>` with an array `value` on the server (#18720)
7 days ago
Nic Polumeyv 864de81bb6
fix: keep the current selection of a `<select>` when its `defaultValue` is applied (#18719)
7 days ago
Nic Polumeyv 4d5139552d
fix: block declaration tags on async values read inside closures (#18533)
1 week ago
Rich Harris aadc97ce1b
fix: simplify boundary error handling and handle hydration errors correctly (#18539)
1 week ago
Sushanth012 bfc9b65b3d
docs: clarify mounting components with context (#18515)
1 week ago
Bao Nguyen 0f458d5aba
fix: report `derived_invalid_export` for `export let x = $derived(...)` (#18692)
1 week ago
Khaled Waleed 955b701df2
fix: measure nested transitions before applying their starting styles (#18647)
1 week ago
svelte-triage-bot[bot] c7d8233a5c
fix: apply ownership mutation ignores to bindings (#18718)
1 week ago
Simon H 68e7c9b521
fix: transform derived assignments and select function bindings correctly during server-side rendering (#18669)
1 week ago
Mathias Picker 14ec75c5fe
perf: fold SSR block-open markers into the branch's first push (#18712)
1 week ago
Ion c575b07bca
feat: support `defaultValue` on `<select>` (#18591)
1 week ago
Bao Nguyen b433f3cd87
fix: preserve line feed character references in attribute values (#18691)
1 week ago
Mathias Picker 34489c10df
perf: emit `$.only_child` for elements with a single child (#18717)
1 week ago
Mathias Picker 6b99f9fb52
perf: reuse the cached value in the `<option>`/`<select>` value guard (#18713)
1 week ago
Mathias Picker 8299cbf11b
perf: use `$.comment()` for single comment templates (#18714)
1 week ago
Mathias Picker 359413f512
perf: treat `<img loading>` as a static element again (#18711)
1 week ago
Simon H 135f1ec004
fix: more robust rendering of Svelte custom element slots (#18710)
1 week ago
Jawad Ali c894afd8c7
fix: sync SvelteURL port when protocol setter clears it (#18705)
1 week ago
Nic Polumeyv 6b16b7f73f
fix: keep defaultChecked on hydrated radio inputs with spread attributes (#18701)
1 week ago
Jawad Ali 1b02aa28c8
fix: decode uppercase-X hex numeric character references (#18708)
1 week ago
Nic Polumeyv 2b740e496e
fix: commit a reaction's dependencies even when it throws (#18703)
1 week ago
Mathias Picker fdb3aa8ba8
perf: store setters cache as Set instead of Array (#18251)
1 week ago
JY Wey b20b2ee85e
fix: avoid css tree-shaking for exported Snippet (#18540)
1 week ago
Ashok Kaushik 6f5dd04a00
fix: Fixes error thrown on use of select with no options (#18449)
1 week ago
Nic Polumeyv f2648b3537
fix: end a restored reaction context at the end of its synchronous segment (#18694)
1 week ago
Bao Nguyen 1be496f0a6
fix: accept `onfocusin`/`onfocusout` in `a11y_mouse_events_have_key_events` (#18689)
1 week ago
svelte-triage-bot[bot] 721244ad3b
fix: track SvelteDate snapshots in reactions (#18700)
1 week ago
svelte-triage-bot[bot] 4b61851ec8
fix: clean up svelte:head anchors on unmount (#18697)
1 week ago
ChaseCopeland 15720b16a5
docs: Updated docs to include information on easing functions (#16070)
2 weeks ago