Commit Graph

  • 2cca18728e React Events: add onFocusVisibleChange to Focus (#15516) Nicolas Gallagher 2019-04-29 13:52:15 -07:00
  • d35cf80921 Remove Fiber type properties we don't use in DevTools Ivan Babak 2019-04-28 12:57:28 -07:00
  • d351b46aee Merge pull request #238 from sompylasar/fix-typo-recursivelyinitializetree Dan Abramov 2019-04-28 13:38:49 +01:00
  • 7c04883f8d Merge pull request #239 from sompylasar/remove-agent-addbridge Dan Abramov 2019-04-28 13:38:34 +01:00
  • 1b5f043e01 Fix for 'Attempting to use a disconnected port object' Ivan Babak 2019-04-26 04:30:04 -07:00
  • d3e5fcd81c Rename Profiler types to disambiguate which is Frontend and Backend Ivan Babak 2019-04-28 04:28:10 -07:00
  • 9f06bc345f Add Flow types for Fiber Ivan Babak 2019-04-26 05:34:16 -07:00
  • 0b817777b4 Remove Agent addBridge: there can only be one bridge, add in constructor Ivan Babak 2019-04-28 03:31:16 -07:00
  • 19bfba7943 Fix typo recursivelyIniitliazeTree -> recursivelyInitializeTree Ivan Babak 2019-04-28 03:45:05 -07:00
  • cc5a49379b React Events: FocusScope tweaks and docs (#15515) Nicolas Gallagher 2019-04-26 13:38:01 -07:00
  • 796c67a25f Event API: responder event types should not re-register on EventComponent update (#15514) Dominic Gannaway 2019-04-26 21:33:54 +01:00
  • d81d74b236 Add test coverage for nested Suspense Dan Abramov 2019-04-26 20:04:28 +01:00
  • e5ed266873 Start using @babel/preset-env Dan Abramov 2019-04-26 19:29:51 +01:00
  • 2118b1fe1b Merge pull request #230 from gaearon/assert-maps Dan Abramov 2019-04-26 18:15:04 +01:00
  • b6a55989f5 Assert empty maps when there are no roots Dan Abramov 2019-04-26 17:47:00 +01:00
  • c28acc5d47 Changed owners back button label to say 'Up to <...>' Brian Vaughn 2019-04-26 09:38:25 -07:00
  • c4d1dcb533 React Events: core API documentation followup (#15506) Dominic Gannaway 2019-04-26 15:47:28 +01:00
  • 41ef1961c1 Update TopLevelEventTypes.js (#15511) Dan Nate 2019-04-26 08:58:32 -04:00
  • 7a482af5d8 Event API: Fix bug where Press root events were not being cleared (#15507) Dominic Gannaway 2019-04-26 10:30:38 +01:00
  • 281616f462 Support highlighting of all DOM elements of Fragments, not just first Ivan Babak 2019-04-21 01:06:02 -07:00
  • a14e24efab React Events: core API documentation (#15505) Nicolas Gallagher 2019-04-26 00:11:40 -07:00
  • 8658611b6c Event API: ensure event keys are unique + add validation (#15501) Dominic Gannaway 2019-04-26 08:00:57 +01:00
  • 707b44834f Merge pull request #213 from wldcordeiro/fix-firefox-perms Brian Vaughn 2019-04-25 19:11:39 -07:00
  • d9839740ef React events: remove unused types (#15503) Nicolas Gallagher 2019-04-25 15:11:53 -07:00
  • 043b73e0a8 Merge pull request #223 from bvaughn/owners-list-intermediate-components Brian Vaughn 2019-04-25 15:10:08 -07:00
  • 09029acf00 Refactored owners list to use cached metadata (and added more tests) Brian Vaughn 2019-04-25 12:16:13 -07:00
  • 15eacae02c Moved owners list calculations into the store and added tests Brian Vaughn 2019-04-24 15:19:13 -07:00
  • b6d617ac7f Added 'back to owner' button when owners stack is collapsed Brian Vaughn 2019-04-25 15:05:39 -07:00
  • e88819a22e Reverse direction of menu items within drop-down owners list Brian Vaughn 2019-04-25 14:10:51 -07:00
  • 0b34311705 React events: fix press end event dispatching (#15500) Nicolas Gallagher 2019-04-25 13:00:22 -07:00
  • d1f667acc0 Event API: follow up fixes for FocusScope + context changes (#15496) Dominic Gannaway 2019-04-25 20:10:33 +01:00
  • a0b1fb37fb Merge pull request #227 from gaearon/string-table Dan Abramov 2019-04-25 17:54:11 +01:00
  • 1bea469db0 Remove unneeded variable Dan Abramov 2019-04-25 17:46:48 +01:00
  • af2d1374c4 Let -> const Dan Abramov 2019-04-25 17:38:55 +01:00
  • 3920ebd0a1 Clarify encoding in overview Dan Abramov 2019-04-25 17:32:46 +01:00
  • c8f8943c9a Transfer strings in a string table Dan Abramov 2019-04-25 17:11:24 +01:00
  • c530639dd2 Minor code structure adjustments to the bundles.js file (#15079) Kunuk Nykjær 2019-04-25 17:24:01 +02:00
  • c1363b7e17 Merge pull request #226 from gaearon/mutate-children Dan Abramov 2019-04-25 15:27:36 +01:00
  • 2e423c21b0 Merge pull request #221 from gaearon/heuristic Dan Abramov 2019-04-25 15:22:34 +01:00
  • e1383c666d Allow to set tracked path multiple times Dan Abramov 2019-04-25 14:57:38 +01:00
  • 2993b168e5 Mutate the children array Dan Abramov 2019-04-25 14:39:28 +01:00
  • d5319566a1 Fix broken start:prod command Dan Abramov 2019-04-25 14:19:35 +01:00
  • ed36df46c6 add --watch mode to "yarn build" (#15116) Alec Larson 2019-04-25 07:55:44 -04:00
  • 793ef9b855 test(eslint-plugin-react-hooks): add coverage for unused custom hook (#15130) Redmond Tran 2019-04-25 04:15:29 -07:00
  • d61da93878 test(accumulate): add test suite for accumulate function (#15159) Jeffrey Berry 2019-04-25 04:12:25 -07:00
  • a187e9b5e4 React Native: Allow Views to be nested inside of Text (#15464) Adam Comella 2019-04-25 04:06:39 -07:00
  • f85aadefc0 ADD: disablePictureInPicture attribute for HTML5 videos (#15334) Radu-Sebastian Amarie 2019-04-25 14:02:28 +03:00
  • 1eb2b892df give canUseDOM with a possibility to be a constant (#14194) FUJI Goro 2019-04-25 19:28:53 +09:00
  • de26d6dd36 typo fix (#15493) shubham 2019-04-25 14:07:35 +05:30
  • 64e3da286f Event API: Add FocusScope surface (#15487) Dominic Gannaway 2019-04-25 02:01:09 +01:00
  • 80597a2377 Use a heuristic for locating roots Dan Abramov 2019-04-24 21:32:58 +01:00
  • 942f67c936 Merge pull request #220 from gaearon/removed-ids Dan Abramov 2019-04-24 19:25:05 +01:00
  • 3f058debc2 Event API: various bug fixes (#15485) Dominic Gannaway 2019-04-24 17:56:21 +01:00
  • 7bae48f00c Fixed minor CSS overflow issue Brian Vaughn 2019-04-24 09:07:53 -07:00
  • c855a862c3 Merge pull request #218 from gaearon/bump-react Brian Vaughn 2019-04-24 08:45:16 -07:00
  • 949384f4ca Select parent node if selection is removed Dan Abramov 2019-04-24 16:29:23 +01:00
  • 52deada495 Bump React versions Dan Abramov 2019-04-24 15:57:43 +01:00
  • 54aecf487e Merge pull request #215 from bvaughn/persist-selection Dan Abramov 2019-04-24 15:50:29 +01:00
  • f123763fe1 Read index off the Fiber Dan Abramov 2019-04-24 15:05:33 +01:00
  • 5d2d4213ec Delete stale paths Dan Abramov 2019-04-24 15:02:52 +01:00
  • e050529c7d Read renderer ID from operations Dan Abramov 2019-04-24 15:00:46 +01:00
  • 26162988aa Fix tests Dan Abramov 2019-04-23 17:10:19 +01:00
  • 7eb7c5a350 Match Fibers to saved selection as they mount Dan Abramov 2019-04-23 16:56:24 +01:00
  • 3bb837b683 Implement getPathForElement to serialize the selected path Dan Abramov 2019-04-23 16:01:31 +01:00
  • b1a7007cc5 Keep track of root insertion order in the renderer Dan Abramov 2019-04-23 15:42:51 +01:00
  • d8abecdcf9 Persist and restore selection in agent Dan Abramov 2019-04-23 15:25:55 +01:00
  • fb28e90482 Add missing word to code comment for clarity (#15443) Brendan McLoughlin 2019-04-24 06:03:51 -04:00
  • fa2fa3564d Experimental event API: adds context.isTargetDirectlyWithinEventComponent (#15481) Dominic Gannaway 2019-04-24 11:02:47 +01:00
  • d3af2f2a5d Experimental Event API: add event component mount phase callback (#15480) Dominic Gannaway 2019-04-24 10:41:24 +01:00
  • 085d00e877 Merge pull request #196 from bvaughn/selected-element-suspense Brian Vaughn 2019-04-23 18:33:05 -07:00
  • 7262a30cf3 Reverted optimization to avoid re-sending inspected fiber unless it committed Brian Vaughn 2019-04-23 18:04:25 -07:00
  • ce126fbb23 Fix priority inference of next level of work (#15478) Andrew Clark 2019-04-23 16:41:05 -07:00
  • 71c8759ceb Measure callback timeout relative to current time (#15479) Andrew Clark 2019-04-23 16:40:55 -07:00
  • 9c6ff136c7 Remove timeout from performance flamegraph (#15477) Andrew Clark 2019-04-23 15:42:25 -07:00
  • 299a2714c3 Use stricter equality check (#15474) Dan Abramov 2019-04-23 23:28:02 +01:00
  • 0aa7d2f800 Reverted optimization to avoid re-sending inspected fiber unless it committed Brian Vaughn 2019-04-23 14:03:58 -07:00
  • 1e5c0b7856 Re-added the selection message Brian Vaughn 2019-04-23 13:43:38 -07:00
  • 017d6f14b7 Experimental Event API: add rootEventTypes support to event responders (#15475) Dominic Gannaway 2019-04-23 19:55:50 +01:00
  • 4dcb34ea32 Fixed Flow error Brian Vaughn 2019-04-23 11:32:07 -07:00
  • 53c7338420 Updated flow-bin to attempt to fix the error Brian Vaughn 2019-04-23 09:00:25 -07:00
  • d85f566d66 Merged master (tooltip changes) Brian Vaughn 2019-04-23 08:49:40 -07:00
  • 8b33dd673d Added @reach/tooltip Brian Vaughn 2019-04-23 08:41:52 -07:00
  • 784ebd8fa9 Experimental event API: rework the propagation system for event components (#15462) Dominic Gannaway 2019-04-23 11:50:48 +01:00
  • ec7536704d Locked down canary versions Brian Vaughn 2019-04-22 19:32:16 -07:00
  • 7f1531044b Differentiate between no-change and no-element-found when inspecting element Brian Vaughn 2019-04-22 15:37:55 -07:00
  • 00872e2e51 Fixed suspense fallback issue by moving inspection message side effect before suspending render Brian Vaughn 2019-04-22 15:25:55 -07:00
  • 64bb2d31f9 Fixed bug with cache invalidation Brian Vaughn 2019-04-22 15:18:32 -07:00
  • 64bc49d523 Run first setState with explicit priority in case of non-React event handlers Brian Vaughn 2019-04-22 15:11:04 -07:00
  • 2d8c28733d fix: correct permissions for Firefox Wellington Cordeiro 2019-04-22 15:10:22 -06:00
  • e31ae91023 Removed duplicate scheduler module Brian Vaughn 2019-04-22 13:10:47 -07:00
  • ba640df982 Merge branch 'master' into selected-element-suspense Brian Vaughn 2019-04-22 10:47:34 -07:00
  • 433934f55e Refactored TreeContext to use less memoization (based on feedback from Sebastian) Brian Vaughn 2019-04-22 10:19:59 -07:00
  • d53ae2ea8a Refactored TreeContext to use less memoization (based on feedback from Sebastian) Brian Vaughn 2019-04-22 10:19:59 -07:00
  • 70be637d48 Don't schedule an update with React unless the curent element was invalidated Brian Vaughn 2019-04-22 09:03:25 -07:00
  • 5970bf4b40 Changed polling approach. Fixed remove event typo. Brian Vaughn 2019-04-22 08:52:15 -07:00
  • 3de18de25e Tried to implement two setState pattern, but it does not feel right Brian Vaughn 2019-04-21 12:16:42 -07:00
  • 957c389566 Adding polling and initial stab at not serializing duplicate inspected Element props Brian Vaughn 2019-04-20 10:35:19 -07:00
  • c6b19cc141 Refactored insepected element cache to use the context API Brian Vaughn 2019-04-20 08:33:00 -07:00
  • 09b023a6e6 Naive suspense implementation for selected element panel Brian Vaughn 2019-04-19 14:54:28 -07:00
  • 76b29ad0a9 Merge pull request #201 from gaearon/scroll-fix Brian Vaughn 2019-04-22 09:37:15 -07:00