Commit Graph

  • 8afe5ec0c5
    Version Packages (#16453) github-actions[bot] 2025-07-20 17:23:10 -0400
  • 1f99914a16
    chore: move `capture_signals` to legacy module (#16456) Rich Harris 2025-07-20 17:22:01 -0400
  • 9eb261ae1e Version Packages #16453 github-actions[bot] 2025-07-20 21:21:49 +0000
  • d3a01bd5a7
    fix: always mark reactions of deriveds (#16457) Rich Harris 2025-07-20 17:19:56 -0400
  • ab91795ac8 lint ComputerGuy 2025-07-20 14:13:23 -0700
  • 35cdb50d2c fix: changeset #16110 derived-reactions-maybe-dirty-marked paoloricciuti 2025-07-20 23:06:06 +0200
  • db17c7f393 fix: revert to original solution paoloricciuti 2025-07-20 23:04:57 +0200
  • 7b33b2ab54 fix lint ComputerGuy 2025-07-20 14:04:46 -0700
  • 42b32c24e9 Merge remote-tracking branch 'origin/main' into derived-reactions-maybe-dirty-marked paoloricciuti 2025-07-20 23:03:27 +0200
  • c82fb3a0c8 remove obsolete test ComputerGuy 2025-07-20 13:57:48 -0700
  • 1dd5808468 changeset #16457 Rich Harris 2025-07-20 15:40:24 -0400
  • 63f280040a test Rich Harris 2025-07-20 15:39:56 -0400
  • 7a5fd299db fix Rich Harris 2025-07-20 11:50:20 -0400
  • ae148be0d1 chore: move `capture_signals` to legacy module #16456 Rich Harris 2025-07-20 08:17:42 -0400
  • 52c6ab591f tweak Rich Harris 2025-07-20 08:06:13 -0400
  • 53fdd0f93a
    chore: remove some unused code (#16455) Rich Harris 2025-07-19 22:18:50 -0400
  • 0a2a2e213a
    fix: add labels to `@const` tags and props (#16454) Rich Harris 2025-07-19 22:17:14 -0400
  • a295ac34ee chore: remove some unused code #16455 Rich Harris 2025-07-19 22:15:19 -0400
  • 1081ab100f changeset #16454 Rich Harris 2025-07-19 22:12:50 -0400
  • c7f64f08ab fix: add labels to `@const` tags and props Rich Harris 2025-07-19 22:10:52 -0400
  • 5033c8e965
    fix: tag stores for `$inspect.trace()` (#16452) Rich Harris 2025-07-19 20:35:28 -0400
  • ef8353e53a fix: tag stores for `$inspect.trace()` #16452 Rich Harris 2025-07-19 20:20:48 -0400
  • dd55de3b75
    Version Packages (#16450) svelte@5.36.10 github-actions[bot] 2025-07-19 18:05:29 -0400
  • 01b338e57d Version Packages #16450 github-actions[bot] 2025-07-19 21:39:32 +0000
  • 9a52007785
    fix: prevent batches from getting intertwined (#16446) Rich Harris 2025-07-19 17:37:53 -0400
  • cc05cbcf5c
    Version Packages (#16445) svelte@5.36.9 github-actions[bot] 2025-07-19 14:30:38 -0700
  • 5d3920ec5a Version Packages #16445 github-actions[bot] 2025-07-19 21:28:21 +0000
  • e1e7a75d71
    fix: allow async destructured deriveds (#16444) ComputerGuy 2025-07-19 14:26:31 -0700
  • 307ec228ff
    fix: move store setup/cleanup outside of async component body (#16443) ComputerGuy 2025-07-19 14:24:47 -0700
  • 64e4a4bd2a tweak #16444 Rich Harris 2025-07-19 17:23:36 -0400
  • ed237a69ee tweak Rich Harris 2025-07-19 17:21:30 -0400
  • ad0b58ee96
    fix: move ownership validation into async component body (#16449) ComputerGuy 2025-07-19 14:21:25 -0700
  • 6564171e42 add test Rich Harris 2025-07-19 17:15:35 -0400
  • 507d577c48 add test #16449 Rich Harris 2025-07-19 17:02:42 -0400
  • 9a9cf921ce activate batch before decrementing #16446 Rich Harris 2025-07-19 16:42:36 -0400
  • bf9d999a9b fix: move ownership validation into async component body ComputerGuy 2025-07-19 11:52:02 -0700
  • 63cbe2108a
    fix: disallow `export { foo as default }` in `<script module>` (#16447) ComputerGuy 2025-07-19 11:35:43 -0700
  • d0d1bfd3ec fix test #16447 ComputerGuy 2025-07-19 10:58:39 -0700
  • ce732a6638 add test ComputerGuy 2025-07-19 10:56:36 -0700
  • b545462df6 Merge branch 'main' into effect-active ComputerGuy 2025-07-19 10:41:59 -0700
  • 9c1de633c0 add test ComputerGuy 2025-07-19 10:41:47 -0700
  • c61f2a9bae changeset ComputerGuy 2025-07-19 10:27:25 -0700
  • 38e47d0cae fix: disallow `export { foo as default }` in `<script module>` ComputerGuy 2025-07-19 10:23:40 -0700
  • f972a49003 changeset Rich Harris 2025-07-19 10:59:35 -0400
  • 0156496fd9 ensure batches are kept separate Rich Harris 2025-07-19 10:29:19 -0400
  • 27c90dfa83
    fix: don't reexecute derived with no dependencies on teardown (#16438) Simon H 2025-07-19 08:23:27 +0200
  • c8f979be71 fix: allow async destructured deriveds ComputerGuy 2025-07-18 21:02:52 -0700
  • bfcf4eaf30 fix: move store setup/cleanup outside of async component body #16443 ComputerGuy 2025-07-18 20:36:21 -0700
  • 9ae4a65c4a add docs ComputerGuy 2025-07-18 18:26:56 -0700
  • 794a162e12 Merge branch 'main' into effect-active ComputerGuy 2025-07-18 18:02:41 -0700
  • 1b074f2987 fix: don't reexecute derived with no dependencies on teardown #16438 Simon Holthausen 2025-07-18 23:32:47 +0200
  • 05f6436445
    Version Packages (#16435) svelte@5.36.8 github-actions[bot] 2025-07-18 12:35:20 -0400
  • 80cb1e3bc5 Version Packages #16435 github-actions[bot] 2025-07-18 16:10:57 +0000
  • f5db130e2d
    chore: Switch `payload.out` to an array (#16428) Elliott Johnson 2025-07-18 10:09:10 -0600
  • c2da1ebb85
    fix: keep effect in the graph if it has an abort controller (#16430) Paolo Ricciuti 2025-07-18 18:07:06 +0200
  • 7b66372935 add bad code #16433 kianiehsan66 2025-07-18 14:47:57 +0200
  • 740fece92b Merge branch 'main' into effect-active ComputerGuy 2025-07-18 03:00:57 -0700
  • 45d3eeb4e6 add types, DRY out some logic ComputerGuy 2025-07-18 03:00:43 -0700
  • 0ffd1fcb44 fix: keep effect in the graph if it has an abort controller #16430 paoloricciuti 2025-07-18 09:19:57 +0200
  • 293fefb10b fix: generate types #15069 state-onchange paoloricciuti 2025-07-18 08:42:07 +0200
  • a63d9e10c6 Merge branch 'elliott-payload-as-array' of github.com:sveltejs/svelte into elliott-payload-as-array #16428 S. Elliott Johnson 2025-07-17 17:59:46 -0600
  • a9dfd64d4c changeset S. Elliott Johnson 2025-07-17 17:59:41 -0600
  • 62a269ba93
    Apply suggestions from code review Elliott Johnson 2025-07-17 17:58:28 -0600
  • f919ee839e chore: Switch `payload.out` to an array S. Elliott Johnson 2025-07-17 17:55:33 -0600
  • e1e3bbf051 fix: fix merge bugs and adapt to latest changes paoloricciuti 2025-07-18 00:09:32 +0200
  • 93a8a495d2
    Version Packages (#16426) svelte@5.36.7 github-actions[bot] 2025-07-17 12:21:43 -0400
  • a171b25728 Version Packages #16426 github-actions[bot] 2025-07-17 16:16:09 +0000
  • 98fb1b1f8b
    fix: allow instrinsic `<svelte:...>` elements to inherit from `SvelteHTMLElements` (#16424) Rich Harris 2025-07-17 12:14:03 -0400
  • 7a4a9d0a80 fix: allow instrinsic `<svelte:...>` elements to inherit from `SvelteHTMLElements` #16424 Rich Harris 2025-07-17 11:50:19 -0400
  • 9ddff21579 Merge remote-tracking branch 'origin/main' into state-onchange paoloricciuti 2025-07-17 16:45:32 +0200
  • 0425bab206 Version Packages #16420 github-actions[bot] 2025-07-17 11:27:16 +0000
  • 6c9717a91f
    Version Packages (#16418) svelte@5.36.6 github-actions[bot] 2025-07-17 07:26:50 -0400
  • a4fea209b5 Version Packages #16418 github-actions[bot] 2025-07-17 11:26:00 +0000
  • 0ae1d5afff
    chore: cleanup obselete stuff (#16412) Ahmad S. 2025-07-17 14:25:01 +0300
  • 65e5249296
    docs: remove mention of deprecated way to enhance typings (#16416) Simon H 2025-07-17 13:24:21 +0200
  • bdf6adb411
    fix: delegate functions with shadowed variables if declared locally (#16417) Paolo Ricciuti 2025-07-17 11:03:53 +0200
  • fdca2205ea
    Update eslint.config.js #16412 Simon H 2025-07-17 10:59:03 +0200
  • f343170927
    docs: fix `$effect.root` jsdoc formatting (#16411) ComputerGuy 2025-07-17 01:56:24 -0700
  • 9e1e7139fb
    fix: robustify reset calls in error boundaries (#16171) Ray Thurn Void 2025-07-17 09:41:21 +0100
  • 5e7ed97526 fix: delegate functions with shadowed variables if declared locally #16417 paoloricciuti 2025-07-17 10:31:52 +0200
  • 1d3a820936 docs: remove mention of deprecated way to enhance typings #16416 Simon Holthausen 2025-07-17 10:31:06 +0200
  • f08a622dca woops navorite 2025-07-17 08:29:52 +0300
  • c93bb913bc cleanup navorite 2025-07-17 08:28:23 +0300
  • ff9eb883be
    Update vitest.config.js Ahmad S. 2025-07-17 08:23:34 +0300
  • 64a2b9bca3
    Update vitest.config.js Ahmad S. 2025-07-17 07:44:26 +0300
  • 33cab70d5b docs: fix `$effect.root` jsdoc formatting #16411 ComputerGuy 2025-07-16 19:53:55 -0700
  • b8b662a1ad
    docs: make link to svelte/reactivity more prominent (#16410) Rich Harris 2025-07-16 22:02:02 -0400
  • a10aa519b2 Merge branch 'main' into docs-built-ins #16410 Rich Harris 2025-07-16 21:58:42 -0400
  • e5e6c0cd12
    fix docs (#16409) Rich Harris 2025-07-16 21:53:40 -0400
  • e06995e8df gah #16409 Rich Harris 2025-07-16 21:51:39 -0400
  • 336b878623 another Rich Harris 2025-07-16 21:49:57 -0400
  • 111fb7e347 docs: make link to svelte/reactivity more prominent Rich Harris 2025-07-16 21:44:22 -0400
  • 5edbc9bf4a oops Rich Harris 2025-07-16 21:27:29 -0400
  • e293c78535 fix docs Rich Harris 2025-07-16 21:18:41 -0400
  • b17557cd91
    docs: fix typo (#16408) Rich Harris 2025-07-16 21:14:55 -0400
  • f9f8066551 fix typo #16408 Rich Harris 2025-07-16 21:13:11 -0400
  • c56914d739
    chore: upgrade to eslint-plugin-svelte 3 (#16407) Ben McCann 2025-07-16 18:08:54 -0700
  • 8891015e00 simplify #16171 Rich Harris 2025-07-16 20:58:17 -0400
  • d78ab67f85 regenerate Rich Harris 2025-07-16 20:54:08 -0400
  • c0ade24eb9 merge main Rich Harris 2025-07-16 20:51:57 -0400