An open API service providing commit metadata for open source projects.

GitHub / itsdouges/react / commits

SHA Message Author Date Stats
454bcf1e Polish some mouse interactions Dan <d****v@g****m> over 7 years ago
a30e7d99 act() tests - Reuse and properly unmount containers (#14974) Philipp Spiess <h****o@p****m>
Committed by: Sunil Pai <t****e@o****m>
over 7 years ago
1e082619 Added missing instruction to Chrome install steps Brian Vaughn <b****n@f****m> over 7 years ago
818255df merge Merge pull request #145 from bvaughn/deploy-chrome-updates Brian Vaughn <b****n@f****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
801bb5e3 Udpated Firefox installation instructions Brian Vaughn <b****n@f****m> over 7 years ago
670d1348 Chrome build+deploy script auto-increment a prerelease version Brian Vaughn <b****n@f****m> over 7 years ago
26361427 Auto-update Chrome extension Brian Vaughn <b****n@f****m> over 7 years ago
8cf963c6 React events: ignore device buttons that aren't for primary interactions (#15... Nicolas Gallagher <n****r@g****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
38bd570d Stop tracking bundle sizes (#15404) Andrew Clark <g****t@a****o>
Committed by: GitHub <n****y@g****m>
over 7 years ago
097d0386 Track search navigation in DOM Dan Abramov <d****v@g****m>
Committed by: Brian Vaughn <b****n@f****m>
over 7 years ago
9c1dad50 react-window 1.8.0 Brian Vaughn <b****n@f****m> over 7 years ago
b18c836e merge Merge branch 'smart-scroll' of https://github.com/gaearon/react-devtools-expe... Brian Vaughn <b****n@f****m> over 7 years ago
dbd1d6b0 Firefox only supports peristent background extensions so I've removed the per... Brian Vaughn <b****n@f****m> over 7 years ago
403f150a Use smart scrolling Dan Abramov <d****v@g****m> over 7 years ago
8f17ade7 Circle CI config changes Brian Vaughn <b****n@f****m> over 7 years ago
af8a5d93 Added devEngines entry to package.json Brian Vaughn <b****n@f****m> over 7 years ago
a57b6dbe merge Merge pull request #133 from bvaughn/tests Brian Vaughn <b****n@f****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
be930d54 Use Circle CI to run lint, prettier, flow, and tests Brian Vaughn <b****n@f****m> over 7 years ago
7aadcdf6 Use :hidden attribute to collapse props/hooks Brian Vaughn <b****n@f****m> over 7 years ago
ae7ea00e Fix small sizing issue with expand collapse toggle Brian Vaughn <b****n@f****m> over 7 years ago
da4accda Added expand/collapse toggles to custom hooks Brian Vaughn <b****n@f****m> over 7 years ago
3438e5ce Experimental Event API: Add Hover onUnmount support (#15394) Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
805e7f87 React events: add unmounting to Focus (#15396) Nicolas Gallagher <n****r@g****m>
Committed by: Dominic Gannaway <t****m@u****m>
over 7 years ago
543353a0 Experimental Event API: Remove "listener" from event objects (#15391) Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
ed679840 Better message when CI for base commit is pending Andrew Clark <g****t@a****o> over 7 years ago
9055e31e Replace old Fiber Scheduler with new one (#15387) Andrew Clark <g****t@a****o>
Committed by: GitHub <n****y@g****m>
over 7 years ago
94810b2b Add Git revision to extension manifests Brian Vaughn <b****n@f****m> over 7 years ago
4e59d4f5 React events: add onHoverMove support (#15388) Nicolas Gallagher <n****r@g****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
9a0cf68a Add Git revision to build version Brian Vaughn <b****n@f****m> over 7 years ago
3ea5fac9 Enable text to wrap within error boundary stacks Brian Vaughn <b****n@f****m> over 7 years ago
f32b65d7 merge Merge pull request #135 from lucasecdb/fiber-info-overflow Brian Vaughn <b****n@f****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
2671e7e0 Fix fiber info sidepanel not scrollable Lucas Cordeiro <e****s@g****m> over 7 years ago
cdfb06e3 Fix path to results.json Andrew Clark <g****t@a****o> over 7 years ago
9642d266 Added ErrorBoundary with GitHub bug link Brian Vaughn <b****n@f****m> over 7 years ago
da508fc2 merge Merge pull request #126 from bvaughn/js-hover Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
de759032 Fix CI (#15393) Andrew Clark <g****t@a****o>
Committed by: GitHub <n****y@g****m>
over 7 years ago
367249c1 Don't drill into owners list if no owner metadata is available Brian Vaughn <b****n@f****m> over 7 years ago
687e4fb6 Bump scheduler version to 0.14.0 Andrew Clark <g****t@a****o> over 7 years ago
45473c94 React events: Press event fixes (#15386) Nicolas Gallagher <n****r@g****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
9672cf62 Experimental Event API: adds `stopPropagation` by default to Press (#15384) Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
75657c81 merge Merge branch 'keyboard-stuff' of https://github.com/gaearon/react-devtools-ex... Brian Vaughn <b****n@f****m> over 7 years ago
7bb2299d Moved __DEV__ setup from setupTests to setupEnv Brian Vaughn <b****n@f****m> over 7 years ago
e0ffa2b8 Moved a few vars inside of the setupTest beforeEach block Brian Vaughn <b****n@f****m> over 7 years ago
158b0b55 Added expand/collapse tests; chronologically ordered snapshots Brian Vaughn <b****n@f****m> over 7 years ago
16a7119b Added a simple Suspense test Brian Vaughn <b****n@f****m> over 7 years ago
4ad85b26 Cleaned up setup/polyfills Brian Vaughn <b****n@f****m> over 7 years ago
81183b14 Named snapshots. Tests use act() abstraction. Brian Vaughn <b****n@f****m> over 7 years ago
5d6a2082 Updated React test utils for newer version of act() Brian Vaughn <b****n@f****m> over 7 years ago
1bdae952 Added separate mount+update tests Brian Vaughn <b****n@f****m> over 7 years ago
25e918b4 Added [root] indicator to Store snapshot reprensentation Brian Vaughn <b****n@f****m> over 7 years ago
4926d160 Removed unnecessary configurable Bridge batch duration Brian Vaughn <b****n@f****m> over 7 years ago
9fb794b6 Added multi-test setup logic Brian Vaughn <b****n@f****m> over 7 years ago
38b7cf56 Ignore hover when navigating with keyboard Dan Abramov <d****v@g****m> over 7 years ago
0281a0d9 Add a missing dep Dan Abramov <d****v@g****m> over 7 years ago
a9eff329 Remove TouchHitTarget SSR logic to prevent issues with mouse events (#15381) Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
c9841001 Experimental Event API: preventDefault handling for anchors (#15383) Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
a5eb96fb merge Merge pull request #134 from sophiebits/bridge-batch Brian Vaughn <b****n@g****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
c25c59c8 Apply the Just Noticeable Difference to suspense timeouts (#15367) Sebastian Markbåge <s****n@c****u>
Committed by: GitHub <n****y@g****m>
over 7 years ago
7c13ea2f Improve bridge batching logic Sophie Alpert <s****s@h****m> over 7 years ago
7621df5b Initial example test. Will iterate from here. Brian Vaughn <b****n@f****m> over 7 years ago
40469a19 Fixed horizontal alignment for collapsable hooks Brian Vaughn <b****n@f****m> over 7 years ago
84a5a135 Editable name not text-selectable Brian Vaughn <b****n@f****m> over 7 years ago
e9f38559 Double clicking on a name toggles expanded state in KeyValue Brian Vaughn <b****n@f****m> over 7 years ago
4f254c0a Refactored KeyValue toggle so columns with toggles align better below those w... Brian Vaughn <b****n@f****m> over 7 years ago
3e2e930d Fixes a Flow type merge conflict (#15378) Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
952c8cda Fix a bug that caused it to jump over nodes when pressing too fast Dan Abramov <d****v@g****m> over 7 years ago
f0fb1805 Added new color-expand-collapse-toggle CSS var Brian Vaughn <b****n@f****m> over 7 years ago
3e19b164 merge Merge branch 'collapse-props' of https://github.com/lucasecdb/react-devtools-... Brian Vaughn <b****n@f****m> over 7 years ago
944a6192 Use button instead of div for a11y Lucas Cordeiro <e****s@g****m> over 7 years ago
7fc91f17 React events: add onPressMove and pressRetentionOffset to Press (#15374) Nicolas Gallagher <n****r@g****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
dd9cef9f Experimental Event API: Add targets and responder utility method for finding ... Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
6420f11d Left and right arrows only traverse parents Dan Abramov <d****v@g****m> over 7 years ago
2d516199 Update opener icon and remove negative margin Lucas Cordeiro <e****s@g****m> over 7 years ago
0aacc254 merge Merge pull request #123 from gaearon/focus-keyboard Brian Vaughn <b****n@g****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
88e51adc merge Merge pull request #122 from gaearon/prevent Brian Vaughn <b****n@g****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
4b0424fb Flow fix Brian Vaughn <b****n@f****m> over 7 years ago
268a7cb5 Moved blur/focus up to the AutoSizer wrapper and removed an effect+ref Brian Vaughn <b****n@f****m> over 7 years ago
1c381c58 Picking a DOM node focuses the tree Dan Abramov <d****v@g****m> over 7 years ago
caa74472 Replaced nested ternary Brian Vaughn <b****n@f****m> over 7 years ago
6836f159 Tweaked inactive CSS colors Brian Vaughn <b****n@f****m> over 7 years ago
d9ef0839 merge Merge branch 'inactive-window' of https://github.com/lucasecdb/react-devtools... Brian Vaughn <b****n@f****m> over 7 years ago
5b480a85 Prevent default on all key navigations Dan Abramov <d****v@g****m> over 7 years ago
11c03bf7 merge Merge pull request #120 from gaearon/mutation-index Brian Vaughn <b****n@g****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
7263e768 merge Merge pull request #116 from bvaughn/issues/105 Brian Vaughn <b****n@g****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
56be3588 merge Merge pull request #114 from gaearon/lazy-sync Brian Vaughn <b****n@g****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
f1a8bd29 Update selected index after mutation Dan Abramov <d****v@g****m> over 7 years ago
f89f2b21 Reverted misguided index/collapsed behavior Brian Vaughn <b****n@f****m> over 7 years ago
ba46f2df merge Merge pull request #118 from gaearon/required-title Brian Vaughn <b****n@g****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
98240f18 merge Merge pull request #117 from gaearon/hide-shell Brian Vaughn <b****n@g****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
74c9904e Rewrote weightDelta calculation to be more readable based on PR feedback Brian Vaughn <b****n@f****m> over 7 years ago
dd84e8ff Newly selected components always auto-expand their ancestors Brian Vaughn <b****n@f****m> over 7 years ago
1f7f0ea6 Update Store.getIndexOfElementID to take isCollapsed into account Brian Vaughn <b****n@f****m> over 7 years ago
b004a794 Reverted some unnecessary changes to TreeContext after Dan's PR 101 was merged Brian Vaughn <b****n@f****m> over 7 years ago
0decb178 merge Merge pull request #101 from gaearon/find-nit Brian Vaughn <b****n@g****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
102267b1 Renamed _numElements attribute based on PR feedback Brian Vaughn <b****n@f****m> over 7 years ago
1102fc5c Refactor: extract a variable Dan Abramov <d****v@g****m> over 7 years ago
3eca0bbe Use heuristic suggested by @sophiebits Dan Abramov <d****v@g****m> over 7 years ago
75a4312d Add missing Button titles Dan Abramov <d****v@g****m> over 7 years ago
84478a41 Put DevTools in dev shell above the inspector Dan Abramov <d****v@g****m> over 7 years ago
c64b3300 Move EventTypes to ReactTypes (#15364) Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago

← Back to repository