Commit Graph

  • da6e192e1d
    fix: ensure hydration walks all nodes (#12448) Simon H 2024-07-16 03:38:38 +0200
  • 141e3e9f92
    fix: prevent whitespaces merging across component boundaries (#12449) Simon H 2024-07-16 01:06:11 +0200
  • 1179b3212c
    chore: add signal test (#12450) Dominic Gannaway 2024-07-15 16:28:15 +0100
  • 19f6abb81d fix: more precise `validate_dynamic_component` paoloricciuti 2024-07-15 16:56:24 +0200
  • e74341a227
    fix: prevent proxy validation error (#12442) Simon H 2024-07-15 14:42:02 +0200
  • 74c0ef97ba chore: add signal test #12450 Dominic Gannaway 2024-07-15 13:42:00 +0100
  • 73d97f7af9
    docs: fix `$effect.pre` code example (#12444) Simon H 2024-07-15 14:41:27 +0200
  • f43cf2384f update test #12449 Simon Holthausen 2024-07-15 13:24:54 +0200
  • 15f935451a fix: prevent whitespaces merging across component boundaries Simon Holthausen 2024-07-15 13:12:53 +0200
  • 15dc6ecede fix: ensure hydration walks all nodes #12448 Simon Holthausen 2024-07-15 12:04:20 +0200
  • 694f68b3b7 lint Simon Holthausen 2024-07-15 10:21:23 +0200
  • 81ed425b5a
    fix: allow leading and trailing comments in mustache tag (#11866) BlueGreenMagick 2024-07-15 17:19:06 +0900
  • f21163a5ae fix: ensure `$state.snapshot` never errors Simon Holthausen 2024-07-15 09:34:52 +0200
  • ad895dcb47 docs: fix `$effect.pre` code example #12444 Simon Holthausen 2024-07-15 09:13:23 +0200
  • a8dc96eb43
    fix: detect mutations within assignments expressions (alternative approach) (#12429) Rich Harris 2024-07-15 00:08:41 -0700
  • 3b6b742b5f make internal filter non-nullable Simon Holthausen 2024-07-15 09:05:23 +0200
  • 656ff1537f warningFilter Simon Holthausen 2024-07-15 09:02:47 +0200
  • efe3b39d09
    docs: tweak snapshot example (#12426) Rich Harris 2024-07-14 23:59:00 -0700
  • 65cd2233f6 fix: prevent proxy validation error #12442 Simon Holthausen 2024-07-15 08:55:02 +0200
  • ad20f48f33
    Merge branch 'main' into tweak-snapshot-example #12426 Rich Harris 2024-07-14 08:41:17 -0700
  • ab831f585d update offsets after trimming trailing newline #11866 Rich Harris 2024-07-14 11:35:12 -0400
  • 0b03a844de Merge branch 'main' into pr/11866 Rich Harris 2024-07-14 11:28:06 -0400
  • b27113ddfd
    Version Packages (next) (#12433) svelte@5.0.0-next.184 github-actions[bot] 2024-07-14 11:24:39 -0400
  • e585b9fab2 update docs #12274 Rich Harris 2024-07-14 11:19:44 -0400
  • f8beef387e update tests Rich Harris 2024-07-14 11:12:52 -0400
  • c4986df57d Version Packages (next) #12433 github-actions[bot] 2024-07-14 14:33:48 +0000
  • 587e99a1e2 Merge branch 'main' into await-resolved-promise Rich Harris 2024-07-14 10:33:12 -0400
  • 879d88f612
    fix: show correct errors for invalid runes in `.svelte.js` files (#12432) Ahmad S 2024-07-14 17:32:50 +0300
  • 239040d5e0 move existing validation logic #12432 Rich Harris 2024-07-14 09:32:06 -0400
  • 993f878c25 revert src changes Rich Harris 2024-07-14 09:31:10 -0400
  • 1595c58aba Merge branch 'main' into pr/12432 Rich Harris 2024-07-14 09:30:47 -0400
  • 8d3c0266ce
    breaking: use `structuredClone` inside `$state.snapshot` (#12413) Rich Harris 2024-07-14 06:01:38 -0700
  • 35ea0cc583 lint navorite 2024-07-14 09:35:53 +0300
  • eb051056a3 types & lint navorite 2024-07-14 09:31:31 +0300
  • 05a1709555 cleanup navorite 2024-07-14 09:20:09 +0300
  • 7e47f2c260 comment navorite 2024-07-14 09:09:40 +0300
  • 2f8793cc53 changeset navorite 2024-07-14 09:04:36 +0300
  • d3eae65c42 better navorite 2024-07-14 09:02:33 +0300
  • be9261bd8d fix: show correct error for renamed runes in `.svelte.js` files navorite 2024-07-13 19:19:46 +0300
  • a80ea109e3 rename #12429 Rich Harris 2024-07-12 19:33:12 -0400
  • a7c46ead62 note to self Rich Harris 2024-07-12 19:32:42 -0400
  • 08adc02b5e distinguish between identifiers (reassignments) and member expressions (mutations) Rich Harris 2024-07-12 19:15:46 -0400
  • a8854e044c fix Rich Harris 2024-07-12 18:31:00 -0400
  • e820fc54fe revert ast.js changes for now Rich Harris 2024-07-12 18:18:49 -0400
  • ba1e2fae42 docs: improve $state.snapshot docs Rich Harris 2024-07-12 16:56:03 -0400
  • 8f23a475b8 typo Rich Harris 2024-07-12 16:49:55 -0400
  • 8ec1c9f87c regenerate #12413 Rich Harris 2024-07-12 16:49:28 -0400
  • 474b3fc1cd docs Rich Harris 2024-07-12 16:43:13 -0400
  • c0f969883d throw if argument is a state proxy Rich Harris 2024-07-12 16:40:06 -0400
  • e8453e75c6
    chore: tweak test config for hmr test run (#12423) Dominic Gannaway 2024-07-12 21:22:17 +0100
  • b1d3150f49
    Update packages/svelte/tests/runtime-runes/samples/spread-props/_config.js #12423 Dominic Gannaway 2024-07-12 21:13:55 +0100
  • 4113506cf2 add comments Rich Harris 2024-07-12 15:54:23 -0400
  • 62300f7286 regenerate types Rich Harris 2024-07-12 14:37:08 -0400
  • 1e4c6a2cbf simpler createRawSnippet API Rich Harris 2024-07-12 14:36:32 -0400
  • 7ea418b2f8
    Version Packages (next) (#12408) svelte@5.0.0-next.183 github-actions[bot] 2024-07-12 14:23:01 -0400
  • 9b9a268cc2 more idiomatic while loop #12411 Rich Harris 2024-07-12 14:17:30 -0400
  • 3301a33815 shallow copy state when freezing Rich Harris 2024-07-12 14:01:47 -0400
  • 16c16dee08 Version Packages (next) #12408 github-actions[bot] 2024-07-12 17:45:22 +0000
  • 51f12d243d
    fix: properly validate snippet/slot interop (#12421) Simon H 2024-07-12 19:44:16 +0200
  • 70cec4e40e
    fix: cache call expressions in render tag arguments (#12418) Simon H 2024-07-12 19:03:06 +0200
  • 08d99e28d4 lint Dominic Gannaway 2024-07-12 17:10:29 +0100
  • 260bcd69da conflict Dominic Gannaway 2024-07-12 16:51:49 +0100
  • 041bca1744 conflict Dominic Gannaway 2024-07-12 16:50:16 +0100
  • 88ee4906a6 fix #12418 Simon Holthausen 2024-07-12 17:38:58 +0200
  • 3f7f6a2b27 types Simon Holthausen 2024-07-12 17:38:26 +0200
  • 4caf06c1d3 leverage state Simon Holthausen 2024-07-12 17:32:20 +0200
  • 40d119158c test hydration Rich Harris 2024-07-12 10:57:33 -0400
  • 01683b4ea4 fix: properly validate snippet/slot interop #12421 Simon Holthausen 2024-07-12 16:29:36 +0200
  • d967780c4f
    chore: add support for HMR env flag (#12420) Dominic Gannaway 2024-07-12 15:27:30 +0100
  • e361a20608 move code to new module Rich Harris 2024-07-12 10:23:20 -0400
  • 442334f59f make mount/render optional, error if missing Rich Harris 2024-07-12 10:20:18 -0400
  • f58d60068d
    docs: note default value breaking change to `bind:` in runes mode (#12412) Simon H 2024-07-12 16:11:48 +0200
  • 4bd245741f
    Update sites/svelte-5-preview/src/routes/docs/content/03-appendix/02-breaking-changes.md #12412 Simon H 2024-07-12 16:07:42 +0200
  • f19d138161
    Merge branch 'main' into structured-clone-snapshot Rich Harris 2024-07-12 07:06:47 -0700
  • 36e4c3ef7c chore: add support for HMR env flag #12420 Dominic Gannaway 2024-07-12 14:54:55 +0100
  • 5684a181da chore: add support for HMR env flag Dominic Gannaway 2024-07-12 14:54:08 +0100
  • 163de1c8e4 chore: add support for HMR env flag Dominic Gannaway 2024-07-12 14:51:00 +0100
  • 54b80f7cd7 chore: add support for HMR env flag Dominic Gannaway 2024-07-12 14:50:29 +0100
  • 4b160786a7
    chore: fix non-relative import (#12419) Rich Harris 2024-07-12 06:26:07 -0700
  • 4c56ac5b8a chore: fix non-relative import #12419 Rich Harris 2024-07-12 09:20:05 -0400
  • 51c553fa9d fix: cache call expressions in render tag arguments Simon Holthausen 2024-07-12 15:03:31 +0200
  • 08d2350aff regenerate types Rich Harris 2024-07-12 09:01:49 -0400
  • 806f7a7467 typo Rich Harris 2024-07-12 08:57:28 -0400
  • 9b89700b1a oops this was temporary Rich Harris 2024-07-12 08:57:12 -0400
  • d2e62327c7 Merge branch 'raw-snippet' of github.com:sveltejs/svelte into raw-snippet Rich Harris 2024-07-12 08:36:07 -0400
  • 011cef69f9 types Rich Harris 2024-07-12 08:35:49 -0400
  • 1afcbc60b0 simplify Simon Holthausen 2024-07-12 12:41:08 +0200
  • 7003a8045f singular Simon Holthausen 2024-07-12 12:37:52 +0200
  • 12e5fe9f7d build Dominic Gannaway 2024-07-12 09:35:01 +0100
  • 4e7279af5e beef up test Rich Harris 2024-07-11 23:34:52 -0400
  • 5f77f80c6d tweak types Rich Harris 2024-07-11 23:34:40 -0400
  • 263ef5f3a3 fix Rich Harris 2024-07-11 23:26:18 -0400
  • 2b41c4b2fa handle missing hydrate function, improve types Rich Harris 2024-07-11 18:02:30 -0400
  • 5de3524c46 we no longer need deep_snapshot Rich Harris 2024-07-11 17:10:12 -0400
  • c6d1a0ce9e cheeky hack Rich Harris 2024-07-11 17:07:07 -0400
  • cf15936c19 fix type error that popped up Rich Harris 2024-07-11 16:49:31 -0400
  • 4301db72c3 get types mostly working Rich Harris 2024-07-11 16:38:58 -0400
  • 3b766f5c66 make it a function Simon Holthausen 2024-07-11 21:54:25 +0200
  • 8e318f737f Merge branch 'main' into warning-ignore-option Simon Holthausen 2024-07-11 21:50:48 +0200
  • 0a350f5c92 use same cloning approach between server and client Rich Harris 2024-07-11 15:15:03 -0400