Releases: jhen0409/react-native-debugger
v0.14.0
Improvements & Features
- Handle on enter key press on forms (#747) (@hbiede)
- Add support for rndebugger: uri scheme on Linux (#726) (@crloz)
- Upgrade Electron to v25 to related deps (#772)
- Default RN pakcager port of new window to 19000 (9970b34)
- React DevTools
- Upgrade redux-devtools to latest version (#781)
- Upgrade apollo-client-devtools to v4 (#783)
Bug fix
- Don't check host for Open in Editor (#776)
This version of React Native Debugger is based on Electron 25.3.0 (Chromium 114).
v0.13.0
Improvements & Features
- Update react-devtools-core to v4.25.0 #706 (@ArmenKesablyan)
- Remove welcome messages.
This version upgrades react-devtools-core
, so you need make sure it matches your project.
Add resolutions in your package.json
for Yarn:
{
"resolutions": {
"react-devtools-core": "~4.25.0"
}
}
or NPM:
{
"overrides": {
"react-devtools-core": "~4.25.0"
}
}
If it doesn't work for your project, you can consider downgrade to React Native Debugger v0.12.1
. (It used [email protected]
)
This version of React Native Debugger is based on Electron 11.4.6 (Chromium 87).
v0.12.1
v0.12.0
v0.11.9
Note about React Native version
- v0.11 included React DevTools upgrade, it's only supported React Native version >= 0.62.0-rc.0.
- We will stop auto-update of previous versions to React Native Debugger version >= 0.11.
- If you're using React Native version <= 0.61, please downgrade to
v0.10
.
Note about React DevTools
If you got Unsupported
message or some errors from React DevTools, please read the documentation
first.
Improvements & Features
- Update react-devtools-core to v4.13.3 (#610)
This version of React Native Debugger is based on Electron 8.5.2 (Chromium 80).
v0.11.8
Note about React Native version
- v0.11 included React DevTools upgrade, it's only supported React Native version >= 0.62.0-rc.0.
- We will stop auto-update of previous versions to React Native Debugger version >= 0.11.
- If you're using React Native version <= 0.61, please downgrade to
v0.10
.
Note about React DevTools
If you got Unsupported
message or some errors from React DevTools, please read the documentation
first.
Improvements & Features
- Update react-devtools-core to v4.12.4 (#591)
This version of React Native Debugger is based on Electron 8.5.2 (Chromium 80).
v0.11.7
Upgrade Note
- This version included React DevTools upgrade, it's only supported React Native version >= 0.62.0-rc.0.
- We will stop auto-update of previous versions to React Native Debugger version >= 0.11.
- If you're using React Native version <= 0.61, please downgrade to
v0.10
.
Improvements & Features
- Update apollo-client-devtools to v2.3.5 (#566) (@changLiuUNSW)
- Update react-devtools-core to v4.10.1 (4a91be2) (@jhen0409)
This version of React Native Debugger is based on Electron 8.5.2 (Chromium 80).
v0.10.13
Improvements & Features
- Update apollo-client-devtools to v2.3.5 (#566) (@changLiuUNSW)
This version of React Native Debugger is based on Electron 7.3.2 (Chromium 78).
v0.11.6
Upgrade Note
- This version included React DevTools upgrade, it's only supported React Native version >= 0.62.0-rc.0.
- We will stop auto-update of previous versions to React Native Debugger version >= 0.11.
- If you're using React Native version <= 0.61, please downgrade to
v0.10
.
Improvements & Features
- Update apollo-client-devtools to v2.3.3 e6585e0 (@changLiuUNSW)
This version of React Native Debugger is based on Electron 8.5.1 (Chromium 80).