Commit Graph

  • 97d77d6918 perf: store setters cache as Set instead of Array #18251 Mathias Picker 2026-05-20 15:27:36 +0200
  • 3ba751878e perf: use Set for static attribute and event lookups Mathias Picker 2026-05-20 15:15:05 +0200
  • b65a3f3fc5
    Version Packages (#18240) svelte@5.55.9 github-actions[bot] 2026-05-20 12:07:18 +0200
  • e00c7b4bd5 Version Packages #18240 github-actions[bot] 2026-05-20 09:53:49 +0000
  • ef319ed492
    chore: bump acorn-typescript/esrap (#18248) Simon H 2026-05-20 11:53:01 +0200
  • 479d234669
    for whatever reason this is no longer necessary #18248 Simon Holthausen 2026-05-20 11:49:20 +0200
  • 00f8c50bca
    chore: bump acorn-typescript/esrap Simon Holthausen 2026-05-20 11:40:15 +0200
  • 0ead405f2d
    Merge branch 'main' into svelte-custom-renderer Paolo Ricciuti 2026-05-20 09:42:05 +0200
  • d654db83ef
    fix: avoid false-positive batch invariant error (#18246) Simon H 2026-05-20 03:04:31 +0200
  • 979d79885a
    fix: avoid false-positive batch invariant error #18246 Simon Holthausen 2026-05-19 23:33:03 +0200
  • 0baca1be7a
    Merge branch 'main' into svelte-custom-renderer Paolo Ricciuti 2026-05-19 22:25:31 +0200
  • 000c594e05
    fix: `{#await await ...}` and async dependencies fixes (#18243) Simon H 2026-05-19 22:16:03 +0200
  • 1952dd21b9
    batch cannot be null #18243 Simon Holthausen 2026-05-19 21:21:40 +0200
  • 66a46b7b7c
    adjust test to show ssr change is necessary Simon Holthausen 2026-05-19 21:21:20 +0200
  • d6388add7f patch: update sample #18245 Azuriru 2026-05-20 02:49:50 +0800
  • 86328160b9 chore: add changeset Azuriru 2026-05-20 02:36:53 +0800
  • a4ea4f56e4 chore: update docs to include scrollWidth/scrollHeight Azuriru 2026-05-20 02:33:16 +0800
  • dda1de1cd4 feat: scrollWidth and scrollHeight in bind: Azuriru 2026-05-20 02:26:22 +0800
  • 212eb366ed chore: replace custom renderer type arguments with a single one paoloricciuti 2026-05-19 16:59:25 +0200
  • b52b452e22
    Merge 6036c41ceb into be8ffeb2a4 #18109 Simon H 2026-05-19 16:59:02 +0200
  • be8ffeb2a4
    docs(contributing): fix grammar in Prioritization section (#18241) Kiwi 2026-05-19 10:58:35 -0400
  • 66617a5c2d source -> mutable_source Rich Harris 2026-05-19 10:57:49 -0400
  • 8325e30fb6
    my god I found like three other bugs Simon Holthausen 2026-05-19 16:09:47 +0200
  • ed6cec0971
    better fix Simon Holthausen 2026-05-19 14:26:54 +0200
  • da7b7a3198
    Merge branch 'main' into style-object-syntax Mathias Picker 2026-05-19 13:35:33 +0200
  • 8d5f108c31
    Merge branch 'main' into svelte-custom-renderer Paolo Ricciuti 2026-05-19 11:30:29 +0200
  • d16242441f docs(contributing): fix grammar in prioritization section #18241 Kiwi 2026-05-18 19:19:13 -0400
  • 0dfcba1e08
    fix: don't unset batch when calling `{#await ...}` promise Simon Holthausen 2026-05-18 22:32:35 +0200
  • a63bf862c0
    docs: clarify context state getter pattern (#18226) Mukunda Rao Katta 2026-05-18 12:42:20 -0700
  • 41ef7e3214
    Update documentation/docs/06-runtime/02-context.md #18226 Rich Harris 2026-05-18 15:42:02 -0400
  • c8e106a519
    Update documentation/docs/06-runtime/02-context.md Rich Harris 2026-05-18 15:22:17 -0400
  • a5df6616ea
    fix: avoid unnecessary stringify in server attributes (#18232) Sean Kenneth Doherty 2026-05-18 13:53:10 -0500
  • 5299073e87
    Update .changeset/slow-bikes-serve.md #18232 Rich Harris 2026-05-18 14:52:37 -0400
  • f9440dc3ed
    Version Packages (#18239) svelte@5.55.8 github-actions[bot] 2026-05-18 18:44:05 +0200
  • 981775433a
    inline/handle whitespace mode better #18233 Simon H 2026-05-18 18:10:12 +0200
  • 1bf8a48b53 Version Packages #18239 github-actions[bot] 2026-05-18 15:55:46 +0000
  • ca3f35bf7d
    fix(print): handle svelte:body and fix keyframe percentage double-printing (#18234) OfirHaf 2026-05-18 18:54:31 +0300
  • 2bc3592eb1
    fix: use named symbols everywhere (#18238) Rich Harris 2026-05-18 11:53:31 -0400
  • dc1f037fa6
    fix: don't run teardown effects when deriveds are unfreezed (#18227) Simon H 2026-05-18 17:37:01 +0200
  • 1e899cba35
    fix: execute uninitialized derived even if it's destroyed (#18228) Simon H 2026-05-18 17:36:41 +0200
  • eb10a70cf1
    fix: unset context synchronously in `run` (#18236) Simon H 2026-05-18 17:36:17 +0200
  • 916385908b fix: use named symbols everywhere #18238 Rich Harris 2026-05-18 11:33:56 -0400
  • 751c2b1b9a
    fix: unset context synchronously in `run` #18236 Simon Holthausen 2026-05-18 13:36:35 +0200
  • 712855b6a1
    Fix typo in Svelte <svelte:window> docs page #18235 Ryn. 2026-05-17 04:22:14 -0500
  • 77620b77ad fix(print): handle svelte:body and fix keyframe percentage double-printing #18234 OfirHaf 2026-05-17 11:49:22 +0300
  • 9d30aa976c fix: optimize consecutive if blocks Sean Doherty 2026-05-17 01:02:57 -0500
  • 3d3c3ac287 compiler: avoid unnecessary stringify in server attributes Sean Doherty 2026-05-16 17:56:41 -0500
  • 540df3a99a
    Potential fix for pull request finding #18173 Jetti Hrushikesh 2026-05-16 23:29:26 +0530
  • 66875cc891 fix: lint paoloricciuti 2026-05-16 14:08:41 +0200
  • ea6616ef1f
    fix: execute uninitialized derived even if it's destroyed #18228 Simon Holthausen 2026-05-15 23:20:25 +0200
  • 7611b4b5be
    fix: don't run teardown effects when deriveds are unfreezed #18227 Simon Holthausen 2026-05-15 22:40:39 +0200
  • 0fb3cbf3df docs: clarify context state getter pattern mukunda katta 2026-05-15 08:12:51 -0700
  • ec9be95516 docs: clarify untrack example #18224 mukunda katta 2026-05-15 01:17:57 -0700
  • e86e2c7cd5 fix: add DEV warning for style directive values with trailing semicolons #18200 OfirHaf 2026-05-15 10:56:01 +0300
  • dc8cd17d7e fix: always create default slot in custom elements even without initial children #18222 Codebuff Contributor 2026-05-15 07:52:47 +0600
  • e2c81d69f8
    Merge branch 'main' into svelte-custom-renderer Paolo Ricciuti 2026-05-14 22:16:17 +0200
  • 4d8f99a270
    Version Packages (#18220) svelte@5.55.7 github-actions[bot] 2026-05-14 13:06:06 -0600
  • c417c7ca2b Version Packages #18220 github-actions[bot] 2026-05-14 19:02:29 +0000
  • 0552308817
    chore: bump devalue (#18219) Rich Harris 2026-05-14 15:00:51 -0400
  • e1cbbd9644
    Merge commit from fork Elliott Johnson 2026-05-14 12:59:01 -0600
  • a16ebc67bb
    Merge commit from fork Elliott Johnson 2026-05-14 12:52:15 -0600
  • d2375e2ebc
    Merge commit from fork Simon H 2026-05-14 20:51:56 +0200
  • 547853e240
    Merge commit from fork Simon H 2026-05-14 20:51:28 +0200
  • 8167702132 lockfile #18219 Rich Harris 2026-05-14 14:49:33 -0400
  • 9398959894 chore: bump devalue Rich Harris 2026-05-14 14:48:12 -0400
  • 55f9c85c09
    Version Packages (#18158) svelte@5.55.6 github-actions[bot] 2026-05-14 14:03:20 -0400
  • a4abba0006 Version Packages #18158 github-actions[bot] 2026-05-14 17:32:23 +0000
  • a10e8e47a5
    fix: keep dependencies of `$state.eager`/`pending` (alternative approach) (#18218) Rich Harris 2026-05-14 13:31:31 -0400
  • 451870a38d bail out if not in effect #18218 Rich Harris 2026-05-14 13:20:09 -0400
  • 0789ea73f6 revert unrelated Rich Harris 2026-05-14 12:42:04 -0400
  • 9e69738441 use global version map, keyed on closest effect Rich Harris 2026-05-14 12:39:02 -0400
  • 65e035da99
    Merge branch 'main' into eager-block-fix #18108 Rich Harris 2026-05-14 08:33:12 -0400
  • 7573848a9e
    Merge branch 'main' into remove-was-marked #18127 remove-was-marked Rich Harris 2026-05-14 08:33:05 -0400
  • ef4b97dfab
    fix: duplicated "of" in events.js comment (#18217) quyentonndbs 2026-05-14 07:31:42 -0500
  • 2e355cfb03
    Update packages/svelte/src/internal/client/dom/elements/events.js #18217 Rich Harris 2026-05-14 08:31:29 -0400
  • 6e38e1d37f
    Merge branch 'main' into svelte-custom-renderer Paolo Ricciuti 2026-05-14 10:29:43 +0200
  • 9bad1250a8 fix: duplicated "of" in events.js comment Kai Tanaka 2026-05-14 04:11:01 +0000
  • 1d2bc79cd2 replace type arguments with a single one #18216 svelte-custom-renderer-single-type-argument Rich Harris 2026-05-13 18:06:43 -0400
  • f9924a9e9a
    Merge branch 'main' into eager-block-fix Simon H 2026-05-13 22:26:28 +0200
  • 2c5b556b56 consistency Rich Harris 2026-05-13 16:18:30 -0400
  • 42fcdb91a2 tweak Rich Harris 2026-05-13 16:09:34 -0400
  • 5122936edb
    fix: treat batches as a linked list (#18205) Rich Harris 2026-05-13 16:06:56 -0400
  • 14e6437d03 Merge remote-tracking branch 'refs/remotes/upstream/linked-batches' into linked-batches #18205 Simon Holthausen 2026-05-13 21:39:37 +0200
  • 3ba45ac92b comments / tidy Simon Holthausen 2026-05-13 21:35:11 +0200
  • ad7e9ff3a0 we can reinstate this optimization now Simon Holthausen 2026-05-13 21:10:47 +0200
  • bda64c03d0
    followup #18215 elliott/test-target-again Elliott Johnson 2026-05-13 12:38:07 -0600
  • ae3f34cac4
    changeset Rich Harris 2026-05-13 12:46:52 -0400
  • f361ad25c3 tweak Simon Holthausen 2026-05-13 18:01:57 +0200
  • 1b8858f1cd batches are only connected if they have overlapping sources Rich Harris 2026-05-13 10:54:31 -0400
  • aff1ed82ac
    Merge branch 'main' into svelte-custom-renderer Paolo Ricciuti 2026-05-13 10:33:10 +0200
  • ad05d411f0 fix: V-003 security vulnerability #18210 orbisai0security 2026-05-13 08:25:20 +0000
  • 5e708b0c1b
    trigger build #18208 elliott/test-target Elliott Johnson 2026-05-12 16:37:46 -0600
  • bd9950eee6
    oops Elliott Johnson 2026-05-12 16:35:47 -0600
  • 82d9d9b1bd
    harmless reordering for build Elliott Johnson 2026-05-12 16:34:01 -0600
  • 1688c84be9
    chore: allow `null` for `pending` in typings (#18201) Simon H 2026-05-13 00:25:11 +0200
  • 26a2262369
    chore: test `@sveltejs/target` Elliott Johnson 2026-05-12 16:23:40 -0600
  • c90199dca4 `deferreds` can be a set Rich Harris 2026-05-12 18:19:50 -0400
  • 464946a1e2 actually we should change this back too Rich Harris 2026-05-12 18:11:00 -0400
  • a426120ced revert Rich Harris 2026-05-12 18:08:39 -0400
  • 9bb73d5ad7 update comment; also we dont need `differs` any more Rich Harris 2026-05-12 18:05:06 -0400