Skip to content

Releases: microsoft/vscode-react-native

1.1.0

15 Oct 13:29
65c5d12
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.

0.14.1

19 Feb 13:51
0379522
Compare
Choose a tag to compare

Changes:

  • 0379522 Prepare for 0.14.1 (#1201)
  • b6459d8 Update smoke tests Troubleshooting for Linux (#1200)
  • b3753d4 Fix getting of iOS build path according to React Native CLI v3.1.0 features (#1199)
  • 62c4de2 Add Expo debugging without mandatory logging in and Internet connection (#1192)

This list of changes was auto generated.

0.14.0

16 Jan 11:26
ba8849a
Compare
Choose a tag to compare
  • Enhanced extension security #1171
  • Deps: vscode-chrome-debug-core@6.8.8 #1193
  • Enhanced extension logging #1175
  • Added Debug Windows scenario configuration to extension's debug scenarios configurations layouts (#1189, #1191), thanks to David Serafimov(@nasadigital)
  • Fixed typos in documentation (#1190), thanks to Ivan Tse(@ivantse)
  • Enhanced React Native Hermes applications debugging #1099 (#548)
    • Fixed incorrect displaying of Global, Closure variables
    • Fixed incorrect displaying of value of numeric variables
    • Fixed incorrect displaying of this object content
    • Fixed incorrect handling of arrays on debugging
    • Fixed displaying of redundant React Native Hermes native functions calls in Call Stack #1187
  • Internal changes:
    • Enhanced smoke tests workflow (#1180)
    • Enhanced extension telemetry (#1175)

Changes:

  • ba8849a Prepare for 0.14.0 (#1182)
  • 26bea16 Enhanced telemetry in cases if Windows scenario was run without RNW package (#1194)
  • 9080287 Update vscode-chrome-debug-core dependency to v6.8.8 (#1193)
  • 8411c43 Show clearer message when debugging Windows without react-native-windows installed (#1191)
  • 36e9730 Add Windows configuration to the presets (#1189)
  • deea992 Fixing typo in "helpful" (#1190)
  • 6b9f7c4 Fix displaying of VM_unknown calls in Call Stack for Hermes debugger (#1187)
  • 7080f52 Update extension debug scenarios for direct debugger (#1186)
  • c820ac1 Remove redundant cpx package (#1184)
  • e3706a1 Fix sending of empty React Native version strings to telemetry (#1175)
See More

This list of changes was auto generated.