Commit Graph

  • e0f0d2b965 Start a troubleshooting page Joe Pea 2019-10-21 00:27:29 -07:00
  • e56d1b6d5d documentation tweaks v0.12.0 Ryan Carniato 2019-10-18 04:58:53 -07:00
  • 086b7737e2 update changelog Ryan Carniato 2019-10-18 04:51:39 -07:00
  • 211ee3b4f2 prepare for release Ryan Carniato 2019-10-18 04:46:29 -07:00
  • 613643fc59 remove redundant computation in Suspense Ryan Carniato 2019-10-06 20:17:31 -07:00
  • 2a9d161d67 Small tweaks Ryan Carniato 2019-10-06 20:04:18 -07:00
  • da4e641085 Merge branch 'bikeshedder-feature/less-type-casts' Ryan Carniato 2019-10-06 19:44:14 -07:00
  • cda193c716 Remove type casts in createState function Michael P. Jung 2019-10-06 10:30:17 +02:00
  • 4d32b23fb1 Remove type cast in setProperty function Michael P. Jung 2019-10-06 10:12:09 +02:00
  • b0e5251857 Remove type cast in selectWhen and selectEach function Michael P. Jung 2019-10-06 10:07:18 +02:00
  • aec44bb404 Remove type cast in dom/h and dom/html package Michael P. Jung 2019-10-06 09:52:02 +02:00
  • 9e025a2474 Remove type cast in map function Michael P. Jung 2019-10-06 09:36:06 +02:00
  • ab20283efe Fix type cast in createRoot function Michael P. Jung 2019-10-06 09:08:37 +02:00
  • ead21d3758 Remove type cast in makeComputationNode function Michael P. Jung 2019-10-06 09:05:42 +02:00
  • ca2605666d Fix type of recycleOrClaimNode function Michael P. Jung 2019-10-06 08:05:58 +02:00
  • 05ad9536f6 Remove superfluous type casts Michael P. Jung 2019-10-06 09:29:56 +02:00
  • 81c81607e5 Remove type cast in createDependentEffect function Michael P. Jung 2019-10-06 07:49:33 +02:00
  • 3fa3c19b28 broaden types for mount elements, fix #87 Ryan Carniato 2019-10-04 20:37:26 -07:00
  • 0d0c89fea7 Merge pull request #86 from bikeshedder/master Ryan Carniato 2019-10-04 19:42:14 -07:00
  • c0ceb34028 Improve typing of loadResource and ResourceState Michael P. Jung 2019-10-04 19:54:17 +02:00
  • 3fbde44f0e fix context execution Ryan Carniato 2019-10-03 23:54:19 -07:00
  • c423b3441e fix simple object keys in data reconciler Ryan Carniato 2019-09-29 02:59:01 -07:00
  • 021610102e update changelog v0.11.0 Ryan Carniato 2019-09-27 00:53:03 -07:00
  • 98c38dfd52 update changelog Ryan Carniato 2019-09-27 00:26:08 -07:00
  • b4200566db Add suspense tab example Ryan Carniato 2019-09-27 00:00:23 -07:00
  • bd95b255ba SSR Ryan Carniato 2019-09-26 23:56:48 -07:00
  • d25782c8c5 Merge pull request #81 from atfzl/doc/storybook Ryan Carniato 2019-09-26 02:23:18 -07:00
  • 34c6a188d0 add documentation for setting up storybook Atif Afzal 2019-09-26 14:30:28 +05:30
  • 6a752c18c5 Fix useContext with no Root Ryan Carniato 2019-09-22 21:32:47 -07:00
  • 2702423a34 add basic svg support Ryan Carniato 2019-09-21 22:38:31 -07:00
  • 154b948beb Add latest article Ryan Carniato 2019-09-18 22:10:18 -07:00
  • 8aefc94c80 update spread test, fixes #77 Ryan Carniato 2019-09-17 22:09:01 -07:00
  • eb30cc8680 Better fix for pending disposal eval Ryan Carniato 2019-09-16 22:55:10 -07:00
  • aae2befe46 update documentation Ryan Carniato 2019-09-16 22:03:41 -07:00
  • 3c49017277 Update to state function handling, and tests Ryan Carniato 2019-09-16 21:55:40 -07:00
  • d1af5253f0 Fix spreads Ryan Carniato 2019-09-15 22:55:15 -07:00
  • 7d9b6b7c45 bump version Ryan Carniato 2019-09-09 23:19:54 -07:00
  • a35c622303 allow state to track functions Ryan Carniato 2019-09-09 22:45:18 -07:00
  • 17cb766a11 Add form validation example Ryan Carniato 2019-09-07 23:25:14 -07:00
  • bd0ae11c88 fix missing path value Ryan Carniato 2019-09-07 22:32:50 -07:00
  • 52554ef1c3 improve context examples Ryan Carniato 2019-09-07 00:34:15 -07:00
  • 267f61a214 Merge pull request #71 from high1/master Ryan Carniato 2019-09-07 00:13:21 -07:00
  • f2a12493ed Move transforms, mirror React Context Ryan Carniato 2019-09-07 00:07:44 -07:00
  • 08b1379887 improve transpiled setState type safety high1 2019-09-07 01:06:21 +02:00
  • 1ccc9d4f17 Add latest article Ryan Carniato 2019-09-02 20:41:06 -07:00
  • 44aa88722e fix state preservation in reconcile Ryan Carniato 2019-09-01 22:48:12 -07:00
  • 2e66f367ca update type tests, suspense flow beta, add ref to Portal Ryan Carniato 2019-08-28 23:38:48 -07:00
  • dadadfeabf Merge branch 'bluenote10-feature/added_compile_time_tests' Ryan Carniato 2019-08-25 21:16:32 -07:00
  • 25f5b72d97 added travis integration Fabian Keller 2019-08-25 11:54:37 +02:00
  • ef1ced592d cleanup Fabian Keller 2019-08-25 11:47:51 +02:00
  • 2cb4e74f7a added more type tests Fabian Keller 2019-08-25 11:45:40 +02:00
  • 93c4b6dc38 draft for type tests Fabian Keller 2019-08-24 14:40:34 +02:00
  • 08befb7a6b fix up last couple tests Ryan Carniato 2019-08-22 17:27:07 -07:00
  • 88046844d2 Fix pending disposal timing, add more tests Ryan Carniato 2019-08-22 16:26:22 -07:00
  • f355207de2 return to sampling conditional control flow Ryan Carniato 2019-08-12 17:19:33 -07:00
  • 82a98756b6 v0.10.0 v0.10.0 Ryan Carniato 2019-08-11 22:44:56 -07:00
  • 760c690afd Preparations for v0.10.0 release Ryan Carniato 2019-08-11 21:44:01 -07:00
  • 78e7306ac7 Merge pull request #54 from yuens1002/patch-1 Ryan Carniato 2019-08-05 22:41:10 -07:00
  • 70becaf747 Add back missing disposers on flow Ryan Carniato 2019-08-05 22:35:29 -07:00
  • c53605105e mismatch obj key sunny yuen 2019-08-03 10:35:32 -04:00
  • c05b9f504b wrap to preserve contexts Ryan Carniato 2019-08-02 23:26:49 -07:00
  • f3aa7a6ab8 Align Context.Provider with React syntax Ryan Carniato 2019-08-02 21:42:54 -07:00
  • f421533b23 complete restoration of synchronicity Ryan Carniato 2019-08-01 23:05:14 -07:00
  • 307ee9c849 Merge pull request #53 from MarcoPolo/patch-1 Ryan Carniato 2019-07-31 19:34:32 -07:00
  • 88ce72e7f7 Lint fix Marco Munizaga 2019-07-31 17:42:04 -07:00
  • 663ff843da Remove optional params in callbacks Marco Munizaga 2019-07-31 17:40:21 -07:00
  • 0369bbf458 restore synchronicity, dup edge prevention, fixes #46, #51 Ryan Carniato 2019-07-30 23:27:30 -07:00
  • 9230ffc756 update badges Ryan Carniato 2019-07-25 21:21:02 -07:00
  • 2f7ec4079f performance updates, better code formatting Ryan Carniato 2019-07-24 02:32:31 -07:00
  • 2df393d96d missing semi-colon Ryan Carniato 2019-07-21 21:18:30 -07:00
  • eb0d115a59 optional type fix Ryan Carniato 2019-07-21 21:07:30 -07:00
  • f1bd4080b4 Add addition short paths, fixes #50 Ryan Carniato 2019-07-21 21:04:02 -07:00
  • f947e2f676 Merge pull request #48 from bluenote10/minor_code_formatting Ryan Carniato 2019-07-21 13:55:51 -07:00
  • c0d43748a7 Merge pull request #49 from bluenote10/removed_possibly_unneeded_anys Ryan Carniato 2019-07-21 13:51:53 -07:00
  • aa2073abe0 removed possibly unneeded anys Fabian Keller 2019-07-21 11:37:11 +02:00
  • 7e5652cc0d improved readability of control flow function signatures Fabian Keller 2019-07-21 11:16:48 +02:00
  • 1089f0a724 small tweaks Ryan Carniato 2019-07-20 04:08:53 -07:00
  • 13e93cd92a remove the spectrum link Ryan Carniato 2019-07-19 22:28:46 -07:00
  • f10c98f81f Add operators/tests v0.9.0 Ryan Carniato 2019-07-19 21:43:53 -07:00
  • 93759acb61 Add gitter chat icon Ryan Carniato 2019-07-19 16:39:17 -07:00
  • 0a274651c4 prep for v0.9.0 release Ryan Carniato 2019-07-18 21:10:49 -07:00
  • 41984b491d Merge pull request #47 from bluenote10/improved_wrapped_type_definitions Ryan Carniato 2019-07-18 20:47:46 -07:00
  • cebd524129 Merge pull request #45 from ryansolid/dependabot/npm_and_yarn/lodash-4.17.14 Ryan Carniato 2019-07-18 20:46:56 -07:00
  • a1dce310d7 improved callable type forwarding Fabian Keller 2019-07-18 23:31:38 +02:00
  • be092dea15 improved wrapped type definitions Fabian Keller 2019-07-18 22:55:04 +02:00
  • 4e229897bf Bump lodash from 4.17.11 to 4.17.14 dependabot[bot] 2019-07-11 18:01:09 +00:00
  • 8fe0c11360 Add article link, update attribute order, fix #43 Ryan Carniato 2019-07-04 20:58:17 -07:00
  • e965416ae9 Additional Signals cleanup Ryan Carniato 2019-06-29 02:14:30 -07:00
  • e7afdb0393 remove unnecessary code Ryan Carniato 2019-06-28 22:11:58 -07:00
  • f93f7563b5 better disposal Ryan Carniato 2019-06-27 22:38:47 -07:00
  • ed5576819e improve afterEffects scheduling Ryan Carniato 2019-06-27 22:33:12 -07:00
  • df24e08fc7 Update children and typescript documentation to fix #38 Ryan Carniato 2019-06-26 23:41:54 -07:00
  • d059fc3ab5 better clear fix Ryan Carniato 2019-06-24 22:44:05 -07:00
  • b91d1f6cac fixes and tweaks Ryan Carniato 2019-06-24 21:58:01 -07:00
  • 48b8b8407b update to fix multi nesting lastChild of fragments Ryan Carniato 2019-06-22 14:38:00 -07:00
  • c1807d672b updates to documentation, fixes #40 context on recycled nodes Ryan Carniato 2019-06-22 03:32:46 -07:00
  • 232e573a16 Add latest article Ryan Carniato 2019-06-19 08:31:59 -07:00
  • 38414a30e8 update changelog v0.8.0 Ryan Carniato 2019-06-14 23:10:41 -07:00
  • 5bc5141404 updates Ryan Carniato 2019-06-14 22:52:51 -07:00
  • 5c0061a2dc reduce bundle Ryan Carniato 2019-06-11 22:55:30 -07:00