Commit Graph

  • 1108587f1b
    Version Packages (next) (#9707) svelte@5.0.0-next.16 github-actions[bot] 2023-11-30 12:52:17 -0500
  • 3d9845d842 derived Dominic Gannaway 2023-11-30 17:21:33 +0000
  • 9f44995ace changeset Dominic Gannaway 2023-11-30 17:18:31 +0000
  • 541cf8c762 chore: ensure $state always uses === equality Dominic Gannaway 2023-11-30 17:13:09 +0000
  • 15136428a6 handle frozen Dominic Gannaway 2023-11-30 16:38:28 +0000
  • 28ac98e3f0 fix test Dominic Gannaway 2023-11-30 13:29:10 +0000
  • 4288843576 ensure we proxy when assigning to state Dominic Gannaway 2023-11-30 13:22:55 +0000
  • cb731aa876 fix mistake Dominic Gannaway 2023-11-30 13:12:06 +0000
  • 0982d19bf3 improve runtime Dominic Gannaway 2023-11-30 13:05:59 +0000
  • b2ddc462c6 more tweaks Dominic Gannaway 2023-11-30 12:02:38 +0000
  • 236b191b78 tweaks Dominic Gannaway 2023-11-30 12:00:02 +0000
  • c063a71729 move each logic into its own module; breathe sigh of relief Rich Harris 2023-11-29 08:54:07 -0500
  • 358c93853f move util into utils file Rich Harris 2023-11-29 07:11:54 -0500
  • 0e1cdd9e52 update test - effects no longer fire on mutations unnecessarily Rich Harris 2023-11-29 07:00:48 -0500
  • 5a899c2244 track reassignments separately from mutations Rich Harris 2023-11-29 06:00:58 -0500
  • 6d151ce444 remove state-not-mutated warning, which is no longer valid Rich Harris 2023-11-29 05:47:50 -0500
  • c59b3011e4 fix Rich Harris 2023-11-29 05:18:24 -0500
  • 5ff4932373 get tests passing Rich Harris 2023-11-29 05:12:03 -0500
  • 5f8988ad73 update test Rich Harris 2023-11-29 05:09:27 -0500
  • 8a2e94163d only create sources for writable properties Rich Harris 2023-11-29 05:09:16 -0500
  • ef6ee52f3d remove proxy helper from public API Rich Harris 2023-11-29 05:08:50 -0500
  • 03288f50ef emit $.proxy Rich Harris 2023-11-29 05:08:28 -0500
  • 39214edb0e shuffle things around Rich Harris 2023-11-29 04:48:13 -0500
  • fb6043e03f rename stuff Rich Harris 2023-11-29 04:41:52 -0500
  • fcfce74dd3 more Rich Harris 2023-11-28 21:20:45 -0500
  • 44d0087b56 only create sources for own properties Rich Harris 2023-11-28 21:05:43 -0500
  • 3b754b51df maybe this is unnecessary? Rich Harris 2023-11-28 20:25:11 -0500
  • 0db3edc3e8 eliminate closures Rich Harris 2023-11-28 20:17:23 -0500
  • 3a6ad8dabd more 1337 Rich Harris 2023-11-28 20:03:01 -0500
  • 80b2253cc2 Fix each Dominic Gannaway 2023-11-29 00:23:07 +0000
  • 575d0fcfe7 skipped, partially passing array test Rich Harris 2023-11-28 11:28:12 -0500
  • a77eca23db fix array memory leak Rich Harris 2023-11-28 11:24:55 -0500
  • 9bf3a6ddf0 more tests Rich Harris 2023-11-28 11:12:08 -0500
  • b45cd60198 tests Rich Harris 2023-11-28 11:07:10 -0500
  • f61370ef8a nested magic Rich Harris 2023-11-28 10:27:13 -0500
  • b6fb020526 read length eagerly — triggers reconciliation Rich Harris 2023-11-28 09:04:45 -0500
  • fa8ca04d9c magic objects Rich Harris 2023-11-28 08:49:04 -0500
  • 7a032f2c1b fix test Simon Holthausen 2023-11-30 15:19:55 +0100
  • 03309a718e slot validation Simon Holthausen 2023-11-30 15:18:14 +0100
  • 8df058ea3d component name Simon Holthausen 2023-11-30 14:57:56 +0100
  • c45e347bad Version Packages (next) #9707 github-actions[bot] 2023-11-30 13:44:49 +0000
  • db94d180b2 invalid event modifier Simon Holthausen 2023-11-30 14:44:37 +0100
  • 2fa06447cf
    fix: improve template text node serialization (#9722) Dominic Gannaway 2023-11-30 13:44:24 +0000
  • 7eba35b9d1
    fix: improve infinite loop capturing (#9721) Dominic Gannaway 2023-11-30 13:43:56 +0000
  • 1518f1a4a4 fixes Simon Holthausen 2023-11-30 14:22:26 +0100
  • dd2c3d7ab6 invalid-attribute-name Simon Holthausen 2023-11-30 13:58:25 +0100
  • 40b4e09e04 expected token Simon Holthausen 2023-11-30 13:40:46 +0100
  • 7323d7447c no const assignment Simon Holthausen 2023-11-30 13:38:42 +0100
  • a763756a58 invalid animation Simon Holthausen 2023-11-30 13:28:22 +0100
  • d67e069bef fix: improve template text node serialization #9722 Dominic Gannaway 2023-11-30 11:51:10 +0000
  • 8266229c42
    fix repl (#9720) gtmnayan 2023-11-30 17:07:22 +0545
  • f34d9a6304 fix: improve infinite loop capturing #9721 Dominic Gannaway 2023-11-30 11:03:57 +0000
  • 81d0859004
    fix repl #9720 gtmnayan 2023-11-30 16:43:07 +0545
  • ecedf7b0b0 duplicate animation Simon Holthausen 2023-11-30 11:37:30 +0100
  • cbd442bddc invalid directive on component Simon Holthausen 2023-11-30 11:32:17 +0100
  • 226bf419f9
    Version Packages (#9719) svelte@4.2.8 github-actions[bot] 2023-11-30 11:17:18 +0100
  • cb1ea1f2db
    fix: ensure `$$slots` exists in runes mode (#9718) Simon H 2023-11-30 11:15:38 +0100
  • 4a8f0bc7e7
    fix: keep fallback value after spread update not setting that prop (#9717) Simon H 2023-11-30 11:15:21 +0100
  • 65fa717ccd
    fix: port over props that were set prior to initialization (#9704) Simon H 2023-11-30 11:15:04 +0100
  • 2e461eb314
    chore: remove redundant hydration code (#9698) Dominic Gannaway 2023-11-30 10:14:23 +0000
  • 9c3e41d005 Version Packages #9719 github-actions[bot] 2023-11-30 10:12:45 +0000
  • 31d939fefa
    fix: port over props that were set prior to initialization (#9701) Simon H 2023-11-30 11:11:51 +0100
  • 317de4abbf alternative approach #9698 Dominic Gannaway 2023-11-30 10:08:17 +0000
  • d1f0291f47 fix: ensure `$$slots` exists in runes mode #9718 Simon Holthausen 2023-11-30 11:02:50 +0100
  • 0c1b4644fc fix: keep fallback value after spread update not setting that prop #9717 Simon Holthausen 2023-11-30 10:38:45 +0100
  • e3dc185a4c
    fix: tweak const tag parsing (#9715) Simon H 2023-11-30 10:10:59 +0100
  • 37da634d0f fix: tweak const tag parsing #9715 Simon Holthausen 2023-11-30 10:03:39 +0100
  • f88895e955
    fix: allow `bind:this` with dynamic type on inputs (#9713) Simon H 2023-11-30 09:29:31 +0100
  • 1fe0152dd4
    fix: delegate events on elements with bind-this (#9696) Simon H 2023-11-30 09:29:04 +0100
  • 2416587215
    fix: ensure implicit children snippet renders correctly (#9706) Simon H 2023-11-30 09:24:15 +0100
  • 85a321585a fix: allow `bind:this` with dynamic type on inputs #9713 Simon Holthausen 2023-11-30 09:23:00 +0100
  • a8fb36d0e0 Add additional test fixing bug with multiple nested layers Albert Marashi 2023-11-30 10:36:27 +1030
  • b6b872c035 Modify comment Albert Marashi 2023-11-30 09:28:12 +1030
  • 2b4e73026c Minor change Albert Marashi 2023-11-30 09:26:00 +1030
  • 2291dc380c Merge branch 'css-nesting' of https://github.com/AlbertMarashi/svelte into css-nesting Albert Marashi 2023-11-30 09:21:53 +1030
  • 48c6cdf0d3 Revert contributor change Albert Marashi 2023-11-30 09:21:50 +1030
  • bde42d5676
    `$inspect` rune (#9705) Rich Harris 2023-11-29 14:31:38 -0500
  • 8a33952a7c simplify #9706 Simon Holthausen 2023-11-29 19:23:18 +0100
  • 8b5446f8fc fix: ensure implicit children snippet renders correctly Simon Holthausen 2023-11-29 19:21:07 +0100
  • 4d7acbddb8 fix site #9705 Rich Harris 2023-11-29 12:41:03 -0500
  • 20163208c2 demos Rich Harris 2023-11-29 12:36:31 -0500
  • af017da5d8 document console.trace trick Rich Harris 2023-11-29 12:33:11 -0500
  • 1c781a31b2 ugh eslint Rich Harris 2023-11-29 12:31:20 -0500
  • 743465ee85 make inspect take a single argument Rich Harris 2023-11-29 12:27:12 -0500
  • 2fb380f473 lint Rich Harris 2023-11-29 11:54:19 -0500
  • 5bdbd81959 only fire on change Rich Harris 2023-11-29 11:53:22 -0500
  • d15bc822e0
    docs: remove banner (#9697) Simon H 2023-11-29 17:31:12 +0100
  • a998cb38ce update docs Rich Harris 2023-11-29 11:30:48 -0500
  • 4290a0144b changeset Rich Harris 2023-11-29 11:24:36 -0500
  • 01308c5699 implement custom inspect functions Rich Harris 2023-11-29 11:24:11 -0500
  • e7334f7412 fix(site): update prettier Ben McCann 2023-11-29 08:23:21 -0800
  • 0031b2d1d7 fix: port over props that were set prior to initialization #9704 Simon Holthausen 2023-11-29 17:23:15 +0100
  • 4f67601dcc site: remove banner (#9620) #9702 Hans 2023-11-29 01:32:51 +0100
  • 8ab911cd86 fix: port over props that were set prior to initialization #9701 Simon Holthausen 2023-11-29 17:14:48 +0100
  • a7734b4273 custom inspect function Rich Harris 2023-11-29 11:09:55 -0500
  • 0336150d36 add suggested links Dani Sandoval 2023-11-29 09:05:31 -0700
  • 9311b1cf1c
    Apply suggestions from code review Dani Sandoval 2023-11-29 08:59:25 -0700
  • 8392fa0881 ts Dominic Gannaway 2023-11-29 15:49:48 +0000
  • 5b5df3dbd2 cleanup memory Dominic Gannaway 2023-11-29 15:42:33 +0000
  • 536bbe3f61 rename $log to $inspect, remove children Rich Harris 2023-11-29 10:37:56 -0500