Skip to content

Releases: microsoft/vscode-react-native

0.13.2

26 Nov 11:31
e574eae
Compare
Choose a tag to compare
  • Added support for Haul packager 0.15 #1166
  • Fixed security vulnerability #1165

Changes:

  • e574eae Prepare for 0.13.2 (#1168)
  • 4cf8fdf Add support for Haul packager 0.15+ (#1166)
  • 7fa90b3 Add React Native Windows package version to telemetry (#1163)
  • 9748aa6 Fix Handlebars security vulnerability (#1165)
  • 10136ee Add documentation for debugging React Native apps inside Docker containers (#1158)

This list of changes was auto generated.

0.13.1

11 Nov 13:46
96c0d18
Compare
Choose a tag to compare
  • Fixed command palette commands execution in cases when projectRoot has been customized #1160

Changes:

  • 96c0d18 Prepare for 0.13.1 (#1161)
  • 70cfd56 Remove executable bit from non-executable files (#1157)
  • 911cacb Fix getting of project root on Command Palette commands execution (#1160)

This list of changes was auto generated.

0.13.0

06 Nov 08:58
a084c9c
Compare
Choose a tag to compare
  • The algorithm of processing React Native CLI commands was changed, the following changes were made:
    • Extension can now work without the react-native-cli installed globally. Now it uses local CLI from react-native package installed in node_modules of the React Native project
    • Added reactNativeGlobalCommandName property support to settings.json that is allowing to switch between locally installed CLI and global ones (more info)
    • Added error handling in cases if React Native package is not installed in node_modules
  • Added additional verbose mode error logging in cases if settings.json file is incorrect or absent #1148
  • Fixed --project-path React Native command argument handling for iOS #1143
  • Fixed Hermes debug scenarios quick configurations names #1140
  • Fixed port argument handling for launch and attach Hermes debug scenarios #1140
  • Added support for @expo/xdl greater than 56.1 #1155, @expo/expo-cli#864
  • Improved extension security #1145

Changes:

  • a084c9c Fix security vulnerabilities (#1156)
  • 884c67f Add React Native version processing function (#1154)
  • 4aec730 Adapt xdlInterface to new @expo/xdl package versions (#1155)
  • 9747a47 Prepare for 0.13.0 (#1151)
  • 8c3266b Update extension documentation according to React Native local CLI usage (#1149)
  • ba953e9 Add React Native version to telemetry events (#1147)
  • 3179671 Add JSON parsing error logging in getProjectRoot function (#1148)
  • af1474a Add local React Native CLI support (#1093)
  • 928d33c Fix https-proxy-agent security vulnerability (#1145)
  • e689034 Exclude redundant files from VSIX build (#1144)
See More
  • 764655c Fix --project-path React Native command argument handling for iOS (#1143)
  • 8411a7a Fix Hermes scenarios names, fix port argument handling (#1140)
  • 32558f9 Improve React Native 0.61 code bundle parsing approach (#1135)
  • 64bfcc0 Bump RN version for smoke tests (#1128)

This list of changes was auto generated.

0.12.1

09 Oct 11:43
409764f
Compare
Choose a tag to compare
  • Fixed debugging issues with React Native 0.61 applications if some additional packages were installed, such as react-native-navigation or react-native-splash-screen

Changes:

  • 409764f Prepare for 0.12.1 (#1130)
  • 62a3a50 Fix debugging issues when some packages were installed on RN 0.61 app (#1129)

This list of changes was auto generated.

0.12.0

07 Oct 13:29
e19e677
Compare
Choose a tag to compare
  • Added experimental support for React Native Android applications on Hermes engine. Experimental means that the debugger is on early stage of development and some bugs can be revealed. If you tried experimental feature and would like to provide feedback, please post it to Github issue.
  • Added support for React Native 0.61 #1122
  • Added wait phase for initializing React Native app bundle sourcemaps to avoid breakpoints skip on application initialization #1081
  • Added inline breakpoints feature support
  • Improved extension security #1125

Changes:

This list of changes was auto generated.

0.11.2

26 Sep 10:53
b46c1de
Compare
Choose a tag to compare
  • Fixed Attach to packager debugging issue when Haul packager is being used #1108
  • Optimized extension activation events #1114

Changes:

This list of changes was auto generated.

0.11.1

19 Sep 10:57
3f381d8
Compare
Choose a tag to compare
  • Fixed debugging issue when using broadcast-channels package in React Native application #1083
  • Added launchActivity debug configuration parameter for Android allowing to choose the activity to launch on Debug Android scenario #1084
  • Added error handling for some specific cases #1086
  • Optimized extension activation events #1103

Changes:

This list of changes was auto generated.

0.11.0

26 Aug 08:20
6852e4e
Compare
Choose a tag to compare
  • Fixed the folder .vscode/.react isn't created when opening directory with nested RN project
  • Fixed usage of removed -v option for react-native command from @react-native-community/cli
  • Updated extension translation
  • [Internal] Improved smoke tests workflow

Changes:

  • 6852e4e Prepare for 0.11.0 (#1082)
  • 6b4f540 [Smoke tests] Update expo installation commands (#1080)
  • 3955d20 Add a fix to create the folder for debuggerWorker.js and app bundle before attaching (#1079)
  • 229e4d5 Fix "react-native -v" for RN v0.60 (#1076)
  • 831602c [Smoke tests] Add software versions fixation, add parameter for nightly builds (#1071)
  • 5c5d70e [03-08-2019] Merge in translation (#1066)
  • 46c8a7f [Smoke test] Force kill all code.exe test instances before test (#1059)

This list of changes was auto generated.

0.10.2

18 Jul 15:58
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

0.10.1

09 Jul 13:56
c55c394
Compare
Choose a tag to compare
  • Added support for React Native 0.60 (#1043)
  • Fixed diff security vulnerability (#1029)
  • program debug configuration property is deprecated and will be removed in future, please remove it from debug configurations and replace it by "cwd": "${workspaceFolder}"
  • Added documentation for debug configurations properties (#1040)

Changes:

This list of changes was auto generated.