Commit Graph

  • e97cbd43a1 Version Packages #15580 github-actions[bot] 2025-03-21 19:50:26 +0000
  • d1bd32ec9e
    fix: allow get_proxied_value to return original value when error (#15577) Blade Barringer 2025-03-21 14:46:20 -0500
  • 7c387a8770 Merge branch 'state-onchange' into state-onchange-tweak Rich Harris 2025-03-21 15:44:38 -0400
  • 458ed291cf Merge branch 'main' into state-onchange Rich Harris 2025-03-21 15:44:29 -0400
  • ef98ccae8b doh Rich Harris 2025-03-21 15:44:23 -0400
  • fcf67ee561
    Update packages/svelte/src/internal/client/proxy.js #15577 Rich Harris 2025-03-21 15:39:09 -0400
  • 8c0847353f Merge branch 'state-onchange' into state-onchange-tweak Rich Harris 2025-03-21 15:38:18 -0400
  • 0fd4d2adcc Merge branch 'main' into state-onchange Rich Harris 2025-03-21 15:38:06 -0400
  • c77dfde5e9 docs Rich Harris 2025-03-21 15:30:27 -0400
  • f0732a83ed tweak Rich Harris 2025-03-21 15:29:43 -0400
  • 8fe6f32c1f const Rich Harris 2025-03-21 15:28:35 -0400
  • ef1ffbec69 extract onchange callbacks Rich Harris 2025-03-21 15:24:46 -0400
  • 441108b8ff fix docs Rich Harris 2025-03-21 13:06:46 -0400
  • 96e5edc6fd WIP Rich Harris 2025-03-21 13:05:07 -0400
  • 6e343b9ad7
    Version Packages (#15578) svelte@5.25.0 github-actions[bot] 2025-03-21 13:01:58 -0400
  • acd0b310ac Version Packages #15578 github-actions[bot] 2025-03-21 16:58:56 +0000
  • 5a8fa69dbf
    feat: make deriveds writable (#15570) Rich Harris 2025-03-21 12:54:53 -0400
  • 36bfef986a not a proxy! Rich Harris 2025-03-21 12:51:33 -0400
  • 118e9aa91c put flushSync calls on single line — makes it easier to connect the event with the subsequent assertion Rich Harris 2025-03-21 12:49:06 -0400
  • 35e4023c35
    Update packages/svelte/tests/runtime-runes/samples/state-onchange-reassign-proxy/main.svelte Rich Harris 2025-03-21 12:45:04 -0400
  • afbe254362 fix: allow get_proxied_value to return original value when error Blade Barringer 2025-03-21 11:12:21 -0500
  • b5fed42a3a make handler async, move into script block #15570 Rich Harris 2025-03-21 11:41:42 -0400
  • 64e33e8ffa mention const Rich Harris 2025-03-21 11:39:51 -0400
  • ea6b1e364e use hash URL Rich Harris 2025-03-21 11:39:11 -0400
  • dccc34da62 root-relative URL Rich Harris 2025-03-21 11:23:15 -0400
  • 43376e74a0 add section on deep reactivity Rich Harris 2025-03-21 11:18:15 -0400
  • 3cb7b7926b chore: split tests paoloricciuti 2025-03-21 15:38:13 +0100
  • 2d3b65dfbd
    Version Packages (#15575) svelte@5.24.1 github-actions[bot] 2025-03-21 10:28:23 -0400
  • bac119f45b Version Packages #15575 github-actions[bot] 2025-03-21 14:27:55 +0000
  • 842a7c6995
    docs: update state_unsafe_mutation message (#15539) Rich Harris 2025-03-21 10:26:15 -0400
  • 1f37c02f91
    fix: ensure toStore root effect is connected to correct parent effect (#15574) Dominic Gannaway 2025-03-21 14:25:46 +0000
  • ade66c6fea
    fix: use `get` in constructor for deriveds (#15300) Paolo Ricciuti 2025-03-21 15:21:40 +0100
  • 44065dabe1 prettier #15574 Rich Harris 2025-03-21 10:20:33 -0400
  • 4b8b0386a0 Merge branch 'main' into deriveds-in-constructor #15300 Rich Harris 2025-03-21 10:17:16 -0400
  • d93d7c1d3e Merge branch 'main' into toStore-fix3 Rich Harris 2025-03-21 10:12:48 -0400
  • 9f5df6fa47 add note to when-not-to-use-effect Rich Harris 2025-03-21 10:11:45 -0400
  • 374729a420 add optimistic UI example Rich Harris 2025-03-21 10:05:48 -0400
  • 954eb8d839 merge main Rich Harris 2025-03-21 09:56:04 -0400
  • 83d0c5894d
    docs: add note on effect-local state (#15572) Rich Harris 2025-03-21 09:52:51 -0400
  • 6b23a7c477
    chore: camelCase -> snake_case (#15573) Rich Harris 2025-03-21 09:52:30 -0400
  • 38b475f851 fix: ensure toStore root effect is connected to correct parent effect Dominic Gannaway 2025-03-21 13:45:15 +0000
  • 91a91a78da chore: camelCase -> snake_case #15573 Rich Harris 2025-03-21 09:43:04 -0400
  • e25c281296
    Version Packages (#15551) svelte@5.24.0 github-actions[bot] 2025-03-21 09:40:37 -0400
  • 4e6edb1869 docs: add note on effect-local state #15572 Rich Harris 2025-03-21 09:39:17 -0400
  • 9f5d8e458d Version Packages #15551 github-actions[bot] 2025-03-21 13:33:04 +0000
  • d2e79326c7
    fix: don't depend on deriveds created inside the current reaction (#15564) Rich Harris 2025-03-21 09:31:03 -0400
  • 1d10a65b78
    fix: check if DOM prototypes are extensible (#15569) Dominic Gannaway 2025-03-21 13:30:17 +0000
  • 1a5fb8fd51
    fix: Keep inlined JSDoc comments in property conversion of svelte-migrate (#15567) Robert Gieseke 2025-03-21 14:28:44 +0100
  • d3008e75e9 feat: make deriveds writable Rich Harris 2025-03-21 09:21:06 -0400
  • 8fdc2b184a fix: check if DOM prototypes are extensible #15569 Dominic Gannaway 2025-03-21 13:06:24 +0000
  • 8cac71e420 Add changeset #15567 Robert Gieseke 2025-03-21 12:33:25 +0100
  • 6527d6bd0d Look for inlined JSDoc comments after a hyphen Robert Gieseke 2025-03-21 12:28:10 +0100
  • 4728089321 Add further test case and remove default value in JSDoc output Robert Gieseke 2025-03-21 12:27:15 +0100
  • ad56847ce9 fix: silly goose am i 🪿 paoloricciuti 2025-03-21 09:29:08 +0100
  • 72f93e361f chore: sprinkle comments here and there paoloricciuti 2025-03-21 09:25:29 +0100
  • ea75c5e6fa tidy up Rich Harris 2025-03-20 22:48:28 -0400
  • b158c8c5aa unused Rich Harris 2025-03-20 22:42:44 -0400
  • 51ecbef5dc oops Rich Harris 2025-03-20 22:40:52 -0400
  • c793cf3c9c simplify Rich Harris 2025-03-20 22:39:08 -0400
  • e7fa79a5f6 simplify Rich Harris 2025-03-20 22:36:02 -0400
  • a97465da21 simplify Rich Harris 2025-03-20 22:29:44 -0400
  • 0b8d2fa817 remove static analysis restriction Rich Harris 2025-03-20 22:24:43 -0400
  • 0d4add1917 merge main Rich Harris 2025-03-20 22:19:58 -0400
  • 8d02009ccc
    Apply suggestions from code review Rich Harris 2025-03-20 21:59:26 -0400
  • f430de43e0 lint #15564 Rich Harris 2025-03-20 18:52:59 -0400
  • 5d8fe0cff8 oops Rich Harris 2025-03-20 18:48:56 -0400
  • 499438e743 changeset Rich Harris 2025-03-20 18:45:50 -0400
  • ab248dd4c9 update test Rich Harris 2025-03-20 18:41:29 -0400
  • 3f73e06b84 add test Rich Harris 2025-03-20 18:37:14 -0400
  • 3fe779f31d WIP Rich Harris 2025-03-20 17:50:26 -0400
  • 062b22e649 WIP Rich Harris 2025-03-20 17:36:01 -0400
  • 4285bf9c78 docs: move $host docs to custom elements page #15562 host-docs Ben McCann 2025-03-20 13:45:09 -0700
  • e1503b8d2d
    Merge b08a4b4817 into 6915c12b58 #14599 ComputerGuy 2025-03-20 21:28:43 +0100
  • 7ac169618e Merge branch 'main' into deriveds-in-constructor Rich Harris 2025-03-20 16:06:53 -0400
  • 6915c12b58
    feat: allow state created in deriveds/effects to be written/read locally without self-invalidation (#15553) Rich Harris 2025-03-20 16:04:00 -0400
  • 82c6f39003 update comment #15553 Rich Harris 2025-03-20 15:41:59 -0400
  • 0b0b7b80f0 more Rich Harris 2025-03-20 15:41:03 -0400
  • 8e7f6bfe86 reduce diff size Rich Harris 2025-03-20 15:39:44 -0400
  • 548a696e3d tidy up Rich Harris 2025-03-20 15:24:34 -0400
  • da4f0c3494 alternative approach Rich Harris 2025-03-20 15:19:26 -0400
  • fea1b79b8d tmp Rich Harris 2025-03-20 14:28:19 -0400
  • d945561229 Merge branch 'main' into untrack-own-sources Rich Harris 2025-03-20 14:20:00 -0400
  • c7ce9fc004
    fix benchmarks (#15560) Rich Harris 2025-03-20 14:19:42 -0400
  • b23ddf1a77 fix benchmarks #15560 Rich Harris 2025-03-20 14:14:07 -0400
  • 46db072503 parent -> p Rich Harris 2025-03-20 12:58:17 -0400
  • f1095b70a2 tidy up Rich Harris 2025-03-20 12:14:41 -0400
  • deef8c5305 more Rich Harris 2025-03-20 12:04:31 -0400
  • 8c61af68fa some progress Rich Harris 2025-03-20 12:00:30 -0400
  • 3a7ec659a6 tweak Rich Harris 2025-03-20 11:46:12 -0400
  • 4daa63a8c9 fix: snapshot test runner paoloricciuti 2025-03-20 16:10:13 +0100
  • d4bd04fef5 remove arg Rich Harris 2025-03-20 10:58:43 -0400
  • ba237c7f50 chore: don't write different `rendered` paoloricciuti 2025-03-20 15:55:37 +0100
  • 31cfc1cf44 inelegant fix Rich Harris 2025-03-20 10:53:54 -0400
  • 403b17e944 chore: update snapshots paoloricciuti 2025-03-20 15:44:23 +0100
  • 132ea2bcce Merge remote-tracking branch 'origin/main' into templateless-template-generation paoloricciuti 2025-03-20 15:06:38 +0100
  • 59902ccead chore: simplify `process_children` paoloricciuti 2025-03-20 15:06:17 +0100
  • 95ce311613 chore: revert unneeded change to `package.json` paoloricciuti 2025-03-20 14:58:05 +0100
  • 64219ed5e4 chore: change options from `boolean` to `list` (templatingMode: "functional") paoloricciuti 2025-03-20 14:55:58 +0100
  • c75c42949b chore: run test suite on both `functional` and `string` templating paoloricciuti 2025-03-20 14:45:32 +0100
  • c2bc9bbb90 fix test Rich Harris 2025-03-20 09:42:48 -0400