Commit Graph

  • de3757adf2 fix: skip derived re-evaluation inside destroyed branch effects Mattias Granlund 2026-03-05 00:19:33 +0100
  • f483daf799 docs: add description for derived_references_self error #17879 benjosua 2026-03-08 23:05:10 +0100
  • 6fb7b4d265
    chore: refactor scheduling (#17805) Rich Harris 2026-03-08 07:39:07 -0400
  • d9ada81cc0 docs: add skill true frontmatter #17877 paoloricciuti 2026-03-07 09:46:54 +0100
  • 2deebdea8f
    fix: handle asnyc updates within pending boundary (#17873) Simon H 2026-03-07 01:59:58 +0100
  • 83795a7657 tweak #17873 Rich Harris 2026-03-06 19:57:27 -0500
  • ed87fd8eda try to document the reasoning behind only incrementing on updates #17805 Rich Harris 2026-03-06 19:46:44 -0500
  • a74cc34a5e prettier Rich Harris 2026-03-06 19:43:15 -0500
  • 0b6bcdeb56
    Apply suggestions from code review Rich Harris 2026-03-06 19:42:15 -0500
  • 0206a2019e
    fix: clean up externally-added DOM nodes in {@html} on re-render (#17853) dev-miro26 2026-03-06 18:11:16 -0600
  • da39032499 fix: streamline condition for setting controlled metadata on single HtmlTag nodes #17853 dev-miro26 2026-03-06 22:19:43 +0000
  • 082866699b fix: simplify condition for setting controlled metadata on HtmlTag nodes dev-miro26 2026-03-06 22:14:11 +0000
  • 492e8c24ba
    Update packages/svelte/tests/runtime-runes/samples/html-tag-contenteditable/_config.js 7nik 2026-03-06 23:55:16 +0200
  • f5e53b144e
    Apply suggestions from code review 7nik 2026-03-06 23:40:44 +0200
  • ce2038f186 fix: handle asnyc updates within pending boundary Simon Holthausen 2026-03-06 22:20:03 +0100
  • 95e795fa61 fix: clarify namespace handling for controlled and non-controlled HTML tags dev-miro26 2026-03-06 21:01:33 +0000
  • 363295aed2 fix: improve handling of is_controlled parameter in html function and adjust innerHTML assignment dev-miro26 2026-03-06 20:46:09 +0000
  • b468c4676b chore: entangle batches Simon Holthausen 2026-03-06 21:44:49 +0100
  • 3f0642c250 changeset Rich Harris 2026-03-06 13:41:07 -0500
  • 8dd132dc16 simplify lifecycle Rich Harris 2026-03-06 13:39:39 -0500
  • 4d7f0b0a54 tweaks Rich Harris 2026-03-06 13:35:14 -0500
  • e4bff69b8a tighten up previous_batch stuff Rich Harris 2026-03-06 13:33:26 -0500
  • 25ad420d80 tweak Rich Harris 2026-03-06 13:25:03 -0500
  • bd575fc8c2 tidy up Rich Harris 2026-03-06 13:23:37 -0500
  • 5f302de696 get rid of flush_effects Rich Harris 2026-03-06 13:17:00 -0500
  • e530aadece tweak Rich Harris 2026-03-06 13:13:10 -0500
  • 2fb35d3699 lint Rich Harris 2026-03-06 12:25:04 -0500
  • 0e435b189e move Rich Harris 2026-03-06 12:17:09 -0500
  • f20faf44da tweaks Rich Harris 2026-03-06 12:12:25 -0500
  • 40fcfdb275 shorter names Rich Harris 2026-03-06 12:08:58 -0500
  • b3cd367759 mark stuff deprecated Rich Harris 2026-03-06 12:06:10 -0500
  • e813bdf1f7 hacky fix #17871 eager-bind-this-teardown Rich Harris 2026-03-06 11:44:39 -0500
  • c4ef94c476
    Merge branch 'main' into fix-html-tag-contenteditable-duplication dev-miro26 2026-03-06 10:38:00 -0600
  • 3df2645451
    chore: deactivate batch after async derived resolves (#17865) Rich Harris 2026-03-06 11:27:47 -0500
  • 2054f10db0
    Merge branch 'main' into fix-html-tag-contenteditable-duplication dev-miro26 2026-03-05 21:20:40 -0700
  • 00c537882f merge Rich Harris 2026-03-05 21:37:49 -0500
  • 2a1f5ada13
    perf: avoid re-traversing the effect tree after `$:` assignments (#17848) Rich Harris 2026-03-05 21:36:03 -0500
  • 7dc864d941
    Revert "fix: skip derived re-evaluation inside inert effect blocks" (#17869) Rich Harris 2026-03-05 21:34:38 -0500
  • 3d3a7188d2
    Revert "fix: skip derived re-evaluation inside inert effect blocks (#17852)" #17869 Rich Harris 2026-03-05 21:19:02 -0500
  • 3eed592ac1 alternative approach #17868 freeze-destroyed-consts Rich Harris 2026-03-05 21:01:28 -0500
  • 7282aa1be6 holy shit everything passes Rich Harris 2026-03-05 17:26:37 -0500
  • 58f6c1f116 fix Rich Harris 2026-03-05 15:59:57 -0500
  • 0be5d6e276 fix Rich Harris 2026-03-05 15:50:54 -0500
  • 4ac8dd2062 fix Rich Harris 2026-03-05 15:36:44 -0500
  • 0d7b8a6abb fix: skip derived re-evaluation inside destroyed branch effects Mattias Granlund 2026-03-05 00:19:33 +0100
  • 303ca48406 dont increment batch on async derived init Rich Harris 2026-03-05 14:27:02 -0500
  • 1245b7adb2 driveby Rich Harris 2026-03-05 14:00:32 -0500
  • 973ddb2b4b unnecessary Rich Harris 2026-03-05 13:54:01 -0500
  • 3b0a25f63e unnecessary Rich Harris 2026-03-05 13:51:59 -0500
  • 008990174b avoid optional chaining Rich Harris 2026-03-05 13:30:06 -0500
  • aaab4fc5cd only apply when necessary Rich Harris 2026-03-05 13:22:44 -0500
  • e3a8c99fb2
    Merge branch 'main' into fix-html-tag-contenteditable-duplication dev-miro26 2026-03-05 08:35:02 -0700
  • aed36051fd
    chore: robustify `flatten` (#17864) Rich Harris 2026-03-05 10:30:26 -0500
  • 01c909d840 merge Rich Harris 2026-03-05 09:11:17 -0500
  • 33fb8d5e51 preserve state_unsafe_mutation behaviour #17848 Rich Harris 2026-03-05 08:48:03 -0500
  • bb4e0563e7 Merge branch 'main' into avoid-legacy-pre-effect-reschedule Rich Harris 2026-03-05 08:46:55 -0500
  • ea3b7230c5 chore: deactivate batch after async derived resolves #17865 Rich Harris 2026-03-05 08:18:03 -0500
  • f1abcac835 chore: robustify-flatten #17864 Rich Harris 2026-03-05 08:11:45 -0500
  • 59ab2f0fa5 Merge branch 'main' into refactor-scheduling Rich Harris 2026-03-05 08:09:13 -0500
  • 7c3ee26ca0
    Merge branch 'main' into fix-html-tag-contenteditable-duplication dev-miro26 2026-03-05 05:33:39 -0700
  • 9066b75c01
    chore: tidy up (#17863) Rich Harris 2026-03-05 07:07:33 -0500
  • 61a443f1fa
    chore(deps): bump immutable from 4.3.7 to 4.3.8 (#17860) dependabot[bot] 2026-03-05 07:00:45 -0500
  • d8fea45a27 unused #17863 Rich Harris 2026-03-05 06:57:52 -0500
  • fb283bfd13 DRY Rich Harris 2026-03-05 06:55:40 -0500
  • 40cb79c2b6
    chore(deps): bump immutable from 4.3.7 to 4.3.8 #17860 dependabot[bot] 2026-03-05 06:22:27 +0000
  • 9d3dae29c8 unused Rich Harris 2026-03-04 22:20:32 -0500
  • e87fadea7b note to self Rich Harris 2026-03-04 22:13:53 -0500
  • 246f8182ab WIP Rich Harris 2026-03-04 21:26:23 -0500
  • ef1902f9c7 this feels safer Rich Harris 2026-03-04 21:12:21 -0500
  • c4829400d4 WIP Rich Harris 2026-03-04 20:52:42 -0500
  • 4bb034165a commit after flush Rich Harris 2026-03-04 20:44:40 -0500
  • 964aebe4cb fix: enhance handling of contenteditable elements and introduce is_controlled flag for {@html} dev-miro26 2026-03-05 01:01:47 +0000
  • 6d16eef9b2 appease ts Rich Harris 2026-03-04 18:42:59 -0500
  • 6724f0f27e tweak Rich Harris 2026-03-04 18:41:49 -0500
  • 6b2e01fdd9 whittle Rich Harris 2026-03-04 17:36:17 -0500
  • 1441d40b2d
    Merge branch 'main' into fix-html-tag-contenteditable-duplication dev-miro26 2026-03-04 15:34:11 -0700
  • e3f06f9fc7
    fix: skip derived re-evaluation inside inert effect blocks (#17852) Rich Harris 2026-03-04 17:15:09 -0500
  • bed7c7a261 fix Rich Harris 2026-03-04 17:10:06 -0500
  • f2899c2425 fix: prevent duplication of content in contenteditable elements for {@html} dev-miro26 2026-03-04 21:22:14 +0000
  • a3904c9b46 fix: improve readability of node removal logic in html function dev-miro26 2026-03-04 21:03:06 +0000
  • 34ea64660a fix: prevent duplication of content in contenteditable elements dev-miro26 2026-03-04 20:43:33 +0000
  • 54a1012a78 fix Rich Harris 2026-03-04 15:36:50 -0500
  • 1d55e971b2 unused #17852 Rich Harris 2026-03-04 14:08:25 -0500
  • 499383ef81 add note Rich Harris 2026-03-04 14:06:37 -0500
  • c97a9ed033 remove bug-summary.md Rich Harris 2026-03-04 14:05:36 -0500
  • cef182715f simplify Rich Harris 2026-03-04 14:04:50 -0500
  • cabdc1fd8f WIP put queued_root_effects inside batch. causes tests to fail Rich Harris 2026-03-04 07:38:14 -0500
  • d89df37585 fix: skip derived re-evaluation inside inert effect blocks #17850 Mattias Granlund 2026-03-03 22:14:08 +0100
  • c0b0bc53e2
    Merge branch 'main' into reinstate-reactivity-loss-detection Tee Ming 2026-03-04 16:08:55 +0800
  • 0acf5eda36
    Merge branch 'main' into fix/improve-a11y-invalid-href-docs Tee Ming 2026-03-04 16:01:11 +0800
  • fc88deef13
    Merge branch 'main' into main #17680 Tee Ming 2026-03-04 14:50:03 +0800
  • 667f533b31
    Merge branch 'main' into fix/select-stale-value-on-dynamic-options Tee Ming 2026-03-04 14:18:20 +0800
  • 4e8ab93865 simplify flushSync Rich Harris 2026-03-03 20:47:22 -0500
  • 6bfacdb38f WIP Rich Harris 2026-03-03 20:38:41 -0500
  • 8ebea4313f tweak Rich Harris 2026-03-03 19:11:03 -0500
  • b77304ae8e WIP Rich Harris 2026-03-03 19:04:38 -0500
  • ff72369d1e DRY Rich Harris 2026-03-03 19:02:28 -0500
  • 02a6e82d9b aha! progress Rich Harris 2026-03-03 18:59:03 -0500
  • 2486d89404 WIP Rich Harris 2026-03-03 18:17:57 -0500
  • 14530ffba3 WIP Rich Harris 2026-03-03 17:53:53 -0500