Releases: jhen0409/react-native-debugger
Releases · jhen0409/react-native-debugger
v0.8.1
v0.7.21
v0.8.0
Improvements & Features
- Update react-devtools-core for supporting react-profiler (#262) @liuqiang1357
- Implement root config file in home directory (#165)
Bug fix
- Fix context menu functions on RN 0.57 (#263)
Current version of RNDebugger is based on Electron 1.7.15 (Chromium 58).
After we upgraded react-devtools-core
, we no longer supported RN versions <= 0.42.
NOTE If it caused error Could not read from localStorage. SyntaxError: Unexpected token C in JSON at position 0
, it may from some breaking change of react-devtools-core
, you can try to clear local storage and restart RNDebugger again. Related issue: #267
v0.7.20
v0.7.19
Improvements
- Add the recently changes from redux-devtools-extension (#248)
- Set global.Blob to global.originalBlob before deleting global.Blob for rn > 0.54 compatability (#246) @ CNDW
Bug fix
Current version of RNDebugger is based on Electron 1.7.15 (Chromium 58).
v0.7.18
v0.7.17
Bug fix
- Send
callFunctionReturnFlushedQueue
event after waiting application script executed, this is fix for RN 0.45 (#219) - Toggle network inspect after define
support
var on patchFetchPolyfill, this is follow up work of #217. (#220)
Current version of RNDebugger is based on Electron 1.7.12 (Chromium 58).
v0.7.16
v0.7.15
v0.7.14
Improvements & Features
- Delta Bundler support (RN >= 0.52) #211
- Fix typo of port setting 0f8cf9d @lfkwtz
- Improve grammar of ReactInspector tips 36e3ebe @benjyblack
Current version of RNDebugger is based on Electron 1.7.12 (Chromium 58).