Commit Graph

  • f0156766dc [Fresh] react-fresh => react-refresh (#15888) Dan Abramov 2019-06-15 19:36:46 +01:00
  • a15f776708 fix: ensure when-rendered content is never hidden Justin Grant 2019-06-15 09:24:37 -07:00
  • 801feed95c Interaction tracing works across hidden and SSR hydration boundaries (#15872) Brian Vaughn 2019-06-14 18:08:23 -07:00
  • 661562fc52 Fix outdated test comments (#15892) Andrew Clark 2019-06-14 16:51:27 -07:00
  • 788da69b74 [Suspense] Fix bad loading state not being delayed (#15891) Andrew Clark 2019-06-14 16:10:39 -07:00
  • 353e0ee474 [Flare] remove stopLocalPropagation option + modify responder ownership (#15889) Dominic Gannaway 2019-06-14 23:11:54 +01:00
  • a146c1f9ed [Flare] Refactor of Press to fix various issues (#15878) Dominic Gannaway 2019-06-14 22:52:26 +01:00
  • de7a09c1e0 [Fresh] Make transform resilient to plugin order (#15883) Dan Abramov 2019-06-14 14:57:20 +01:00
  • 2fe8fd290b [Suspense] Use style.setProperty to set display (#15882) Andrew Clark 2019-06-13 18:17:17 -07:00
  • b4b3a1dc66 Fix fuzz test environment variable Andrew Clark 2019-06-13 15:59:35 -07:00
  • e91dd70ba2 Remove disableYielding feature flag (#15654) Andrew Clark 2019-06-13 15:58:40 -07:00
  • 5e8678a0a9 Don't send HTMLElements through the bridge when inspecting componetns Brian Vaughn 2019-06-13 09:09:31 -07:00
  • 9eb6d3465d Updated React version check to account for older (<15) versions Brian Vaughn 2019-06-12 18:56:39 -07:00
  • 96f7646a1a Updated hydration logic to handle custom objects Brian Vaughn 2019-06-12 15:43:15 -07:00
  • cb10c3d6da Lintfix Brian Vaughn 2019-06-12 15:17:29 -07:00
  • f6ec82553d Support toggling Suspense from within owners list Brian Vaughn 2019-06-12 15:13:51 -07:00
  • f0a29984f4 Merge pull request #320 from gaearon/own Brian Vaughn 2019-06-12 09:58:17 -07:00
  • 4bfabbc32b Fix owner tree for legacy backend Dan 2019-06-12 17:56:25 +01:00
  • 2e40cc4b18 Merge pull request #319 from gaearon/legacy-fix Brian Vaughn 2019-06-12 09:36:20 -07:00
  • fdf753021e Distinguish functions and classes Dan 2019-06-12 17:23:29 +01:00
  • 3137553f6d State and context are on the public instance Dan 2019-06-12 16:50:15 +01:00
  • f352fe2625 Maintain rootID for lazily crawled trees Dan 2019-06-12 16:38:35 +01:00
  • b5850fe304 Ignore SSR mounts Dan 2019-06-12 16:15:58 +01:00
  • 4d949d7641 [React Native] Replace touch discrepancy errors to warnings (#15866) Timothy Yung 2019-06-12 11:37:41 +01:00
  • 45acbdc0ba [Flare] Unsure root events are removed on contextmenu (#15862) Dominic Gannaway 2019-06-12 02:19:02 +01:00
  • 198ed661c5 [Suspense] Use !important to hide Suspended nodes (#15861) Andrew Clark 2019-06-11 11:40:06 -07:00
  • 191920605f [Fresh] Implement missing features (#15860) Dan Abramov 2019-06-11 19:37:42 +01:00
  • 6c8ae706ee Merge pull request #316 from gaearon/lighter Brian Vaughn 2019-06-11 07:13:01 -07:00
  • 3bca6b28cd Make children selection lighter Dan Abramov 2019-06-10 20:10:24 -06:00
  • a08e9279ec Merge pull request #315 from bvaughn/settings Brian Vaughn 2019-06-10 15:44:23 -07:00
  • dd748ef574 Moved logic to only send updated filters across Bridge to the Store (and added tests) Brian Vaughn 2019-06-10 15:36:29 -07:00
  • 91e3f6cd4d Removed console.log Brian Vaughn 2019-06-10 15:05:12 -07:00
  • e2e598c824 Remember last preferences tab via local storage Brian Vaughn 2019-06-10 15:03:05 -07:00
  • 19ed98d0c2 Removed Settings panel in favor of new shared Settings modal Brian Vaughn 2019-06-10 14:57:26 -07:00
  • 402a68d816 Fixed minor border bug in Profiling tab toolbar Brian Vaughn 2019-06-10 11:14:27 -07:00
  • c403ae4d35 [Flare] Move Press root event removal till click phase (#15854) Dominic Gannaway 2019-06-10 19:08:53 +01:00
  • f4cd7a38d2 [Flare] Listen to document.body + add stopPropagation to Press (#15853) Dominic Gannaway 2019-06-10 16:51:26 +01:00
  • 37c331533d Merge pull request #173 from bvaughn/legacy Brian Vaughn 2019-06-09 16:24:00 -07:00
  • e66fcaf17d Nit Brian Vaughn 2019-06-09 16:22:23 -07:00
  • 8f53235017 Fixed regression fixtures Brian Vaughn 2019-06-09 16:16:06 -07:00
  • 80bf1ba0eb Merge branch 'master' into legacy Brian Vaughn 2019-06-09 16:00:12 -07:00
  • ea03ddd583 Added Flow type coverage for all EventEmitter subclasses Brian Vaughn 2019-06-09 15:50:17 -07:00
  • b3046c6e19 Merge pull request #310 from bvaughn/track-changed-props Brian Vaughn 2019-06-08 17:45:46 -07:00
  • 3904d634bb Added an explicit 'did not render' label Brian Vaughn 2019-06-08 17:36:17 -07:00
  • 341d1574cb Tweaked a few inline comments Brian Vaughn 2019-06-08 17:30:11 -07:00
  • 9047f371e2 Fix minor toolbar border misalignment Brian Vaughn 2019-06-08 17:18:05 -07:00
  • 4f92af17ea Only show "rendered at" if selected Fiber committed at least once Brian Vaughn 2019-06-08 17:17:56 -07:00
  • 7a72ee5ac0 Added context changes to sidebar; fixed a initial-mount detection bug Brian Vaughn 2019-06-08 17:01:38 -07:00
  • 5672d686dc Fixed some minor CSS issues Brian Vaughn 2019-06-08 16:45:38 -07:00
  • 6ab522326d Added a test for added/removed props Brian Vaughn 2019-06-08 11:41:39 -07:00
  • a2f469d742 Fixed an increment bug in sidebar for fiber-commits Brian Vaughn 2019-06-08 09:22:30 -07:00
  • 2d48401346 Added context support to change description Brian Vaughn 2019-06-08 09:10:54 -07:00
  • fdc5ca4ba6 Remove dead code Dan Abramov 2019-06-07 18:42:12 -07:00
  • 90fa0adc0a Fix lint Dan Abramov 2019-06-07 18:37:24 -07:00
  • 65ac53bba4 Fixes Dan Abramov 2019-06-07 18:33:03 -07:00
  • ad7458bb42 Merge branch 'master' into legacy Dan Abramov 2019-06-07 17:54:54 -07:00
  • 9243bc194c Rewrite to make it sturdier Dan Abramov 2019-06-07 17:21:30 -07:00
  • bd5c2e4621 Initial change tracking implemented * User profiling setting * Background collects changed props/state (not added/removed or hooks yet) * Tests updated Brian Vaughn 2019-06-07 15:38:26 -07:00
  • 88e59277e7 Added HOC badges to Jest Store serialization Brian Vaughn 2019-06-07 14:10:49 -07:00
  • 21bb66a8c7 Added HOC filter test Brian Vaughn 2019-06-07 14:06:08 -07:00
  • 956935f915 Merge pull request #308 from bvaughn/dependabot/npm_and_yarn/js-yaml-3.13.1 Brian Vaughn 2019-06-07 13:15:10 -07:00
  • c2c3e8e6e5 Bump js-yaml from 3.12.1 to 3.13.1 dependabot[bot] 2019-06-07 20:12:54 +00:00
  • 78721bde4c Backend notifies the frontend of Storage API support. Frontend disables e.g. reload-and-profile based on this. Brian Vaughn 2019-06-07 13:08:49 -07:00
  • 3e3c83aecd Updated reload-and-profile temp key to use sessioStorage instead of localStorage Brian Vaughn 2019-06-07 12:40:59 -07:00
  • 89e36e3976 Wrap all calls to localStorage/sessionStorage to avoid potential runtime errors Brian Vaughn 2019-06-07 10:51:01 -07:00
  • 425473f43f [Flare] Improve runtime performance of hit target intersection (#15836) Dominic Gannaway 2019-06-07 15:57:10 +01:00
  • def56c9797 [Fresh] Capture Hook signatures lazily on first render (#15832) Dan Abramov 2019-06-06 10:53:12 -07:00
  • a987206a36 Fixed an overflow bug. Added mode-specific CSS style for Firefox. Brian Vaughn 2019-06-06 10:39:07 -07:00
  • 8cfcfe0fcb [Flare] Fix ES6 issues with IE11 (#15834) Dominic Gannaway 2019-06-06 18:38:46 +01:00
  • d0e041aee8 [Fresh] Support classes by force-remounting them on edit (#15801) Dan Abramov 2019-06-05 16:13:42 -07:00
  • d1a88ffc5c Re-add plugin-transform-react-jsx-source plugin for tests Brian Vaughn 2019-06-05 14:36:01 -07:00
  • dc9b0810f9 Changed react-window alias Brian Vaughn 2019-06-05 14:33:24 -07:00
  • 9d90189ee3 react-window sync flushes scroll updates Brian Vaughn 2019-06-05 14:30:43 -07:00
  • 6ff733873c Vendored react-window Brian Vaughn 2019-06-05 14:27:57 -07:00
  • 73c27d8b49 [Flare] Add basic Scroll event responder module (#15827) Dominic Gannaway 2019-06-05 18:20:34 +01:00
  • c72dceffbc [Flare] Small Swipe/Drag fixes (#15825) Dominic Gannaway 2019-06-05 17:51:41 +01:00
  • 6aaa43708d Rename ReactFeatureFlags to remove the .fb suffix. (#15826) Christoph Nakazawa 2019-06-05 14:20:09 +01:00
  • 843a59ab60 [React Native] Remove eventTypes from ReactNativeBridgeEventPlugin (#15802) Ricky 2019-06-05 13:21:13 +01:00
  • 7b28ad119e [Flare] EventPriority enum (#15823) Andrew Clark 2019-06-04 17:20:06 -07:00
  • 7ef5970b2f Removed __source info from production builds Brian Vaughn 2019-06-04 17:03:13 -07:00
  • d707a75794 nit: a quick copy edit for an act() message/comment (#15805) Sunil Pai 2019-06-04 16:36:07 -07:00
  • cfb79ee5b3 [Flare] Fix isTouchEvent (#15824) Dominic Gannaway 2019-06-04 23:58:11 +01:00
  • 1afc83e7cd Tweaked manifest "version_name" logic Brian Vaughn 2019-06-04 14:56:36 -07:00
  • e158768b16 fix: remove version_name from Firefox WebExtension manifest Sarhan Aissi 2019-06-04 22:34:20 +01:00
  • 7ed3f6815c Merge pull request #295 from bvaughn/horizontal-compression Brian Vaughn 2019-06-04 13:59:22 -07:00
  • 6b5deeed50 [Events] Add support for events that are both user-blocking and continuous (#15811) Andrew Clark 2019-06-04 13:35:52 -07:00
  • 7fa5a716e3 Use Circle CI API v2 to get artifacts job ID (#15821) Brian Vaughn 2019-06-04 13:28:41 -07:00
  • 8d4fb132ef [Flare] Fix nativeEvent.x/y for older browsers (#15820) Dominic Gannaway 2019-06-04 20:58:20 +01:00
  • 2534c0c924 [Flare] Add event position properties to Hover responder (#15819) Dominic Gannaway 2019-06-04 18:10:15 +01:00
  • 2245206c4c Add source location to debug logging info Brian Vaughn 2019-06-04 08:56:10 -07:00
  • 5963998fbe Display density preference updates :root fontSize Brian Vaughn 2019-06-04 07:24:14 -07:00
  • b63a41d38a Updated release script to be Workflow aware (#15809) Brian Vaughn 2019-06-03 17:29:06 -07:00
  • dd43cb5fb9 [Flare] Fix isPressWithinResponderRegion logic (#15808) Nicolas Gallagher 2019-06-03 14:59:26 -07:00
  • 4f6cab547b [Flare] Ignore keyboard interactions on text input children (#15810) Nicolas Gallagher 2019-06-03 14:34:08 -07:00
  • 95a99867f7 Decreased contrast of HOC badges in selected props panel Brian Vaughn 2019-06-03 12:51:04 -07:00
  • ef139a1811 Batched tweaks and bug fixes: Brian Vaughn 2019-06-03 12:47:26 -07:00
  • fa1e8df116 chore: use jest-serializer-raw for react-fresh snapshots (#15806) Simen Bekkhus 2019-06-03 21:46:34 +02:00
  • edfc1bb2b3 Simplified background highlight style now that corner radius has been removed from selected highlight Brian Vaughn 2019-06-03 10:46:37 -07:00
  • 06b004b5d4 Renamed <Guideline> to <SelectedTreeHighlight> Brian Vaughn 2019-06-03 09:39:31 -07:00
  • fbc6e5d68a Removed outdated comment and Eslint rule ignore Brian Vaughn 2019-06-03 09:33:48 -07:00