Skip to content

Commit 85bb9b0

Browse files
authored
Prepare for 1.8.0 (#1692)
* Update changelog and bump extension version * Bump Expo dependencies
1 parent 065055b commit 85bb9b0

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 1.8.0
2+
* Improved device and emulator targets selection [#1673](https://github.com/microsoft/vscode-react-native/pull/1673)
3+
* Implemented support of [debugging without creating a "launch.json" file](https://github.com/microsoft/vscode-react-native#debugging-react-native-applications). Now it's possible to start debugging via dynamic debug configurations or the Debug button in the Editor Title area menu [#1687](https://github.com/microsoft/vscode-react-native/pull/1687)
4+
* Adapted the extension for debugging Expo SDK 43 applications [#1691](https://github.com/microsoft/vscode-react-native/pull/1691)
5+
* Internal changes:
6+
* Smoke tests were updated to work with iOS 15.0 and Expo SDK 43 [#1690](https://github.com/microsoft/vscode-react-native/pull/1690), [#1691](https://github.com/microsoft/vscode-react-native/pull/1691)
7+
* Bumped Node.js version in unit tests to 14 [#1695](https://github.com/microsoft/vscode-react-native/pull/1695)
8+
9+
110
## 1.7.1
211
* Improved behavior of Packager status indicator [#1680](https://github.com/microsoft/vscode-react-native/pull/1680)
312
* Fixed debugging performance issue [#1684](https://github.com/microsoft/vscode-react-native/pull/1684)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vscode-react-native",
33
"displayName": "React Native Tools",
4-
"version": "1.7.1",
4+
"version": "1.8.0",
55
"private": true,
66
"publisher": "msjsdiag",
77
"icon": "images/icon.png",
@@ -1067,8 +1067,8 @@
10671067
"type": "string"
10681068
},
10691069
"default": {
1070-
"xdl": "59.2.10",
1071-
"@expo/metro-config": "0.2.6",
1070+
"xdl": "59.2.11",
1071+
"@expo/metro-config": "0.2.7",
10721072
"@expo/ngrok": "^4.1.0"
10731073
},
10741074
"scope": "resource"

0 commit comments

Comments
 (0)