Commit Graph

  • 534c9c52ec Move error logging to update callback (#21737) Dan Abramov 2021-06-24 20:57:10 +01:00
  • 51b0becf3e Always keep disabled logs in the second pass (#21739) Dan Abramov 2021-06-24 19:50:07 +01:00
  • 386e8f2ea7 DevTools: Fix Settings dialog scroll/size bug in Firefox (#21747) Brian Vaughn 2021-06-24 11:19:57 -04:00
  • 7fec38041f Log and show error overlay for commit phase errors (#21723) Dan Abramov 2021-06-24 15:48:28 +01:00
  • 27c9c95e23 act: Bypass microtask for "default sync" updates (#21740) Andrew Clark 2021-06-23 20:32:44 -04:00
  • 8426bb6956 Pass Jest useStderr flag when debugging (#21741) Brian Vaughn 2021-06-23 16:58:46 -04:00
  • e577bfb1ce Add tests for invokeGuardedCallback (#21734) Dan Abramov 2021-06-23 21:47:47 +01:00
  • 355591add4 Next/experimental release versions include commit date (#21700) Brian Vaughn 2021-06-23 13:50:09 -04:00
  • d7dce572c7 Remove internal act builds from public modules (#21721) Andrew Clark 2021-06-22 17:29:35 -04:00
  • 06f7b4f43a act should work without mock Scheduler (#21714) Andrew Clark 2021-06-22 17:25:07 -04:00
  • 422e0bb360 Delete test-utils implementation of act (#21703) Andrew Clark 2021-06-22 17:21:22 -04:00
  • 568dc3532e Remove unstable_createRoot from internal builds (#21698) Sebastian Markbåge 2021-06-17 14:29:30 -04:00
  • 43f4cc1608 Fix failing test (#21697) Dan Abramov 2021-06-17 13:56:18 +01:00
  • d0f348dc1b Fix for failed Suspense layout semantics (#21694) Brian Vaughn 2021-06-16 19:44:44 -04:00
  • bd0a963445 Throw when act is used in production (#21686) Andrew Clark 2021-06-16 16:29:51 -04:00
  • a0d2d1e1e1 Fix fixture lockfile manually Dan Abramov 2021-06-16 00:04:01 +01:00
  • 6cbf2a8b3b Add missing package lock Dan Abramov 2021-06-15 23:52:15 +01:00
  • c0a77029c4 Remove unused variable Dan Abramov 2021-06-15 23:49:41 +01:00
  • f283d7524a Use npm lockfile for fixture Dan Abramov 2021-06-15 23:49:04 +01:00
  • 03c5314b44 [SSR2 Fixture] Update APIs (#21688) Dan Abramov 2021-06-15 23:20:51 +01:00
  • 7ec4c55971 createRoot(..., {hydrate:true}) -> hydrateRoot(...) (#21687) Sebastian Markbåge 2021-06-15 16:37:53 -04:00
  • 9212d994ba Merge /unstable-fizz entry point into /server (#21684) Sebastian Markbåge 2021-06-14 21:37:44 -04:00
  • 9343f87203 Use the server src files as entry points for the builds/tests (#21683) Sebastian Markbåge 2021-06-14 19:23:19 -04:00
  • e601854f07 Clean up partial renderer entry points (#21682) Sebastian Markbåge 2021-06-14 18:44:46 -04:00
  • 502f8a2a07 [Fizz/Flight] Don't use default args (#21681) Sebastian Markbåge 2021-06-14 18:28:20 -04:00
  • bd45ad05dc Add a DOCTYPE to the stream if the <html> tag is rendered (#21680) Sebastian Markbåge 2021-06-14 16:57:17 -04:00
  • a8f5e77b92 Remove invokeGuardedCallback from commit phase (#21666) Dan Abramov 2021-06-14 21:45:53 +01:00
  • dbe3363ccd [Fizz] Implement Legacy renderToString and renderToNodeStream on top of Fizz (#21276) Sebastian Markbåge 2021-06-14 15:54:30 -04:00
  • 101ea9f55c Set deletedTreeCleanUpLevel to 3 (#21679) Dan Abramov 2021-06-14 20:10:24 +01:00
  • 1a106bdc2a Wrap eventhandle-specific logic in a flag (#21657) Dan Abramov 2021-06-11 21:08:32 +01:00
  • 3ba2b67f21 Update react_18.md Brian Vaughn 2021-06-11 14:27:09 -04:00
  • 905f6f48d4 Update react_18.md Brian Vaughn 2021-06-11 14:25:47 -04:00
  • ca4e650ec1 Update react_18.md Brian Vaughn 2021-06-11 14:24:09 -04:00
  • 42a89d5c61 Update react_18.md Brian Vaughn 2021-06-11 14:22:57 -04:00
  • 1e3ceadcc0 Added React 18 issue template Brian Vaughn 2021-06-11 14:19:37 -04:00
  • 01be61c12f DevTools can inspect Proxies that return broken iterator functions (#21660) Brian Vaughn 2021-06-11 10:15:48 -04:00
  • cb30388d10 Export React Native AttributeType Types (#21661) Timothy Yung 2021-06-11 00:45:49 -07:00
  • c1536795ca Revert "Make enableSuspenseLayoutEffectSemantics static for www (#21617)" (#21656) Sebastian Markbåge 2021-06-10 13:12:31 -04:00
  • c96b78e0e7 Add concurrentRoot property to ReactNativeTypes (#21648) Samuel Susla 2021-06-10 13:59:22 +01:00
  • aecb3b6d11 Deprecate ReactDOM.render and ReactDOM.hydrate (#21652) Andrew Clark 2021-06-09 16:46:55 -04:00
  • 1a3f1afbd3 [React Native] Fabric get current event priority (#21553) Samuel Susla 2021-06-08 17:26:21 +01:00
  • e6be2d531d Fix tag validation Andrew Clark 2021-06-08 11:53:43 -04:00
  • 6bbe7c3446 Remove space from tag arguments Andrew Clark 2021-06-08 11:40:34 -04:00
  • bc7d5ac99d Allow alpha tags Andrew Clark 2021-06-08 11:31:42 -04:00
  • 48a11a3efc Update next React version (#21647) Andrew Clark 2021-06-08 11:26:22 -04:00
  • 5aa0c5671f Fix Issue with Undefined Lazy Imports By Refactoring Lazy Initialization Order (#21642) Sebastian Markbåge 2021-06-07 17:47:18 -04:00
  • 0eea577248 Fix typo in comment (accumlated → accumulated) (#21637) ithinker5 2021-06-07 20:52:49 +08:00
  • 0706162ba7 Fix typo in comment (environement → environment) (#21635) niexq 2021-06-07 20:52:42 +08:00
  • 9d17b562ba Fix typo in comment (satsify → satisfy) (#21629) niexq 2021-06-06 02:02:15 +08:00
  • b610fec00c fix comments: expiration time -> lanes (#21551) Shannon Feng 2021-06-05 22:19:40 +08:00
  • 23c80959ad Fix CSS Dan Abramov 2021-06-04 23:12:01 +01:00
  • 2568fecc38 Tweak fixture Dan Abramov 2021-06-04 23:10:02 +01:00
  • fccfc24893 [Fizz] Add another fixture (#21627) Dan Abramov 2021-06-04 23:04:06 +01:00
  • cc4d24ab0b [Fizz] Always call flush() if it exists (#21625) Dan Abramov 2021-06-04 20:17:57 +01:00
  • 46926993fc Fix typo in bridge.js (#21621) Ikko Ashimine 2021-06-05 00:42:09 +09:00
  • e0d9b28999 [Fizz] Minor Fixes for Warning Parity (#21618) Sebastian Markbåge 2021-06-03 19:54:31 -04:00
  • 1b7b3592f4 [Fizz] Implement Component Stacks in DEV for warnings (#21610) Sebastian Markbåge 2021-06-03 16:02:41 -04:00
  • 39f0074892 Make enableSuspenseLayoutEffectSemantics static for www (#21617) Brian Vaughn 2021-06-03 12:40:59 -07:00
  • 7747a5684d Support @latest in prepare-release-from-ci (#21616) Andrew Clark 2021-06-03 14:00:08 -04:00
  • 8f37942765 Prepare semver (@latest) releases in CI (#21615) Andrew Clark 2021-06-03 13:26:11 -04:00
  • 44cdfd6b7a Use ReactVersions module as package allowlist (#21613) Andrew Clark 2021-06-03 11:45:10 -04:00
  • 8b4201535c Devtools: add feature to trigger an error boundary (#21583) Bao Pham 2021-06-03 23:21:44 +08:00
  • 2418f24b60 Fix <select> check of defaultValue/value type (#21611) Sebastian Markbåge 2021-06-03 09:13:00 -04:00
  • 154a8cf328 Fix reference to wrong variable Andrew Clark 2021-06-03 00:23:08 -04:00
  • 6736a38b9a Add single source of truth for package versions (#21608) Andrew Clark 2021-06-02 23:54:26 -04:00
  • 86715efa23 Resolve the true entry point during tests (#21505) Sebastian Markbåge 2021-06-02 21:03:29 -04:00
  • a8a4742f1c Convert ES6/TypeScript/CoffeeScript Tests to createRoot + act (#21598) Sebastian Markbåge 2021-06-02 14:36:59 -04:00
  • 1d3558965f Disable deferRenderPhaseUpdateToNextBatch by default (#21605) Sebastian Markbåge 2021-06-02 14:28:06 -04:00
  • a8964649bb Delete an unused field (#21415) okmttdhr 2021-06-03 00:24:40 +09:00
  • 76f85b3e50 Expose Fizz in stable builds (#21602) Dan Abramov 2021-06-02 16:13:19 +01:00
  • e16d61c300 [Offscreen] Mount/unmount layout effects (#21386) Andrew Clark 2021-06-01 15:46:08 -04:00
  • 63091939bd OSS feature flag updates (#21597) Brian Vaughn 2021-06-01 10:44:10 -07:00
  • efbd69b27e Define global __WWW__ = true flag during www tests (#21504) Sebastian Markbåge 2021-06-01 13:16:06 -04:00
  • 8f6163cbed Fix Fizz exported types (#21596) Sebastian Markbåge 2021-06-01 13:02:04 -04:00
  • 28625c6f45 Disable strict effects for legacy roots (again) (#21591) Brian Vaughn 2021-05-31 10:05:50 -07:00
  • d75105fa92 DevTools: Format error message (#21580) Brian Vaughn 2021-05-27 12:44:14 -07:00
  • 3c2341416a Update jest to v26 (#21574) Sebastian Silbermann 2021-05-27 17:33:57 +02:00
  • 5151466bab Updated DevTools bug Workflow Brian Vaughn 2021-05-27 09:49:44 -04:00
  • 0d493dcda9 Removed _debugID field from Fiber - Issue #21558 (#21570) Pulkit Sharma 2021-05-27 02:23:18 +05:30
  • bb1c821556 Fixed localhost URL check Brian Vaughn 2021-05-26 10:43:51 -04:00
  • 7841d0695a Enable the updater-tracking feature flag in more builds (#21567) Brian Vaughn 2021-05-25 14:41:19 -07:00
  • 6405efc368 Enabled Profiling feature flags for OSS release (#21565) Brian Vaughn 2021-05-25 14:32:14 -07:00
  • 0ae5290b54 DevTools 4.13.4 -> 4.13.5 Brian Vaughn 2021-05-25 15:18:47 -04:00
  • 965fb8be6b DevTools: Support an element mounting before its owner (#21562) Brian Vaughn 2021-05-25 11:49:05 -07:00
  • 2d8d133e17 Turn on enableSyncDefaultUpdates everywhere (#21548) Ricky 2021-05-25 11:21:58 -04:00
  • 459c34fde6 Add flag concurrent root to Fabric render function (#21552) Samuel Susla 2021-05-24 15:56:47 +01:00
  • a731a51696 Add GitHub action to check for bug repro (#21542) Brian Vaughn 2021-05-21 12:48:12 -07:00
  • 51ebccc374 DevTools: Add 4.13.4 changelog Brian Vaughn 2021-05-20 17:00:17 -04:00
  • 97c25b0e9c DevTools: Add 4.10.4 to CHANGELOG Brian Vaughn 2021-05-20 16:31:18 -04:00
  • 45f1a4a33f DevTools: Revert force deep re-mount when Fast Refresh detected (#21539) Brian Vaughn 2021-05-20 12:28:59 -07:00
  • e0bffeeb01 Update devtools_bug_report.yml Brian Vaughn 2021-05-20 14:52:08 -04:00
  • 549aaacbb0 Update devtools_bug_report.yml Brian Vaughn 2021-05-20 14:51:35 -04:00
  • 132b72d7b6 DevTools 4.13.3 -> 4.13.4 Brian Vaughn 2021-05-20 11:24:30 -04:00
  • b8bbb6a13d Fix edge-case Fast Refresh bug that caused Fibers with warnings/errors to be untracked prematurely (#21536) Brian Vaughn 2021-05-20 08:24:08 -07:00
  • ebcec3cc20 Add key to inspected-element error boundary (#21535) Brian Vaughn 2021-05-19 14:38:12 -07:00
  • 99995c1063 Improve error boundary in inspected elements panel (#21531) Brian Vaughn 2021-05-19 10:27:56 -07:00
  • 3f8f4675d4 Updated DevTools CHANGELOG for 4.13.3 release Brian Vaughn 2021-05-19 10:59:32 -04:00
  • d6604ac031 Account for another DevTools + Fast Refresh edge case (#21523) Brian Vaughn 2021-05-18 19:44:29 -07:00
  • b15bf2b2f1 DevTools bugfix for useState() with hasOwnProperty key (#21524) Brian Vaughn 2021-05-18 13:43:33 -07:00
  • 343776fc90 Added React entry-points change to DevTools changelog Brian Vaughn 2021-05-18 13:25:29 -04:00