Commit Graph

41 Commits (1126ef318650792dcca883eeb72dbe58633b37cc)

Author SHA1 Message Date
Rich Harris 1126ef3186
feat: out of order rendering (#17038)
2 weeks ago
Elliott Johnson b8fd326d96
feat: async SSR (#16748)
2 months ago
Ray Thurn Void 9e1e7139fb
fix: robustify reset calls in error boundaries (#16171)
4 months ago
Rich Harris 0672e48223
feat: allow `await` in components (#15844)
4 months ago
Paolo Ricciuti 922bee9a6d
fix: use fine grained for template if the component is not explicitly in legacy mode (#16232)
5 months ago
Rich Harris 438349eb88
fix: better `$inspect.trace()` output (#16131)
5 months ago
Rich Harris 2342c8719a
chore: better HTML normalization test helper (#16056)
5 months ago
Paolo Ricciuti d1141a19b5
feat: functional template generation (#15538)
6 months ago
Rich Harris a1adf2be6b
chore: squelch test console output (#15807)
7 months ago
Rich Harris b82692af2f
feat: add `idPrefix` to `render` (#15428)
8 months ago
Ben McCann da98c894b8
chore: switch to `tinyglobby` (#15388)
9 months ago
Paolo Ricciuti 8b977253f3
chore: fix `$props.id` tests (#15294)
9 months ago
Simon H cfc1fb7de8
chore: provide links to documentation for errors/warnings (#14629)
11 months ago
Rich Harris 93ffb4dbeb
chore: squelch warnings, robustify (#13034)
1 year ago
Simon H 72b066b7fd
feat: allow non-synchronous legacy component instantiation (#12970)
1 year ago
Rich Harris f402d01454
fix: reset hydrate_node after `hydrate(...)` (#12512)
1 year ago
Dominic Gannaway e8453e75c6
chore: tweak test config for hmr test run (#12423)
1 year ago
Dominic Gannaway d967780c4f
chore: add support for HMR env flag (#12420)
1 year ago
Simon H f846cb4833
fix: disallow using `let:` directives with component render tags (#12400)
1 year ago
Rich Harris 47a073e0db
fix: destroy effect on error (#12376)
1 year ago
Simon H 243c4b78b1
fix: ensure `$effect.root` is ignored on the server (#12332)
1 year ago
Dominic Gannaway 6a3e293207
fix: wait a microtask for await blocks to reduce UI churn (#11989)
1 year ago
Dominic Gannaway 0d51dbae32
fix: ensure bound input content is resumed on hydration (#11986)
1 year ago
Dominic Gannaway fe51cde1fa
breaking: event handlers + bindings now yield effect updates (#11706)
1 year ago
Dominik G dc9b0d08c1
feat: add rootDir option and set __svelte_meta.file like in svelte4 (#11627)
2 years ago
Dominic Gannaway fcc72ae2f3
feat: provide better error messages in DEV (#11526)
2 years ago
Rich Harris 476f2172b6
fix: mark `accessors` and `immutable` as deprecated (#11277)
2 years ago
Rich Harris 94b4268ce3
chore: markdown runtime errors/warnings (#11304)
2 years ago
Rich Harris fd5f5bb85d
monkey-patch console.log and console.warn for all tests (#11265)
2 years ago
Rich Harris d49e2aeb15
chore: explicit reexports (#10970)
2 years ago
Rich Harris cebbccbcba
chore: move svelte/internal to svelte/internal/client (#10968)
2 years ago
Rich Harris 2079e675ea
replace skip_if_ssr and skip_if_hydrate with modes (#10956)
2 years ago
Rich Harris 4fcedb2fb1
chore: simplify hydration (#10943)
2 years ago
Simon H 5d3385c56f
fix: don't collapse whitespace within text nodes (#10691)
2 years ago
Dominic Gannaway 99e1665ce1
feat: improve ssr html mismatch validation (#10658)
2 years ago
Simon H 2755401034
breaking: remove `createRoot`, adjust `mount`/`hydrate` APIs, introduce `unmount` (#10516)
2 years ago
Simon H f8ff2b6ea3
chore: source maps for preprocessors + tests (#10459)
2 years ago
Rich Harris bd8f7db754
check runtime errors (#9791)
2 years ago
Rich Harris 75fc09a79e
Proxied state (#9739)
2 years ago
Dominic Gannaway 7eba35b9d1
fix: improve infinite loop capturing (#9721)
2 years ago
Simon Holthausen fe8a9ce31d breaking: init Svelte 5
2 years ago