Commit Graph

  • f72d1a6326 merge Rich Harris 2025-06-04 08:35:40 -0400
  • 0184d5749c fix: visit expression when destructuring state declarations #16081 paoloricciuti 2025-06-04 14:33:41 +0200
  • efb3b6acc5 changeset #16073 7nik 2025-06-04 14:37:42 +0300
  • ac9c130887 lint 7nik 2025-06-04 14:36:42 +0300
  • bcb6b72af2 bail out pure expressions 7nik 2025-06-04 14:32:46 +0300
  • 050ff23b55
    Add `xmlns` attribute to HTMLAttributes type Christoph Sanz 2025-06-04 11:58:08 +0200
  • 9c0a31feeb Add comment to prevent further regressions #16077 raythurnvoid 2025-06-04 02:30:57 +0100
  • 6eafe423b0 Add changeset raythurnvoid 2025-06-04 01:49:16 +0100
  • c0f56f4f26 add tests raythurnvoid 2025-06-04 01:58:37 +0100
  • 28cef32e69 Restore truedm commit: chore: avoid microtasks when flushing sync Dominic Gannaway 2025-04-30 18:31:21 +0100
  • 1a42fc8ea8 fix Rich Harris 2025-06-03 20:43:36 -0400
  • c9346ab391 Revert "chore: avoid microtasks when flushing sync (alternative) (#15895) raythurnvoid 2025-06-04 01:17:12 +0100
  • 802afc6b7b feat: make internal Svelte Custom Element treeshakable #16075 Justinas Delinda 2025-06-03 23:56:10 +0300
  • b608ee24c8 add failing test Rich Harris 2025-06-03 12:37:36 -0400
  • 1f51993b93 base fix 7nik 2025-06-03 17:13:18 +0300
  • 0901a1bad1 fix ComputerGuy 2025-06-02 17:05:49 -0700
  • dd4b8b97ef fix state declarations in constructors ComputerGuy 2025-06-02 17:02:33 -0700
  • 437e6634b0 fix private field tagging, only get `declaration` once ComputerGuy 2025-06-02 16:57:29 -0700
  • 88c50e58e3 minor tweaks ComputerGuy 2025-06-02 16:51:28 -0700
  • a848f9eaa9 Updated docs page for an overview description and gave each of the functions simple descriptions #16070 DusterFan668 2025-06-02 14:27:59 -0700
  • 2342c8719a
    chore: better HTML normalization test helper (#16056) Rich Harris 2025-06-02 16:31:03 -0400
  • 209d147219 oops, never meant to commit that Rich Harris 2025-06-02 16:28:06 -0400
  • 7f5530cba6
    Apply suggestions from code review #16056 Rich Harris 2025-06-02 16:26:44 -0400
  • 335779dcf5
    Version Packages (#16064) svelte@5.33.14 github-actions[bot] 2025-06-02 16:00:25 -0400
  • a6d21b277b Version Packages #16064 github-actions[bot] 2025-06-02 19:58:14 +0000
  • 1b5f6af276
    fix: destructuring snippet arguments (#16068) Paolo Ricciuti 2025-06-02 21:56:39 +0200
  • 520d3fcb14 tweak Rich Harris 2025-06-02 15:38:27 -0400
  • ca3330ca27 unused Rich Harris 2025-06-02 15:33:22 -0400
  • dc46df7a8a simplify Rich Harris 2025-06-02 15:32:56 -0400
  • 2add7b3d1e explicit type narrowing lets us avoid coercion Rich Harris 2025-06-02 15:17:59 -0400
  • 3f402c694c this condition is impossible Rich Harris 2025-06-02 15:15:35 -0400
  • e7a001a433 private class fields Rich Harris 2025-06-02 15:02:28 -0400
  • 6f86f52192 fix: destructuring snippet arguments #16068 paoloricciuti 2025-06-02 20:47:23 +0200
  • d4ac394fac tag_source -> tag, since it applies to deriveds as well Rich Harris 2025-06-02 14:46:14 -0400
  • f65e6fc2fd Add changeset #16066 raythurnvoid 2025-06-02 17:27:34 +0100
  • deda7d7dc6 Add tests raythurnvoid 2025-06-02 15:55:50 +0100
  • 73f74beb7b fix raythurnvoid 2025-06-02 15:43:33 +0100
  • 6fe00fab9d Revert "add comments and logs" raythurnvoid 2025-06-02 16:56:46 +0100
  • 8b263cb611 add comments and logs raythurnvoid 2025-06-01 19:35:10 +0100
  • b851b54e9d
    Revert "feat: enable TS autocomplete for Svelte HTML element definitions" (#16063) Rich Harris 2025-06-02 09:08:49 -0400
  • c28d5b6046
    changeset #16063 Rich Harris 2025-06-02 08:42:31 -0400
  • 997a785453
    Revert "feat: enable TS autocomplete for Svelte HTML element definitions (#15…" Rich Harris 2025-06-02 08:40:38 -0400
  • 77a5d68675
    also mention that `:has` is scoped in the migration guide (#16061) Jack Goodall 2025-06-02 14:37:09 +0200
  • 7bb817ea14
    also mention that `:has` is scoped in the migration guide #16061 Jack Goodall 2025-06-02 11:07:34 +0200
  • 245283d8ff more class fields ComputerGuy 2025-06-01 23:40:50 -0700
  • 896dfc9ae6 somehow forgot to add support for class fields ComputerGuy 2025-06-01 23:31:45 -0700
  • 039d2c8f6f lint ComputerGuy 2025-06-01 23:17:53 -0700
  • 3bbabafa5a add comments, minor tweak ComputerGuy 2025-06-01 23:13:17 -0700
  • 115384c707 add changeset, fix failing tests ComputerGuy 2025-06-01 23:00:06 -0700
  • 302dff234b don't write values to deriveds when time travelling Rich Harris 2025-06-01 21:05:09 -0400
  • 194f5b34fd
    Version Packages (#16059) svelte@5.33.13 github-actions[bot] 2025-06-01 20:42:52 -0400
  • fd380a792f Version Packages #16059 github-actions[bot] 2025-06-02 00:29:44 +0000
  • 6a3066519c
    fix: avoid recursion error in `EachBlock` visitor (#16058) ComputerGuy 2025-06-01 17:27:52 -0700
  • ce2d1b3336 tag iterables used in destructuring ComputerGuy 2025-06-01 15:34:09 -0700
  • 7a3a349bb3 proxy bindable props ComputerGuy 2025-06-01 15:03:18 -0700
  • f075ea2fe8 fix: avoid recursion error in `EachBlock` visitor #16058 ComputerGuy 2025-06-01 14:47:02 -0700
  • 6872c194b8 tag proxy version ComputerGuy 2025-06-01 14:34:02 -0700
  • fe2072e6e3 fix ComputerGuy 2025-06-01 14:14:25 -0700
  • c273294682 tweak Rich Harris 2025-06-01 17:12:20 -0400
  • 07952e14ac "unown" proxy when in another source declaration ComputerGuy 2025-06-01 14:06:33 -0700
  • 61116b4033 Merge branch 'main' into $inspect.trace-source-tagging ComputerGuy 2025-06-01 13:58:01 -0700
  • 3cf0b9e077 Merge branch 'better-normalize-html' into async Rich Harris 2025-06-01 16:51:12 -0400
  • e4c33f224f Version Packages #16057 github-actions[bot] 2025-06-01 20:50:56 +0000
  • 8175091423
    Version Packages (#16054) svelte@5.33.12 github-actions[bot] 2025-06-01 16:49:52 -0400
  • a65a4c09a8
    remove site scripts (#16055) ComputerGuy 2025-06-01 13:49:02 -0700
  • 73796c49b0 simplify/robustify Rich Harris 2025-06-01 16:45:38 -0400
  • 7c10b237d1 simplify Rich Harris 2025-06-01 16:20:36 -0400
  • 58820a67c8 fix ComputerGuy 2025-06-01 13:18:29 -0700
  • 03273b7879 chore: better HTML normalization test helper Rich Harris 2025-06-01 16:13:30 -0400
  • 4d5a28f862 oops ComputerGuy 2025-06-01 13:10:47 -0700
  • db9b0b53a9 fix ComputerGuy 2025-06-01 13:08:14 -0700
  • 2f189ecd7e try this ComputerGuy 2025-06-01 13:05:12 -0700
  • e62c167748 remove proxy path name when reassigned to a source ComputerGuy 2025-06-01 12:50:17 -0700
  • fdfc6ac2b3 doh ComputerGuy 2025-06-01 12:41:00 -0700
  • 45caf0bdc0 improve symbol logging ComputerGuy 2025-06-01 12:38:46 -0700
  • 26173de279 init ComputerGuy 2025-06-01 12:24:01 -0700
  • 956cc77fc1 remove site scripts #16055 ComputerGuy 2025-06-01 11:21:23 -0700
  • 1a094e7aa3 lint Rich Harris 2025-06-01 08:56:47 -0400
  • 5c7a495a79 Version Packages #16054 github-actions[bot] 2025-06-01 07:56:19 +0000
  • b5fcd112c6
    fix: correctly transform reassignments to class fields in SSR mode (#16051) ComputerGuy 2025-06-01 00:53:48 -0700
  • 2071160ce8 keep order Rich Harris 2025-05-31 21:04:15 -0400
  • 513e4569f2 fix #16051 ComputerGuy 2025-05-31 16:25:05 -0700
  • 152fe5019b add test, fix more stuff ComputerGuy 2025-05-31 16:10:47 -0700
  • 7e0a81d102 fix: correctly transform reassignments to class fields in SSR mode ComputerGuy 2025-05-31 15:52:18 -0700
  • 7e83cdae23 move Rich Harris 2025-05-31 16:42:27 -0400
  • eaaee83505 regenerate Rich Harris 2025-05-31 16:37:50 -0400
  • 9b1e182d8a another test Rich Harris 2025-05-31 16:13:40 -0400
  • 4d05ed1139 disallow late setContext calls Rich Harris 2025-05-31 16:11:21 -0400
  • bc050c34b7 make everything non-breaking for people who dont opt in Rich Harris 2025-05-31 15:49:07 -0400
  • e5d0cd2eb4
    Version Packages (#16045) svelte@5.33.11 github-actions[bot] 2025-05-31 15:38:49 -0400
  • a2bc5f7d34 add flag Rich Harris 2025-05-31 15:25:34 -0400
  • 7dc2019e3f lint Rich Harris 2025-05-31 14:49:06 -0400
  • f584d0d7d4 fix Rich Harris 2025-05-31 13:58:32 -0400
  • fcd51d48a3 tidy up Rich Harris 2025-05-31 12:47:26 -0400
  • 4136cf20b4 fix Rich Harris 2025-05-31 12:45:26 -0400
  • 267339e551 fix: don't re-`attach` the same function to the same element #16048 same-fn-attachments paoloricciuti 2025-05-31 16:49:18 +0200
  • 0d34c306d3
    Update 02-$state.md #16047 Miguel Alejandro Martín 2025-05-31 13:34:16 +0100
  • 3c4dd2a847 Version Packages #16045 github-actions[bot] 2025-05-30 18:58:14 +0000
  • 15ea2df19c Merge branch 'main' into async Rich Harris 2025-05-30 14:57:07 -0400
  • 54990f2329
    fix: use local mutable sources for props in legacy mode in case they are indirectly invalidated (#16038) Rich Harris 2025-05-30 14:56:39 -0400