Releases: jhen0409/react-native-debugger
Releases · jhen0409/react-native-debugger
v0.7.3
Bug fix
- Fix
Toggle DevTools
menu item accelerator for Linux / Windows 4d6301e
Improvements & Features
- Handle
new-window-for-tab
event for macOS 514f9cc - Catch clearAsyncStorage error, avoid warning if storage is empty 636c445
- Change font size of redux-devtools container 6ee60cb
- Add
Zoom
application menu items, and persist zoom level of window #109 40b8445 - Update dependencies, includes electron 1.7.4 -> 1.7.5 and react-devtools-core 2.4.0 -> 2.5.0 c22bb13
v0.7.2
v0.7.1
Bug fix
- Fix rndebugger-open can't automatically open window if app is running and no opened window d37d1b1
- Disable nodeIntegration for
window.open
22d411a - Add missing /usr/local/bin for production, fix problem of react-devtools launchEditor doesn't work 289efab
- Atempting check until
window
is available on Debugger worker 12246be
Improvements & Features
v0.7.0
v0.6.6
v0.6.5
v0.6.4
This version updated react-devtools-core
to v2.1.3
, includes layout inspector, show component in source, Immutable support and more better UI improvements.
v0.6.3
v0.6.2
Improvements
- Add adb util for reverse
8097
port for Android real device, it's only for debug via USB
Bug fix
- Fix callback params for [email protected] #57
- Fix
checkAvailableDevMenuMethods
for support RN ^0.43, useDevSettings
instead ofDevMenu
if it exists d96d2c3