Commit Graph

2195 Commits (18ecf0138291f4e09a44cfc9a6facd2e683b04d9)

Author SHA1 Message Date
Rich Harris 7c1408d6df chore: run boundary async effects in the context of the current batch
2 weeks ago
Paolo Ricciuti 8691391c08
fix: add hydration markers in `pending` branch of SSR boundary (#16965)
2 weeks ago
github-actions[bot] 94fc836e3a
Version Packages (#16950)
2 weeks ago
Elliott Johnson 9cdd76e3a3
chore: Remove annoying sync-async warning (#16949)
3 weeks ago
github-actions[bot] 005895d994
Version Packages (#16946)
3 weeks ago
Rich Harris f3c55e8e6c
feat: add `createContext` utility for type-safe context (#16948)
3 weeks ago
Simon H 28765f846e
fix: don't rerun async effects unnecessarily (#16944)
3 weeks ago
Rich Harris a7c958a2a5
chore: simplify `batch.apply()` (#16945)
3 weeks ago
github-actions[bot] 2a951391dc
Version Packages (#16940)
3 weeks ago
Hannes Rüger e8330ee7bf
fix: svg `radialGradient` `fr` attribute missing in types (#16943)
3 weeks ago
Simon H 23e2bb3b89
fix: unset context on stale promises (#16935)
3 weeks ago
github-actions[bot] 420468a041
Version Packages (#16920)
3 weeks ago
Simon H 5d9b4c66ca
fix: better input cursor restoration for `bind:value` (#16925)
3 weeks ago
7nik 93012e1e6f
fix: track the user's getter of `bind:this` (#16916)
3 weeks ago
Paolo Ricciuti 297afd0578
fix: generate correct code for `each` blocks with async body (#16923)
3 weeks ago
Paolo Ricciuti 7f8e60fd8a
fix: generate correct SSR code for the case where `pending` is an attribute (#16919)
3 weeks ago
github-actions[bot] 844fab7798
Version Packages (#16913)
3 weeks ago
Rich Harris b5c8437151
fix: flush batches whenever an async value resolves (#16912)
3 weeks ago
github-actions[bot] 06bd6a8fbd
Version Packages (#16909)
4 weeks ago
Simon H 78481862fb
fix: hydrate each blocks inside element correctly (#16908)
4 weeks ago
Paolo Ricciuti 1b1f144396
fix: add `UNKNOWN` evaluation value before breaking for `binding.initial===SnippetBlock` (#16910)
4 weeks ago
ComputerGuy edcd4b59e3
fix: correctly transform `$derived` private fields on server (#16894)
4 weeks ago
Yuki Ishii 5d1ffcf413
fix: allow await in if block consequent and alternate (#16890)
4 weeks ago
ComputerGuy 303750a124
fix: don't replace rest props with `$$props` for excluded props (#16898)
4 weeks ago
github-actions[bot] acdd93053d
Version Packages (#16899)
4 weeks ago
Rich Harris 2b49a5e3c0
fix: flush when pending boundaries resolve (#16897)
4 weeks ago
github-actions[bot] 5c847ff79e
Version Packages (#16877)
1 month ago
Jungzl 949c026259
fix: preserve tuple type in `$state.snapshot` (#16864)
1 month ago
ComputerGuy 499973454a
fix: check boundary `pending` attribute at runtime on server (#16855)
1 month ago
Yuki Ishii 4f653ddcea
fix: update error message to clarify usage with radio inputs (#16874)
1 month ago
Yuki Ishii 31541c8849
fix: allow await in svelte boundary without pending (#16857)
1 month ago
github-actions[bot] e9cd45a2da
Version Packages (#16848)
1 month ago
Jakub Kolesár 46c10d0476
fix: missing title warning for buttons and anchor tags (#16872)
1 month ago
Rich Harris 25cbdc8cb1
fix: merge batches (#16866)
1 month ago
ComputerGuy 87f7e97963
fix: wrap async `children` in `$$renderer.async` (#16862)
1 month ago
ComputerGuy 8895bd44f5
fix: coerce nullish `<title>` to empty string (#16863)
1 month ago
Rich Harris 12e1c81fe6
chore: add missing changeset for #16838 and #16845 (#16847)
1 month ago
github-actions[bot] b92a55994b
Version Packages (#16824)
1 month ago
LeeWxx ac7e160029
fix: SSR scoped classes for <select value> elements (#16821)
1 month ago
7nik 24944e61f5
fix: async `class:` + spread attributes were compiled into sync server-side code (#16834)
1 month ago
Simon H 1ef297f25d
fix: ensure tick resolves within a macrotask (#16825)
1 month ago
Simon H 5e6fed6bab
fix: depend on reads of deriveds created within reaction (async mode) (#16823)
1 month ago
github-actions[bot] 8680c29a0a
Version Packages (#16818)
1 month ago
Brittany Harris 562623d536
fix: use SSR format compatible with nginx SSI for props.id (#16820)
1 month ago
ComputerGuy cf35a22568
fix: allow `{@html await ...}` and async snippets on the server (#16817)
1 month ago
github-actions[bot] 3c694ce3a4
Version Packages (#16807)
1 month ago
Rich Harris 0e75498c21
fix: restore hydration state after `await` in `<script>` (#16806)
1 month ago
github-actions[bot] ded13b825d
Version Packages (#16801)
1 month ago
Rich Harris 5c09035685
fix: async hydration (#16797)
1 month ago
Rich Harris 1c8456885c
fix: remove outer hydration markers (#16800)
1 month ago