Commit Graph

  • f8820956d2
    Version Packages (#16484) svelte@5.36.14 github-actions[bot] 2025-07-23 11:23:52 -0400
  • 3de210e27f add changeset Nathan Shively-Sanders 2025-07-23 08:20:27 -0700
  • 55367b387a Update for TS7 Nathan Shively-Sanders 2025-07-23 08:02:24 -0700
  • 15809e11fe Version Packages #16484 github-actions[bot] 2025-07-23 12:05:06 +0000
  • c26365bdda
    chore: rename form `accept-charset` attribute (#16478) Hyunbin Seo 2025-07-23 21:02:28 +0900
  • 55a720ca1f
    Update .changeset/healthy-carpets-deny.md #16478 Rich Harris 2025-07-23 08:02:01 -0400
  • 8e2f4b51c5
    fix: unset batch before flushing queued effects (#16482) Rich Harris 2025-07-23 07:55:51 -0400
  • d7f5d86317 feat: First pass at payload S. Elliott Johnson 2025-07-22 20:36:57 -0600
  • 0ab96fab0f
    chore: utf-8 to lowercase Hyunbin Seo 2025-07-23 09:56:02 +0900
  • 82e431fb77 update comment — it _does_ feel slightly wrong, but no wronger than the rest of this cursed function #16482 Rich Harris 2025-07-22 20:33:53 -0400
  • 6c2f0f92b0 tweak Rich Harris 2025-07-22 20:16:28 -0400
  • 10b2d64e0c tweak Rich Harris 2025-07-22 20:15:49 -0400
  • f1f34f7382 dedupe declaration Rich Harris 2025-07-22 20:00:21 -0400
  • 457b849530 remove flush_effects method Rich Harris 2025-07-22 19:07:33 -0400
  • a98c75ea31 flushing_sync -> is_flushing_sync Rich Harris 2025-07-22 19:05:20 -0400
  • f68635595c unused Rich Harris 2025-07-22 19:04:58 -0400
  • a6d464478a move flushing_sync check inside Batch.ensure Rich Harris 2025-07-22 19:04:38 -0400
  • f92dfc158a dedupe Rich Harris 2025-07-22 19:00:55 -0400
  • 0ead78284b changeset Rich Harris 2025-07-22 18:51:00 -0400
  • 72f8bfe73a copy over changeset from #16464 Rich Harris 2025-07-22 18:49:45 -0400
  • a77ee84a1b copy over changeset from #16477 Rich Harris 2025-07-22 18:48:52 -0400
  • 09357ae952 typo Rich Harris 2025-07-22 18:25:07 -0400
  • 6f6a24a8dc
    chore: add changeset daimond113 2025-07-23 00:17:42 +0200
  • ebd01fa8f6
    fix: transform input defaults from spread daimond113 2025-07-22 23:51:29 +0200
  • ab740c954d Merge branch 'async-fixes' into async-fixes-2 async-fixes-2 Rich Harris 2025-07-22 16:57:37 -0400
  • 23b44ced52 fix #16477 Rich Harris 2025-07-22 16:57:22 -0400
  • 9e54e9ae20 this fixes the last test somehow Simon Holthausen 2025-07-22 22:56:16 +0200
  • ab32c960fb Merge remote-tracking branch 'origin/main' into 1000-reading-derived-effects #16477 1000-reading-derived-effects paoloricciuti 2025-07-22 21:44:29 +0200
  • 4cb484709f tests Simon Holthausen 2025-07-22 21:13:41 +0200
  • 0c0662bbdc better fix Simon Holthausen 2025-07-22 20:21:03 +0200
  • 6e04f8f846 chore: rename form accept-charset attribute Hyunbin Seo 2025-07-23 03:19:54 +0900
  • 1ca795bd8e Merge branch 'main' into async-fixes Simon Holthausen 2025-07-22 19:38:59 +0200
  • 68372460e9
    chore: small tidy up (#16476) Rich Harris 2025-07-22 13:29:15 -0400
  • cfd6446635 fix: exclude derived writes from effect abort and rescheduling paoloricciuti 2025-07-22 18:58:15 +0200
  • 1deb31082a
    fix: abort and reschedule `$effect.pre` when necessary (#16335) Rich Harris 2025-07-22 12:56:32 -0400
  • b4c6a9e8e5 add comment #16335 Rich Harris 2025-07-22 12:50:33 -0400
  • 02876d3e33 skip_no_async Rich Harris 2025-07-22 12:45:58 -0400
  • 09adb39f93 chore: small tidy up #16476 tidy-up Rich Harris 2025-07-22 12:42:18 -0400
  • eea22a90c9 tidy up Rich Harris 2025-07-22 12:39:15 -0400
  • 37f5cb7e6b fix Rich Harris 2025-07-22 12:37:53 -0400
  • f64cf42f0c Merge branch 'main' into effect-pre-abort Rich Harris 2025-07-22 12:37:39 -0400
  • 26f46bac35 test Simon Holthausen 2025-07-22 17:52:53 +0200
  • b8893f95d9 - add state changes resulting from an $effect to a separate new batch - schedule rerunning effects based on the sources that are dirty, not just rerunning them all blindly (excempting async effects which will have run by that time already) Simon Holthausen 2025-07-22 17:50:35 +0200
  • 9412c5861c
    chore: log effect functions in log_effect_tree (#16468) Rich Harris 2025-07-21 22:17:25 -0400
  • b1d888ada1 chore: log effect functions in log_effect_tree #16468 Rich Harris 2025-07-21 22:12:46 -0400
  • 28403beaeb
    Version Packages (#16467) svelte@5.36.13 github-actions[bot] 2025-07-21 13:32:47 -0400
  • 478ef9d8e5 Version Packages #16467 github-actions[bot] 2025-07-21 13:24:44 +0000
  • aabd333d89
    fix: ensure subscriptions are picked up correctly by deriveds (#16466) Simon H 2025-07-21 15:22:13 +0200
  • 36e188b5c6 fix: ensure subscriptions are picked up correctly by deriveds #16466 Simon Holthausen 2025-07-21 15:18:57 +0200
  • bf7de3a56b fix: keep input in sync when binding updated via effect #16464 binding-fix-2 Simon Holthausen 2025-07-21 11:59:31 +0200
  • 5aff44a83f rename to `$effect.allowed` ComputerGuy 2025-07-21 02:20:33 -0700
  • 3bde6d2993
    doesnt need a changeset #16461 Simon H 2025-07-21 10:24:35 +0200
  • 2e15163219 doh #16463 ComputerGuy 2025-07-20 22:42:04 -0700
  • 69f1ed84bc wrap in async derived instead of derived ComputerGuy 2025-07-20 22:41:33 -0700
  • d9db9e3dc2 fix ComputerGuy 2025-07-20 22:38:58 -0700
  • 9905a6b8fd fix: correctly transform `{@const foo = await ...}` ComputerGuy 2025-07-20 22:33:14 -0700
  • 3262ca1ad0 docs: improve a11y_invalid_attribute warning documentation brenner cruvinel 2025-07-20 22:57:14 -0300
  • 3345ed0782 apply suggestion from review ComputerGuy 2025-07-20 15:55:23 -0700
  • ce4a99ed6d
    Version Packages (#16459) svelte@5.36.12 github-actions[bot] 2025-07-20 18:11:26 -0400
  • d9c721a009 Version Packages #16459 github-actions[bot] 2025-07-20 21:24:53 +0000
  • 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