Commit Graph

  • 03444b0580 fix: handle observable() w/o getOwner (#1115) John 2022-07-14 01:31:49 -07:00
  • cf51350b9e Added growth team David Di Biase 2022-07-13 10:53:27 -04:00
  • b2873ffbbb v1.4.7 v1.4.7 Ryan Carniato 2022-07-07 12:35:47 -07:00
  • 93da6c91dd bump deps Ryan Carniato 2022-07-07 09:55:12 -07:00
  • e53fd154f9 fix a bunch SSR race conditions Ryan Carniato 2022-07-07 09:22:34 -07:00
  • 9dc1ba00f6 v1.4.6 v1.4.6 Ryan Carniato 2022-07-03 00:11:56 -07:00
  • 2414f89011 fix #1095 - error boundary effects not being queued. Ryan Carniato 2022-07-02 23:16:19 -07:00
  • 7c2957cddf fix #1083, fix #1085, fix #1091 - compilation fixes Ryan Carniato 2022-07-02 22:01:33 -07:00
  • 238dad714e Declare @babel/core as peer dependency of babel-preset-solid (#1098) Konrad Borowski 2022-07-03 02:00:40 +02:00
  • 9e210d1206 Export Owner type (#1096) Nikhil Saraf 2022-07-02 17:00:01 -07:00
  • d3c1c83448 Export ResourceOptions from solid (#1092) Alexey Shmalko 2022-07-02 07:07:40 +03:00
  • e4e02f7462 fix #1084 multi-trigger createMutable Ryan Carniato 2022-06-29 00:54:48 -06:00
  • 2c2252d6e4 v1.4.5 v1.4.5 Ryan Carniato 2022-06-27 21:06:33 -06:00
  • 8676533ede fix #1082: not tracking registry changes Ryan Carniato 2022-06-27 20:59:24 -06:00
  • 77f5bf900d fix #1080: nested root disposal during Transitions Ryan Carniato 2022-06-26 20:40:36 -06:00
  • 06873b0576 add _$afterCreateRoot hook to handle new roots in dev (#1067) Damian Tarnawski 2022-06-26 06:26:51 +02:00
  • dbacad12a0 fix #1066, #1079 - ssr fragment text, fix #1071 - error on nested fragments Ryan Carniato 2022-06-25 23:12:23 -05:00
  • 5dc833a117 Fixes the value for 'sideEffects' must be a boolean or an array [package.json] error (#1081) Gordon Lawrenz 2022-06-26 00:13:19 +02:00
  • f4e4b95fe2 Document store/mutable batching in changelog (#1074) Erik Demaine 2022-06-22 20:21:31 -04:00
  • 30c5f6b2cf Adds project/people links to CONTRIBUTING.md (#1068) Damian Tarnawski 2022-06-22 05:56:57 +02:00
  • b328bed26d fix(types): fix allowed values for createStore's first parameter (#1053) Xavier Loh 2022-06-12 15:03:05 +08:00
  • 2d5fb4924b fix(types): Fix store types slightly (#1052) Xavier Loh 2022-06-12 14:57:13 +08:00
  • 9f1de6b3ce v1.4.4 v1.4.4 Ryan Carniato 2022-06-09 23:52:29 -07:00
  • d2e787c1f5 memo guard dynamic Ryan Carniato 2022-06-09 23:48:58 -07:00
  • bfc67c84d8 fix #1045: events in spreads Ryan Carniato 2022-06-09 23:33:47 -07:00
  • 2c77f14a54 Docs/contributing (#1049) Kyle Guerrero 2022-06-09 22:38:53 -05:00
  • 3ae22d3d58 fix typo, consistent . (#1048) Tom Byrer 2022-06-09 22:38:18 -05:00
  • 131aa89fe5 Adding dynamic banner and new contributor notes David Di Biase 2022-06-09 20:18:06 -04:00
  • 17763fad87 fix #1023: Suspense top level track, fix #1032 reconcile top level key change Ryan Carniato 2022-06-08 15:59:27 -07:00
  • 5f929b06ac chore: replace stores' usage of __proto__ with Object.getPrototypeOf (#1043) Xavier Loh 2022-06-07 22:14:25 +08:00
  • 0e6e497723 fix #1024: cleanup dev sourceMap Ryan Carniato 2022-06-02 13:41:59 -07:00
  • 0cf1348cf8 fix #1029, rest args disposing unowned root Ryan Carniato 2022-06-02 13:38:33 -07:00
  • c23f73036c fix(types): add missing ref prop to Portal (#1031) Xavier Loh 2022-06-03 02:23:04 +08:00
  • 80abe09c81 server-mock.ts: rename ssrBoolean to ssrAttribute (#1021) Brian Takita 2022-05-29 17:09:08 -05:00
  • f0a1b94117 fix(solid): safeguard sharedConfig.load in Suspense (#1017) Denis Olsem 2022-05-27 23:48:00 -05:00
  • 44197a3f30 v1.4.3 v1.4.3 Ryan Carniato 2022-05-26 02:05:30 -07:00
  • 75887770dc chore(solid): fix typings for createRessource when initialValue is given (#999) Tim Raderschad 2022-05-26 11:02:56 +02:00
  • 3d9694c90c fix null resource infinite server loop Ryan Carniato 2022-05-26 01:30:11 -07:00
  • d01e329e60 fix 1011: dynamic spreads being skipped in SSR Ryan Carniato 2022-05-26 00:14:05 -07:00
  • 56238a0829 fix #1007: Error Boundaries not catching falsey values Ryan Carniato 2022-05-25 01:27:23 -07:00
  • a39f3df3be fix #1006: store produce proxies for equality Ryan Carniato 2022-05-24 23:07:44 -07:00
  • 80310a82dd object setters on top level arrays Ryan Carniato 2022-05-24 22:30:29 -07:00
  • 9c311c9eaa refactor: remove DeepReadonly/Mutable from stores (#994) Xavier Loh 2022-05-25 12:54:38 +08:00
  • 9490f69e3e feat: Build a pull request template for PRs (#979) Sina Farhadi 2022-05-21 09:10:33 +04:30
  • d659172c38 tiny - fix a typo (#998) Michael Floering 2022-05-20 21:39:24 -07:00
  • f17df5c704 v1.4.2 v1.4.2 Ryan Carniato 2022-05-19 02:43:34 -07:00
  • 6bf31e2167 fix: MergeProps is not inferring the types correctly (#983) Riccardo Perra 2022-05-19 11:19:42 +02:00
  • 9214cc0a8b fix #989 cast classList, TTL support HTML comments, attribute interpolation, fix webcomponent init timing Ryan Carniato 2022-05-19 02:01:53 -07:00
  • f864ad9f82 fix typo (#990) Daiki Narushima 2022-05-18 13:42:26 +09:00
  • be6623d10d v1.4.1 v1.4.1 Ryan Carniato 2022-05-13 19:16:52 -07:00
  • d861c1a3ee fix mutable array prototype batching, fix sync resource write, fix hyperscript jsx-runtime Ryan Carniato 2022-05-13 19:12:33 -07:00
  • d1d0c243ca Fix split props single destructured index (#981) Xavier Loh 2022-05-13 18:43:14 +07:00
  • b84d0d610c update changelog date Ryan Carniato 2022-05-12 11:37:16 -07:00
  • 6c9e976c00 v1.4.0 v1.4.0 Ryan Carniato 2022-05-12 11:33:04 -07:00
  • b5c5e60bd1 refactor: improve mergeProps types (#931) Xavier Loh 2022-05-13 00:28:09 +07:00
  • 3777a336e1 fix: setter type incorrectly erroring with unions (#978) Xavier Loh 2022-05-12 23:05:03 +07:00
  • 15e54b5397 Solid 1.4 (#974) Ryan Carniato 2022-05-11 23:42:15 -07:00
  • dce1c4b0c4 v1.4.0-beta.6 v1.4.0-beta.6 Ryan Carniato 2022-05-11 01:12:40 -07:00
  • f063d74190 fix batch consistency in stores Ryan Carniato 2022-05-10 21:51:53 -07:00
  • fed400cd59 adjust links Dan Jutan 2022-05-10 13:57:25 -04:00
  • 2680d28d19 Add browser support details, accordians Dan Jutan 2022-05-10 13:43:20 -04:00
  • 4d2137bcc4 more changelog updates Ryan Carniato 2022-05-09 15:11:23 -07:00
  • 61d0c7e757 fix synchronous resources Ryan Carniato 2022-05-09 13:16:48 -07:00
  • 6ada354ebe v1.4.0-beta.5 v1.4.0-beta.5 Ryan Carniato 2022-05-09 01:20:03 -07:00
  • e8b69b789d fix build Ryan Carniato 2022-05-09 01:18:39 -07:00
  • 2d8e2fb52a fix solid hyperscript, startTransition cleanup Ryan Carniato 2022-05-09 01:15:11 -07:00
  • c569a8d579 v1.4.0-beta.4 v1.4.0-beta.4 Ryan Carniato 2022-05-08 20:11:57 -07:00
  • 6b6bc85457 Different types for standard transform Ryan Carniato 2022-05-08 19:59:39 -07:00
  • 0919e999b8 v1.4.0-beta.3 v1.4.0-beta.3 Ryan Carniato 2022-05-08 00:53:23 -07:00
  • a55bb897b9 fix #967 onHydrated Ryan Carniato 2022-05-08 00:47:26 -07:00
  • 02d271bb72 support standard JSX transform Ryan Carniato 2022-05-07 23:06:11 -07:00
  • 4090277986 v1.4.0-beta.2 v1.4.0-beta.2 Ryan Carniato 2022-05-06 17:10:02 -07:00
  • d456be4131 feat: resource deferred streaming Ryan Carniato 2022-05-06 16:52:35 -07:00
  • 47af24eea3 remove unnecessary splice Ryan Carniato 2022-05-04 01:39:57 -07:00
  • 2290506d52 fix splice length setting Ryan Carniato 2022-05-03 20:19:48 -07:00
  • 24f8e5a246 refactor: remove extra generic from modifyMutable (#965) Xavier Loh 2022-05-04 14:24:54 +08:00
  • 34628200f7 v1.4.0-beta.1 v1.4.0-beta.1 Ryan Carniato 2022-05-03 01:59:06 -07:00
  • 525a85b977 new store modifiers splice, modifyMutable, bug fixes Ryan Carniato 2022-05-03 01:56:58 -07:00
  • d849c6ec2a optimize: use jest fake timer to test suspense (#964) WZT 2022-05-03 14:55:27 +08:00
  • d62aa9d862 refactor: simplify effect types (#913) Xavier Loh 2022-05-03 11:07:11 +08:00
  • f9c5675f8c Revised Component types (children, ref) (#877) Erik Demaine 2022-05-02 23:00:03 -04:00
  • ee94b5e714 fix: spreading non-object props (#963) Xavier Loh 2022-05-03 10:47:22 +08:00
  • ebdb8cdf9b Add email link to Code of Conduct Ryan Carniato 2022-05-02 12:12:09 -07:00
  • 448763d476 docs: copy CoC from contributor covenant (#607) Trivikram Kamat 2022-05-02 12:09:05 -07:00
  • c47bee46d7 v1.4.0-beta.0 v1.4.0-beta.0 Ryan Carniato 2022-05-01 22:38:01 -07:00
  • 4d9c4a82ad refactor: improve splitProps type for arbitrary rest args length (#930) Xavier Loh 2022-05-02 12:51:16 +08:00
  • 6426ffcb62 fix: fix the signal setter type when used with generics (#910) Xavier Loh 2022-05-02 12:49:25 +08:00
  • f4db502773 changelog wip Ryan Carniato 2022-05-01 02:29:57 -07:00
  • 5292c2d6a1 fix #940 undefined ssr, fix #955 undefined className, fix #958 undefined spread Ryan Carniato 2022-05-01 01:23:58 -07:00
  • f718b39a45 stores: top level arrays, prevent obj overnotify, fixes #960 batching mutable Ryan Carniato 2022-04-29 02:29:09 -07:00
  • 3689eef24d resource and reactive updates, fix #919 Ryan Carniato 2022-04-28 21:07:45 -07:00
  • 01d21ca775 Fix 1.3.0 Changelog date (#956) Michael Goff 2022-04-25 15:01:49 -07:00
  • 88ce357264 v1.3.17 v1.3.17 Ryan Carniato 2022-04-25 02:36:15 -07:00
  • 5c6772e3c2 fix #949 ssr child introspection, fix #952 static sequences Ryan Carniato 2022-04-25 02:27:54 -07:00
  • c1ec4eaa2b Move quickstart to earlier Dan Jutan 2022-04-24 20:53:12 -04:00
  • 6b682bfc9d remove "not easy" (for now) Dan Jutan 2022-04-24 20:42:45 -04:00
  • 20f9f98006 Link to solid element Dan Jutan 2022-04-22 16:11:46 -04:00
  • 792dbd3f90 added "debuggable" point Dan Jutan 2022-04-22 16:02:04 -04:00
  • 486ec0eb97 tweaks Dan Jutan 2022-04-22 14:06:50 -04:00
  • fb7f6346e0 correct the video title Dan Jutan 2022-04-22 13:58:23 -04:00