Releases: jhen0409/react-native-debugger
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 react-devtools-core@4.14
)
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).
v0.10.12
v0.11.5
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
.
Bug fix
Improvements & Features
- Implement trace feature of redux-devtools (#524) (@StanislavMayorov and @jhen0409)
- Update Electron to v8.5.1 208beb7 (@jhen0409)
This version of React Native Debugger is based on Electron 8.5.1 (Chromium 80).