Commit Graph

  • be8565d845 simplify Rich Harris 2026-05-05 21:53:37 -0400
  • 7e4b2c49de Merge branch 'main' into new-batch-override-fix Rich Harris 2026-05-05 21:44:31 -0400
  • cc505f0ec5 remove commented out code Rich Harris 2026-05-05 21:28:32 -0400
  • 0650aace6b revert Rich Harris 2026-05-05 21:24:14 -0400
  • de05a7b264 simplify Rich Harris 2026-05-05 21:23:36 -0400
  • 5c6f3e0ddd changeset Rich Harris 2026-05-05 17:54:28 -0400
  • b8510c49f0 fix Rich Harris 2026-05-05 17:53:26 -0400
  • 76447cbefd format Simon Holthausen 2026-05-05 23:40:22 +0200
  • 3f13256588 adjust test so that it fails on main Simon Holthausen 2026-05-05 23:35:46 +0200
  • d440fe5a6a fix Rich Harris 2026-05-05 17:23:02 -0400
  • 170cd1868e add tests Rich Harris 2026-05-05 17:22:46 -0400
  • bc51a4fae8 fix: differentiate between stale and obsolete async deriveds Rich Harris 2026-05-05 16:24:24 -0400
  • 2d97120abb resolve obsolete batch together with the latest batch that has overlap with it #18177 Simon Holthausen 2026-05-05 21:07:01 +0200
  • 89b6a939fe
    fix: wrap `Promise.all` in `save` during SSR (#18178) Paolo Ricciuti 2026-05-05 20:48:50 +0200
  • 430ac7c1ea fix: skip processing discarded/resolved batches #18179 Rich Harris 2026-05-05 14:35:52 -0400
  • c473713341
    Update packages/svelte/elements.d.ts Mathias Picker 2026-05-05 19:57:59 +0200
  • 9d947a121b fix: wrap `Promise.all` in `save` during SSR #18178 paoloricciuti 2026-05-05 19:07:33 +0200
  • f080b412ee
    Update packages/svelte/elements.d.ts Mathias Picker 2026-05-05 17:29:33 +0200
  • 3e657cd542
    Merge branch 'main' into svelte-custom-renderer Paolo Ricciuti 2026-05-05 15:24:06 +0200
  • 88b1a2f4b4 chore: drop redundant comment in style-update test Mathias Picker 2026-05-05 14:33:24 +0200
  • 3464c3d5b7 fix Simon Holthausen 2026-05-05 14:31:43 +0200
  • 11f1fe1bb3 fix: correct derived resolve order + don't process discarded batches Simon Holthausen 2026-05-05 14:17:50 +0200
  • b87eb5a893 chore: drop redundant String() coercion in to_style Mathias Picker 2026-05-05 13:54:14 +0200
  • b6b6d03869 fix: drop style attribute when value normalises to empty Mathias Picker 2026-05-05 13:52:23 +0200
  • cd5b9add37 fix: also widen HTMLAttributes['style'] to StyleValue Mathias Picker 2026-05-05 13:04:20 +0200
  • 3e2d1a89c3 chore: drop redundant '' check in style_value_to_string Mathias Picker 2026-05-05 12:42:40 +0200
  • e4ad69ea76 feat: allow style attribute to be an object or array Mathias Picker 2026-05-05 12:36:20 +0200
  • f9e0a3461b fix: address CSS injection bypasses in style directives onlybugs05 2026-05-04 14:18:44 +0530
  • 04a39266b0 docs: add changeset for CSS injection fix onlybugs05 2026-05-03 13:04:26 +0530
  • a3c372a147 fix: prevent CSS injection in style directives onlybugs05 2026-05-03 13:00:27 +0530
  • 8135ac41a1
    Merge branch 'main' into fix/bind-this-teardown Razin Shafayet 2026-05-02 10:45:26 +0600
  • 998274fa94 docs: add svelte config note #18172 Rohan Santhosh Kumar 2026-05-02 10:33:33 +0800
  • 9244f52897
    Update packages/svelte/src/internal/client/reactivity/async.js Simon H 2026-05-01 23:58:46 +0200
  • 99dbf800db fix: don't override new current_batch Simon Holthausen 2026-05-01 23:46:13 +0200
  • 21373cd207
    stfu eslint Simon H 2026-05-01 23:44:43 +0200
  • 9ada3dc178 fix: rethrow error of failed iterable after calling `return()` Simon Holthausen 2026-05-01 23:28:14 +0200
  • 84c49bab01
    Apply suggestion from @Rich-Harris Simon H 2026-05-01 22:02:58 +0200
  • dc5bd887b5
    fix: resolve stale deriveds with latest value (#18167) Rich Harris 2026-05-01 15:57:15 -0400
  • 3697573abb fix: resolve stale deriveds with latest value #18167 Rich Harris 2026-05-01 14:46:30 -0400
  • 6436bb4c67
    Merge branch 'main' into svelte-custom-renderer Paolo Ricciuti 2026-05-01 15:36:42 +0200
  • 2600ffea2b
    feat: Implement getOrInsert and getOrInsertComputed methods #18165 sliang-code 2026-05-01 02:05:44 -0400
  • e65025be58
    docs: fix testing docs (#18163) Rich Harris 2026-04-30 16:58:06 -0400
  • ea9b4d25df docs: fix testing docs #18163 Rich Harris 2026-04-30 16:52:22 -0400
  • 3f7bdda5ce fix: use right batch/branch on first run Simon Holthausen 2026-04-30 22:12:00 +0200
  • 2ee47cf01c chore: fix ts paoloricciuti 2026-04-30 12:35:31 +0200
  • 1e62a1c6d4 fix: disclose version for custom renderers too paoloricciuti 2026-04-30 12:30:13 +0200
  • 2af595b31e chore: replace custom `window` management with `globalThis` paoloricciuti 2026-04-30 12:28:13 +0200
  • 54db9bf102 make unnecessary reruns less likely Simon Holthausen 2026-04-30 11:31:54 +0200
  • 4b4a134113 chore: rename `captured_renderer` paoloricciuti 2026-04-30 10:07:02 +0200
  • b7179abf61
    Merge branch 'main' into svelte-custom-renderer Paolo Ricciuti 2026-04-30 10:06:11 +0200
  • 62f09d8546 Merge branch 'main' into eager-block-fix Simon Holthausen 2026-04-30 09:47:50 +0200
  • 6e2865ca6b
    Merge branch 'main' into fix/bind-this-teardown Razin Shafayet 2026-04-30 11:59:41 +0600
  • 572444a696
    fix: ignore false-positive errors of `$inspect` dependencies (#18106) Simon H 2026-04-30 01:20:43 +0200
  • 0e35bd8114 fix #18106 Rich Harris 2026-04-29 19:13:40 -0400
  • 9198d2696e
    Add null check for meta, link, and script elements #18160 sliang-code 2026-04-29 18:26:25 -0400
  • e5256daca3 Merge branch 'eager-effects-derived-fix' of github.com:sveltejs/svelte into eager-effects-derived-fix Rich Harris 2026-04-29 18:22:28 -0400
  • 0d6cbea32d tiny tweak Rich Harris 2026-04-29 18:22:23 -0400
  • 5edab6b874
    Merge branch 'main' into eager-effects-derived-fix Rich Harris 2026-04-29 18:20:53 -0400
  • 90a70cb012
    fix: flush eager effects in production (#18107) Simon H 2026-04-30 00:18:09 +0200
  • 8b20371ce1
    Delete tmp-repro-head-class.mjs sliang-code 2026-04-29 18:17:10 -0400
  • ff9a1e8748
    Merge branch 'main' into fix/bind-this-teardown Razin Shafayet 2026-04-30 03:55:02 +0600
  • aab70ef571
    Delete unused agent file sliang-code 2026-04-29 17:52:47 -0400
  • 668784c6cd fix: preserve bind:this values in effect teardown razinshafayet 2026-04-30 03:48:53 +0600
  • cd5fdcc43b
    Merge branch 'sveltejs:main' into Fix-remove-head_-class sliang-code 2026-04-29 17:27:06 -0400
  • 9521b9f3dc
    fix: don't rebase just-created batches (#18117) Simon H 2026-04-29 22:47:11 +0200
  • 7719a74eef
    chore: fix constructor typo in attributes comment (#18115) Rohan Santhosh Kumar 2026-04-30 04:43:37 +0800
  • 242ea7de96 remove unnecessary optional chaining #18117 Rich Harris 2026-04-29 16:41:52 -0400
  • 1d016a16c2
    Merge branch 'main' into remove-was-marked Rich Harris 2026-04-29 15:11:17 -0400
  • 146cb5ea6c
    fix: lazy props reactivity (#18146) Eduardo Kurek 2026-04-29 16:10:19 -0300
  • bc82a55647
    fix: ensure scheduled batch is flushed if not obsolete (#18131) Simon H 2026-04-29 20:57:10 +0200
  • 53c67a22f6
    Update .changeset/smooth-poems-tap.md #18146 Rich Harris 2026-04-29 14:52:19 -0400
  • f61b7b677d
    Merge branch 'main' into 18132-fix-props-reactivity Rich Harris 2026-04-29 14:50:52 -0400
  • 4c96b469f8
    fix: allow `@debug` tags to reference awaited variables (#18138) Simon H 2026-04-29 20:50:11 +0200
  • 23865447c4 lint #18151 Rich Harris 2026-04-29 14:21:19 -0400
  • 9dc0f484e6 actually no, not final. head_in_component makes no sense. renamed it. man i hate slop Rich Harris 2026-04-29 14:19:59 -0400
  • 98ccf31e97 final deslopification (hopefully) Rich Harris 2026-04-29 14:17:23 -0400
  • d0c2048d1d lol oops Rich Harris 2026-04-29 14:15:11 -0400
  • 73188c0fa3 small tweak Rich Harris 2026-04-29 14:07:58 -0400
  • 69b4c9f561
    fix: skip block comments in read_value to prevent apostrophe parsing error (#18153) Dor Alagem 2026-04-29 20:47:12 +0300
  • ada3076967
    fix: account for proxified instance when updating `bind:this` (#18147) 7nik 2026-04-29 20:45:55 +0300
  • d629fa1b7a fix test Rich Harris 2026-04-29 13:15:03 -0400
  • dae91eb65a fix message Rich Harris 2026-04-29 13:12:48 -0400
  • 2df832d4c7
    Merge branch 'main' into head-warning Rich Harris 2026-04-29 13:01:12 -0400
  • de2e09d59a
    Update .changeset/fresh-trains-doubt.md Rich Harris 2026-04-29 13:00:59 -0400
  • a8e8106bd2 prettier #18153 Rich Harris 2026-04-29 13:00:33 -0400
  • bd29b9ef2b
    docs: document $state.snapshot toJSON behavior (#18154) Wesley 2026-04-30 00:34:09 +0800
  • 489b5fbb0d
    changeset Rich Harris 2026-04-29 12:27:11 -0400
  • 9b0724dedd changeset Rich Harris 2026-04-29 12:20:17 -0400
  • e7770df62c add test Rich Harris 2026-04-29 12:18:57 -0400
  • b0c2a21f02 docs: document $state.snapshot toJSON behavior #18154 sakaenyeniceri5 2026-04-29 01:22:33 -0700
  • f1402596db fix: skip block comments in read_value to prevent apostrophe parsing bug Dor Alagem 2026-04-29 09:12:22 +0300
  • 0ebc8d2e99
    Merge branch 'sveltejs:main' into Fix-remove-head_-class sliang-code 2026-04-28 17:57:29 -0400
  • f2aa50da54
    Merge branch 'main' into tests/warning #18152 fish 2026-04-28 17:42:40 -0400
  • 057d3fa7f6
    Merge branch 'main' into head-warning Elvin Seudieu Jr. 2026-04-28 17:11:29 -0400
  • c1c9387406 testcases for task 1: add class svelt-component-identifier fish 2026-04-28 17:08:17 -0400
  • 6e9f3f8b34 Fix: remove the excessive class when style exists sliang-code 2026-04-28 16:00:04 -0400
  • 0ba5dee5e2 fixing lint issues Elvin Seudieu 2026-04-28 11:30:17 -0400
  • 596716bdd6
    Merge branch 'main' into svelte-custom-renderer Paolo Ricciuti 2026-04-28 11:03:58 +0200
  • 90c44ef3f8 changeset #18147 7nik 2026-04-27 14:14:16 +0300
  • 656e8823e8 fix: account for proxified instance when updating `bind:this` 7nik 2026-04-27 14:10:58 +0300