Commit Graph

  • e245736fb0 fix: KeyOf<T> allowing number to index never (#1550) Xavier Loh 2023-02-14 18:40:49 +08:00
  • 50a955e4d2 v1.6.11 v1.6.11 Ryan Carniato 2023-02-13 17:05:24 -08:00
  • 12d458daab fix #1547, missing SVGPattern type Ryan Carniato 2023-02-13 16:42:49 -08:00
  • 6fb3cd8dae fix #1541: process errors at the end of synchronous execution Ryan Carniato 2023-02-13 16:18:17 -08:00
  • c5b208cde6 fix #1522, errors stop future effects from running Ryan Carniato 2023-02-13 14:04:48 -08:00
  • eb253cb130 fix broken test Ryan Carniato 2023-02-12 21:19:04 -08:00
  • 4aaa94b2bb Fix: swap KeyOf for MutableKeyOf in one of the SetStoreFunction overload (#1529) SarguelUnda 2023-02-13 05:58:09 +01:00
  • c46040d07e fix error logic Ryan Carniato 2023-02-12 20:42:16 -08:00
  • 91d518a3ae fix: createResource should not ignores empty string throw (#1549) LiQuidProQuo 2023-02-12 23:41:41 -05:00
  • f9b8fee048 Fix owner leak in server's createRoot (#1546) Maciej Kwaśniak 2023-02-13 04:23:26 +01:00
  • bfbd0026e0 fix: set store not working when too deep (#1540) Xavier Loh 2023-02-11 15:04:41 +08:00
  • 1ecdea4f0f chore: export package.json (#1538) BeADre 2023-02-10 15:11:47 +08:00
  • c26f93346a Add fast track for untrack in case of null listener (#1534) Maciej Kwaśniak 2023-02-07 20:54:06 +01:00
  • cf0b55d1d8 Fix typo in solid/h/README.md (#1533) Ikko Eltociear Ashimine 2023-02-08 04:52:02 +09:00
  • 0dd76b2b97 feat: update typescript to v4.9.5 (#1528) Maciej Kwaśniak 2023-02-06 19:53:09 +01:00
  • deed4d6e27 Fix JSX runtime (#1519) Titus 2023-02-05 04:59:15 +01:00
  • 18e734df2f Support null for detachedOwner in createRoot (#1518) Maciej Kwaśniak 2023-02-02 22:20:20 +01:00
  • 755fc5bd9c v1.6.10 v1.6.10 Ryan Carniato 2023-01-31 02:16:13 -08:00
  • 7ab43a4dbb fix #1492, fix #1495, fix #1498 Ryan Carniato 2023-01-31 02:09:52 -08:00
  • 695d99b6fb Export EffectOptions and OnOptions from main module (#1506) Damian Tarnawski 2023-01-29 05:22:51 +01:00
  • dd879da4ad fix #1493 export DynamicProps (#1504) Cody Ebberson 2023-01-28 20:22:35 -08:00
  • b7e51b72ee Update broken link for Tic Tac Toe (#1502) Rémi Robichet 2023-01-28 05:13:29 +01:00
  • d35a1ca9d8 Fixed the return type of the Symbol.observable method in the generated .d.ts (#1499) Mateusz Burzyński 2023-01-26 00:56:34 +01:00
  • d89e791187 Add generic to onCleanup (#1496) Damian Tarnawski 2023-01-24 06:20:12 +01:00
  • 1b32e633ab Fix broken comments description link to solid docs (#1490) Arthur Petrie 2023-01-24 06:16:56 +01:00
  • 49793e9452 v1.6.9 v1.6.9 Ryan Carniato 2023-01-12 22:17:44 -08:00
  • 12629a3430 DEV: registerGraph graph property added to values (#1462) Damian Tarnawski 2023-01-13 07:07:28 +01:00
  • 0ad9859786 fix #1478 error infinite loop Ryan Carniato 2023-01-12 22:02:13 -08:00
  • a572c12c29 streaming without a wrapper, compile time JSX validation Ryan Carniato 2023-01-11 15:21:45 -08:00
  • 19e6379899 v1.6.8 v1.6.8 Ryan Carniato 2023-01-05 02:43:45 -08:00
  • 6db2d89278 Fix #1461 - streaming broken due to reusing same resources for lazy dedupe Ryan Carniato 2023-01-04 23:01:41 -08:00
  • 54d889f1fb v.1.6.7 v1.6.7 Ryan Carniato 2023-01-04 01:58:49 -08:00
  • 89baf1206a fix ssr booleans, improve ssr performance Ryan Carniato 2023-01-04 01:10:34 -08:00
  • 7078f5505f Fix For and Index type definition (fixes #1453) (#1454) Damian Tarnawski 2023-01-04 10:06:01 +01:00
  • c8edacde31 Fix lazy defined in components during SSR Ryan Carniato 2023-01-03 16:44:28 -08:00
  • 1384496c3c Fix unowned roots having owner in dev (#1456) Damian Tarnawski 2023-01-03 08:51:55 +01:00
  • c4ac14cc7b Format/Cleanup (#1455) Damian Tarnawski 2023-01-03 08:07:40 +01:00
  • 1dbd5a917a stub out render and hydrate on server Ryan Carniato 2023-01-01 21:05:40 -08:00
  • 54f3068dee fix #1452 - runWithOwner own its errors Ryan Carniato 2022-12-30 20:14:25 -08:00
  • 3fd936c91d Typescript: disallow setting readonly store props (#1444) JorrenH 2022-12-30 05:51:34 +01:00
  • 04fdd3088c small tweaks to splitProps Ryan Carniato 2022-12-27 23:42:34 -08:00
  • 368e5088bd make splitProps with dynamic source return proxies (#1447) Oren Elbaum 2022-12-28 09:01:18 +02:00
  • bcfcb5c4ff v1.6.6 v1.6.6 Ryan Carniato 2022-12-20 16:25:06 -08:00
  • 2119211bc3 fix #1423 - inlined arrow functions ssr, update rollup Ryan Carniato 2022-12-20 16:02:28 -08:00
  • 5a5a72dfd5 Fix #1436 incorrectly missing proxy detection Ryan Carniato 2022-12-18 23:59:01 -08:00
  • a4ddfa7604 update readme Ryan Carniato 2022-12-17 22:51:51 -08:00
  • 5eb575a057 fix: delete lazy contexts one by one as they are completed (#1430) Katja Lutz 2022-12-17 08:09:56 +00:00
  • a603850146 Export SignalOptions (#1411) Patrick Wang 2022-12-17 00:07:47 -08:00
  • d2cc538a23 v1.6.5 v1.6.5 Ryan Carniato 2022-12-12 21:22:01 -08:00
  • 50d1304d39 fix #1416 nulls in array reconcile Ryan Carniato 2022-12-12 19:51:11 -08:00
  • ee71b169e9 fix #1410 - node 14 compatibility Ryan Carniato 2022-12-11 20:29:01 -08:00
  • 0ecc8e8758 v1.6.4 v1.6.4 Ryan Carniato 2022-12-09 02:03:17 -08:00
  • a42a5f6e71 fix up memoizing merging functions Ryan Carniato 2022-12-09 00:32:11 -08:00
  • a3a69b1240 mergeProps wrap functional sources in a memo. #1321 (#1326) LiQuidProQuo 2022-12-09 03:00:04 -05:00
  • bd5b5dbdc4 fix mergeProps breaks with function source (#1403) Oren Elbaum 2022-12-08 18:47:58 +02:00
  • 753929e8b5 fix: dont skip memo for cached lazy components (#1400) Katja Lutz 2022-12-07 23:48:52 +00:00
  • 18f6afc7f2 v1.6.3 v1.6.3 Ryan Carniato 2022-12-06 16:18:45 -08:00
  • e95e95f999 add changelog Ryan Carniato 2022-12-06 16:07:44 -08:00
  • 12c0dbbbf9 fix portal event redirection Ryan Carniato 2022-12-06 15:27:18 -08:00
  • c874b32973 fix #1383 server undefined, fix #1380 infinite forms Ryan Carniato 2022-12-06 14:56:40 -08:00
  • 4dfc262aa8 update lock file Ryan Carniato 2022-12-06 00:36:16 -08:00
  • 0ed97cfa7c chore: add changesets for bump (#1358) Frozen FIsh 2022-12-06 06:46:14 +08:00
  • 2f11ee10d6 feat: add jsx-dev-runtime (#1393) Manu MA 2022-12-05 23:36:41 +01:00
  • b0f2c85d32 Fill name option of some primitives in dev (#1370) Damian Tarnawski 2022-12-05 23:36:29 +01:00
  • c993eb0c6f fix omission that breaks onHydrate on non-promises Ryan Carniato 2022-11-23 20:02:09 -08:00
  • e6e1d26b40 Fixed typo in comments (#1356) ふくすけ 2022-11-13 16:22:08 +09:00
  • 1b616966f3 v1.6.2 v1.6.2 Ryan Carniato 2022-11-11 01:38:51 -08:00
  • 890d3c109b fix #1331 store "in" operator Ryan Carniato 2022-11-11 01:34:10 -08:00
  • 40d6db6029 DEV: Add a way to observe stores (#1307) Damian Tarnawski 2022-11-11 09:40:11 +01:00
  • 5dac82efa3 fix #1344 falsey spreads Ryan Carniato 2022-11-10 22:44:54 -08:00
  • e9b4250757 fix #1324, fix #1325, fix #1345 - compiler fixes and stop global leak Ryan Carniato 2022-11-10 22:19:31 -08:00
  • 3c37e23613 improve error handling in untrack (#1335) Nyi Nyi Lwin 2022-11-05 10:03:52 +06:30
  • 763adf442c v1.6.1 v1.6.1 Ryan Carniato 2022-10-30 00:06:25 -07:00
  • 1be8c617d5 fix #1301, fix #1316, weirdness around spreads Ryan Carniato 2022-10-30 00:01:21 -07:00
  • f6ac6800aa fix #1314 boolean spreads Ryan Carniato 2022-10-29 22:06:36 -07:00
  • 454ed51f13 fix resource state (#1315) Nyi Nyi Lwin 2022-10-29 10:07:20 +06:30
  • 3e98356c21 splitProps - make prop configurable by default (fix:#1301) (#1305) LiQuidProQuo 2022-10-28 13:57:02 -04:00
  • cafc51f6fc v1.6.0 v1.6.0 Ryan Carniato 2022-10-20 00:27:45 -07:00
  • 53a8111bdf update changelog Ryan Carniato 2022-10-20 00:27:07 -07:00
  • 3051c7cef5 chore: only allow pnpm (#1285) 花果山大圣 2022-10-20 15:05:53 +08:00
  • a1a192a127 Solid v1.6 (#1286) Ryan Carniato 2022-10-19 22:53:30 -07:00
  • e5a879caa2 fix publish to wrong label Ryan Carniato 2022-10-17 11:38:20 -07:00
  • ef0c349fbe v1.5.8 Ryan Carniato 2022-10-16 23:42:21 -07:00
  • 53ae6ffbb3 better transition fix Ryan Carniato 2022-10-16 23:37:57 -07:00
  • e664c0f37a fix transition resuming Ryan Carniato 2022-10-03 23:59:29 -07:00
  • 43e7a96e13 export Memo insterface from signal.ts (#1261) Damian Tarnawski 2022-10-03 06:39:04 +02:00
  • a3b81cf1e5 v1.5.7 Ryan Carniato 2022-09-28 17:01:31 -07:00
  • 05a5565099 try raising worker condition priority, because browser first for workers?! Ryan Carniato 2022-09-28 16:46:32 -07:00
  • 50ae271075 fix #1257: weird spread behavior Ryan Carniato 2022-09-28 16:42:33 -07:00
  • fb756286da fix Dynamic type (#1248) Nyi Nyi Lwin 2022-09-29 06:02:14 +06:30
  • ea2c976add Handle early Transition cancellation Ryan Carniato 2022-09-27 01:00:19 -07:00
  • cfc87a0429 Streamline transition effect queuing, fix #1249 Ryan Carniato 2022-09-26 22:48:09 -07:00
  • b7485d0f7d add benchmark disclaimer Ryan Carniato 2022-09-26 10:17:57 -07:00
  • dcfd8ceeed reset bench file Ryan Carniato 2022-09-22 15:33:57 -07:00
  • 5fa517489c update benchmarks, add preact signal/usignal. More notes on results. Ryan Carniato 2022-09-22 15:31:17 -07:00
  • 940780249b v1.5.6 v1.5.6 Ryan Carniato 2022-09-21 23:40:24 -07:00
  • c52a3e316e Add worker and deno export conditions Ryan Carniato 2022-09-21 22:27:05 -07:00
  • 92d00b0ca4 fix #1229, fix #1235, spread fixes Ryan Carniato 2022-09-21 21:46:37 -07:00
  • 7d8c8bac85 v1.5.5 v1.5.5 Ryan Carniato 2022-09-15 16:18:14 +03:00
  • e97b64b4c9 fix SSR spread on native element, client spread children/ref entanglement Ryan Carniato 2022-09-15 16:17:29 +03:00