Commit Graph

  • 6bf5e85986 Fix scheduler setTimeout() re-entrancy check (#14384) Brian Vaughn 2018-12-03 10:54:01 -08:00
  • 7a48c900b7 Prevent a v8 deopt when profiling (#14383) Brian Vaughn 2018-12-03 09:22:46 -08:00
  • e382b0ba95 Don't prompt to tag or create GitHub release for canary releases (#14376) Brian Vaughn 2018-12-03 09:16:17 -08:00
  • 8482cbe22d Automated fixture tests (#14370) Brian Vaughn 2018-12-02 11:25:45 -08:00
  • f00c2755b9 Removed unnecessary externals from Jest bundles (#14372) Brian Vaughn 2018-12-01 17:26:12 -08:00
  • 52bea95cfc Fixed scheduler setTimeout fallback (#14358) Brian Vaughn 2018-12-01 13:03:19 -08:00
  • 1d25aa5787 [Fizz] New Server Rendering Infra (#14144) Sebastian Markbåge 2018-11-30 11:38:22 -08:00
  • f1bf281605 Fix bug in cloneHook (#14364) Imre Osswald 2018-11-30 16:02:19 +01:00
  • 16e120438c [Fire] Add initial build infrastructure (#14359) Dan Abramov 2018-11-30 11:52:34 +00:00
  • d14ba87b1b Validate propTypes for lazy() and memo() and warn about invalid patterns (#14298) Dan Abramov 2018-11-29 20:06:28 +00:00
  • 88ada98198 Release script auto-determine the latest Canary build if none specified (#14339) v0.0.0-88ada9819 Brian Vaughn 2018-11-28 13:56:45 -08:00
  • 4f964f09c1 Adding isMemo check to react-is package (#14313) Jinto Jose 2018-11-29 02:21:21 +05:30
  • c2a2d8a539 Remove useMutationEffect (#14336) Sophie Alpert 2018-11-27 13:05:13 -08:00
  • 48f1e5b3ce Add a null type test for memo (#14325) chun shang 2018-11-27 21:25:24 +08:00
  • f93f3402f7 Make useEffect(async) warning more verbose (#14327) Dan Abramov 2018-11-27 13:05:10 +00:00
  • ee3ef3a079 Fix regression: Errors not emitted in streams (#14314) Pelle Wessman 2018-11-27 14:00:46 +01:00
  • 33f6f5e532 Remove usage of fbjs/lib/invariant in ReactNativeViewConfigRegistry. (#14330) Christoph Nakazawa 2018-11-26 21:48:08 +00:00
  • 409066a0a1 Add progress bars to longer running async release tasks (#14322) Brian Vaughn 2018-11-26 09:28:37 -08:00
  • a7f270c550 update fixtures/packaging/README.md (#14320) Sunil Pai 2018-11-24 21:40:56 +00:00
  • ed4c4a51cd Add basic release script snapshot test (#14280) Brian Vaughn 2018-11-23 12:53:39 -08:00
  • 686f1060ad Publish a local release (canary or stable) to NPM (#14260) Brian Vaughn 2018-11-23 12:37:18 -08:00
  • 7475120ce7 Prevent deopts from modifying exports object in stable builds (#14309) Dan Abramov 2018-11-23 14:10:57 +00:00
  • 0c7189d923 Fix resolution of outer props with React.memo() (#14312) Dan Abramov 2018-11-22 19:40:42 +00:00
  • 14be29b2b9 Add more test coverage for nested memo() (#14311) Dan Abramov 2018-11-22 19:30:56 +00:00
  • dc0dd4bbff Use |0 to coerce to number (#14297) Dan Abramov 2018-11-22 15:44:00 +00:00
  • dd8205cef9 List ignored types instead of included types in the stack (#14308) Dan Abramov 2018-11-22 15:41:29 +00:00
  • 1da310809e fix spelling error: Here's -> Here (#14307) Isaiah Nields 2018-11-22 09:47:20 -05:00
  • a9fdf8a326 Warn about reassigning this.props (#14277) Dan Abramov 2018-11-20 16:40:01 +00:00
  • 327cf0ee33 Fix support for mixing react-dom/server@16.6 and react@<16.6 (#14291) Dan Abramov 2018-11-20 13:09:44 +00:00
  • c954efa70f Remove import * as pattern from the codebase (#14282) Sebastian Markbåge 2018-11-19 15:32:54 -08:00
  • ccb14e270c Fix SSR useCallback in render phase (#14279) Dan Abramov 2018-11-19 20:47:38 +00:00
  • 0e9cb3f5d0 Clear fields on unmount of fiber to avoid memory leak (#14276) Dominic Gannaway 2018-11-19 16:09:11 +00:00
  • 592676503c Revert "Clear memoizedState on unmount of fiber to avoid memory leak (#14218)" (#14275) Dominic Gannaway 2018-11-19 15:24:46 +00:00
  • 9b2fb24f99 Clear memoizedState on unmount of fiber to avoid memory leak (#14218) Dominic Gannaway 2018-11-19 10:58:14 +00:00
  • a22fabc2a1 Reduce scheduler serialization overhead (#14249) Jason Miller 2018-11-16 10:39:27 -08:00
  • 21d5f7d32d Wrap shorthand CSS property collision warning in feature flag (#14245) Andrew Clark 2018-11-15 13:36:52 -08:00
  • 5f06576f51 Add a checkbox to fixtures UI to choose React production build (#13786) Jan Pöschko 2018-11-15 00:34:46 +01:00
  • 8feeed10d8 [scheduler] Remove window.postMessage fallback Andrew Clark 2018-11-14 14:33:35 -08:00
  • 5bce0ef10a [scheduler] Post to MessageChannel instead of window (#14234) Andrew Clark 2018-11-14 12:02:00 -08:00
  • d7fd679a31 Add 16.6.3 Changelog (#14223) Dan Abramov 2018-11-13 20:32:33 +00:00
  • 3cd89daed9 Update error codes Andrew Clark 2018-11-12 17:59:06 -08:00
  • 906b9fa597 Update bundle sizes for 16.7.0-alpha.1 release v16.7.0-alpha.1 Brian Vaughn 2018-11-13 11:23:40 -08:00
  • da863c380c Update error codes for 16.7.0-alpha.1 release Brian Vaughn 2018-11-13 11:23:40 -08:00
  • 2790634a5a Updating dependencies for react-noop-renderer Brian Vaughn 2018-11-13 11:17:37 -08:00
  • 43dd968939 Updating package versions for release 16.7.0-alpha.1 Brian Vaughn 2018-11-13 11:17:37 -08:00
  • 8354ff81a8 Updating yarn.lock file for 16.7.0-alpha.1 release Brian Vaughn 2018-11-13 11:15:07 -08:00
  • 85f5a81eb7 Save CI-built node_modules as build artifacts (#14205) Brian Vaughn 2018-11-13 11:00:30 -08:00
  • f55795c8ee Add regression test for #14188 (#14197) Dan Abramov 2018-11-13 11:23:01 +00:00
  • 0c756fb33f Update error codes v16.6.3 16.3-dev Andrew Clark 2018-11-12 17:59:06 -08:00
  • 6c22b6cad9 fix typo Sebastian Markbage 2018-11-09 16:16:25 -08:00
  • b545546ccb Use unique thread ID for each partial render to access Context (#14182) Sebastian Markbåge 2018-11-09 15:38:20 -08:00
  • d204747bef Update Readme (#14176) Maksim Markelov 2018-11-12 19:25:32 +03:00
  • b98adb648a Simplify CSS shorthand property warning (#14183) Sophie Alpert 2018-11-09 16:56:51 -08:00
  • f8bfd58680 fix typo Sebastian Markbage 2018-11-09 16:16:25 -08:00
  • 961eb65b4b Use unique thread ID for each partial render to access Context (#14182) Sebastian Markbåge 2018-11-09 15:38:20 -08:00
  • 1a6ab1e9b5 SimpleMemoComponent should warn if a ref is given (#14178) Sophie Alpert 2018-11-09 15:29:41 -08:00
  • 8ae867e6b5 Warn about conflicting style values during updates (#14181) Sophie Alpert 2018-11-09 15:21:47 -08:00
  • d5e1bf07d0 Renamed outdated schedule/tracing referecnes (#14177) Brian Vaughn 2018-11-09 12:37:03 -08:00
  • 2dd4ba11e0 ESlint -> ESLint Andrew Clark 2018-11-09 10:22:18 -08:00
  • 9cc631a539 Don't run danger on bad build (#14143) Sophie Alpert 2018-11-09 10:21:39 -08:00
  • 1034e26fe5 Fix typos (#14124) Heaven 2018-11-10 02:17:49 +08:00
  • 5618da49d8 Fix comment typo (#14156) Bartosz Gordon 2018-11-09 19:17:19 +01:00
  • 9fb9199455 Add global to ESLint plugin bundle config Andrew Clark 2018-11-08 18:49:03 -08:00
  • c174f85924 Add fb build of ESLint plugin (#14165) Andrew Clark 2018-11-08 18:44:08 -08:00
  • 02e4848e3a Improved suspense support in ReactDOMServer (#14161) Alex Taylor 2018-11-08 18:15:06 -08:00
  • 4b163fee1c Remove errant return assignment (#14164) Andrew Clark 2018-11-08 18:13:42 -08:00
  • e58ecda9a2 Suspense fuzz tester (#14147) Andrew Clark 2018-11-08 17:26:43 -08:00
  • 7fd1661f80 Don't warn if an unmounted component is pinged (#14158) Andrew Clark 2018-11-08 17:24:32 -08:00
  • f9e9913f0e [Synchronous Suspense] Don't delete children of suspended component (#14157) Andrew Clark 2018-11-08 11:38:38 -08:00
  • 7c560131bf Adding logger pri (#14155) Nathan Schloss 2018-11-08 14:30:38 -05:00
  • 3d8bda70e5 Refactor ESLint configuration to enable better IDE integration (#13914) Minh Nguyen 2018-11-08 20:56:35 +03:00
  • 051272f201 Use Entry in yarn build ... Instead of Label (#14148) Sebastian Markbåge 2018-11-07 20:46:41 -08:00
  • 3ff2c7ccd4 Invalid actualDuration+treeBaseDuration for hidden+suspended trees (#14065) Brian Vaughn 2018-11-07 15:46:30 -08:00
  • 5afa1c4eda Tag MemoComponent with PerformedWork effectTag for DevTools Profiler (#14141) Brian Vaughn 2018-11-07 13:56:12 -08:00
  • be63473004 Release script supports interleaved stable and alpha releases (#14138) Brian Vaughn 2018-11-07 12:33:13 -08:00
  • e27720d7f5 [Synchronous Suspense] Reuse deletions from primary tree (#14133) Andrew Clark 2018-11-07 10:56:57 -08:00
  • aa1ffe4e77 Show deprecated context object warnings usage in ReactDOM server (#14033) Dominic Gannaway 2018-11-07 17:19:38 +00:00
  • e3a7b96455 Make react-debug-tools a private package Andrew Clark 2018-11-06 18:45:30 -08:00
  • ff29de4029 Updating CHANGELOG.md for 16.6.1 release Andrew Clark 2018-11-06 18:32:29 -08:00
  • ba19844236 Update bundle sizes for 16.6.1 release v16.6.1 Andrew Clark 2018-11-06 18:28:50 -08:00
  • a24d510287 Update error codes for 16.6.1 release Andrew Clark 2018-11-06 18:28:50 -08:00
  • b50e63ef53 Updating package versions for release 16.6.1 Andrew Clark 2018-11-06 18:19:57 -08:00
  • fd4527dbcd Updating yarn.lock file for 16.6.1 release Andrew Clark 2018-11-06 18:16:23 -08:00
  • bd5a6d3914 Update changelog with unreleased features Andrew Clark 2018-11-06 17:38:19 -08:00
  • 8f2c89e963 Make react-debug-tools a private package Andrew Clark 2018-11-06 17:37:30 -08:00
  • 2aecbcd6f1 "functional component" -> "function component" (#14123) locknono 2018-11-07 09:33:26 +08:00
  • b4608dd24c Remove unused simulated flag parameter (#14127) Nadav Kaner 2018-11-07 03:33:01 +02:00
  • 3c69a18814 Recover from errors with a boundary in completion phase (#14104) Dan Abramov 2018-11-06 23:38:12 +00:00
  • b020fb1148 Check correct commit phase props in fuzz tester (#14129) Andrew Clark 2018-11-06 15:01:18 -08:00
  • b67c1a2ee1 Add DEV-only checks for assumption about instance properties (#14128) Dan Abramov 2018-11-06 22:28:50 +00:00
  • f777d196e0 Fix lazy() with defaultProps (#14112) Dan Abramov 2018-11-06 19:54:14 +00:00
  • e4512991c9 Fix unhiding in IE11 (#14126) Sophie Alpert 2018-11-06 11:24:44 -08:00
  • affb2b50ca Enable hooks in www test renderer, too Andrew Clark 2018-11-05 18:50:00 -08:00
  • 0a0f503d57 Enable hooks in www build (#14116) Andrew Clark 2018-11-05 17:48:54 -08:00
  • 600651e68e Restore the Hooks dispatcher after using SSR (#14105) Dan Abramov 2018-11-06 01:15:11 +00:00
  • e9a2ec9156 [suspense] Avoid double commit by re-rendering immediately and reusing primary children (#14083) Andrew Clark 2018-11-05 16:32:50 -08:00
  • 9d47143e85 Implement {,un}hideInstance on RN renderer (#14115) Sophie Alpert 2018-11-05 15:33:25 -08:00
  • ebdb47d2c1 DCE hooks code when flag is off (#14111) Sophie Alpert 2018-11-05 13:04:57 -08:00
  • 8b87ebf5b0 Rename .internal tests that aren't using internals (#14109) Sophie Alpert 2018-11-05 11:12:28 -08:00
  • da04058a91 Use Function.prototype.apply in warningWithoutStack (#14107) Sophie Alpert 2018-11-05 11:11:33 -08:00