Commit Graph

  • 80059bb730 Switch to client rendering if root receives update (#23309) Andrew Clark 2022-02-16 12:15:25 -06:00
  • f7f7ed089e Allow suspending in the shell during hydration (#23304) Andrew Clark 2022-02-16 11:47:50 -06:00
  • 27b5699694 Simplify cache pool contexts (#23280) Andrew Clark 2022-02-11 17:51:57 -05:00
  • 08fce6208e Gracefully handle empty "xstyle" prop values (Part 2) (#23279) Luna Ruan 2022-02-11 14:36:36 -05:00
  • 1fb0d06878 [Devtools][Transition Tracing] Add Transition callbacks to createRoot (#23276) Luna Ruan 2022-02-11 13:15:10 -05:00
  • a6987bee73 add <TracingMarker> component boilerplate (#23275) Luna Ruan 2022-02-11 11:42:55 -05:00
  • 796fff5483 Allow suspending outside a Suspense boundary (#23267) Andrew Clark 2022-02-11 11:26:00 -05:00
  • 64223fed82 Fix: Multiple hydration errors in same render (#23273) Andrew Clark 2022-02-10 08:40:00 -08:00
  • efd8f6442d Resolve default onRecoverableError at root init (#23264) Andrew Clark 2022-02-10 07:59:10 -08:00
  • e0af1aabec Fix wrong context argument to apply Andrew Clark 2022-02-09 20:49:35 -05:00
  • 9b5e0517b4 Remove deprecated wildcard folder mapping (#23256) Andrew Clark 2022-02-09 11:37:17 -08:00
  • 274b9fb168 Remove path resolution from internal forks plugin (#23255) Andrew Clark 2022-02-09 08:44:02 -08:00
  • a3bde7974c Exclude react-dom/unstable_testing entry point from stable releases (#23258) Sebastian Markbåge 2022-02-08 23:12:31 -05:00
  • 5690932765 Add onErrorShell Callback (#23247) Sebastian Markbåge 2022-02-08 22:38:14 -05:00
  • 0dedfcc681 Update the exports field (#23257) Sebastian Markbåge 2022-02-08 21:07:26 -05:00
  • 7b541a980d Add exports field to react-dom (#23252) Sebastian Markbåge 2022-02-08 17:19:52 -05:00
  • 9d4e8e84f7 React Native raw event EventEmitter - intended for app-specific perf listeners and debugging (#23232) Joshua Gross 2022-02-07 18:34:01 -08:00
  • 1dece52350 Add back warning with component stack on Hydration mismatch (#23241) salazarm 2022-02-07 17:25:33 -05:00
  • cd4eb116cf Revert "update node.js version for CI (#23236)" (#23239) dan 2022-02-07 03:55:57 +00:00
  • 1d7728bf9d update node.js version for CI (#23236) sunderls 2022-02-07 01:10:37 +00:00
  • 848e802d20 Add onRecoverableError option to hydrateRoot, createRoot (#23207) Andrew Clark 2022-02-04 07:57:33 -08:00
  • 5318971f50 Remove logic for multiple error recovery attempts (#23227) Andrew Clark 2022-02-02 13:14:20 -08:00
  • 3a44621296 Disable avoidThisFallback support in Fizz (#23224) salazarm 2022-02-01 18:22:04 -05:00
  • 0318ac2c41 Revert 4f5449 Ricky 2022-02-01 15:36:49 -05:00
  • 4f5449eb4b Remove main from scheduler index.js Ricky 2022-02-01 15:05:18 -05:00
  • 3f5ff16c1a [Hydration] Fallback to client render if server rendered extra nodes (#23176) salazarm 2022-02-01 14:52:01 -05:00
  • fa816be7f0 DevTools: Timeline profiler refactor Brian Vaughn 2022-01-28 13:09:28 -05:00
  • 2ed58eb889 Readme fixes (#23187) Shivam Jha 2022-01-27 05:43:17 +05:30
  • 3d1e7e7278 Suppress act() warnings in DevTools tests (#23192) Brian Vaughn 2022-01-26 15:18:21 -05:00
  • 934f72221d Gracefully handle empty "xstyle" prop values (#23190) Brian Vaughn 2022-01-26 13:54:44 -05:00
  • 529dc3ce84 Fix context providers in SSR when handling multiple requests (#23171) Fran Dios 2022-01-25 02:52:51 +09:00
  • e28a0db224 React DevTools 4.22.1 -> 4.23.0 Brian Vaughn 2022-01-24 09:29:18 -05:00
  • 13036bfbc8 DevTools should not crawl unmounted subtrees when profiling starts (#23162) Brian Vaughn 2022-01-21 11:05:49 -05:00
  • ca143e18d8 Prettier Andrew Clark 2022-01-21 09:59:11 -05:00
  • 26baf6a174 styles: replace Array.isArray with module isArray (#23154) Behnam Mohammadi 2022-01-21 18:03:00 +03:30
  • 7bee1379b7 Filter out deleted components that are added to the updaters list (#23156) Luna Ruan 2022-01-20 16:29:43 -05:00
  • a637084320 DevTools: Add Jest snapshot serializer for number formatting (#23139) Brian Vaughn 2022-01-20 15:52:17 -05:00
  • 505c15c9ef Don't inject timeline hooks unless React supports profiling (#23151) Brian Vaughn 2022-01-20 11:11:26 -05:00
  • e12a9dfc96 Fix production-only updateSyncExternalStore() crash when doing setState in render (#23150) Douglas Armstrong 2022-01-20 07:22:17 -08:00
  • 3fba8d64f1 Include other build types when building for CodeSandbox CI (#23152) Ives van Hoorne 2022-01-20 16:20:02 +01:00
  • e489402557 Warn when a callback ref returns a function (#23145) Dan Abramov 2022-01-20 15:18:38 +00:00
  • 05a55a4b09 Fix change events for custom elements (#22938) Joey Arhar 2022-01-19 12:34:07 -07:00
  • d8cfeaf221 Fix context propagation for offscreen/fallback trees (#23095) Dan Abramov 2022-01-19 16:30:34 +00:00
  • d504824780 Enable scheduling profiler flag in react-dom/testing builds (#23142) Brian Vaughn 2022-01-19 11:20:42 -05:00
  • 790b5246f6 Fix setState ignored in Safari when iframe is added to DOM in the same commit (#23111) Dan Abramov 2022-01-18 18:25:34 +00:00
  • 51947a14bb Refactored how React/DevTools log Timeline performance data (#23102) Brian Vaughn 2022-01-13 14:55:54 -05:00
  • c09596cc60 Add RN_FB bundles for react-is (#23101) Moti Zilberman 2022-01-12 21:53:50 +00:00
  • a87adefecd Allow functions to be passed to custom element setters (#23042) Joey Arhar 2022-01-12 13:12:07 -07:00
  • 9a7e6bf0d0 Add --no-show-signature to "git show" commands (#23038) Stefan Sundin 2022-01-11 09:14:08 -08:00
  • 2f26eb85d6 Add exports field to react-refresh's package.json (#23087) Gray Zhang 2022-01-12 00:48:09 +08:00
  • 811634762a add enableTransitionTracing feature flag (#23079) Luna Ruan 2022-01-10 15:32:40 -05:00
  • fe905f152f Update package.json (#22954) Jack Works 2022-01-08 04:59:47 +08:00
  • fe419346da Console message fixed for devtools (#23067) Andrew Covenant 2022-01-05 18:45:45 +02:00
  • 42c30e8b12 Correct typing errors detected in several files (#22965) Borja Paz Rodríguez 2022-01-04 16:30:07 +01:00
  • 9724e18004 Run DevTools e2e tests on Circle CI (#23019) Brian Vaughn 2022-01-04 10:28:03 -05:00
  • 3dc41d8a25 fix: parseExportNamesInto specifiers typo (#22537) btea 2021-12-23 12:08:56 -06:00
  • 20212349ad Fix variable name (#23021) BIKI DAS 2021-12-23 19:05:54 +05:30
  • a8e9bbe0fe Made the variable name more meaningful (#23017) BIKI DAS 2021-12-23 02:28:06 +05:30
  • bcd24a6706 DevTools: Only show StrictMode badge on root elements (#23012) Brian Vaughn 2021-12-21 15:26:42 -05:00
  • bd0a5dd682 #22988 - Fix Bug: @license header in React 18 bundles contains vundefined (#23004) Vitalie 2021-12-21 19:27:59 +02:00
  • a4ead704ba Use ReactDOM Test Selector API in DevTools e2e tests (#22978) Brian Vaughn 2021-12-21 11:58:04 -05:00
  • ceee524a8f Remove unnecessary clearContainer call (#22979) Sebastian Markbåge 2021-12-17 09:40:39 -08:00
  • aa8f2bdbce Refactored DevTools test shell for e2e (#22968) Brian Vaughn 2021-12-15 11:42:59 -05:00
  • e59233aa85 react-devtools-inline README updates (#22967) Brian Vaughn 2021-12-15 10:44:14 -05:00
  • 5b69c94eed React DevTools 4.22.0 -> 4.22.1 (#22962) Brian Vaughn 2021-12-14 23:52:50 -05:00
  • b10c378024 Revert changes to react-devtools-inline Webpack config from PR #22760 (#22961) Brian Vaughn 2021-12-14 23:45:46 -05:00
  • 3f45b68141 Re-added deleted files array to react-devtools package.json (#22960) Brian Vaughn 2021-12-14 23:28:57 -05:00
  • cd1a3e9b55 Build both a partial renderer and fizz renderer of the legacy API for FB (#22933) Sebastian Markbåge 2021-12-14 16:19:19 -08:00
  • 75d34aa083 Updated DevTools changelog Brian Vaughn 2021-12-14 16:50:17 -05:00
  • 0229baee21 React DevTools 4.21.0 -> 4.22.0 (#22951) jstejada 2021-12-14 14:19:21 -05:00
  • 911f92a44d DevTools: Support mulitple DevTools instances per page (#22949) Brian Vaughn 2021-12-14 12:16:16 -05:00
  • 5757919256 DevTools: Correctly log errors reported from the store (#22950) jstejada 2021-12-13 12:02:14 -05:00
  • a049aa0155 [DevTools] Log errors occurring or reported to the frontend (#22948) jstejada 2021-12-13 11:38:45 -05:00
  • 3b3daf5573 Advocate for StrictMode usage within Components tree (#22886) Brian Vaughn 2021-12-10 11:05:18 -05:00
  • 2c1cf5618a DevTools should inject itself for XHTML pages too (not just HTML) (#22932) Brian Vaughn 2021-12-09 15:32:11 -05:00
  • f2a59df48b Remove unstableAvoidThisFallback from OSS (#22884) salazarm 2021-12-08 11:21:02 -05:00
  • d3001fb6f1 Use next as prerelease label Andrew Clark 2021-12-08 10:57:13 -05:00
  • 29d2bef9f5 Bump beta -> rc Andrew Clark 2021-12-08 10:51:17 -05:00
  • 24dd07bd26 Add custom element property support behind a flag (#22184) Joey Arhar 2021-12-08 07:11:42 -08:00
  • 72e48b8e16 Fix: Don't skip writing updated package.json Andrew Clark 2021-12-08 02:55:46 -05:00
  • e39b2c8998 Fix peer deps for use-sync-external-store Andrew Clark 2021-12-08 02:44:12 -05:00
  • ec78b135fb Don't override use-sync-external-store peerDeps (#22882) Andrew Clark 2021-12-08 02:26:12 -05:00
  • 06f403481f Add CI job to check npm dependencies (#22881) Andrew Clark 2021-12-08 02:09:00 -05:00
  • ad607469c5 StyleX plug-in for resolving atomic styles to values for props.xstyle (#22808) Brian Vaughn 2021-12-07 20:04:12 -05:00
  • 5041c37d27 Remove hydrate option from createRoot (#22878) salazarm 2021-12-07 16:10:00 -05:00
  • c7917fe769 Test showing that a mismatch at the root recovers with client render but shows loading state (#22873) salazarm 2021-12-06 12:36:02 -05:00
  • 12bffc78d8 [DevTools] Emit new event when DevTools connects in standalone app (#22848) jstejada 2021-12-06 08:49:15 -05:00
  • 3f9480f0f5 enable continuous replay flag (#22863) salazarm 2021-12-03 19:35:20 -05:00
  • 8b8817845a Timeline search (#22799) Brian Vaughn 2021-12-03 16:23:48 -05:00
  • 4729ff6d1f Implement identifierPrefix option for useId (#22855) Andrew Clark 2021-12-02 20:49:43 -05:00
  • 71d16750c5 Replay capture phase for continuous events (#22856) Dan Abramov 2021-12-02 14:33:44 +00:00
  • 44f99d75fa Track currently replaying event (#22853) Dan Abramov 2021-12-02 14:11:21 +00:00
  • e737ea9655 Fork dispatch function based on the flag (#22852) Dan Abramov 2021-12-02 14:02:49 +00:00
  • ea5a413602 Decouple dispatching from attemptToDispatchEvent (#22851) Dan Abramov 2021-12-02 13:55:57 +00:00
  • ed00d2c3d8 Remove unused flag (#22854) Dan Abramov 2021-12-02 02:25:32 +00:00
  • a65ceef370 DevTools: Log version in internal logger (#22825) jstejada 2021-11-30 10:48:46 -05:00
  • 0cc724c777 update ReactFlightWebpackPlugin to be compatiable with webpack v5 (#22739) Michelle Chen 2021-11-25 17:43:22 -05:00
  • ca106a02d1 Add imageSizes and imageSrcSet to know props (#22550) Sebastian Silbermann 2021-11-25 01:49:52 +00:00
  • cbc484b5ae Update attribute-behavior fixture (#22522) Sebastian Silbermann 2021-11-25 01:37:09 +00:00
  • 4e6eec69be fix: document can be null, not just undefined (#22695) Simen Bekkhus 2021-11-24 21:51:15 +01:00