Commit Graph

  • 587676900f React events: initial implementation of disabled prop (#15458) Nicolas Gallagher 2019-04-21 18:17:18 -07:00
  • 59c7aef91d React events: add a test for focusable descendants (#15457) Nicolas Gallagher 2019-04-21 17:47:52 -07:00
  • 0a8da33916 React events: README update types and remove stopPropagation prop (#15456) Nicolas Gallagher 2019-04-21 17:46:07 -07:00
  • 52652f3456 Toggle method no longer emits 'mutated' event unless it mutated the store Brian Vaughn 2019-04-21 12:20:23 -07:00
  • 129466ed91 Yarn deploy sets production NODE_ENV Brian Vaughn 2019-04-21 09:05:55 -07:00
  • a01fc44a78 Merge pull request #205 from bvaughn/@reach/tooltip Brian Vaughn 2019-04-21 09:01:23 -07:00
  • 91f74a5134 Fixed focus styles for OwnersStack dropdown toggle button Brian Vaughn 2019-04-21 08:59:24 -07:00
  • 09b995ab1c Tidied up CSS variables Brian Vaughn 2019-04-21 08:38:58 -07:00
  • 66df03d179 Renamed CSS var color-text-color to color-text Brian Vaughn 2019-04-21 08:29:51 -07:00
  • 8220df734c Tweaked hover and focus colors. Temporarily disabled Tooltip. Brian Vaughn 2019-04-21 08:23:20 -07:00
  • a129089891 Tweaking focus/active colors and only showing focus rect on tab Brian Vaughn 2019-04-20 15:44:24 -07:00
  • 403bf49a78 Use new @reach/tooltip Brian Vaughn 2019-04-20 14:20:48 -07:00
  • 4218dcbf99 Merge pull request #203 from gaearon/push-ops Brian Vaughn 2019-04-20 14:27:53 -07:00
  • 740993baa9 Merge branch 'master' into push-ops Brian Vaughn 2019-04-20 14:26:46 -07:00
  • 72156c744f Merge pull request #204 from gaearon/no-weakset Brian Vaughn 2019-04-20 14:23:59 -07:00
  • 94d9f61a7d Merge pull request #206 from gaearon/leading Brian Vaughn 2019-04-20 14:22:49 -07:00
  • 006e03c38e Ignore leading edge of find-by-DOM throttle Dan Abramov 2019-04-20 22:17:12 +01:00
  • c0d7023a88 Replace WeakSet with return pointer check Dan Abramov 2019-04-20 21:42:30 +01:00
  • 02a3a22753 Push operations directly to the array Dan Abramov 2019-04-20 21:05:52 +01:00
  • 4b9082eea1 Changed style and position of search-for-element button to more closely matchin Chrome ( based on user testing) Brian Vaughn 2019-04-20 10:44:03 -07:00
  • 4ffdffb598 Fix scrolling to selected row in collapsed mode Dan Abramov 2019-04-20 16:20:03 +01:00
  • 3697ed2bba Merge pull request #199 from gaearon/another-check Brian Vaughn 2019-04-20 08:00:14 -07:00
  • da2ed30471 Merge pull request #200 from gaearon/clear-stuff Brian Vaughn 2019-04-20 07:57:11 -07:00
  • d05106e364 Clear DOM overlay on shutdown Dan Abramov 2019-04-20 14:34:13 +01:00
  • a186dc2e8d Filter out dehydrated Suspense nodes Dan Abramov 2019-04-20 13:46:56 +01:00
  • d584fcdc6e React events: use passive events where possible (#15454) Nicolas Gallagher 2019-04-19 13:09:03 -07:00
  • 051513bfa0 React Events: consolidate logic for Press event component (#15451) Nicolas Gallagher 2019-04-19 10:05:28 -07:00
  • cdfce1ad23 React events: consolidate logic of Hover event component (#15450) Nicolas Gallagher 2019-04-19 09:51:36 -07:00
  • 5857c89da2 React events: extract common helper functions (#15449) Nicolas Gallagher 2019-04-19 08:40:18 -07:00
  • d7e8fccd1a Fixed an OVERVIEW typo Brian Vaughn 2019-04-19 07:54:30 -07:00
  • 5b0b9c9fbc Merge pull request #193 from gaearon/no-reorder Brian Vaughn 2019-04-19 07:51:51 -07:00
  • 9a395c2f2c No need to reorder empty children either Dan 2019-04-19 13:21:09 +01:00
  • fb8ad3486e Don't reorder a single child Dan 2019-04-19 13:19:58 +01:00
  • 2adbfd9607 Merge pull request #186 from gaearon/more-suspensey-stuff Dan Abramov 2019-04-19 13:18:50 +01:00
  • efb5855c8c Nits Dan 2019-04-19 13:17:17 +01:00
  • 3e657a6031 Prettier Dan 2019-04-19 13:09:25 +01:00
  • 37dd1ec8f8 Merge branch 'master' into more-suspensey-stuff Dan Abramov 2019-04-19 13:09:01 +01:00
  • f286c0d901 Increased contrast for selected+inactive background color Brian Vaughn 2019-04-18 18:19:10 -07:00
  • c6a27d1fea Merge branch 'master' of github.com:bvaughn/react-devtools-experimental Brian Vaughn 2019-04-18 18:13:43 -07:00
  • c0b414d581 Node scripts should fail if not NODE_ENV specified Brian Vaughn 2019-04-18 18:13:34 -07:00
  • 131e2e52db Merge pull request #188 from gaearon/humble-search Brian Vaughn 2019-04-18 18:04:28 -07:00
  • 60b614f527 Renamed TREE_OPERATION_RESET_CHILDREN -> TREE_OPERATION_REORDER_CHILDREN Brian Vaughn 2019-04-18 17:59:53 -07:00
  • 24736e4ff5 Hardened reorder child invariants Brian Vaughn 2019-04-18 17:58:48 -07:00
  • 3d09b4aaa5 Don't select search result unless user does something Dan Abramov 2019-04-19 01:54:39 +01:00
  • 21afd6ea20 Merge pull request #184 from bvaughn/harden Brian Vaughn 2019-04-18 17:50:17 -07:00
  • b0c0a11f1b Revert accidental change Dan Abramov 2019-04-19 01:41:00 +01:00
  • 72e67b343f Add Concurrent Mode test Dan Abramov 2019-04-19 01:18:25 +01:00
  • 534dfb0ca2 Optimize: don't recreate ID arrays all the time Dan Abramov 2019-04-19 01:13:25 +01:00
  • 8830ba890c Fix more Suspense traversal bugs Dan Abramov 2019-04-19 01:09:57 +01:00
  • 346b628b43 Add failing tests for Suspense with same type Dan Abramov 2019-04-18 19:58:36 +01:00
  • d44bf272ad Refactor: materialize typed array in one place Dan Abramov 2019-04-18 20:02:59 +01:00
  • ccecde76d1 Harden assertions Dan Abramov 2019-04-19 00:29:08 +01:00
  • 3dfbf8ad6b Added a new invariant to the store (bridge operations handler) Brian Vaughn 2019-04-18 15:40:50 -07:00
  • 7930bad8c6 Deploy production extension builds Brian Vaughn 2019-04-18 14:45:24 -07:00
  • e2aedb2ea7 Merge pull request #181 from gaearon/consoleerror Brian Vaughn 2019-04-18 10:08:44 -07:00
  • d0b5e3a7cb Update setupTests.js Dan Abramov 2019-04-18 18:06:34 +01:00
  • d6e829d7a5 Fixed bug in reset-children to properly calculate new root weight Brian Vaughn 2019-04-18 09:54:26 -07:00
  • 89f7a0c048 Merge pull request #182 from bvaughn/suspense-toggle Brian Vaughn 2019-04-18 09:45:22 -07:00
  • 358e63ac3d Fixed a Suspense toggling bug that incorrectly impacted tree weight Brian Vaughn 2019-04-18 09:38:41 -07:00
  • 8c5794eab3 Fail tests on errors in renderer Dan Abramov 2019-04-18 17:03:04 +01:00
  • b45e743f52 Merge pull request #180 from gaearon/suspense-more-fixes Brian Vaughn 2019-04-18 08:52:30 -07:00
  • 6a13ffd231 Traverse the previous current tree when switching from primary to fallback Dan Abramov 2019-04-18 16:19:09 +01:00
  • 24309fde06 Add failing Concurrent Mode stress tests Dan Abramov 2019-04-18 16:10:44 +01:00
  • 0f44e9fb98 Move sync stress tests in their own file Dan Abramov 2019-04-18 16:09:45 +01:00
  • 456e937b83 Merge pull request #178 from gaearon/removal-integrity Brian Vaughn 2019-04-18 08:16:22 -07:00
  • d02d93712e Assert removal happens in the right order Dan Abramov 2019-04-18 16:02:08 +01:00
  • 08279fb342 Merge pull request #174 from robertknight/mousedown-tab-select Brian Vaughn 2019-04-18 08:00:01 -07:00
  • d995f19339 Merge pull request #175 from lucasecdb/assign-timeout Brian Vaughn 2019-04-18 07:56:32 -07:00
  • 6df050e726 Assign timeoutID to avoid multiple requests Lucas Cordeiro 2019-04-18 06:46:06 -03:00
  • c2865dbab9 Select tab when the mouse is pressed Robert Knight 2019-04-18 08:16:52 +01:00
  • 29811cd24e Added legacy (v15) tests Brian Vaughn 2019-04-17 15:30:20 -07:00
  • 7ab93402a8 Initial support for v15+ via new legaacy renderer Brian Vaughn 2019-04-16 10:22:26 -07:00
  • 0d932d770b Merge pull request #168 from bvaughn/collapse-nodes-by-default Brian Vaughn 2019-04-17 13:29:25 -07:00
  • 75e1e1431b Expanded the reorder tests slightly Brian Vaughn 2019-04-17 13:11:18 -07:00
  • 0b50fb29f7 Include rootEventTypes in DOMEventResponderSystem stopPropagation tests (#15433) Nicolas Gallagher 2019-04-17 13:08:36 -07:00
  • 634d4fece2 Added more inline comments Brian Vaughn 2019-04-17 13:03:18 -07:00
  • 29d43a2230 Merge pull request #171 from bvaughn/improve-contrast-light-mode Brian Vaughn 2019-04-17 11:44:25 -07:00
  • 3fb9f6cdaa Improve contrast for light mode Brian Vaughn 2019-04-17 11:40:55 -07:00
  • 1ae409d2c7 React events: fix nested Hover components error (#15428) Nicolas Gallagher 2019-04-17 11:33:32 -07:00
  • c107e03132 Flow fix Brian Vaughn 2019-04-17 09:45:03 -07:00
  • 74be389124 Fixed a bug with re-ordering of children within a collapsed node Brian Vaughn 2019-04-17 09:39:54 -07:00
  • 178e89927a Fixed some edge cases with collapsed by default. Still some bugs existing. Brian Vaughn 2019-04-17 07:45:33 -07:00
  • 037bb0034c Throw if root node is collapsed Brian Vaughn 2019-04-16 14:10:06 -07:00
  • 4b64d7c017 Support configurable node/tree collapsed by default behavior Brian Vaughn 2019-04-16 13:59:36 -07:00
  • c73ab39c1f React events: make nested Focus work as expected (#15421) Nicolas Gallagher 2019-04-16 11:16:27 -07:00
  • 85179fe4a7 Merge pull request #164 from gaearon/fix-lots-of-stuff Dan Abramov 2019-04-16 19:11:28 +01:00
  • 3a6d656090 Remove unnecessary condition Dan Abramov 2019-04-16 19:10:39 +01:00
  • 9182d0b0aa Bump alpha to get Andrew's fix Dan Abramov 2019-04-16 19:09:52 +01:00
  • 58bb7cea41 Remove unused lines Dan Abramov 2019-04-16 18:21:40 +01:00
  • 8576c85b0d Move stress tests to their own file Dan Abramov 2019-04-16 18:10:15 +01:00
  • d4db178d33 Bump to canary Dan Abramov 2019-04-16 17:39:26 +01:00
  • 3cf67ab859 Harden the tests and fix Flow Dan Abramov 2019-04-16 17:02:42 +01:00
  • b1dea26251 Fix the remaining issue when primary child is null Dan Abramov 2019-04-16 16:57:08 +01:00
  • fe21ee7ca0 Enable part of Suspense test that was failing before Dan Abramov 2019-04-16 16:47:14 +01:00
  • f4e223bceb When resetting Suspense children, use the fallback child set if needed Dan Abramov 2019-04-16 16:45:53 +01:00
  • dd935ea178 Propagate the need to reset children to closest visible Fiber Dan Abramov 2019-04-16 16:31:18 +01:00
  • 57e8513a30 Refactor: remove early returns from updateFiberRecursively Dan Abramov 2019-04-16 16:17:31 +01:00
  • f4c3008cf5 Refactor: split recordUpdate() into profiling and reorder Dan Abramov 2019-04-16 16:08:07 +01:00
  • b081ffc518 Add stress test for reordering Dan Abramov 2019-04-16 15:11:31 +01:00
  • 20193f03c0 Merge pull request #162 from gaearon/suspense-test Brian Vaughn 2019-04-16 07:49:11 -07:00