GitHub / itsdouges/react / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| dd748ef5 | Moved logic to only send updated filters across Bridge to the Store (and adde... | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| 91e3f6cd | Removed console.log | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| e2e598c8 | Remember last preferences tab via local storage | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| 19ed98d0 | Removed Settings panel in favor of new shared Settings modal | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| 402a68d8 | Fixed minor border bug in Profiling tab toolbar | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| c403ae4d | [Flare] Move Press root event removal till click phase (#15854) |
Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| f4cd7a38 | [Flare] Listen to document.body + add stopPropagation to Press (#15853) |
Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 37c33153 | merge Merge pull request #173 from bvaughn/legacy |
Brian Vaughn <b****n@g****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| e66fcaf1 | Nit | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| 8f532350 | Fixed regression fixtures | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| 80bf1ba0 | merge Merge branch 'master' into legacy | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| ea03ddd5 | Added Flow type coverage for all EventEmitter subclasses | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| b3046c6e | merge Merge pull request #310 from bvaughn/track-changed-props |
Brian Vaughn <b****n@f****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 3904d634 | Added an explicit 'did not render' label | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| 341d1574 | Tweaked a few inline comments | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| 9047f371 | Fix minor toolbar border misalignment | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| 4f92af17 | Only show "rendered at" if selected Fiber committed at least once | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| 7a72ee5a | Added context changes to sidebar; fixed a initial-mount detection bug | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| 5672d686 | Fixed some minor CSS issues | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| 6ab52232 | Added a test for added/removed props | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| a2f469d7 | Fixed an increment bug in sidebar for fiber-commits | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| 2d484013 | Added context support to change description | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| fdc5ca4b | Remove dead code | Dan Abramov <d****v@g****m> | about 7 years ago | |
| 90fa0adc | Fix lint | Dan Abramov <d****v@g****m> | about 7 years ago | |
| 65ac53bb | Fixes | Dan Abramov <d****v@g****m> | about 7 years ago | |
| ad7458bb | merge Merge branch 'master' into legacy | Dan Abramov <d****v@g****m> | about 7 years ago | |
| 9243bc19 | Rewrite to make it sturdier | Dan Abramov <d****v@g****m> | about 7 years ago | |
| bd5c2e46 | Initial change tracking implemented | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| 88e59277 | Added HOC badges to Jest Store serialization | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| 21bb66a8 | Added HOC filter test | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| 956935f9 | merge Merge pull request #308 from bvaughn/dependabot/npm_and_yarn/js-yaml-3.13.1 |
Brian Vaughn <b****n@f****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| c2c3e8e6 |
Bump js-yaml from 3.12.1 to 3.13.1
Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <d****]@u****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 78721bde | Backend notifies the frontend of Storage API support. Frontend disables e.g. ... | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| 3e3c83ae | Updated reload-and-profile temp key to use sessioStorage instead of localStorage | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| 89e36e39 | Wrap all calls to localStorage/sessionStorage to avoid potential runtime errors | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| 425473f4 | [Flare] Improve runtime performance of hit target intersection (#15836) |
Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| def56c97 | [Fresh] Capture Hook signatures lazily on first render (#15832) |
Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| a987206a | Fixed an overflow bug. Added mode-specific CSS style for Firefox. | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| 8cfcfe0f | [Flare] Fix ES6 issues with IE11 (#15834) |
Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| d0e041ae | [Fresh] Support classes by force-remounting them on edit (#15801) |
Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| d1a88ffc | Re-add plugin-transform-react-jsx-source plugin for tests | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| dc9b0810 | Changed react-window alias | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| 9d90189e | react-window sync flushes scroll updates | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| 6ff73387 | Vendored react-window | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| 73c27d8b | [Flare] Add basic Scroll event responder module (#15827) |
Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| c72dceff | [Flare] Small Swipe/Drag fixes (#15825) |
Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 6aaa4370 | Rename ReactFeatureFlags to remove the `.fb` suffix. (#15826) |
Christoph Nakazawa <c****r@g****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 843a59ab | [React Native] Remove eventTypes from ReactNativeBridgeEventPlugin (#15802) |
Ricky <r****i@f****m>
Committed by: Christoph Nakazawa <c****r@f****m> |
about 7 years ago | |
| 7b28ad11 | [Flare] EventPriority enum (#15823) |
Andrew Clark <g****t@a****o>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 7ef5970b | Removed __source info from production builds | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| d707a757 | nit: a quick copy edit for an act() message/comment (#15805) |
Sunil Pai <t****e@f****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| cfb79ee5 | [Flare] Fix isTouchEvent (#15824) |
Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 1afc83e7 | Tweaked manifest "version_name" logic | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| e158768b | fix: remove version_name from Firefox WebExtension manifest | Sarhan Aissi <s****i@g****m> | about 7 years ago | |
| 7ed3f681 | merge Merge pull request #295 from bvaughn/horizontal-compression |
Brian Vaughn <b****n@f****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 6b5deeed | [Events] Add support for events that are both user-blocking and continuous (#... |
Andrew Clark <g****t@a****o>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 7fa5a716 | Use Circle CI API v2 to get artifacts job ID (#15821) |
Brian Vaughn <b****n@f****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 8d4fb132 | [Flare] Fix nativeEvent.x/y for older browsers (#15820) |
Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 2534c0c9 | [Flare] Add event position properties to Hover responder (#15819) |
Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 2245206c | Add source location to debug logging info | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| 5963998f | Display density preference updates :root fontSize | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| b63a41d3 | Updated release script to be Workflow aware (#15809) |
Brian Vaughn <b****n@f****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| dd43cb5f | [Flare] Fix isPressWithinResponderRegion logic (#15808) |
Nicolas Gallagher <n****s@f****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 4f6cab54 | [Flare] Ignore keyboard interactions on text input children (#15810) |
Nicolas Gallagher <n****s@f****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 95a99867 | Decreased contrast of HOC badges in selected props panel | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| ef139a18 | Batched tweaks and bug fixes: | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| fa1e8df1 | chore: use jest-serializer-raw for react-fresh snapshots (#15806) |
Simen Bekkhus <s****1@g****m>
Committed by: Dan Abramov <d****v@g****m> |
about 7 years ago | |
| edfc1bb2 | Simplified background highlight style now that corner radius has been removed... | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| 06b004b5 | Renamed <Guideline> to <SelectedTreeHighlight> | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| fbc6e5d6 | Removed outdated comment and Eslint rule ignore | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| 6ac558df | Reset max indentation when entering/exiting the owner tree | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| a173f4eb | Add HOC component filter | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| 78cf2112 | Only shrink indentation. Don't increase it again. This avoids 'jumping'. | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| 07da821b | [react-native] Rewrite Haste imports in RN shims and add .fb.js extension (#1... |
James Ide <i****e@u****m>
Committed by: Christoph Nakazawa <c****r@f****m> |
about 7 years ago | |
| f713265a | Cap indentation increase at a max | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| 8261a3f4 | Removed Tree padding | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| dc08e800 | Cache list rows by Element ID rather than index | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| a383c467 | [ESLint] don't warn for Flow type variables (#15804) |
Jordan Rome <j****n@j****m>
Committed by: Dan Abramov <d****v@g****m> |
about 7 years ago | |
| 6b6e571c | Added HOC badge to owners list dropdown | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| 27d4f0b2 | Fixed box drawing chars comment | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| dc945f6b | Fixed a typo in string truncation util | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| 17b04c32 | Cleaned up how we measure children and adjust indentation size | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| 3f0606f3 | Refactored badges to share code and show +count | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| 6a69a6e9 | Added HOC badge to owners stack breadcrumbs | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| c1989448 | Disable guide/group highlight in owners tree mode | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| 96dc003a | Removed debounce+animation from indentation adjustment | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| b5f89988 | Added debounce and animation for resize | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| de9fb0a8 | Tweaked guideline background color style | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| ab7ae785 | Tweaked a few styles | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| 2845a788 | Whoops I broke CI (updating snapshots) | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| aa87b125 | Lots of tweaks | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| 5763f1d4 | [Events] Nested discrete events across systems | Andrew Clark <g****t@a****o> | about 7 years ago | |
| 88b39638 | [Flare] Remove deprecated keypress event (#15795) |
Nicolas Gallagher <n****s@f****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 19d95a13 | Revert "Re-added indent lines" | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| 63fe08ee | React Events: allow Tab+Alt on Mac in Focus responder (#15679) |
Mateusz Burzyński <m****i@g****m>
Committed by: Nicolas Gallagher <n****s@f****m> |
about 7 years ago | |
| 73c380fc | WorkPhase -> ExecutionContext | Andrew Clark <g****t@a****o> | about 7 years ago | |
| 33432b03 | Re-added indent lines | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| 5a269e7c | Initial POC for compressing horizontal offset for wide/deep trees | Brian Vaughn <b****n@f****m> | about 7 years ago | |
| 2794b921 | Add some support for reordering | Dan Abramov <d****v@g****m> | about 7 years ago | |
| c3be0859 | Remove crawling for updates | Dan Abramov <d****v@g****m> | about 7 years ago |