Commit Graph

  • 0d0967dd7c Version Packages (next) #10357 github-actions[bot] 2024-01-31 23:07:26 +0000
  • e75c9acd18
    fix: don't reuse proxies when state symbol refers to stale value (#10343) Simon H 2024-02-01 00:06:37 +0100
  • afa96a29df
    changeset #10343 Rich Harris 2024-01-31 18:06:20 -0500
  • bce4f3f01c
    fix: strip typescript assertions before analysis (#10329) gtmnayan 2024-02-01 04:47:31 +0545
  • 5fdda34c62 update test Rich Harris 2024-01-31 17:56:59 -0500
  • 5b7a3f7f5a Merge branch 'main' into proxy-fixes Rich Harris 2024-01-31 17:53:55 -0500
  • 2a31987da5
    Version Packages (next) (#10353) svelte@5.0.0-next.43 github-actions[bot] 2024-01-31 17:50:00 -0500
  • 913ae09b3b Merge branch 'main' into pr/9869 #9869 Rich Harris 2024-01-31 17:27:23 -0500
  • 2dec711f2f missed a spot #9458 Rich Harris 2024-01-31 17:19:38 -0500
  • a06a4e609f revert some unnecessary changes, to reduce diff size Rich Harris 2024-01-31 17:18:54 -0500
  • defb351395 merge main Rich Harris 2024-01-31 17:03:43 -0500
  • 9d1d1ed889 Version Packages (next) #10353 github-actions[bot] 2024-01-31 21:58:54 +0000
  • 36fc203eec
    fix: correctly update tweened store initialized with nullish value (#10356) Rich Harris 2024-01-31 16:58:06 -0500
  • 4c756aaaa7 fix: correctly update tweened store initialized with nullish value #10356 Rich Harris 2024-01-31 16:53:16 -0500
  • a53b44338e
    add missing motion tests (#10355) Rich Harris 2024-01-31 16:51:35 -0500
  • fd11dc769f fix #10355 Rich Harris 2024-01-31 16:47:44 -0500
  • 4bc8a9323b add missing motion tests Rich Harris 2024-01-31 16:41:40 -0500
  • ccc7266fd9
    docs: clarify that `$state` works deeply (#10354) Rich Harris 2024-01-31 16:07:20 -0500
  • 5c43715aba
    docs: clarify that `$state` works deeply #10354 Rich Harris 2024-01-31 16:06:37 -0500
  • 0aedab8d5e
    fix: insert empty text nodes during hydration, where necessary (#9729) Rich Harris 2024-01-31 15:44:12 -0500
  • 1159b70377 lint #9729 Rich Harris 2024-01-31 15:09:41 -0500
  • 42774df203 changeset Rich Harris 2024-01-31 15:04:11 -0500
  • 00dcc9f50a add back changeset Rich Harris 2024-01-31 15:00:38 -0500
  • a0ab953264 Merge branch 'main' into gh-9722 Rich Harris 2024-01-31 15:00:02 -0500
  • c467b59474 fix Rich Harris 2024-01-31 14:58:50 -0500
  • 82db5d49f4 thunkify Rich Harris 2024-01-31 14:36:55 -0500
  • 9c1595530d rename Rich Harris 2024-01-31 14:29:44 -0500
  • cdf2b71f83 refactor Rich Harris 2024-01-31 14:28:41 -0500
  • dc3bef8aae simplify Rich Harris 2024-01-31 13:49:56 -0500
  • 12a695b6a4 remove nasty brittle logic Rich Harris 2024-01-31 13:48:08 -0500
  • 6d4ced6d38 partial fix Rich Harris 2024-01-31 13:03:37 -0500
  • 3bb17c7e17 partial fix Rich Harris 2024-01-31 12:06:14 -0500
  • 4a5ff9068b remove unwrap_ts_expression #10329 Simon Holthausen 2024-01-31 17:59:21 +0100
  • 3939bf92eb types Simon Holthausen 2024-01-31 17:53:40 +0100
  • cec663d076 Merge branch 'main' into strip-typescript-assertions-before-analysis Simon Holthausen 2024-01-31 17:53:11 +0100
  • 396bab3628 chore: fix version replacement regex in test Simon Holthausen 2024-01-31 17:48:34 +0100
  • ce4b3421df create text nodes during hydration Rich Harris 2024-01-31 11:39:43 -0500
  • e102e138d2 remove warning Simon Holthausen 2024-01-31 17:26:58 +0100
  • f7f6cb3244 better test Rich Harris 2024-01-31 10:29:54 -0500
  • c0f280c7e7
    Version Packages (next) (#10327) svelte@5.0.0-next.42 github-actions[bot] 2024-01-31 15:10:16 +0000
  • 3e0d5185ff add back failing test Rich Harris 2024-01-31 09:53:59 -0500
  • 8465fd9d09 Version Packages (next) #10327 github-actions[bot] 2024-01-31 11:43:52 +0000
  • dcfae026da
    fix: improve unstate handling of non enumerable properties (#10348) Dominic Gannaway 2024-01-31 11:42:53 +0000
  • f9ed9cfc4b
    fix: Update `$derived.call` type declaration (#10349) Jayden Carey 2024-01-31 19:35:41 +0800
  • eb33bd195d
    Update packages/svelte/src/internal/client/proxy.js #10348 Simon H 2024-01-31 12:33:38 +0100
  • c0d07e2ffd
    update generated types #10349 Simon H 2024-01-31 12:29:34 +0100
  • 0279546e02 fix: adjust broken types Simon Holthausen 2024-01-31 12:27:04 +0100
  • ec4de58b1c rename Simon Holthausen 2024-01-31 12:08:13 +0100
  • 15a9cd6030 format Nayan Gautam 2024-01-31 13:57:30 +0545
  • 7eef293fe5 move ts handling from transform to before analysis Nayan Gautam 2024-01-31 13:54:40 +0545
  • 195f120a6a changeset Not-Jayden 2024-01-31 14:03:00 +0800
  • 451e86dd7b update call type Not-Jayden 2024-01-31 13:58:54 +0800
  • 21d5daf2f9
    Merge branch 'main' into css-nesting Albert Marashi 2024-01-31 15:44:22 +1030
  • 692ff291a8 merge main Rich Harris 2024-01-30 21:42:55 -0500
  • 936919acc4 fix: improve unstate handling of non enumerable properties Dominic Gannaway 2024-01-31 02:37:58 +0000
  • 7c5e28165b chore: simpler const parsing Rich Harris 2024-01-30 21:23:29 -0500
  • d309a9d47a
    feat: Variadic snippets (#9988) S. Elliott Johnson 2024-01-30 19:22:47 -0700
  • 84c6eda9d3 oops #9988 Rich Harris 2024-01-30 21:19:52 -0500
  • 069ad1dd7e temporarily revert const parsing changes, to get prettier working again (???) Rich Harris 2024-01-30 21:16:12 -0500
  • 0107dc3db7 update typing docs, so that it flows from previous example Rich Harris 2024-01-30 20:58:43 -0500
  • 3198e20d03 move PropsWithChildren back to public.d.ts Rich Harris 2024-01-30 20:47:47 -0500
  • d258b82983 revert example, so that it matches the surrounding text Rich Harris 2024-01-30 20:38:42 -0500
  • d6fa5c7f97
    cleanup signals code a bit (#10346) Dominic Gannaway 2024-01-31 00:33:34 +0000
  • a9c223141b cleanup signals code a bit #10346 Dominic Gannaway 2024-01-31 00:27:35 +0000
  • 9f25d8c428 tweak Rich Harris 2024-01-30 19:12:11 -0500
  • 1390466d86 simplify Rich Harris 2024-01-30 19:05:49 -0500
  • e55d8d100a fix test Rich Harris 2024-01-30 19:04:13 -0500
  • 569bc1fe5c tidy up SnippetBlock interface Rich Harris 2024-01-30 18:42:11 -0500
  • 0b015a27f3 remove spread args. sorry elliott Rich Harris 2024-01-30 18:37:50 -0500
  • 0fb39db687 unused export Rich Harris 2024-01-30 18:11:24 -0500
  • 75576b9b09 unused import Rich Harris 2024-01-30 18:04:55 -0500
  • d34f6ef8bb remove unused code Rich Harris 2024-01-30 18:04:03 -0500
  • dd5926f77a use read_context for const as well Rich Harris 2024-01-30 18:01:37 -0500
  • 8a6d7e499b use read_context Rich Harris 2024-01-30 17:36:09 -0500
  • f6b9e43bca add syntax fm Dani Sandoval 2024-01-30 14:11:42 -0700
  • 0cd01f4f20 simplify a bit Rich Harris 2024-01-30 15:42:39 -0500
  • a74e2c5a88 fix errors Rich Harris 2024-01-30 15:19:38 -0500
  • 6f7a21ce03 Merge branch 'main' into pr/9988 Rich Harris 2024-01-30 15:14:12 -0500
  • dc8ca4661f
    remove some unused stuff (#10299) Rich Harris 2024-01-30 15:04:08 -0500
  • 042fb7b65b lint Simon Holthausen 2024-01-30 18:04:05 +0100
  • 62ab6416d2 fix: don't reuse proxies when state symbol refers to stale value Simon Holthausen 2024-01-30 17:53:27 +0100
  • 23b38a3471
    fix: improve handling of unowned derived signals (#10342) Dominic Gannaway 2024-01-30 16:51:10 +0000
  • 692dcacdd5 fix: improve handling of unowned derived signals #10342 Dominic Gannaway 2024-01-30 16:42:59 +0000
  • f2c2490a68
    fix: add `scrollend` event type (#10336) Arslan 2024-01-31 00:42:58 +0800
  • 145b233041
    fix: add `onscrollend` event type (#10337) Arslan 2024-01-31 00:42:43 +0800
  • 4d0d0a3a9d
    fix: correctly reference destructured derived binding in event handler (#10333) Dominic Gannaway 2024-01-30 14:51:40 +0000
  • 720272ed99 fix: correctly reference destructured derived binding in event handler #10333 Dominic Gannaway 2024-01-30 14:42:59 +0000
  • 1375e9e979
    Update fair-phones-dance.md #10336 Arslan 2024-01-30 22:08:10 +0800
  • 04f0dc11ab
    fix: add scrollend event type Arslan 2024-01-30 22:02:40 +0800
  • c307cbb5d3
    Update .changeset/tame-cycles-kneel.md #10337 Arslan 2024-01-30 21:53:04 +0800
  • 5eb5fe8900
    feat: add scrollend type Arslan 2024-01-30 20:32:10 +0800
  • 6145be5c69 fix: add proper typings for `$derived.call` Simon Holthausen 2024-01-30 10:34:24 +0100
  • b58e0c8756 changeset Nayan Gautam 2024-01-30 13:48:51 +0545
  • edadbdcdce add test Nayan Gautam 2024-01-30 13:47:00 +0545
  • ebb5b49818 strip typescript assertions before analysis Nayan Gautam 2024-01-30 13:25:11 +0545
  • 77b4c4be6c
    fix: create `<svelte:element>` instances with the correct namespace (#10006) Karol 2024-01-29 20:56:04 +0100
  • 77e763c966 fix test #10006 Simon Holthausen 2024-01-29 20:43:54 +0100
  • 6e67bcf342 tweak Simon Holthausen 2024-01-29 20:41:17 +0100
  • f05699d655 merge main Rich Harris 2024-01-29 14:37:40 -0500
  • 5ebd9e0b45
    fix: disallow TODO errors (#10326) Rich Harris 2024-01-29 14:36:57 -0500