Skip to content

Releases: microsoft/vscode-react-native

1.2.0

14 Dec 07:26
44be472

Choose a tag to compare

  • Added Run React Native LogCat Monitor and Stop React Native LogCat Monitor command palette commands. These commands allow to control LogCat outputs monitoring and create monitors for Android devices on demand. See more information here #1461
  • Updated documentation for cases when React Native projects are opened via symbolic links on Linux. This might cause sourcemaps breakage, so it is not recommended #1459
  • Internal changes:
    • Smoke tests improvements #1441

Changes:

This list of changes was auto generated.

1.1.1

09 Nov 11:08
5af093f

Choose a tag to compare

  • Updated the extension supported languages for breakpoints in order to work with the latest VS Code API #1451

Changes:

This list of changes was auto generated.

1.1.0

15 Oct 13:29
65c5d12

Choose a tag to compare

  • Added React Native macOS debugging support: more info #1409
  • Added support for openExpoQR debugging argument determining whether to open a tab with a QR code after launching the Expo server or not. Enhanced the workflow for Expo server starting #1413
  • Fixed launch scenarios for iOS direct debugging #1430
  • Values in the target debug scenario argument are no longer replaced by UDID in case the existing simulator name is already used there #1431
  • Fixed minor extension issues #1424, #1425

Changes:

This list of changes was auto generated.

1.0.1

30 Sep 14:33
d937f12

Choose a tag to compare

  • Fixed issue connected to incorrect project caching when the projectRoot argument is used in settings.json

Changes:

This list of changes was auto generated.

1.0.0

28 Sep 14:35
5ae900b

Choose a tag to compare

  • Added sourcemaps parameters for Direct debugging scenarios #1395
  • Fixed the Debug Windows scenario for React Native Windows applications v0.63 #1395, #1412
  • Implemented experimental support of iOS direct debugging. It could be used in next versions of React Native with support of TurboModules and Hermes engine for iOS #1367
  • Implemented selection of iOS and Android emulators for launch and run scenarios and Command Palette commands #1361, #1374
  • Implemented automatic launch of the packager in attach scenarios in case it is not running yet #1320
  • Added scenarios (Run Android, Run iOS, etc) to run applications without debugging #1319
  • Minor logging improvement #1392, #1330
  • Updated documentation
  • The minimum supported version of VS Code has been increased from 1.31.0 to 1.40.0
  • Internal changes:
    • Migrated from the vscode-node-debug2 debugger to js-debug one
    • Integrated the debug adapter directly inside the extension, which allows VS Code to connect to it instead of launching a new external debug adapter per extension's debugging session. See DebugAdapterDescriptorFactory approach for more details
    • Improved debug sessions control
    • Added Webpack bundling for the extension #1308
    • Got rid of Q promises #1354

Changes:

See More

This list of changes was auto generated.

0.17.0

04 Aug 09:07
58f6e6e

Choose a tag to compare

  • Enhanced extension security #1339, #1350, #1355, #1362
  • Updated extension troubleshooting for the Expo debugging case #1338
  • Fixed the Github organisation name capitalization in URLs to the repository, thanks to Frieder Bluemle(@friederbluemle) #1324
  • Updated Packager statusbar indicator representation #1340, #1353:
    • Now there are two representations available: Full and Short. To change it add react-native.packager.status-indicator property with a value Full for full representation or Short for icon only mode. More info.

Changes:

This list of changes was auto generated.

0.16.1

02 Jul 12:23
166908e

Choose a tag to compare

  • Improved extension security #1310, #1329
  • Fixed the incorrect handling of spaces in adb path from local.properties #1326
  • Internal changes:
    • Migrated from TSLint to ESLint #1315
    • Implemented service for running different checks of the extension work #1309, #1322
    • Smoke tests were updated to work with VS Code 1.45.1 and Expo SDK 38

Changes:

This list of changes was auto generated.

0.16.0

21 May 07:16
36e1bd9

Choose a tag to compare

  • Improved extension security #1253
  • Updated extension license to MIT #1286
  • Fixed fonts usage with Expo SDK 37 #1260, #1264
  • Increased packager starting time and fixed handling of StatusBar items click #1268
  • Fixed links in Table of Contents and typos, thanks to Max von Webel(@343max) #1284
  • Internal changes:
    • Migrated unit tests to vscode-test #1256
    • Updated smoke tests docs #1281

Changes:

See More

This list of changes was auto generated.

0.15.0

27 Apr 13:43
9fd770e

Choose a tag to compare

  • Improved extension security #1227
  • Added an option to add environment variables to the React Native packager process. More info #1248
  • Readme extension homepage has been updated #1243, #1250, #1251
  • Minor logging improvement #1237
  • Internal changes:
    • Added YAML Azure Pipelines support for the extension repository
    • Smoke tests were updated to work with React Native 0.62 and Expo SDK 37

Changes:

See More
  • 52f2485 Enhance error message in case of error when projectRoot parameter is missing (#1237)
  • 4655336 Add YAML pipelines for the smoke tests (#1234)
  • cbd0918 Fix security vulnerabilities in mkdirp package (#1227)

This list of changes was auto generated.

0.14.2

17 Mar 14:43
c24309d

Choose a tag to compare

  • Improved extension security #1219, #1222, #1223, #1224
  • Updated extension dependencies #1224
  • Added support for running iOS debugging on a specific device using flag target: 'device=<iOS_device_name>'. More info. #1207
  • Fixed launch of iOS apps with custom project's configuration: custom scheme name, custom app bundle name. #1213

Changes:

  • c24309d Prepare for 0.14.2 (#1225)
  • ced701a Fix use of custom Xcode scheme in iOS project (#1213)
  • 36749b5 Bump several dependencies, fix security vulnerabilities (#1224)
  • 814f0c2 Fix security vulnerabilities (#1223)
  • b2b5d01 Bump vulnerable dependencies
  • 195185f Bump minimist from 1.2.0 to 1.2.2
  • 89f44d5 Bump acorn from 6.4.0 to 6.4.1 in /test/smoke/package (#1222)
  • 5f5f9a0 Fix dependency vulnerabilities (#1219)
  • 78bdc57 Add expo tests for different Expo network scenarios (#1208)
  • 58726f4 Added handling for an iOS device target concrete device (#1207)
See More

This list of changes was auto generated.