Commit Graph

  • 79cf3d9c55 no tests fail if we remove this code Rich Harris 2024-06-16 19:27:02 -0400
  • 0d4c77abd2 we only need to increment version when setting sources and updating deriveds Rich Harris 2024-06-16 18:43:56 -0400
  • 92a9b6fcda fix: increment derived versions when updating Rich Harris 2024-06-16 13:09:23 -0400
  • 8ac5184aac
    chore: revert to only accept options as object for svelte/events `on` - prioritize concisecess #12030 Quang Phan 2024-06-14 21:16:24 +0700
  • 450cff12d7
    chore: widen type parameters for svelte/events `on` function Quang Phan 2024-06-14 15:36:28 +0700
  • 9f09dc9461
    chore: resolve options in `on` before passing to `create_events` Quang Phan 2024-06-14 13:52:15 +0700
  • a4ba528ca2
    chore(events): allow passing boolean as options to `on` to match addEventListener API Quang Phan 2024-06-14 11:25:38 +0700
  • 6077c60496
    chore: generalize type of (svelte/events).to match addEventListener Quang Phan 2024-06-14 11:21:32 +0700
  • 95d07de7f9
    Version Packages (next) (#12015) svelte@5.0.0-next.155 github-actions[bot] 2024-06-13 23:02:56 -0400
  • 96568a9fc4 Version Packages (next) #12015 github-actions[bot] 2024-06-14 03:01:33 +0000
  • ccb3c90cd5
    breaking: rename $effect.active to $effect.tracking (#12022) Dominic Gannaway 2024-06-14 04:00:38 +0100
  • e47472efed merge main #12022 Rich Harris 2024-06-13 22:54:29 -0400
  • 12d97bf6bc fix prettier config Rich Harris 2024-06-13 22:47:17 -0400
  • 55a46596f7 tweak changeset Rich Harris 2024-06-13 22:46:44 -0400
  • fc60c2c362 add more helpful error Rich Harris 2024-06-13 22:45:17 -0400
  • 9dc2d71a12
    fix: relax constraint for ComponentProps (#12026) Simon H 2024-06-14 04:39:37 +0200
  • 15ef157c0f fix: relax constraint for ComponentProps #12026 Simon Holthausen 2024-06-13 17:59:11 +0200
  • 0119f25125
    fix: better event delegation behavior around multiple listeners (#12024) Simon H 2024-06-13 17:40:28 +0200
  • c468bd8944 docs: fix Component type examples #12025 Simon Holthausen 2024-06-13 17:39:22 +0200
  • 06b6cdf291 fix: better event delegation behavior around multiple listeners #12024 Simon Holthausen 2024-06-13 17:32:11 +0200
  • e4a17d4882 update type Dominic Gannaway 2024-06-13 16:06:07 +0100
  • 27bbcf453d breaking: rename $effect.active to $effect.tracking Dominic Gannaway 2024-06-13 16:03:25 +0100
  • 1de29b2d25 version #12016 Dominic Gannaway 2024-06-13 15:43:13 +0100
  • 9db5231b9a fix test Dominic Gannaway 2024-06-13 14:55:10 +0100
  • 84eb0c6dac
    docs: add note on multiple ignored comments (#12021) Rich Harris 2024-06-13 09:51:03 -0400
  • 06ac452a16
    Update packages/svelte/src/internal/client/runtime.js Dominic Gannaway 2024-06-13 14:49:59 +0100
  • dd8af4634d fix test Dominic Gannaway 2024-06-13 14:47:21 +0100
  • a28719882d
    add note on multiple ignored comments #12021 Rich Harris 2024-06-13 09:41:12 -0400
  • ff3cb37028
    Update packages/svelte/src/internal/client/dom/blocks/await.js Dominic Gannaway 2024-06-13 14:03:13 +0100
  • de3bb78da4
    chore: bring back prettierignore root config (#12020) Simon H 2024-06-13 15:01:29 +0200
  • 1ecbbc0914
    docs: remove `createRoot` references (#12018) Ignatius Bagus 2024-06-13 19:46:51 +0700
  • bf23f692fe
    fix: robustify migration script (#12019) Simon H 2024-06-13 14:12:57 +0200
  • 9e3f5954e6 changeset #12019 Simon Holthausen 2024-06-13 14:10:09 +0200
  • b242163ae6 chore: bring back prettierignore root config #12020 Simon Holthausen 2024-06-13 14:08:41 +0200
  • 10f617c40c handle comments above types, fixes #11508 Simon Holthausen 2024-06-13 14:06:22 +0200
  • 4cdc3710d0
    chore: tweak Map/Set for better inspect output (#12013) Dominic Gannaway 2024-06-13 13:05:24 +0100
  • 32bfb21934 improve test Dominic Gannaway 2024-06-13 12:40:15 +0100
  • 95b3fd3a39 migrate jsdoc type with curly braces correctly Simon Holthausen 2024-06-13 13:36:46 +0200
  • e8c3d5e81b handle event braces+modifier case Simon Holthausen 2024-06-13 13:24:39 +0200
  • 231390ae83 improve test Dominic Gannaway 2024-06-13 12:20:28 +0100
  • 8da7968744 alternative approach Dominic Gannaway 2024-06-13 12:16:58 +0100
  • 289a1a536b alternative approach Dominic Gannaway 2024-06-13 12:15:05 +0100
  • 73b64e1114 migrate $$slots, better error position for slot-children-conflict error Simon Holthausen 2024-06-13 13:09:12 +0200
  • 7de75d17cf put props below imports Simon Holthausen 2024-06-13 12:56:06 +0200
  • 5e08170df3 handle multiple slots of same kind correctly Simon Holthausen 2024-06-13 12:49:36 +0200
  • e9bedff833 alternate approach Dominic Gannaway 2024-06-13 11:47:46 +0100
  • 7792849a9d alternate approach Dominic Gannaway 2024-06-13 11:46:55 +0100
  • 165b7a990e
    changeset #12018 Ignatius Bagus 2024-06-13 15:06:51 +0700
  • ace04a1866 docs: remove `createRoot` references Ignatius Bagus 2024-06-13 15:05:06 +0700
  • 88c8785532 move message Dominic Gannaway 2024-06-12 21:16:38 +0100
  • ea446da9a5 move message Dominic Gannaway 2024-06-12 21:15:12 +0100
  • b4fb7d83b5 fix: improve derived disconnect/connect heuristics through reactivity graph Dominic Gannaway 2024-06-12 20:51:08 +0100
  • 50fd94fe61
    fix: address event delegation duplication behaviour (#12014) Dominic Gannaway 2024-06-12 19:44:10 +0100
  • b0da992243
    changeset #12013 Rich Harris 2024-06-12 14:41:50 -0400
  • 23c5d0aad2 fix: address event delegation duplication behaviour #12014 Dominic Gannaway 2024-06-12 19:39:27 +0100
  • ea8e4ae12c chore: tweak Map/Set for better inspect output Dominic Gannaway 2024-06-12 16:56:06 +0100
  • 9abb98f332 chore: tweak Map/Set for better inspect output Dominic Gannaway 2024-06-12 16:29:20 +0100
  • b597997c6b chore: tweak Map/Set for better inspect output Dominic Gannaway 2024-06-12 16:25:08 +0100
  • 1cef6aa248 chore: tweak Map/Set for better inspect output Dominic Gannaway 2024-06-12 16:24:47 +0100
  • ab33e12997 chore: tweak Map/Set for better inspect output Dominic Gannaway 2024-06-12 16:23:20 +0100
  • 3a219db578 chore: optimize inline new class expressions via hoisting the class #12011 Dominic Gannaway 2024-06-12 15:12:48 +0100
  • 2491eb7c85
    Version Packages (next) (#11994) svelte@5.0.0-next.154 github-actions[bot] 2024-06-12 09:27:52 -0400
  • b722072e51 Version Packages (next) #11994 github-actions[bot] 2024-06-12 13:13:31 +0000
  • e27b8c5cb5
    fix: better `render` type (#11997) Paolo Ricciuti 2024-06-12 15:10:22 +0200
  • 37913d714e regenerate #11997 Simon Holthausen 2024-06-12 13:52:56 +0200
  • 64dd2b1d6c docs, test Simon Holthausen 2024-06-12 13:46:43 +0200
  • 7272b650d6
    chore: remoev setTimeout (#12009) Dominic Gannaway 2024-06-12 11:27:24 +0100
  • ceedd97ab6 chore: remoev setTimeout #12009 Dominic Gannaway 2024-06-12 11:24:23 +0100
  • 2a8632385c
    fix: SSR template escaping (#12007) gtmnayan 2024-06-12 13:07:59 +0545
  • 79866ede35
    Create late-zebras-argue.md #12007 gtmnayan 2024-06-12 11:03:31 +0545
  • 75badc6511 formatting Nayan Gautam 2024-06-12 09:00:53 +0545
  • 292abdbb1d fix template escaping Nayan Gautam 2024-06-12 08:58:38 +0545
  • 0b7484cbfb update test Dominic Gannaway 2024-06-11 20:09:36 +0100
  • 2329597c82 update test Dominic Gannaway 2024-06-11 19:40:00 +0100
  • 6dc548d229 add test Dominic Gannaway 2024-06-11 19:05:09 +0100
  • 5c8ba1bc90 Make then blocks reactive Dominic Gannaway 2024-06-11 17:25:14 +0100
  • 6b9a1f0f6f fix: better `render` type paoloricciuti 2024-06-11 18:10:35 +0200
  • 84ad208f2e
    Svelte5 (Types/Doc) import Component as Type (#11992) Dennis Dudek 2024-06-11 17:00:27 +0200
  • 7d48a8fd83 regenerate types #11992 Rich Harris 2024-06-11 11:00:02 -0400
  • 9988752d09 fix #11995 Rich Harris 2024-06-11 10:54:39 -0400
  • 48b74a633e fix Rich Harris 2024-06-11 10:52:02 -0400
  • f5e0751f0f skip pending block for already-resolved promises on mount Rich Harris 2024-06-11 10:46:42 -0400
  • bc10213b29 fix bug Dominic Gannaway 2024-06-11 15:36:04 +0100
  • c51e906a99 conflict Dominic Gannaway 2024-06-11 14:29:46 +0100
  • 0d51dbae32
    fix: ensure bound input content is resumed on hydration (#11986) Dominic Gannaway 2024-06-11 14:19:22 +0100
  • 3fd07aec10 newlines between multi-line blocks, let the code breathe #11986 Rich Harris 2024-06-11 09:19:12 -0400
  • e0aca015e2 add test Dominic Gannaway 2024-06-11 13:52:33 +0100
  • 098047b37a add test Dominic Gannaway 2024-06-11 13:48:35 +0100
  • f75c0a4d60
    Update packages/svelte/src/internal/client/dom/elements/bindings/input.js Dominic Gannaway 2024-06-11 13:40:12 +0100
  • b9bfb93b47
    fix import type Dennis Dudek 2024-06-11 11:19:34 +0200
  • c9e2a94c6e
    import Component as Type Dennis Dudek 2024-06-11 09:59:34 +0200
  • b17d9172b2 fix: wait a microtask for await blocks to reduce UI churn Dominic Gannaway 2024-06-10 19:01:22 +0100
  • dd9cca0d59 fix: wait a microtask for await blocks to reduce UI churn Dominic Gannaway 2024-06-10 18:50:44 +0100
  • 0427a4d423 fix: wait a microtask for await blocks to reduce UI churn Dominic Gannaway 2024-06-10 18:20:44 +0100
  • feb46038fd add test Dominic Gannaway 2024-06-10 17:01:36 +0100
  • 8d8c919718 add test Dominic Gannaway 2024-06-10 17:00:45 +0100
  • 73cd5aab25 add test Dominic Gannaway 2024-06-10 16:58:14 +0100
  • 5cb5ab6008 add test Dominic Gannaway 2024-06-10 16:51:13 +0100
  • f6118096e2
    Update packages/svelte/src/internal/client/dom/elements/bindings/input.js Dominic Gannaway 2024-06-10 15:06:04 +0100
  • 11825d9bf2 fix: ensure bound input content is resumed on hydration Dominic Gannaway 2024-06-10 15:05:32 +0100