Commit Graph

  • b18407a99b add note Rich Harris 2025-05-19 21:12:11 -0400
  • 110e37ee51 fix: only re-run directly applied attachment if it changed Rich Harris 2025-05-19 21:09:12 -0400
  • 7d1e9f168e only warn if the object is mutated #15948 warn-attachments-legacy-member-access Rich Harris 2025-05-19 20:51:33 -0400
  • ef173e3a1a fix: stable attachments Rich Harris 2025-05-19 20:20:25 -0400
  • 7183886a73
    feat: attachments `fromAction` utility (#15933) Paolo Ricciuti 2025-05-20 00:02:08 +0200
  • e12c331e44 gah #15933 Rich Harris 2025-05-19 17:58:56 -0400
  • 7e1e277502 damn ur weird typescript Rich Harris 2025-05-19 17:49:56 -0400
  • 5a963d14d7 defer to the reference documentation Rich Harris 2025-05-19 17:35:00 -0400
  • 09da021572 god i hate overloads Rich Harris 2025-05-19 17:33:34 -0400
  • c7bd1750da oops Rich Harris 2025-05-19 17:20:59 -0400
  • 11e086bb25 get rid of the arg0, arg1 stuff Rich Harris 2025-05-19 17:18:14 -0400
  • 1d4aa8a967 Merge remote-tracking branch 'origin/from-action-remove-interface' into from-action paoloricciuti 2025-05-19 23:12:34 +0200
  • d190509144 fix: use typedef instead of exported interface paoloricciuti 2025-05-19 22:57:07 +0200
  • 7c2a49e326 overload #15958 Rich Harris 2025-05-19 16:54:31 -0400
  • d166cd6bd9 Merge branch 'from-action' into from-action-remove-interface Rich Harris 2025-05-19 16:43:35 -0400
  • 35a3b473c7
    Merge branch 'main' into from-action Rich Harris 2025-05-19 16:33:55 -0400
  • 22a0211cbb
    docs: clarify when attachments re-run (#15927) Rich Harris 2025-05-19 16:32:23 -0400
  • 398171b2eb fix #15927 Rich Harris 2025-05-19 16:28:35 -0400
  • b0912ad55c Merge branch 'main' into clarify-attachment-reruns Rich Harris 2025-05-19 16:26:13 -0400
  • 49c8582770 update docs Rich Harris 2025-05-19 16:11:55 -0400
  • 585d81c939 remove FromAction interface Rich Harris 2025-05-19 15:42:08 -0400
  • a96d01b918
    Version Packages (#15956) svelte@5.31.1 github-actions[bot] 2025-05-19 15:39:25 -0400
  • 42662e4008 regenerate Rich Harris 2025-05-19 15:04:14 -0400
  • a4981b942c add since Rich Harris 2025-05-19 14:52:44 -0400
  • 7d6fea7b14 simplify implementation - create action first, then only create update/destroy effects if necessary Rich Harris 2025-05-19 14:52:31 -0400
  • ffb9205c4f Version Packages #15956 github-actions[bot] 2025-05-19 18:27:20 +0000
  • a2ddca1aa1
    fix: avoid auto-parenthesis for special-keywords-only `MediaQuery` (#15937) Paolo Ricciuti 2025-05-19 20:25:07 +0200
  • 7eef30ee02 fix: fix media queries with commas #15937 paoloricciuti 2025-05-19 19:47:02 +0200
  • b7b393d50f
    chore: watch for messages changes in dev generate script (#15950) Paolo Ricciuti 2025-05-19 18:26:10 +0200
  • e10ea8a169 only create one timeout #15950 Rich Harris 2025-05-19 12:13:44 -0400
  • 36c74becc1 guard Rich Harris 2025-05-19 12:11:37 -0400
  • 21bf947ca8
    Version Packages (#15947) svelte@5.31.0 github-actions[bot] 2025-05-19 11:56:41 -0400
  • 6515438e71 tweak Rich Harris 2025-05-19 11:55:47 -0400
  • f44c96edaf no need for this to be async Rich Harris 2025-05-19 11:54:47 -0400
  • c063cc43e7 Version Packages #15947 github-actions[bot] 2025-05-19 15:50:56 +0000
  • d103adff9c
    feat: State declarations in class constructors (#15820) Elliott Johnson 2025-05-19 09:48:58 -0600
  • 670a7e1de3 update docs #15820 Rich Harris 2025-05-19 11:46:02 -0400
  • ae7e5bbe3f fix Rich Harris 2025-05-19 11:37:23 -0400
  • 3bfcaccc85 fix Rich Harris 2025-05-19 11:35:29 -0400
  • 1f52cf00d9 revert unneeded drive-by change Rich Harris 2025-05-19 10:02:43 -0400
  • 01af3aeedf move Rich Harris 2025-05-19 09:56:15 -0400
  • ffcabe6408 fix Rich Harris 2025-05-19 09:55:51 -0400
  • d6c985960b unskip and fix test Rich Harris 2025-05-19 09:53:27 -0400
  • c82ede5cf6 adjust message to accommodate more cases Rich Harris 2025-05-19 09:26:57 -0400
  • ccdf3a7ad4 fix: `@attach` opt's you into runes mode #15953 attach-runes-mode paoloricciuti 2025-05-19 11:32:11 +0200
  • 2c45b7e8ca try this #15951 ComputerGuy 2025-05-18 13:34:57 -0700
  • c1932aab12 oops ComputerGuy 2025-05-18 13:26:47 -0700
  • 049b5a09bb fix: reuse already attached attachments from spread attributes ComputerGuy 2025-05-18 13:26:02 -0700
  • 9b1b9417ae chore: watch for messages changes in dev generate script paoloricciuti 2025-05-18 16:21:50 +0200
  • e5b0136ad1 chore: regenerate paoloricciuti 2025-05-18 15:45:26 +0200
  • fc896a779f fix: add warning when you read object property within attachments in legacy mode paoloricciuti 2025-05-18 15:36:43 +0200
  • a16db88db1
    Merge 5193f2c289 into 42e7e8168d #15589 ComputerGuy 2025-05-18 10:50:19 +0200
  • 05fa5e345b
    Merge 1b0918c31c into 42e7e8168d #15593 ComputerGuy 2025-05-18 10:50:19 +0200
  • 42e7e8168d
    chore: fix docs typo in 02-context.md (#15944) Christian Decker 2025-05-18 04:50:12 -0400
  • b2ce3fa85e
    (fix/ast types) fix: Add missing `AttachTag` in `Tag` union type inside the `AST` namespace from `"svelte/compiler"` (#15946) Mateusz Kadlubowski 2025-05-18 16:25:11 +0800
  • a6cf944bdc
    `pnpm generate:types` #15946 Mateusz Kadlubowski 2025-05-18 11:47:39 +0800
  • bbc7f7bcca
    changeset Mateusz Kadlubowski 2025-05-18 10:20:11 +0800
  • fff483f736
    fix(compiler): Add missing `AttachTag` for `Tag` type Mateusz Kadlubowski 2025-05-18 10:17:06 +0800
  • a45b40559d Merge remote-tracking branch 'upstream/main' into $state-invalidate ComputerGuy 2025-05-17 18:33:44 -0700
  • ec62449ed4
    chore: fix docs typo in 02-context.md #15944 Christian Decker 2025-05-17 19:53:26 -0400
  • c365634ace
    Version Packages (#15931) svelte@5.30.2 github-actions[bot] 2025-05-17 05:04:39 -0400
  • 318af67079 Version Packages #15931 github-actions[bot] 2025-05-17 08:12:36 +0000
  • c7e4b8e765
    chore: remove redundant word in comment (#15942) pengqiseven 2025-05-17 16:10:54 +0800
  • 60b22ab933
    fix: falsy attachments types (#15939) Paolo Ricciuti 2025-05-17 10:07:21 +0200
  • 63e60c76a3 tweak Rich Harris 2025-05-16 18:33:03 -0400
  • 2b42182085 tweak Rich Harris 2025-05-16 18:29:53 -0400
  • bbf01914f9 fix proxying logic Rich Harris 2025-05-16 18:27:00 -0400
  • b1cc424350 tweak Rich Harris 2025-05-16 18:19:37 -0400
  • 0cac3d2fdd tweak Rich Harris 2025-05-16 18:14:47 -0400
  • d31831be16 more Rich Harris 2025-05-16 18:10:41 -0400
  • 855f209e8e unused Rich Harris 2025-05-16 18:07:10 -0400
  • 56bd834c08 tweak Rich Harris 2025-05-16 18:06:09 -0400
  • 45115dec62 unused Rich Harris 2025-05-16 18:04:03 -0400
  • a6cc07c425 simplify/DRY Rich Harris 2025-05-16 18:03:21 -0400
  • 90e7e0dce5 tweak Rich Harris 2025-05-16 17:51:30 -0400
  • 1a78e279d6 reuse helper Rich Harris 2025-05-16 17:39:16 -0400
  • c7e8422ceb lint, tidy up Rich Harris 2025-05-16 17:32:55 -0400
  • 255603111b unused Rich Harris 2025-05-16 17:24:40 -0400
  • dfb4e13cdd remove some unused stuff Rich Harris 2025-05-16 17:24:19 -0400
  • de77e69628 unused Rich Harris 2025-05-16 17:11:17 -0400
  • d1bb2c9555 unused Rich Harris 2025-05-16 17:10:33 -0400
  • 23f269be7c fix Rich Harris 2025-05-16 17:10:08 -0400
  • 4653f54010 note to self Rich Harris 2025-05-16 17:03:07 -0400
  • de015b04bc unused Rich Harris 2025-05-16 16:52:36 -0400
  • fbf1b4e9fb revert snapshot tests Rich Harris 2025-05-16 16:47:24 -0400
  • c536ec6f2b remove unused stuff Rich Harris 2025-05-16 16:47:08 -0400
  • 737bfb5740 fix Rich Harris 2025-05-16 16:43:37 -0400
  • b7bbae8e7e WIP Rich Harris 2025-05-16 16:39:37 -0400
  • 0e9ca23286 WIP Rich Harris 2025-05-16 16:33:02 -0400
  • 2efb766f23 WIP Rich Harris 2025-05-16 16:25:16 -0400
  • b867557212 chore: remove redundant word in comment #15942 pengqiseven 2025-05-17 01:14:07 +0800
  • dfd2405b98 fix: falsy attachments types #15939 paoloricciuti 2025-05-16 15:16:18 +0200
  • aace747669
    chore: i has english knowledge Paolo Ricciuti 2025-05-16 13:15:15 +0200
  • 0046ed87d8
    chore: update changeset Paolo Ricciuti 2025-05-16 11:54:46 +0200
  • 65668c0e1c fix: avoid auto-parenthesis for special keywords only `MediaQuery` paoloricciuti 2025-05-16 11:53:38 +0200
  • 5a18de243b fix: typing of the utility paoloricciuti 2025-05-16 11:33:53 +0200
  • c407dc09de make analysis available at transform time Rich Harris 2025-05-15 18:14:27 -0400
  • b1e095af52 reduce indirection Rich Harris 2025-05-15 18:01:21 -0400
  • 2ffb863b5d on second thoughts Rich Harris 2025-05-15 17:59:17 -0400
  • 75680a9a5e get rid of the class Rich Harris 2025-05-15 17:44:05 -0400