Commit Graph

11573 Commits (6d75398b477f5659202fa6e887d70187dcce7858)
 

Author SHA1 Message Date
paoloricciuti 6d75398b47
chore: add ability to hydrate dom custom renderers samples
5 days ago
paoloricciuti d395fc15d1
fix: update test renderer to output actual dom nodes when interleaving
5 days ago
paoloricciuti 0e942acab2
feat: accept `foreign` object in custom renderer to determine how to interleave custom renderers
5 days ago
paoloricciuti 607ee25071
fix: store `segments` and use them to remove nodes when interleaving is happening
5 days ago
paoloricciuti b84a399d5b
chore: create error for missing foreign
5 days ago
paoloricciuti c64b15a3c0
fix: push renderer before executing a snippet
5 days ago
paoloricciuti 328695caf4
fix: wrap implicit children snippets in `renderer_snippet`
5 days ago
paoloricciuti 2811fa4347
fix: set null renderer for snippets created by DOM components
5 days ago
paoloricciuti 8488762552
fix: make sure pop renderer is always before `return`
5 days ago
paoloricciuti 879d544abb
fix: always validate snippets if custom renderer is enabled
5 days ago
paoloricciuti a1bf283aca
fix: store and restore parent renderer in effect
5 days ago
paoloricciuti 77ff56da86
fix: skip single node optimization in custom renderer
5 days ago
paoloricciuti a180976a23 Merge remote-tracking branch 'origin/main' into svelte-custom-renderer
5 days ago
paoloricciuti be0640be87 fix: styles with semicolons
5 days ago
paoloricciuti 1e5dc328cd fix: better `customRenderer` validation
5 days ago
paoloricciuti 9b97b7fbf7 fix: try finally pop render
5 days ago
Bao Nguyen 5895c637b0
fix: recognise `aria-braillelabel` and `aria-brailleroledescription` as known ARIA attributes (#18765)
1 week ago
JY Wey 9e69544238
fix: in non-async mode, only push variable to current_sources when active_reaction is updating (#18550)
1 week ago
Simon H 6f7857af59
chore: compiler profiling + parser bench (#18767)
1 week ago
paoloricciuti 17e37a51bc Merge remote-tracking branch 'origin/main' into svelte-custom-renderer
1 week ago
Bao Nguyen 4bf15ae6f3
fix: throw when `setContext` is called after an `await` during SSR (#18739)
1 week ago
Simon H 9d91a40faf
chore: bump packages (#18752)
1 week ago
Simon H b580455c9c
fix: serialize input default values during SSR (#18733)
1 week ago
Simon H b2c22ab66d
chore: add regression test for teardown value behavior (#18751)
1 week ago
Simon H b1142efe96
perf: speed up parser a little bit (#18736)
1 week ago
Nic Polumeyv 34142af3a1
perf: build identifier and member chain expressions without acorn (#18740)
1 week ago
Nic Polumeyv 504a7536c6
perf: stop scanning the whole template for every expression (#18738)
1 week ago
paoloricciuti 128023f08b Merge remote-tracking branch 'origin/main' into svelte-custom-renderer
1 week ago
svelte-triage-bot[bot] 214dd3d005
fix: cancel deferred event listener attachment (#18749)
1 week ago
github-actions[bot] 7bc0a70fe6
Version Packages (#18682)
2 weeks ago
Nic Polumeyv 6374a2a0db
chore: move `@types/trusted-types` to devDependencies (#18730)
2 weeks ago
paoloricciuti e20068fdbf Merge remote-tracking branch 'origin/main' into svelte-custom-renderer
2 weeks ago
Adnane Taghi 4ae5eb3f23
feat: add has function to createContext (#18472)
2 weeks ago
Simon H 5034b59e9e
chore: bump playwright (#18729)
2 weeks ago
Simon H 74197ccbe1
feat: add getOrInsert/getOrInsertComputed to SvelteMap (#18728)
2 weeks ago
Simon H edbe11ebc9
fix: properly apply static textarea value attribute during CSR (#18727)
2 weeks ago
Xia Chao 05b69164d1
fix: omit bind:focused from SSR output (#18724)
2 weeks ago
paoloricciuti 0c1166935b chore: fix snapshot
2 weeks ago
paoloricciuti d2ec9dbebf chore: update upstream fixes to be custom renderer aware
2 weeks ago
paoloricciuti af6419bd15 Merge remote-tracking branch 'origin/main' into svelte-custom-renderer
2 weeks ago
Simon H 08c2a72907
chore: set Vitest reporter for github actions (#18722)
2 weeks ago
Nic Polumeyv 7c6f36aa92
fix: keep boolean attributes with an empty string value when rendering attribute objects on the server (#18721)
2 weeks ago
Nic Polumeyv 2e8b57bc58
fix: render `selected` options for `<select multiple>` with an array `value` on the server (#18720)
2 weeks ago
Nic Polumeyv 864de81bb6
fix: keep the current selection of a `<select>` when its `defaultValue` is applied (#18719)
2 weeks ago
Nic Polumeyv 4d5139552d
fix: block declaration tags on async values read inside closures (#18533)
2 weeks ago
Rich Harris aadc97ce1b
fix: simplify boundary error handling and handle hydration errors correctly (#18539)
2 weeks ago
Sushanth012 bfc9b65b3d
docs: clarify mounting components with context (#18515)
2 weeks ago
Bao Nguyen 0f458d5aba
fix: report `derived_invalid_export` for `export let x = $derived(...)` (#18692)
2 weeks ago
Khaled Waleed 955b701df2
fix: measure nested transitions before applying their starting styles (#18647)
2 weeks ago
svelte-triage-bot[bot] c7d8233a5c
fix: apply ownership mutation ignores to bindings (#18718)
2 weeks ago