Releases: microsoft/vscode-react-native
Releases · microsoft/vscode-react-native
1.7.0
- Fixed forwarding security certificates for Network inspector on Windows #1661
- Improved Expo dependencies management: moved configuration of all packages versions to the
react-native.expo.dependenciesparameter #1665 - Bumped versions of Expo dependencies to the most recent ones #1676
- Improved extension security #1658, #1670
- Internal changes:
Changes:
- a03236a Prepare for 1.7.0 (#1672)
- ec23040 Bump Expo dependencies versions and adapt Expo debugging (#1676)
- 663a61f Update documentation about configuring expo versions (#1674)
- c0dc402 Improve expo dependencies management (#1665)
- 4e7a8a1 Bump nth-check from 2.0.0 to 2.0.1 (#1670)
- e866487 Bump webdriverIo for smoke tests (#1662)
- 0d77292 Migration to async/await API (#1637) [ #1617, #1618, #1620, #1622, #1623, #1627, #1628, #1631, #1632, #1634, #1636 ]
- d745665 Change temp directory used while forwarding certificates on Windows (#1661)
- 0ea34d5 Bump tar from 6.1.3 to 6.1.11 (#1658)
This list of changes was auto generated.
1.6.1
- Improved error logging on debugging #1633
- Improved parsing of
sdk.dirparameter in Androidlocal.properties#1643 - Fixed typos in error messages, thanks to Alexander Sklar(@asklar) #1648
- Enhanced documentation about extension commands usage #1649
- Improved tips notifications functionality #1642
- Added a settings parameter for controlling the version of the
@expo/ngrokpackage #1652 - Improved extension security #1635, #1640, #1641
Changes:
- 960a6ec Prepare for 1.6.1 (#1653)
- 65e5536 Improve ngrok version control (#1655)
- 0690ab2 Improve Expo logging (#1654)
- 892f0aa Bump packages versions and improve control over Expo deps (#1652)
- b49f711 Improve functionality of updating tips config for Tips notifications feature (#1642)
- 49dc2f6 Add command ids to readme (#1649)
- 96c49b0 Update errorStrings.ts (#1648)
- 1864d97 Improve Android sdk.dir parsing (#1643)
- 79da24e Bump path-parse from 1.0.6 to 1.0.7 in /test/smoke/automation (#1639)
- 696f8c6 Bump url-parse from 1.5.0 to 1.5.2 in /test/smoke/package (#1641)
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-deployinstallation, thanks to Lucas Johnston(@lucasjohnston) #1611 - Implemented debugging of Expo Hermes applications #1608
- Added context variables to configure custom key bindings with
whenclauses 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
sourceMapRenamesparameter to debugging configurations #1602 - Implemented debugging mode control for macOS apps #1589
- Added the
sourceMapPathOverridesparameter to launch debugging configurations #1589 - Implemented settings parameters for controlling versions of the
xdland@expo/metro-configpackages #1578 - Added
Run WindowsandRun MacOSCommand 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
projectRoothas 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
--appIdSuffixflag torunArgumentsfor 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/xdlpackage toxdlpackage 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 Nativebutton in the IntelliSense prompt inlaunch.jsonfile 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.