Skip to content

Releases: jhen0409/react-native-debugger

v0.14.0

31 Jul 05:04
Compare
Choose a tag to compare

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 react-devtools-core to v4.28.0 (6d2c9e8)
    • Fix source map warning (a3eacd6)
  • 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).

⚠️ If you're looking for new debugger support (e.g. Hermes / JSI / New Architecture) of React Native Debugger, please follow discussion#774, this is planned in v0.15.

v0.13.0

11 Aug 01:42
Compare
Choose a tag to compare

Improvements & Features

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

27 Jul 00:00
Compare
Choose a tag to compare

Improvements & Features

  • Provide universal binary (Apple Silicon, Intel) for macOS 2c9ccb7

This version of React Native Debugger is based on Electron 11.4.6 (Chromium 87).

v0.12.0

26 Jul 02:52
Compare
Choose a tag to compare

Improvements & Features

  • Update app icon for macOS (#628)
  • Upgrade Electron to v11 (#592)
  • Update react-devtools-core to v4.14 c104475

This version of React Native Debugger is based on Electron 11.4.6 (Chromium 87).

v0.11.9

20 May 23:26
Compare
Choose a tag to compare

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

02 May 02:44
Compare
Choose a tag to compare

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

13 Jan 06:45
Compare
Choose a tag to compare

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

This version of React Native Debugger is based on Electron 8.5.2 (Chromium 80).

v0.10.13

13 Jan 06:44
Compare
Choose a tag to compare

Improvements & Features

This version of React Native Debugger is based on Electron 7.3.2 (Chromium 78).

v0.11.6

13 Dec 03:13
Compare
Choose a tag to compare

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

This version of React Native Debugger is based on Electron 8.5.1 (Chromium 80).

v0.10.12

13 Dec 03:12
Compare
Choose a tag to compare

Improvements & Features

This version of React Native Debugger is based on Electron 7.3.2 (Chromium 78).