From 86883d7aace02b4a3d7c3b86d52cbc4e2003a0f7 Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Mon, 30 Dec 2019 09:12:49 -0800 Subject: [PATCH] Updated DevTools pending CHANGELOG --- packages/react-devtools/CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/react-devtools/CHANGELOG.md b/packages/react-devtools/CHANGELOG.md index 9ccaee719f..84b1da9b8d 100644 --- a/packages/react-devtools/CHANGELOG.md +++ b/packages/react-devtools/CHANGELOG.md @@ -8,6 +8,13 @@ +#### Features +* Re-enabled "copy" prop/state/hooks context menu option for Firefox ([bvaughn](https://github.com/bvaughn),[rpl](https://github.com/rpl) in [#17740](https://github.com/facebook/react/pull/17740)) +* Shift+Enter focuses previous search result in Components tree ([Bo-Duke](https://github.com/Bo-Duke) in [#17005](https://github.com/facebook/react/pull/17005)) +* Properly display formatted `RegExp` values in props/state panel([bvaughn](https://github.com/bvaughn) in [#17690](https://github.com/facebook/react/pull/17690)) +#### Bugfix +* Check `document.contentType` before injecting hook to avoid breaking XML file syntax highlighting in Firefox ([bvaughn](https://github.com/bvaughn) in [#17739](https://github.com/facebook/react/pull/17739)) +* Fix standalone UI not responding to mouse interactions due to `webkit-app-region` style ([cwatson88](https://github.com/cwatson88) in [#17584](https://github.com/facebook/react/pull/17584)) ## 4.3.0 (December 20, 2019)