Commit Graph

  • f2252a2ad4 Try to fix Flow issue on Windows (part 4) Dan Abramov 2018-05-15 14:46:58 +01:00
  • b998357f9d Try to fix Flow issue on Windows (part 3) Dan Abramov 2018-05-15 14:26:32 +01:00
  • 7631024722 Try to fix Flow issue on Windows Dan Abramov 2018-05-15 14:07:01 +01:00
  • bb44feb05d Try to fix Flow circular dependency Dan Abramov 2018-05-15 13:55:01 +01:00
  • 7dc1a176b5 Skip special nodes when reading TestInstance.parent (#12813) Dan Abramov 2018-05-15 11:11:19 +01:00
  • e96dc14059 Use browser event names for top-level event types in React DOM (#12629) Philipp Spieß 2018-05-15 11:38:50 +02:00
  • 1047980dca Remove unused context param from countChildren (#12787) Maxim 2018-05-15 12:18:35 +03:00
  • bde4b1659f Delete ReactPerf and ReactDebugTool Stubs (#12809) Timothy Yung 2018-05-14 20:28:55 -07:00
  • 73f59e6f31 Use global state for hasForceUpdate instead of persisting to queue (#12808) Andrew Clark 2018-05-14 19:18:47 -07:00
  • 8c747d01cb Use ReactFiberErrorDialog fork for Fabric renderer (#12807) Sophie Alpert 2018-05-14 18:47:40 -07:00
  • 369dd4fb17 Update headers for React Native shims (#12806) Timothy Yung 2018-05-14 17:47:47 -07:00
  • 45b90d4866 Move renderer host configs into separate modules (#12791) Dan Abramov 2018-05-15 01:12:28 +01:00
  • b2d16047ae Fix Type for ReactNative.NativeComponent (#12805) Timothy Yung 2018-05-14 16:36:50 -07:00
  • c802d29bd1 Use HostContext to warn about invalid View/Text nesting (#12766) Brian Vaughn 2018-05-14 15:34:01 -07:00
  • c5d3104fc0 Do not fire getDerivedStateFromProps unless props or state have changed (#12802) Andrew Clark 2018-05-14 14:56:48 -07:00
  • 0ba63aa141 Mark React Native and Fabric renderers as @generated (#12801) Brian Vaughn 2018-05-14 10:39:30 -07:00
  • c4abfa4015 Add context provider/consumer to getComponentName (#12778) Sophie Alpert 2018-05-14 10:10:36 -07:00
  • 2a4d2ca7fc Set owner correctly inside forwardRef and context consumer (#12777) Sophie Alpert 2018-05-14 10:07:31 -07:00
  • 72542030cf Use Java version of Google Closure Compiler (#12800) Dan Abramov 2018-05-14 17:49:41 +01:00
  • 37d12e2916 Update lockfile Dan Abramov 2018-05-14 16:20:33 +01:00
  • 0470854f55 Split ReactNoop into normal and persistent exports (#12793) Dan Abramov 2018-05-14 13:57:33 +01:00
  • d430e13582 Fix a typo (#12798) Toru Kobayashi 2018-05-14 20:35:20 +09:00
  • 8506062975 remove unused ES3-specific packages - refs #12716 (#12797) Bartosz Kaszubowski 2018-05-14 12:18:31 +02:00
  • 7b19f93ab9 Record sizes Dan 2018-05-13 21:12:25 +01:00
  • 4b2e65d32e Put recent change to getDerivedStateFromProps behind a feature flag (#12788) Andrew Clark 2018-05-11 18:45:00 -07:00
  • 4f459bb144 Shallow renderer: pass component instance to setState updater as this (#12784) Filipp Riabchun 2018-05-11 20:03:08 +03:00
  • b0726e9947 Support sharing context objects between concurrent renderers (#12779) Andrew Clark 2018-05-10 18:34:01 -07:00
  • 6565795377 Suspense (#12279) Andrew Clark 2018-05-10 18:09:10 -07:00
  • 42a1262375 Update sizes Andrew Clark 2018-05-10 18:08:11 -07:00
  • fc3777b1fe Add Profiler component for collecting new render timing info (#12745) Brian Vaughn 2018-05-10 15:25:32 -07:00
  • a9abd27e4f [schedule] Support multiple callbacks in scheduler (#12746) Flarnie Marchan 2018-05-09 15:28:13 -07:00
  • 3fb8be5c30 Minor fix params description for addPercent function (#12669) bee0060 2018-05-08 08:46:42 +08:00
  • 0bf24cc83e setState returning null and undefined is no-op on the ShallowRenderer (#12756) Toru Kobayashi 2018-05-08 09:31:33 +09:00
  • 25dda90c1e Mark context consumers with PerformedWork effect on render (#12729) Dan Abramov 2018-05-02 16:35:16 +01:00
  • ad7cd68667 Rename internal property to fix React DevTools (#12727) Dan Abramov 2018-05-01 21:04:20 +01:00
  • 200357596a Add error when running jest directly (#12726) Sophie Alpert 2018-05-01 12:46:17 -07:00
  • e0ca51a85d Make React.forwardRef() components discoverable by TestRenderer traversal (#12725) Dan Abramov 2018-05-01 19:55:06 +01:00
  • 7dd4ca2911 Call getDerivedStateFromProps even for setState of ShallowRenderer (#12676) Toru Kobayashi 2018-05-01 01:04:40 +09:00
  • 9a9f54720f Remove ES3-specific transforms (#12716) Dan Abramov 2018-04-30 14:30:37 +01:00
  • dcc854bcc3 prevent removing attributes on custom component tags (#12702) Airam 2018-04-28 21:52:30 +02:00
  • 045d4f166d Fix a context propagation bug (#12708) Dan Abramov 2018-04-28 01:52:48 +01:00
  • 7c39328571 Don't bail on new context Provider if a legacy provider rendered above (#12586) Dan Abramov 2018-04-26 20:59:17 +01:00
  • d883d59863 forwardRef() components should not re-render on deep setState() (#12690) Dan Abramov 2018-04-26 19:47:34 +01:00
  • ec57d29941 Remove redundant feature flag in the test due to https://github.com/facebook/react/pull/12117 (#12696) Heaven 2018-04-27 01:39:11 +08:00
  • 9c77ffb444 Dedup conditional in ReactScheduler (#12680) Flarnie Marchan 2018-04-24 08:54:31 -07:00
  • 09a14eacd4 Update bundle sizes Andrew Clark 2018-04-23 19:38:07 -07:00
  • 1673485720 Revert stray console.log Andrew Clark 2018-04-23 18:44:14 -07:00
  • 1e3cd332a0 Remove the 'alwaysUseRequestIdleCallbackPolyfill' feature flag (#12648) Flarnie Marchan 2018-04-23 15:25:46 -07:00
  • 149a34f735 Exposed flushSync on the test renderer (#12672) Brian Vaughn 2018-04-23 10:27:39 -07:00
  • b548b3cd64 Decouple update queue from Fiber type (#12600) Andrew Clark 2018-04-22 23:05:28 -07:00
  • 5dcf93d146 Validate props on context providers (#12658) Nicole Levy 2018-04-22 08:39:38 -04:00
  • c040bcbea8 Add server integration tests for new context (#12654) Dan Abramov 2018-04-21 21:21:05 +01:00
  • 999b656ed1 Initial commit (#12624) Flarnie Marchan 2018-04-19 09:29:08 -07:00
  • f80bbf88e5 StrictMode should not warn about polyfilled getSnapshotBeforeUpdate (#12647) Brian Vaughn 2018-04-19 09:08:44 -07:00
  • 920f30ef77 Add forwardRef DEV warning for prop-types on render function (#12644) Brian Vaughn 2018-04-18 16:36:31 -07:00
  • 7b1bbe6bef Use change or input events for checkable inputs Jason Quense 2018-04-18 17:21:42 -04:00
  • 0887c7d56c Fork React Native renderer into FB and OSS bundles (#12625) Brian Vaughn 2018-04-18 13:16:50 -07:00
  • 039695cc01 [RN] Update Secret Types (#12635) Sebastian Markbåge 2018-04-17 19:21:46 -07:00
  • b05e67e36a Bump Prettier (#12622) Dan Abramov 2018-04-17 01:43:55 +01:00
  • 77ebeb1b09 Don't git commit noop-renderer unless package deps change (#12623) Brian Vaughn 2018-04-16 09:46:39 -07:00
  • b85c5cd188 remove duplicate code in test (#12620) Heaven 2018-04-16 23:36:49 +08:00
  • 01402f4ad9 Add 16.3.2 changelog (#12621) Dan Abramov 2018-04-16 16:31:48 +01:00
  • 3232616348 Update bundle sizes for 16.3.2 release v16.3.2 Dan Abramov 2018-04-16 16:23:13 +01:00
  • 6494f6b6b8 Update error codes for 16.3.2 release Dan Abramov 2018-04-16 16:23:12 +01:00
  • 82f67d65fd Updating package versions for release 16.3.2 Dan Abramov 2018-04-16 16:14:28 +01:00
  • 66c44a7bc3 Updating yarn.lock file for 16.3.2 release Dan Abramov 2018-04-16 16:12:35 +01:00
  • 1e97a71a82 Fix documentation of the release process (#12337) Floris Doolaard 2018-04-16 16:45:13 +02:00
  • 2e1cc28027 Fix small typos in create-subscription readme (#12399) Alex Zherdev 2018-04-16 07:44:38 -07:00
  • a4cef29703 tests: add regression test for reading ReactCurrentOwner stateNode (#12412) Rauno Freiberg 2018-04-16 17:44:17 +03:00
  • 1591c8ebab Update GCC (#12618) Dan Abramov 2018-04-16 15:42:10 +01:00
  • 5dfbfe9da7 Fixed debug performance labels for new component types (#12609) Brian Vaughn 2018-04-12 09:39:05 -07:00
  • c27a99812e [Danger] Minor fixes (#12606) Dan Abramov 2018-04-11 18:46:02 +01:00
  • 915bb5321a Bump expiration for interactive updates to 150ms in production (#12599) Flarnie Marchan 2018-04-11 07:27:16 -07:00
  • 3e9515eede Remove @providesModule in www shims Dan Abramov 2018-04-10 16:53:36 +01:00
  • b8461524db Added UMD build to test renderer package (#12594) Brian Vaughn 2018-04-10 07:49:19 -07:00
  • 3eae866e03 Fixes language in error message. (#12590) Steven Frieson 2018-04-10 10:09:45 -04:00
  • 52afbe0ebb createReactNativeComponentClass needs to be CommonJS Sebastian Markbåge 2018-04-09 20:41:49 -07:00
  • 725c054d4d Refactor findHostInstance and findNodeHandle (#12575) Sebastian Markbåge 2018-04-09 20:15:10 -07:00
  • b99d0b1416 [RN] Move view config registry to shims (#12569) Sebastian Markbåge 2018-04-09 20:05:57 -07:00
  • b6e0512a81 Consolidate eventTypes registry with view configs (#12556) Sebastian Markbåge 2018-04-09 19:42:23 -07:00
  • 40d07724fc [RN] Remove unstable_batchedUpdates and unmountComponentAtNodeAndRemoveContainer from Fabric (#12571) Sebastian Markbåge 2018-04-09 19:36:13 -07:00
  • 933f882a9d Remove ReactNativePropRegistry (#12559) Sebastian Markbåge 2018-04-09 19:02:46 -07:00
  • 2f7bca0eb2 Allocate unique reactTags for RN and Fabric (#12587) Sebastian Markbåge 2018-04-09 18:41:13 -07:00
  • f88deda83b Throw more specific error if passed undefined in React.cloneElement (#12534) Nicole Levy 2018-04-09 21:16:36 -04:00
  • 8dfb057881 Unfork invariant and instead use it from reactProdInvariant (#12585) Dan Abramov 2018-04-09 23:58:34 +01:00
  • 76b4ba0129 Preserve error codes for invariants on www (#12539) Dan Abramov 2018-04-09 18:57:52 +01:00
  • ea37545037 Must be *a* before PlacementAndUpdate (#12580) Rafael Hovhannisyan 2018-04-08 20:29:37 +03:00
  • 20c5d97bb6 Keep consistency in the comment (#12579) Heaven 2018-04-09 00:29:02 +08:00
  • 181747a6cc [RN] Move takeSnapshot to RN (#12574) Sebastian Markbåge 2018-04-07 23:13:34 -07:00
  • bc753a716e Support findNodeHandle in Fabric (#12573) Sebastian Markbåge 2018-04-07 22:33:49 -07:00
  • 6bf2797d6c Remove flushSync from React Native (#12565) Sebastian Markbåge 2018-04-06 17:10:16 -07:00
  • 5b16b39508 Bug fix Sebastian Markbåge 2018-04-06 14:26:00 -07:00
  • cf649b40a5 Move TouchHistoryMath to React Native repo (#12557) Sebastian Markbåge 2018-04-05 20:29:04 -07:00
  • 7a3416f275 Expose component stack from reactTag to React Native renderer (#12549) Sebastian Markbåge 2018-04-04 17:18:44 -07:00
  • 27535e7bfc Clarify ReactDOM's case warning for html tags (#12533) Nicole Levy 2018-04-04 17:21:06 -04:00
  • 8ec0e4a99d Removed Array.from() usage (#12546) Brian Vaughn 2018-04-04 13:54:27 -07:00
  • d328e362e8 Removed duplicate typeof check (#12541) Brian Vaughn 2018-04-04 13:30:48 -07:00
  • e932e321a8 facebook.github.io/react -> reactjs.org (#12545) Dan Abramov 2018-04-04 21:20:41 +01:00
  • 5e3706cca0 Don't render bitmask-bailing consumers even if there's a deeper matching child (#12543) Dan Abramov 2018-04-04 19:44:14 +01:00
  • 1c2876d5b5 Add a build step to hoist warning conditions (#12537) Dan Abramov 2018-04-04 17:04:40 +01:00