Commit Graph

  • 2e29637ddf Record sizes Dan Abramov 2017-12-05 14:20:32 +00:00
  • 6d242904cd Issue #11257(Updated) - Change build process to include npm pack and unpacking (#11750) Yu Tian 2017-12-06 00:53:53 +11:00
  • 37e4329bc8 Remove vars (#11766) Raphael Amorim 2017-12-05 11:47:57 -02:00
  • 4d0e8fc487 ReactDOM.createRoot creates an async root (#11769) Andrew Clark 2017-12-04 14:34:02 -08:00
  • d7f6ece27c Remove the unused shim Dan Abramov 2017-12-04 15:47:11 +00:00
  • 323efbc33c Ensure value and defaultValue do not assign functions and symbols (#11741) Nathan Hunzaker 2017-12-04 09:39:32 -05:00
  • 2091c62558 Add test fixture for initial input validation bug in Firefox (#11760) Nathan Hunzaker 2017-12-04 08:59:53 -05:00
  • 62f8a822b0 Pin lighthouse at 2.0.0 Dan Abramov 2017-12-04 13:23:30 +00:00
  • 8ce53671ed Use the same value synchronization function on number blur (#11746) Nathan Hunzaker 2017-12-02 11:06:32 -05:00
  • 31ea0aa6d7 Add a test for bad Map polyfill, and work around Rollup bug (#11745) Dan Abramov 2017-12-02 00:00:40 +00:00
  • 8540768616 Fix benchmark runner (#11749) Dan Abramov 2017-12-02 00:00:29 +00:00
  • ffe8546c7d Update the attribute table Dan Abramov 2017-12-01 19:54:11 +00:00
  • 59763bf7f3 Add explicit warning assertions to ReactDOMInput-test (#11744) Dan Abramov 2017-12-01 17:16:05 +00:00
  • 0a2ed64450 Remove dead code from DOMPropertyOperations (#11740) Nathan Hunzaker 2017-12-01 08:27:41 -05:00
  • f99ecce596 Record sizes Dan Abramov 2017-12-01 02:36:50 +00:00
  • 6c1fba539a shared: convert vars into let/const (#11730) Raphael Amorim 2017-11-30 22:03:27 -02:00
  • 2a1b1f3094 react-test-renderer: convert vars into let/const (#11731) Raphael Amorim 2017-11-30 22:01:45 -02:00
  • 6074664f73 react-reconciler: convert vars into let/const (#11729) Raphael Amorim 2017-11-30 21:59:05 -02:00
  • 8ec2ed4089 Move HTML and SVG configs into DOMProperty (#11728) Dan Abramov 2017-11-30 22:29:58 +00:00
  • b3e27b2640 react-rt-renderer, react-cs-renderer, react-call-return: Convert vars to let/const (#11721) Raphael Amorim 2017-11-30 19:40:12 -02:00
  • ea9714807b react-native-renderer: convert vars to let/const (#11722) Raphael Amorim 2017-11-30 19:39:39 -02:00
  • fd69c239a0 Use defaultValue instead of setAttribute('value') (#11534) Nathan Hunzaker 2017-11-30 16:24:55 -05:00
  • 3f736c360e Test: create TapEventPlugin-test (#11727) Whien 2017-12-01 05:22:58 +08:00
  • 46b3c3e4ae Use static injection for ReactErrorUtils (#11725) Dan Abramov 2017-11-30 19:10:46 +00:00
  • f57d963cce Rewrote ReactIncrementalPerf-test using only public API.(#11299) (#11724) abiduzz420 2017-11-30 23:40:04 +05:30
  • 7d6b24332b Ensure ReactFiberErrorDialogWWW.showErrorDialog exists Dan Abramov 2017-11-30 18:09:51 +00:00
  • 642a678a80 Replace ReactFiberErrorLogger injection with static forks (#11717) Dan Abramov 2017-11-30 17:57:13 +00:00
  • 060581b128 Fix issues with the new fork plugin (#11723) Dan Abramov 2017-11-30 16:20:09 +00:00
  • e997756e2a react-art: convert var to let/const (#11720) Raphael Amorim 2017-11-30 13:23:24 -02:00
  • 8cbc16f0fa Unify the way we fork modules (#11711) Dan Abramov 2017-11-30 12:11:00 +00:00
  • 3c977dea6b react: convert var to let/const (#11715) Raphael Amorim 2017-11-30 10:08:58 -02:00
  • 2decfe97dc events: convert var to let/const (#11714) Raphael Amorim 2017-11-30 10:07:40 -02:00
  • c78db58a61 Record sizes Dan Abramov 2017-11-30 01:18:55 +00:00
  • d83916e4aa Rewrite SelectEventPlugin-test to test behavior using Public API (#11299) (#11676) Sotiris Kiritsis 2017-11-30 00:17:46 +02:00
  • c3f1b6cd91 Prevent infinite loop when SSR-rendering a portal (#11709) Dan Abramov 2017-11-29 21:45:38 +00:00
  • e0c3113743 Remove empty value for boolean attributes in SSR (#11708) Brandon Dail 2017-11-29 09:59:56 -08:00
  • 3e64b18540 Deprecate injecting custom event plugins (#11690) Dan Abramov 2017-11-29 17:48:16 +00:00
  • 8c1c5d7a5a Fixes path in package.json build script (#11707) Artem Fitiskin 2017-11-29 20:32:47 +03:00
  • 9491dee795 Throw if document is missing by the time invokeGuardedCallbackDev runs (#11677) Dan Abramov 2017-11-29 15:53:16 +00:00
  • 6340d6cf2e Delete Fiber test tracker (#11704) Dan Abramov 2017-11-29 15:27:16 +00:00
  • 9e07008df5 Disable Flow on AppVeyor Dan Abramov 2017-11-29 14:38:52 +00:00
  • bc21578fad Add more tasks to AppVeyor Dan Abramov 2017-11-29 14:33:07 +00:00
  • bc1b7f3c38 Try to fix AppVeyor (#11702) Dan Abramov 2017-11-29 14:19:33 +00:00
  • c1b2a347be Rewrite ReactTreeTraversal-test.js using public APIs (#11664) Tim Jacobi 2017-11-29 14:04:18 +00:00
  • b097a34eba refactor: scripts/error-codes (#11697) Gabriel Kalani 2017-11-28 23:13:12 -02:00
  • 2ae4c62158 Always set pendingProps to the next props (#11580) Andrew Clark 2017-11-28 16:50:23 -08:00
  • 1b55ad2a4b root.createBatch (#11473) Andrew Clark 2017-11-28 16:48:35 -08:00
  • 9895a0ff63 Added ReactFeatureFlags shim for React Native (#11694) Brian Vaughn 2017-11-28 15:16:53 -08:00
  • 18bbd644a2 Add 16.2.0 to changelog Dan Abramov 2017-11-28 23:04:07 +00:00
  • e5cacb2036 Stop ESLint from looking for a configuration file in parent folders (#11695) Sotiris Kiritsis 2017-11-29 00:56:29 +02:00
  • 5f9b4934a0 Fix CI fact uploading (#11693) Dan Abramov 2017-11-28 22:39:43 +00:00
  • 53ab1948b5 Blacklist spyOn(). Add explicit spyOnProd() and spyOnDevAndProd() (#11691) Brian Vaughn 2017-11-28 14:06:26 -08:00
  • edb2b3d3a7 Update bundle sizes for 16.2.0 release v16.2.0 Clement Hoang 2017-11-28 13:29:23 -08:00
  • 5a42586178 Updating package versions for release 16.2.0 Clement Hoang 2017-11-28 13:26:36 -08:00
  • 363f4f14dc [WIP] Fix for fiber root scheduling memory leak (#11644) Dominic Gannaway 2017-11-28 20:57:32 +00:00
  • c611d2c215 Amend changelog Dan Abramov 2017-11-28 19:09:23 +00:00
  • 8e876d244c Move ReactFiberTreeReflection to react-reconciler/reflection (#11683) rivenhk 2017-11-29 00:57:22 +08:00
  • db0454134c CI: remove unnecessary Yarn download (#11684) Michał Pierzchała 2017-11-28 17:08:08 +01:00
  • b89dc25e3f Record sizes Dan Abramov 2017-11-28 16:03:30 +00:00
  • a2b6b6b206 Migrate to CircleCI2.0 and Add AppVeyor for master-only branch (#11605) Raphael Amorim 2017-11-28 12:39:18 -02:00
  • 7788bcdb26 Do not fail yarn linc for ignored file warning (#11615) (#11641) Jordan Tepper 2017-11-28 08:54:46 -05:00
  • b542f42a0f Update README URLS to HTTPS (#11635) Ronald Eddy Jr 2017-11-27 18:13:41 -08:00
  • 158f040d54 Lint untracked files with yarn linc (#11665) Alex Cordeiro 2017-11-27 21:30:36 -02:00
  • 878feebe34 Remove accidentally duplicated tests (#11675) Dan Abramov 2017-11-27 22:38:50 +00:00
  • fe551de273 Enable bundle tests for React.Fragment (#11673) Dan Abramov 2017-11-27 21:44:13 +00:00
  • f6894dc48b Set fragment export flags to true (#11672) Clement Hoang 2017-11-27 13:09:15 -08:00
  • a65a8abc65 Use async/await in Rollup scripts (#11669) Dan Abramov 2017-11-27 17:57:28 +00:00
  • 018276976c Show nicer message on syntax errors Dan Abramov 2017-11-27 15:55:36 +00:00
  • d445cd6ea3 Bump Node devEngines to 8.x Dan Abramov 2017-11-27 15:22:42 +00:00
  • 0c164bb485 Upload build on the same node where it happens (#11666) Dan Abramov 2017-11-26 18:03:30 +00:00
  • 53ef71b8e8 Add bundle linting and tests to the release script (#11662) Adrian Carolli 2017-11-26 11:47:20 -05:00
  • f53bd033e7 Fix Jest call in the release script Dan Abramov 2017-11-25 16:13:28 +00:00
  • d1cb28c86b Refactor SyntheticKeyboardEvent tests to only use the public API (#11631) Anton Arboleda 2017-11-25 07:47:05 -08:00
  • d235e61dc2 Don't reset error codes on CI build (#11655) Dan Abramov 2017-11-25 02:23:13 +00:00
  • f0ba6bbf20 Replace inputValueTracking-test with public API tests (#11654) Dan Abramov 2017-11-25 01:47:10 +00:00
  • a67757e115 Use only public API for ChangeEventPlugin-test.js (#11333) Ethan Arrowood 2017-11-24 17:18:40 -05:00
  • 7d27851bf4 Issue#11510: added verification check for misspelled propTypes (#11524) Zubair Ahmed 2017-11-24 08:29:46 +05:30
  • 46dd197ceb Add a note about private API dependency for a test Dan Abramov 2017-11-24 01:11:24 +00:00
  • cafe352c1a Drop .textContent IE8 polyfill and rewrite escaping tests against public API (#11331) Jeremias Menichelli 2017-11-23 19:41:28 -03:00
  • 575982b96d Forbid Haste in Jest (#11647) Dan Abramov 2017-11-23 18:02:47 +00:00
  • fa7a97fc46 Run 90% of tests on compiled bundles (both development and production) (#11633) Dan Abramov 2017-11-23 17:44:58 +00:00
  • e949d57508 Remove global mocks by adding support for "suppressReactErrorLogging" property (#11636) Dan Abramov 2017-11-23 01:15:22 +00:00
  • f114bad09f Bug fix - SetState callback called before component state is updated in ReactShallowRenderer (#11507) Alex Cordeiro 2017-11-22 20:15:11 -02:00
  • 913a125ad5 Change DEV-only invariants to be warnings (#11630) Dan Abramov 2017-11-22 18:58:53 +00:00
  • 1cb6199d22 Consolidate all symbols in a single file (#11629) Dan Abramov 2017-11-22 18:08:22 +00:00
  • d1f6fbd22a Record sizes Dan Abramov 2017-11-22 16:15:04 +00:00
  • 4c451f7f2b Add yarn test-prod to pull request steps Dan Abramov 2017-11-22 13:11:07 +00:00
  • 6041f481b7 Run Jest in production mode (#11616) Dan Abramov 2017-11-22 13:02:26 +00:00
  • 7e7127387b Run Jest tests with "development" environment (#11612) Dan Abramov 2017-11-21 16:28:42 +00:00
  • 40a176d859 Remove mentions of module map in Jest config (#11611) Dan Abramov 2017-11-21 16:01:10 +00:00
  • 7e692fb496 Fixes typo in eslint script (#11607) Bryce Kalow 2017-11-20 20:46:57 -06:00
  • c6bde7b99f support Call and Return components in React.Children calls (#11422) Matteo Vesprini-Heidrich 2017-11-20 17:06:37 -05:00
  • dbf715c958 Read debugRenderPhaseSideEffects from GK (#11603) Brian Vaughn 2017-11-20 14:05:53 -08:00
  • adcf980333 Re-enable UMD build for TestUtils (#11599) Andy Davies 2017-11-20 17:41:01 +00:00
  • 669a70dab7 Rewrite SyntheticEvent tests using public APIs only (#11525) Tim Jacobi 2017-11-20 14:29:27 +00:00
  • bd9dbd5d60 Remove MouseWheel and MouseDOMScroll event patching cristidrg 2017-11-20 12:40:57 +00:00
  • 57aef3f00e Format test fixtures Nathan Hunzaker 2017-11-19 12:12:46 -05:00
  • 70abda5b92 Switching the name property preserves radio selection landvibe 2017-11-20 00:44:35 +09:00
  • 3f405da614 Migrating to const/let and Object Spread in more places (#11535) Raphael Amorim 2017-11-19 12:53:55 -02:00
  • 962042f827 Improve formatting of errors when building (#11456) Soo Jae Hwang 2017-11-19 23:23:33 +09:00