Commit Graph

  • 64fa513e8b init ComputerGuy 2025-07-16 17:50:01 -0700
  • fcfbc9cca0
    Version Packages (#16406) svelte@5.36.5 github-actions[bot] 2025-07-16 20:01:58 -0400
  • 948bc11538 Version Packages #16406 github-actions[bot] 2025-07-16 23:26:40 +0000
  • a67b5862f1
    fix: more informative error when effects run in an infinite loop (#16405) Rich Harris 2025-07-16 19:24:57 -0400
  • ea04bb674d chore: upgrade to eslint-plugin-svelte 3 #16407 Ben McCann 2025-07-16 16:17:05 -0700
  • 09c9a3c165
    fix: silence `$inspect` errors when the effect is about to be destroyed (#16391) Rich Harris 2025-07-16 18:55:24 -0400
  • 3edebd5103
    chore: update to new pnpm syntax (#16399) Rich Harris 2025-07-16 18:54:56 -0400
  • ead4091202
    docs: diligently describe destructured derived declarations (#16400) Rich Harris 2025-07-16 18:54:45 -0400
  • 90ff2dc013 fix #16405 Rich Harris 2025-07-16 17:45:23 -0400
  • 45cd000890
    chore: fix peer dependency warning (#16401) Ben McCann 2025-07-16 14:44:03 -0700
  • a24008f4cc changeset Rich Harris 2025-07-16 17:30:57 -0400
  • e2fe258367 fix test Rich Harris 2025-07-16 17:30:32 -0400
  • f4f7a13eb4 test Rich Harris 2025-07-16 17:27:03 -0400
  • a902e1bded tidy up Rich Harris 2025-07-16 16:55:30 -0400
  • f5ae2634d3 remove dev_effect_stack stuff, it's not very helpful Rich Harris 2025-07-16 16:49:13 -0400
  • dbd5750e7f log update locations Rich Harris 2025-07-16 16:47:37 -0400
  • bd4c6396d6 update effect_update_depth_exceeded docs Rich Harris 2025-07-16 16:45:23 -0400
  • 1d8c811013 chore: fix peer dependency warning #16401 Ben McCann 2025-07-16 11:48:30 -0700
  • c11c5ec0e3
    docs: tweak createSubscriber explanation (#16398) Rich Harris 2025-07-16 14:41:16 -0400
  • ca1f2a3b34 docs: diligently describe destructured derived declarations #16400 Rich Harris 2025-07-16 13:30:27 -0400
  • 956939f545 chore: update to new pnpm syntax #16399 Rich Harris 2025-07-16 13:17:41 -0400
  • 5df8280e9c regenerate #16398 Rich Harris 2025-07-16 13:11:40 -0400
  • f45c37f2b6 docs: tweak createSubscriber explanation Rich Harris 2025-07-16 13:05:37 -0400
  • 58788db27b
    Version Packages (#16397) svelte@5.36.4 github-actions[bot] 2025-07-16 12:42:25 -0400
  • b9c7e4394a Version Packages #16397 github-actions[bot] 2025-07-16 16:22:58 +0000
  • ee1ef6083a
    fix: ensure compiler state is reset before compilation (#16396) Simon H 2025-07-16 18:20:44 +0200
  • 4947283fa5
    fix: avoid microtask in flushSync (#16394) Rich Harris 2025-07-16 12:08:45 -0400
  • adbfd343b7 fix: ensure compiler state is reset before compilation #16396 Simon Holthausen 2025-07-16 18:01:58 +0200
  • 282cd94eb1 changeset #16394 Rich Harris 2025-07-16 11:38:24 -0400
  • 4126a8ddba on second thoughts Rich Harris 2025-07-16 11:32:34 -0400
  • eac029c725 fix/simplify Rich Harris 2025-07-16 11:25:57 -0400
  • b5028dcb1a fix: avoid microtask in flushSync Rich Harris 2025-07-16 10:51:11 -0400
  • be44f8b23e
    Version Packages (#16384) svelte@5.36.3 github-actions[bot] 2025-07-16 10:45:47 -0400
  • 0675697680 Version Packages #16384 github-actions[bot] 2025-07-16 13:57:00 +0000
  • 6cf3a19342
    fix: better handle $inspect on array mutations (#16389) 7nik 2025-07-16 16:55:15 +0300
  • 5273f70018
    second changeset #16389 Rich Harris 2025-07-16 09:47:41 -0400
  • c369b4bcf7 increase stack trace limit, revert test change Rich Harris 2025-07-16 09:43:34 -0400
  • 8d6875fe5a changeset #16391 Rich Harris 2025-07-16 09:19:49 -0400
  • e1246e1bc3 fix: silence `$inspect` errors when the effect is about to be destroyed Rich Harris 2025-07-16 09:19:15 -0400
  • 32a29d9ee9 feat(runtime-browser): add support for <svelte:element this="contents"> to render children without wrapper #16392 Bohdan Dukhevych 2025-07-16 16:05:54 +0300
  • b892999718
    fix: add pending snippet to <svelte:boundary> types #16390 Minsoo Choo 2025-07-16 09:16:20 -0400
  • 8e73fd4b03
    fix: don't log `await_reactivity_loss` warning when signal is read in `untrack` (#16385) ComputerGuy 2025-07-16 05:14:19 -0700
  • cc29ea7859 fix: better handle $inspect on array mutations 7nik 2025-07-16 14:17:07 +0300
  • 9e568b4c27 doh #16386 gh-16365 ComputerGuy 2025-07-15 18:03:41 -0700
  • 6e8deae9c5 fix failing test ComputerGuy 2025-07-15 18:01:55 -0700
  • 10fe70f433 fix: wrap `$inspect` error logging in `console.group` ComputerGuy 2025-07-15 17:45:17 -0700
  • 29e2c852a1 fix #16385 ComputerGuy 2025-07-15 17:29:51 -0700
  • 4be5488880 add test ComputerGuy 2025-07-15 17:17:59 -0700
  • 312d2b637b fix: don't log `await_reactivity_loss` warning when signal is read in `untrack` ComputerGuy 2025-07-15 17:10:01 -0700
  • e01bd97bef
    fix: update `$effect.pending()` immediately after a batch is removed (#16382) Rich Harris 2025-07-15 19:58:39 -0400
  • d3f9269e7d unused #16382 Rich Harris 2025-07-15 19:01:58 -0400
  • 9b89b57558 inline Rich Harris 2025-07-15 19:01:18 -0400
  • 9eece0e4a7 add test Rich Harris 2025-07-15 18:59:15 -0400
  • 0b2ef3c2a4 fix Rich Harris 2025-07-15 18:58:38 -0400
  • 3fa3dd78a1
    Version Packages (#16377) svelte@5.36.2 github-actions[bot] 2025-07-15 17:55:37 -0400
  • 802ab0a121 Version Packages #16377 github-actions[bot] 2025-07-15 21:50:52 +0000
  • eb23028d8f
    fix: add pending snippet to <svelte:boundary> types (#16379) jjones315 2025-07-15 16:49:06 -0500
  • fae2c58fe4
    Update .changeset/many-bats-juggle.md #16379 Rich Harris 2025-07-15 17:20:28 -0400
  • ef8b852379 changeset Rich Harris 2025-07-15 17:19:20 -0400
  • 6a3d785505 fix Rich Harris 2025-07-15 17:18:54 -0400
  • 5dee720a4b Merge branch 'main' into sync-effect-pending-updates Rich Harris 2025-07-15 16:51:51 -0400
  • 886d566b93
    add async wrapper to sandbox (#16378) Rich Harris 2025-07-15 16:51:27 -0400
  • f5a13cbcdf bump pps #16378 Rich Harris 2025-07-15 16:47:24 -0400
  • 12160e0c33 WIP sync effect pending updates Rich Harris 2025-07-15 16:44:20 -0400
  • 2919ea0a79 add pending snippet to <svelte:boundary> types jayce jones 2025-07-15 15:12:55 -0500
  • da565f51e4 add async wrapper to sandbox Rich Harris 2025-07-15 15:47:30 -0400
  • 9f591223b1
    docs: async stuff (#16376) Rich Harris 2025-07-15 15:21:06 -0400
  • e686e94d1a
    Update documentation/docs/03-template-syntax/19-await-expressions.md #16376 Rich Harris 2025-07-15 14:52:52 -0400
  • 2f2ca5dc1a tweak Rich Harris 2025-07-15 14:48:18 -0400
  • 14f345841c fix Rich Harris 2025-07-15 14:47:11 -0400
  • 4d3bd638c9 missing link Rich Harris 2025-07-15 14:46:17 -0400
  • bbd42e28bd tweak Rich Harris 2025-07-15 14:44:51 -0400
  • 4567dac3dc fixes Rich Harris 2025-07-15 14:42:39 -0400
  • 25b8c33622 typo Rich Harris 2025-07-15 14:40:43 -0400
  • 9a53553c3c oops Rich Harris 2025-07-15 14:40:03 -0400
  • ad2b7b343d changeset Rich Harris 2025-07-15 14:35:28 -0400
  • e5e1698739 update $effect namespace Rich Harris 2025-07-15 14:33:51 -0400
  • 8c6638cf04 docs Rich Harris 2025-07-15 14:27:44 -0400
  • 95360aa3d7 WIP Rich Harris 2025-07-15 12:28:48 -0400
  • b23f1e0a43
    Version Packages (#16374) svelte@5.36.1 github-actions[bot] 2025-07-15 11:57:52 -0400
  • a535473d5e Version Packages #16374 github-actions[bot] 2025-07-15 15:57:15 +0000
  • 9134caca24
    fix: only skip updating bound `<input>` if the input was the source of the change (#16373) Rich Harris 2025-07-15 11:55:30 -0400
  • df3c51ee56 import Batch as type, not value #16373 Rich Harris 2025-07-15 11:52:13 -0400
  • 8ea6c797b3 fix: only skip updating bound `<input>` if the input was the source of the change Rich Harris 2025-07-15 11:37:23 -0400
  • e313292ccf WIP async docs Rich Harris 2025-07-15 10:44:41 -0400
  • 1e4547b005
    chore: add `@since` tags for `settled` and `experimental.async` (#16371) Rich Harris 2025-07-14 22:24:39 -0400
  • cae2515a1a regenerate #16371 Rich Harris 2025-07-14 22:21:28 -0400
  • e37e1c49f1 same for compiler options Rich Harris 2025-07-14 22:11:26 -0400
  • f9d3046813 chore: add `@since` tag for `settled` Rich Harris 2025-07-14 22:09:29 -0400
  • 79904b7113
    docs: tweak (#16369) Rich Harris 2025-07-14 22:08:08 -0400
  • 8957401ed7 docs: tweak #16369 Rich Harris 2025-07-14 22:07:04 -0400
  • 2e49783afa
    docs: fix code snippets (#16367) Rich Harris 2025-07-14 21:45:30 -0400
  • 908804eeaa Merge branch 'main' into fix-docs #16367 Rich Harris 2025-07-14 21:39:29 -0400
  • 96ff125fcf
    chore: fix error boundary test (#16368) Rich Harris 2025-07-14 21:38:53 -0400
  • 47a9b3af45 chore: fix error boundary test #16368 Rich Harris 2025-07-14 21:30:09 -0400
  • 264bb659cb docs: fix code snippets Rich Harris 2025-07-14 21:25:02 -0400
  • be0818552d
    chore: squelch hydration warning in test suite (#16336) Rich Harris 2025-07-14 16:20:14 -0400
  • 616d29f5cd
    Version Packages (#16364) svelte@5.36.0 github-actions[bot] 2025-07-14 16:05:11 -0400
  • 1e5c32126e Version Packages #16364 github-actions[bot] 2025-07-14 20:04:05 +0000
  • 63b5ebf36e
    fix: silence a11y warning for inert elements (#16339) Ahmad S. 2025-07-14 23:02:25 +0300