Commit Graph

  • a577ce08c6
    chore: ensure effect destruction of deriveds is consistent (#13693) Dominic Gannaway 2024-10-19 13:20:51 +0100
  • bb491f1229
    fix: avoid chromium issue with dispatching blur on element removal (#13694) Dominic Gannaway 2024-10-19 13:12:45 +0100
  • 4308571ac7 more Rich Harris 2024-10-19 08:09:10 -0400
  • 2a0d1dbbe7 update overview Rich Harris 2024-10-19 08:00:07 -0400
  • 212a068005 try/finally #13694 Dominic Gannaway 2024-10-19 12:58:08 +0100
  • a9826e83a3 active effect too Dominic Gannaway 2024-10-19 12:56:13 +0100
  • 2bc9af4686 fix: avoid chromium issue with dispatching blur on element removal Dominic Gannaway 2024-10-19 12:17:16 +0100
  • ec68c95aa7 fix: avoid chromium issue with dispatching blur on element removal Dominic Gannaway 2024-10-19 12:10:56 +0100
  • 6eab0fd6eb fix: avoid chromium issue with dispatching blur on element removal Dominic Gannaway 2024-10-19 12:10:03 +0100
  • e78508aa99 chore: ensure effect destruction of deriveds is consistent #13693 Dominic Gannaway 2024-10-19 11:28:13 +0100
  • 37fa4152b1 chore: ensure effect destruction of deriveds is consistent Dominic Gannaway 2024-10-19 11:26:39 +0100
  • c5fb198778 changeset adiguba 2024-10-19 10:20:24 +0200
  • 978403beab fix: @debug must use $state.snapshot() on value adiguba 2024-10-19 10:06:21 +0200
  • 9abcaea61e fix: ensure store reads do not trigger mutation errors #13685 Dominic Gannaway 2024-10-19 01:38:46 +0100
  • 793a8de06e
    Version Packages (next) (#13650) svelte@5.0.0-next.270 github-actions[bot] 2024-10-18 16:47:19 -0700
  • f3e07133ba Version Packages (next) #13650 github-actions[bot] 2024-10-18 23:46:56 +0000
  • 18c5a5ba2d
    fix: bail out if slot name changes and $$slots assigned to variable (#13678) Paolo Ricciuti 2024-10-19 01:45:53 +0200
  • ab9eeb46fe
    fix: migrated snippet shadowing prop and let directive removal (#13679) Paolo Ricciuti 2024-10-19 01:43:14 +0200
  • 3dc5116881 chore: always queue removing let directives #13679 paoloricciuti 2024-10-19 01:31:54 +0200
  • 5bfdf0283a chore: correct typo paoloricciuti 2024-10-19 00:45:31 +0200
  • 5deaf0595e fix: migrated snippet shadowing prop and let directive removal paoloricciuti 2024-10-18 23:35:51 +0200
  • 894b1c37ad
    chore: CompileDiagnostic no longer extends Error (#13651) Dominic Gannaway 2024-10-18 22:13:44 +0100
  • ae58bbc2ed fix: bail out if slot name changes and $$slots assigned to variable #13678 paoloricciuti 2024-10-18 23:11:57 +0200
  • c83578b2aa fix test Dominic Gannaway 2024-10-18 21:44:34 +0100
  • 61391c8704
    fix: ensure migrate correctly handles named slots (#13676) Dominic Gannaway 2024-10-18 21:29:24 +0100
  • 7a03a9de1b fix #13676 Dominic Gannaway 2024-10-18 20:00:59 +0100
  • b5a6376db9 tweak Dominic Gannaway 2024-10-18 19:45:59 +0100
  • 31d6ba9a77 fix: ensure migrate correctly handles named slots Dominic Gannaway 2024-10-18 18:55:33 +0100
  • c9d85c2d52
    fix: migrate reactive statements with inner blocks (#13675) Dominic Gannaway 2024-10-18 18:15:11 +0100
  • f398929fdd
    fix: correct migration of uninitialised state (#13673) Dominic Gannaway 2024-10-18 18:04:53 +0100
  • b11367eee6 chore: Add changeset Ramirez Vargas, José Pablo 2024-10-18 10:50:49 -0600
  • 76996964bd feat: Define the MountOptions type Ramirez Vargas, José Pablo 2024-10-18 10:42:50 -0600
  • 82e84a8010 fix: migrate reactive statements with inner blocks #13675 Dominic Gannaway 2024-10-18 17:37:41 +0100
  • 5deb37e842 Revert "feat: Define the MountOptions type" Ramirez Vargas, José Pablo 2024-10-18 10:31:34 -0600
  • bd3596fcba feat: Define the MountOptions type Ramirez Vargas, José Pablo 2024-10-18 08:54:56 -0600
  • c2566ce259 better fix #13673 Dominic Gannaway 2024-10-18 15:46:43 +0100
  • dc8ab171f8 fix: correct migration of uninitialised state Dominic Gannaway 2024-10-18 15:42:01 +0100
  • 0598f2bbe1
    fix: reset `reset_element` in `render` to prevent runtime error (#13669) Paolo Ricciuti 2024-10-18 12:18:13 +0200
  • 9f930f4e9b
    feat: tell users of `@migration-task` (#13668) Paolo Ricciuti 2024-10-18 12:09:08 +0200
  • 908f0b1cf9 update error message Dominic Gannaway 2024-10-18 10:56:19 +0100
  • c768825394 lint Dominic Gannaway 2024-10-18 10:53:47 +0100
  • 02074011ca fix: reset `reset_element` in `render` to prevent runtime error #13669 paoloricciuti 2024-10-18 11:50:15 +0200
  • 862270fbe2 fix test Dominic Gannaway 2024-10-18 10:49:16 +0100
  • 6abdab0f04 feat: tell users of `@migration-task` #13668 paoloricciuti 2024-10-18 10:32:16 +0200
  • 551b0067f5 fix test Dominic Gannaway 2024-10-18 02:37:18 +0100
  • 6f937f6c7f breaking: state mutations inside the template are no longer allowed Dominic Gannaway 2024-10-18 02:31:02 +0100
  • 969e6aa750
    feat: add `migration-task` for impossible to migrate slots (#13658) Paolo Ricciuti 2024-10-18 03:05:01 +0200
  • 0dcd4f6c6e
    feat: add `migration-task` comment after errors (#13659) Paolo Ricciuti 2024-10-18 02:59:57 +0200
  • d7fa2e65e1
    Update packages/svelte/tests/migrate/samples/slot-non-identifier/output.svelte #13658 Dominic Gannaway 2024-10-18 01:58:21 +0100
  • 827e54659d
    Update packages/svelte/tests/migrate/samples/slot-non-identifier/output.svelte Dominic Gannaway 2024-10-18 01:58:14 +0100
  • 79186121cb
    Update packages/svelte/tests/migrate/samples/slot-non-identifier/output.svelte Dominic Gannaway 2024-10-18 01:58:08 +0100
  • 320bfb4409
    Update packages/svelte/tests/migrate/samples/slot-non-identifier/output.svelte Dominic Gannaway 2024-10-18 01:58:02 +0100
  • 56a4c19e2c
    Update packages/svelte/src/compiler/migrate/index.js Dominic Gannaway 2024-10-18 01:57:57 +0100
  • a4be4a6a38 feat: add `migration-task` comment after errors #13659 paoloricciuti 2024-10-18 02:15:25 +0200
  • b0e694604b feat: add `migration-task` for impossible to migrate slots paoloricciuti 2024-10-18 00:57:19 +0200
  • b3e8d7030f feat: migrate `Component` to `ReturnType<typeof Component>` in TS paoloricciuti 2024-10-17 23:37:21 +0200
  • 8f502733a1 fix: prevent fatal error after 'reset_elements' has been triggered in dev mode #13654 Maikel ten Voorde 2024-10-17 21:35:30 +0200
  • 5e7bd0d80e protect #13652 Dominic Gannaway 2024-10-17 20:27:54 +0100
  • 9eeb05a9d8 chore: fallback to looking in props for the slot block Dominic Gannaway 2024-10-17 20:06:05 +0100
  • 5e2b850dc9 chore: CompileDiagnostic no longer extends Error #13651 Dominic Gannaway 2024-10-17 19:58:38 +0100
  • b352f08e9d
    fix: migrating rest props type includes props types (#13632) Paolo Ricciuti 2024-10-17 20:06:24 +0200
  • d7cf76bbb6
    Version Packages (next) (#13640) svelte@5.0.0-next.269 github-actions[bot] 2024-10-17 08:46:12 -0700
  • f242088268 Version Packages (next) #13640 github-actions[bot] 2024-10-17 15:44:56 +0000
  • 193cc37f7a
    fix: correctly applies autofocus to static elements (#13648) Dominic Gannaway 2024-10-17 16:43:39 +0100
  • e21e624fff
    chore: avoid reporting inspections when an exception occurs (#13601) Dominic Gannaway 2024-10-17 16:08:48 +0100
  • 50db71e041 fix other case #13648 Dominic Gannaway 2024-10-17 16:07:39 +0100
  • 17893b4e2e lint Dominic Gannaway 2024-10-17 15:31:12 +0100
  • d412d69548 revise #13601 Dominic Gannaway 2024-10-17 15:28:20 +0100
  • 3b0215239c fix: correctly applies autofocus to static elements Dominic Gannaway 2024-10-17 15:24:30 +0100
  • a2a65847df
    Update .changeset/spotty-kings-hug.md #13632 Paolo Ricciuti 2024-10-17 15:59:14 +0200
  • bb245445fc
    fix : $.component() break transition (#13646) adiGuba 2024-10-17 15:31:56 +0200
  • cb7f39df54
    Update .changeset/eight-pans-worry.md #13646 Dominic Gannaway 2024-10-17 14:29:49 +0100
  • 0b0371d378 changeset adiguba 2024-10-17 15:25:34 +0200
  • 139114bdcb
    fix: ensure legacy run utility does not cause cycles (#13643) Dominic Gannaway 2024-10-17 14:05:19 +0100
  • ffa2af7549
    fix: `method` is case insensitive (#13639) Frédéric Crozatier 2024-10-17 15:05:05 +0200
  • 37ccf609aa $.component() must use EFFECT_TRANSPARENT adiguba 2024-10-17 14:55:06 +0200
  • e2530ca5df lint #13643 Dominic Gannaway 2024-10-17 11:51:43 +0100
  • 6259a7ef07 lint Dominic Gannaway 2024-10-17 11:46:55 +0100
  • 985c43be07 feedback Dominic Gannaway 2024-10-17 11:39:24 +0100
  • 5f713ac812 lint Dominic Gannaway 2024-10-17 11:32:10 +0100
  • 372884cf99
    fix: use `internal_set` in `await` block (#13642) Paolo Ricciuti 2024-10-17 12:30:28 +0200
  • 63718a1729 add warning Dominic Gannaway 2024-10-17 11:28:43 +0100
  • 8fbbd55013 add warning Dominic Gannaway 2024-10-17 11:27:18 +0100
  • 99c0c48caf fix: ensure legacy run utility does not cause cycles Dominic Gannaway 2024-10-17 11:01:35 +0100
  • 191964cfdb fix: use `internal_set` in `await` block #13642 paoloricciuti 2024-10-17 11:50:46 +0200
  • 440017d442
    fix: better migration for leading and trailing comments (#13630) Paolo Ricciuti 2024-10-17 11:28:54 +0200
  • 6de560d16a changeset #13639 fcrozatier 2024-10-17 10:15:03 +0200
  • da34be0c97 fix method fcrozatier 2024-10-17 10:13:51 +0200
  • aef47edbfd chore: remove extra line paoloricciuti 2024-10-16 23:38:21 +0200
  • bac62250ba fix: rest props type includes props types paoloricciuti 2024-10-16 23:35:06 +0200
  • ea82bb3f08 fix: better migration for leading and trailing comments #13630 paoloricciuti 2024-10-16 22:35:02 +0200
  • f579a3ba7d
    Version Packages (next) (#13627) svelte@5.0.0-next.268 github-actions[bot] 2024-10-16 14:05:38 +0100
  • 80d407b60e Version Packages (next) #13627 github-actions[bot] 2024-10-16 13:05:13 +0000
  • 53ae2b8170
    breaking: stronger enumerated types (#13624) Frédéric Crozatier 2024-10-16 15:04:18 +0200
  • 2070c8a166
    breaking: disallow state mutations in logic block expression (#13625) Dominic Gannaway 2024-10-16 14:02:12 +0100
  • 7429854383
    chore: improve runtime performance of derived signals (#13626) Dominic Gannaway 2024-10-16 14:01:17 +0100
  • 3b4ae57cea chore: improve runtime performance of derived signals #13626 Dominic Gannaway 2024-10-16 13:40:27 +0100
  • 99c744adbe
    Version Packages (next) (#13621) svelte@5.0.0-next.267 github-actions[bot] 2024-10-16 13:13:01 +0100
  • 266b64584d breaking: disallow state mutations in logic block expression #13625 Dominic Gannaway 2024-10-16 13:10:31 +0100
  • 471143340e changeset #13624 fcrozatier 2024-10-16 14:08:04 +0200