Commit Graph

  • ff596e3efb fix(auto-version-update): update root package version while publishing (#15005) Farhad Yasir 2019-03-05 07:36:17 +11:00
  • ce45ca9ba3 Prettier Andrew Clark 2019-03-04 11:38:08 -08:00
  • 757a70b25d ReactNoop.yield -> Scheduler.yieldValue (#15008) Andrew Clark 2019-03-04 11:23:00 -08:00
  • 0db7770cf7 Merged master Brian Vaughn 2019-03-03 12:41:08 -08:00
  • 235851da87 Merge pull request #27 from gaurav5430/master Brian Vaughn 2019-03-03 08:14:05 -08:00
  • f94401c10e Update OVERVIEW.md Gaurav Gupta 2019-03-03 18:29:58 +05:30
  • 9d756d903f Revert #14756 changes to ReactFiberScheduler (#14992) Andrew Clark 2019-03-01 13:10:12 -08:00
  • f16442a106 eslint-plugin-react-hooks@1.4.0 Dan Abramov 2019-03-01 20:29:06 +00:00
  • e1e45fb367 [ESLint] Suggest to destructure props when they are only used as members (#14993) Dan Abramov 2019-03-01 19:48:48 +00:00
  • 59ef28437a Warn about dependencies outside of render scope (#14990) Dan Abramov 2019-03-01 18:16:17 +00:00
  • 515b60cc5e Fixed a typo in OVERVIEW Brian Vaughn 2019-03-01 08:38:05 -08:00
  • 8aa6f96279 Fixed selecterd element background color being cut-off when tree scrolls Brian Vaughn 2019-03-01 08:28:16 -08:00
  • df7b4768c7 [ESLint] Deduplicate suggested dependencies (#14982) Dan Abramov 2019-03-01 16:10:22 +00:00
  • 02404d793b Avoid dynamic dispatch for scheduler calls (#14968) Dan Abramov 2019-03-01 15:04:15 +00:00
  • 0401f34f55 Removed unnecessary relative position style from Element CSS Brian Vaughn 2019-02-28 14:50:27 -08:00
  • bb2939ccc2 Support editable useState hooks in DevTools (#14906) Brian Vaughn 2019-02-28 14:37:55 -08:00
  • 90001e892d Udpated param name in injected renderer overrideHookState type Brian Vaughn 2019-02-28 13:55:49 -08:00
  • d70dbfdb65 Added intro to OVERVIEW Brian Vaughn 2019-02-28 13:46:36 -08:00
  • c249e31932 Fixed docs typo: chlid -> child Brian Vaughn 2019-02-28 13:26:39 -08:00
  • 7da5f83a28 Updated to account for facebook/react/pull/14906/commits/cdd9ba4 Brian Vaughn 2019-02-28 13:22:27 -08:00
  • c7f8557202 Improve selected node highlighting by using minWidth instead of width Brian Vaughn 2019-02-28 12:56:49 -08:00
  • 69060e1da6 Swap expect(ReactNoop) for expect(Scheduler) (#14971) Andrew Clark 2019-02-28 12:54:47 -08:00
  • ccb2a8a44e Replace test renderer's fake Scheduler implementation with mock build (#14970) Andrew Clark 2019-02-28 10:50:38 -08:00
  • bffa72c601 Add placeholders to clarify between empty string, null, and undefined Brian Vaughn 2019-02-28 10:46:17 -08:00
  • 53e787b45f Replace noop's fake Scheduler implementation with mock Scheduler build (#14969) Andrew Clark 2019-02-28 10:30:46 -08:00
  • d34a32d389 Disable text selection in tree Brian Vaughn 2019-02-28 09:44:04 -08:00
  • d6a2ba2616 Added OVERVIEW doc Brian Vaughn 2019-02-28 08:52:54 -08:00
  • bcb6c2fd9f Removed an unnecessary entry from add-root operation array Brian Vaughn 2019-02-28 08:52:46 -08:00
  • 13ca37384d Maybe fixed checkbox alignment issue Dan reported? Brian Vaughn 2019-02-27 13:54:53 -08:00
  • 0153eaedee Left arrow selects parent in tree Brian Vaughn 2019-02-27 13:49:46 -08:00
  • bf02b2ffbf Select DOM element mode should useCapture to prevent clicks from passing through Brian Vaughn 2019-02-27 13:33:10 -08:00
  • 05ef0ad7dc Disable view-source button rather than hiding it to avoid jumping when selecting new components Brian Vaughn 2019-02-27 13:30:03 -08:00
  • 1e4434ecc4 Changed select-on-click to select-on-mouse-down and fixed a scrollIntoView problem Brian Vaughn 2019-02-27 13:11:23 -08:00
  • 8041bfb92f Add .vscode to .gitignore Brian Vaughn 2019-02-27 13:07:09 -08:00
  • bc4e8950f6 Updated test code to include a deeply nested DIV Brian Vaughn 2019-02-27 13:05:43 -08:00
  • 4d9e7e75c6 Merge branch 'scroll-into-view' of https://github.com/Jessidhia/react-devtools-experimental into Jessidhia-scroll-into-view Brian Vaughn 2019-02-27 12:58:03 -08:00
  • 3ada82b741 Allow extraneous effect dependencies (#14967) Dan Abramov 2019-02-27 16:59:11 +00:00
  • 00748c53e1 Add new mock build of Scheduler with flush, yield API (#14964) Andrew Clark 2019-02-26 20:51:17 -08:00
  • 4186952a6f Fixed incompatibility between react-debug-tools and useContext() (#14940) Brian Vaughn 2019-02-26 14:24:52 -08:00
  • 0b8efb229c Allow omitting constant primitive deps (#14959) Dan Abramov 2019-02-26 16:12:15 +00:00
  • 8e25ed20bd Unify noop and test renderer assertion APIs (#14952) Andrew Clark 2019-02-25 19:01:45 -08:00
  • 870214f37a Deprecate ref.setNativeProps in favor of ReactNative.setNativeProps (#14912) Eli White 2019-02-25 15:00:39 -08:00
  • 3989c09500 eslint-plugin-react-hooks@1.3.0 Dan Abramov 2019-02-25 17:27:37 +00:00
  • 1bbfbc98d2 [ESLint] Add more cases to exhaustive-deps rule (#14930) Dan Abramov 2019-02-25 16:00:29 +00:00
  • 412f882968 fix(eslint-plugin-react-hooks): node engine updated to version 7 because of object.entries (#14951) Farhad Yasir 2019-02-26 02:37:06 +11:00
  • 89df0a6363 Yarn upgrade Brian Vaughn 2019-02-24 18:32:29 -08:00
  • 1d6b1660a2 Fixed typo (#14943) Marco 2019-02-24 17:50:23 +00:00
  • 9f24e8c7a2 Renamed overrideHook -> overrideHookState (to stay in sync with React PR) Brian Vaughn 2019-02-23 09:12:17 -08:00
  • 9b96b1f809 Updated deploy scripts and pre-release template Brian Vaughn 2019-02-23 08:59:21 -08:00
  • ba708fa79b Remove ReactNoop.flushDeferredPri and flushUnitsOfWork (#14934) Andrew Clark 2019-02-22 17:27:30 -08:00
  • 920b0bbb3c [scheduler] Pass didTimeout argument to callbacks (#14931) Andrew Clark 2019-02-22 16:39:10 -08:00
  • 7b2f06e3d3 Added (temporary) deploy scripts for pre-release extensions Brian Vaughn 2019-02-22 14:36:10 -08:00
  • 53632883b6 Implemented view-source button for DOM extension Brian Vaughn 2019-02-22 13:24:03 -08:00
  • 105b53f0fb Split :active and :focus styles for Button+Toggle Brian Vaughn 2019-02-22 10:54:18 -08:00
  • 5fd9cb5dfb Added copy props/state/hooks/context button Brian Vaughn 2019-02-22 09:39:05 -08:00
  • 1edbfbf6cb Fixed some small overflow/scrollbar issues Brian Vaughn 2019-02-22 08:44:05 -08:00
  • 33cb3f04f1 Release script clarifies which test fixture failed (#14922) Brian Vaughn 2019-02-22 07:43:27 -08:00
  • f708f9e307 Improve pactch release process docs (#14923) Brian Vaughn 2019-02-22 07:43:18 -08:00
  • f99fca3cb2 Fix sample ESLint configuration (#14926) Matt Thomson 2019-02-22 12:22:07 +00:00
  • 0c346ceea8 Re-added transferrables (after 'shutdown' evt fix) and guard against a tree mutation race Brian Vaughn 2019-02-21 14:56:11 -08:00
  • caf2eb973a Split large InspectedElementTree file into separate component-files Brian Vaughn 2019-02-21 14:20:14 -08:00
  • 9898db02d1 Restore input focus after clicking reset value button Brian Vaughn 2019-02-21 14:13:48 -08:00
  • 4f64c9ef9e Tweaked colors; Esc key to undo edits Brian Vaughn 2019-02-21 14:11:06 -08:00
  • ddeb78001c Tweaked colors based on Andrew's feedback Brian Vaughn 2019-02-21 14:02:45 -08:00
  • 290e8c6926 Fixed null input value. Tweaked useReducer test harness. Brian Vaughn 2019-02-21 13:40:23 -08:00
  • bdf8065137 Merge branch 'master' of github.com:bvaughn/react-devtools-experimental Brian Vaughn 2019-02-21 13:24:15 -08:00
  • 6f118497e8 Updated editable hooks UI and added limited undo feature Brian Vaughn 2019-02-21 13:24:01 -08:00
  • 2b27f63a61 Updated ESLint hooks rule Brian Vaughn 2019-02-21 11:55:28 -08:00
  • 22bb947642 Release eslint-plugin-react-hooks@1.2.0 Dan Abramov 2019-02-21 19:41:35 +00:00
  • a77bbf1a1c [ESLint] Warn against assignments from inside Hooks (#14916) Dan Abramov 2019-02-21 19:23:00 +00:00
  • 219ce8a9cc Fix tracing fixture (#14917) Dan Abramov 2019-02-21 18:14:32 +00:00
  • 8c1966590a Release 16.8.3 Dan Abramov 2019-02-21 18:05:52 +00:00
  • 29b7b775f2 Fix UMD builds by re-exporting the scheduler priorities (#14914) v16.8.3 16.8.3 Dan Abramov 2019-02-21 17:20:28 +00:00
  • 7de4d23919 Fix UMD builds by re-exporting the scheduler priorities (#14914) Dan Abramov 2019-02-21 17:20:28 +00:00
  • df4a09d9b8 Updated flow-bin from 91 -> 93 and removed unnecessary fixmes Brian Vaughn 2019-02-21 09:15:47 -08:00
  • e35819e68d Renamed nativeHookIndex -> index Brian Vaughn 2019-02-21 08:59:46 -08:00
  • d0318fb3f9 Updating copyright headers, dropping the year (#14893) Nathan Hunzaker 2019-02-21 08:46:13 -08:00
  • 532cca8013 Merge pull request #4 from mishaor/linux-support Brian Vaughn 2019-02-21 08:24:33 -08:00
  • b0ccd9d89e added basic support for Linux Michael Orishich 2019-02-21 20:00:11 +02:00
  • f978d5fde4 Fix warning message for new setNativeProps method. on -> with (#14909) Eli White 2019-02-20 23:53:21 -08:00
  • b0f45c0fc6 Adding ReactNative.setNativeProps that takes a ref (#14907) Eli White 2019-02-20 23:20:42 -08:00
  • 8cd8b29015 Added support for editable hook values (pending facebook/react/pull/14906) Brian Vaughn 2019-02-20 15:58:52 -08:00
  • a5e5f2a350 Adding test for components rendered with Fabric with Paper's setNativeProps top-setnativeprops Eli White 2019-02-20 15:55:00 -08:00
  • ef52e22e89 Adding ReactNative.setNativeProps that takes a ref Eli White 2019-02-20 14:56:59 -08:00
  • 4f4aa69f1b Adding setNativeProps tests for NativeMethodsMixin (#14901) Eli White 2019-02-20 13:16:35 -08:00
  • 90f98372a9 Fixed broken 'shutdown' event that lead to CPU problems when reloading DevTools Brian Vaughn 2019-02-20 11:55:48 -08:00
  • b668168d4d Fix react-dom/server context leaks when render stream destroyed early (#14706) overlookmotel 2019-02-14 19:50:23 +00:00
  • 619cdfc624 Don't discard render phase state updates with the eager reducer optimization (#14852) Dan Abramov 2019-02-19 18:40:10 +00:00
  • b96b61dc4d Use the canonical nativeTag for Fabric's setNativeProps (#14900) Eli White 2019-02-20 11:09:31 -08:00
  • 42795b22bf Installed eslint-plugin-react-hooks@next and added to ESLint config Brian Vaughn 2019-02-20 11:03:50 -08:00
  • dab2fdbbbd Add eslint-plugin-react-hooks/exhaustive-deps rule to check stale closure dependencies (#14636) Dan Abramov 2019-02-20 18:18:58 +00:00
  • 1493abd7e0 Deleted empty App.css (#14149) Josh R 2019-02-19 17:49:34 -06:00
  • bec073365d Fix hooks warnings identified by prerelease version of react-hooks ESLint plugin Brian Vaughn 2019-02-19 13:15:57 -08:00
  • 13645d224d Deal with fallback content in Partial Hydration (#14884) Sebastian Markbåge 2019-02-19 13:07:41 -08:00
  • c506ded3b2 Don't discard render phase state updates with the eager reducer optimization (#14852) Dan Abramov 2019-02-19 18:40:10 +00:00
  • a31415011d Removed numeric key code Brian Vaughn 2019-02-19 08:59:27 -08:00
  • 3376daaa41 Merge pull request #2 from Jessidhia/fix-utf-encoding Brian Vaughn 2019-02-19 08:56:21 -08:00
  • 044e6ba9cd Pass options to scrollIntoView Jessica 2019-02-19 16:36:43 +09:00
  • 65d493cae9 Just use codepoints as it'll be copied into an Uint32Array anyway Jessica 2019-02-19 16:03:53 +09:00
  • 4ee74f7e6c Fix encoding of Unicode keys greater than U+00FF (greater than U+FFFF handled by surrogate pairs) Jessica 2019-02-19 15:52:03 +09:00