Releases: microsoft/vscode-react-native
Releases · microsoft/vscode-react-native
1.6.0
- Added support of debugging of React Native for Windows Hermes applications: more info #1624
- Added tips about rarely used extension features #1610
- Updated documentation about
ios-deploy
installation, thanks to Lucas Johnston(@lucasjohnston) #1611 - Implemented debugging of Expo Hermes applications #1608
- Added context variables to configure custom key bindings with
when
clauses for pair extension commands #1606 - Improved extension security #1625
- Internal changes:
- Smoke tests were updated to work with VS Code 1.58.1 #1609
Changes:
- 3d4e5c4 Prepare for 1.6.0 (#1626)
- 008d88e Implement debugging of RNW Hermes applications (#1624)
- 5d226d7 Bump tar from 6.1.0 to 6.1.3 (#1625)
- f338085 Tips notifications for rarely used functionality (#1610)
- 205f3c6 ios-deploy: Change npm to brew in error message (#1611)
- a7ecc70 Bump minimist from 1.2.0 to 1.2.5 in /test/smoke/automation (#1614)
- 949618f Bump hosted-git-info from 2.8.8 to 2.8.9 in /test/smoke/automation (#1615)
- 1c95903 Smoke tests update (#1609)
- ccef4e6 Adapt Expo Hermes apps debugging (#1608)
- 86dcbe9 Add context variables for pair commands (#1606)
See More
This list of changes was auto generated.
1.5.2
- Added the
sourceMapRenames
parameter to debugging configurations #1602 - Implemented debugging mode control for macOS apps #1589
- Added the
sourceMapPathOverrides
parameter to launch debugging configurations #1589 - Implemented settings parameters for controlling versions of the
xdl
and@expo/metro-config
packages #1578 - Added
Run Windows
andRun MacOS
Command Palette commands for running RNW and RNmacOS apps #1576 - Improved extension security #1587, #1592, #1593, #1594
- Internal changes:
- Adapted new VS Code API version for creating Packager status indicator on the status bar #1597
Changes:
- caa0dc5 Prepare for 1.5.2 (#1603)
- afbc693 Update documentation (#1604)
- 81fc182 Add support for sourceMapRenames config option (#1602)
- ed0bcfb add high cpu load while improt XDL to known issues (#1601)
- ffdf159 Adopt new createStatusBarItem api (#1597)
- 1c2424f Implement debugging mode control for macOS (#1589)
- e48c3bc Bump postcss from 7.0.35 to 7.0.36 in /test/smoke/package (#1594)
- e4084f3 Bump url-parse from 1.4.7 to 1.5.0 in /test/smoke/package (#1592)
- eb84238 Bump ssri from 6.0.1 to 6.0.2 in /test/smoke/package (#1593)
- 716f31d Implement XDL package version control (#1578)
See More
- c89aeb2 Bump css-what from 5.0.0 to 5.0.1 (#1587)
- cfbe5cc Added Run Windows and Run macOS commands to Command Palette (#1576)
This list of changes was auto generated.
1.5.1
- Improved debugging on remote Android devices #1577
- Fixed getting React Native version in cases
projectRoot
has been customized #1583 - Improved extension security #1581, #1579
Changes:
- 1f5927e Prepare for 1.5.1 (#1584)
- 5884987 Fix projectRoot parameter (#1583)
- 247f6e8 Improve debugging on a remote Android device (#1577)
- 2e2f561 Bump ws from 7.3.0 to 7.4.6 (#1581)
- 109bf73 Bump dns-packet from 1.3.1 to 1.3.4 in /test/smoke/package (#1579)
This list of changes was auto generated.
1.5.0
- Removed support of the deprecated WPF platform #1554
- Improved Expo tunnel debugging and set default Expo host type as
lan
#1556 - Added support of the
--appIdSuffix
flag torunArguments
for Android apps #1549 - Implemented Network Inspector #1550
- Improved multiroot workspace support #1540
- Improved error handling for building React Native for Windows apps #1560
- Improved extension security #1565
- Implemented support of Workspace Trust feature #1563
- Configured support of virtual workspaces #1570
- Internal changes:
Changes:
- 6939f07 Changelog fix (#1575)
- 8af7b11 Prepare for 1.5.0 (#1574)
- 4dfb1c4 Added multiroot workspace support (#1540)
- f56fe8c Fix Workspace Trust configuration (#1572)
- f5df6ac Fix expo smoke tests (#1568)
- f311755 Update code coverage checking functional (#1570)
- ea42d40 Implement support of Workspace Trust feature (#1563)
- 7852c67 Bump ua-parser-js from 0.7.23 to 0.7.28 in /test/smoke/package (#1565)
- 60ad4ec Surface error messages from run-windows command (#1560)
- 4bb0956 Implement Network Inspector (#1550) [ #1508, #1516, #1531, #1537, #1543, #1544 ]
1.4.2
- Added support for debugging AppleTV apps, thanks to Michele Bonazza(@micheleb) #1498
- Improved extension security #1538, #1527, #1547
- Resolved a conflict with vscode-jest extension while fast refreshing React Native apps #1530
- Migrated from
@expo/xdl
package toxdl
package for debugging Expo applications #1532 - Internal changes:
- Improved sending error events to Telemetry #1526
Changes:
- 261063a Prepare for 1.4.2 (#1541)
- 8f50947 Fix Expo SDK version checking (#1551)
- bcb44c4 Bump ssri from 6.0.1 to 6.0.2 (#1547)
- 4d74a4d Fix security vulnerabilities (#1538)
- 00a2624 Update Expo xdl package import (#1532)
- cc826bd Fix fast refreshing of React Native apps (#1530)
- c12fdaa Improve sending error events to Telemetry (#1526)
- b8538ed Bump react-dev-utils from 11.0.1 to 11.0.4 in /test/smoke/package (#1527)
- 9cde42d Fix #1497 - Debug task for AppleTV (#1498)
This list of changes was auto generated.
1.4.1
- Fixed resolving of custom file extensions while starting the packager for Expo #1502
- Updated documentation for debugging RNW apps #1513
- Enhanced extension security #1521, #1505, #1520
- Internal changes:
- Smoke tests refactoring #1507
Changes:
- a4ad195 Prepare for 1.4.1 (#1522)
- 4adeae2 Fix security vulnerabilities (#1521)
- a7386bb Bump elliptic from 6.5.3 to 6.5.4 in /test/smoke/package (#1520)
- cdef68e Refactor smoke tests preparation (#1507)
- 24b644b Update RNW documentation (#1513)
- 242759f Fix expo extensions resolving for Packager (#1502)
- b7645ff Update versions in smoke tests dependencies (#1505)
- fa9db00 Update smoke tests documentation (#1504)
This list of changes was auto generated.
1.4.0
- Added support of debugging of React Native macOS Hermes applications: more info #1495
- Added support of debugging of React Native iOS Hermes applications: more info #1488
- Fixed attachment to the packager after a previous failed attempt to attach to it #1489
Changes:
- 1b32103 Prepare for 1.4.0 (#1501)
- 41d1764 Update Eslint dependencies (#1500)
- 5c9b8eb Implement debugging of macOS Hermes applications (#1495)
- 6f9a077 Implement debugging of iOS Hermes application (#1488) [ #1492 ]
- 5940f99 Fix attachment to the packager (#1489)
This list of changes was auto generated.
1.3.0
- Enhanced creation of debugging configurations. Now debugging configurations are generated interactively. You just need to click on
React Native
button in the IntelliSense prompt inlaunch.json
file and then select required parameters in selection panels #1468 - Added a notification with a link to the CHANGELOG after the extension update #1476
- Fixed the bug with incorrect recursive deletion of paths when activating the extension #1481
- Improved extension security #1472
- Enhanced contributing guide and documentation about debugging React Native for Windows and macOS applications #1477, #1469
- Internal changes:
Changes:
- 786256e Fix changelog (#1487)
- a3bcb94 Prepare for 1.3.0 (#1484)
- ddec856 Update Expo smoke tests for Expo SDK 40 (#1483)
- c2331a8 Improve async functions control while deleting paths recursively (#1481)
- 155e131 Notification after update (#1476)
- e327819 Fix npm vulnerabilities (#1472)
- 4d14f56 Update contributing instruction (#1477)
- 228fed3 Fix ESLint issues in smoke tests (#1475)
- 5471436 Improve debugging configurations creation (#1468)
- 61fd38d Enhance attach to the debugger documentation (#1469)
See More
This list of changes was auto generated.
1.2.0
- Added
Run React Native LogCat Monitor
andStop 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:
- 44be472 Prepare for 1.2.0 (#1466)
- c8a7a4b Overall smoke test refactoring (#1455) [ #1460 ]
- 8df5011 Add logcat control commands (#1461)
- 8abe87a Add mention for symbolic links in Linux and sourcemaps (#1459)
- 253b6e8 Smoke tests improvements (#1458)
- d021703 Update smoke tests documentation (#1457)
- 484bd77 Smoke tests logging improvement (#1449)
- 57071b7 Add macOS smoke test (#1448)
- c348184 Add RNW smoke test (#1447)
This list of changes was auto generated.
1.1.1
- Updated the extension supported languages for breakpoints in order to work with the latest VS Code API #1451
Changes:
- 5af093f Prepare for 1.1.1 (#1454)
- 8299cc5 Remove deprecated enableBreakpointsFor API from package.json (#1451)
- d9cf2ee Bump smoke tests VS Code version to latest(1.50.1) (#1446)
- 5759f79 Update WebdriverIO in smoke tests (#1442)
- 6967df4 use vscode-test for vscode client download (#1443)
This list of changes was auto generated.