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
Bug fix
- Make
Debugger
-> Stay in Front
value of app menu depends on window 60037e5
- Fix problem of window list doesn't show on dock menu 1e41aad
- Run rndebugger extra script only if importScripts not error 0972c41
Improvements & Features
- Add
Toggle Developer Tools
item to context menu 5725877
- Add
Clear AsyncStorage
item in context menu #99
- Handle fatal errors thrown by the Chrome debugger (from RN upstream) #97
- Use icon instead of text for macOS Touch Bar #98
- Update dependencies, includes react-devtools-core@^2.4.0
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
- Add Draggable component, remove react-dock 9fb6d9b
- Add adb.reversePackager method 50df8b6
- Support projectRoots param for set-debugger-loc request 3f278ce
- Update dependencies, includes react-devtools-core@^2.3.3
v0.7.0
- Update
react-devtools-core
to v2.2.1, and change React Inspector default theme by detecting devtools theme #80
- Update
electron
to v1.7 (Chrome 56 -> 58) #75
- Add multiple debugger window support #63
- Add loading message on app startup 5e6bc96
v0.6.6
- Update dependencies e4d69cb
- Add developer menu features (Reload JS, Toggle Inspector) to context menu #74
v0.6.5
- Update
react-devtools-core
to v2.1.8
- Use adbkit instead of current adb util for reverse
react-devtools
server port for Android #67
v0.6.3
Improvements
- Maintain priority even if app invisible a13acf0
- Make toggle network inspect button color change 75ee0eb
- Add
Inspector
touchbar button for toggle the built-in inspector 515b3d5
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 node-watch@v0.5.1 #57
- Fix
checkAvailableDevMenuMethods
for support RN ^0.43, use DevSettings
instead of DevMenu
if it exists d96d2c3
v0.6.1
Bug Fix
- Check
__DEV__
for require NativeModules 817fda1
- Remove
Blob
in debugger worker c1bcb6f #56