Skip to content

Commit 3d4e5c4

Browse files
authored
Prepare for 1.6.0 (#1626)
* Update changelog and bump extension version to 1.6.0 * Update TPN
1 parent 008d88e commit 3d4e5c4

File tree

4 files changed

+2137
-391
lines changed

4 files changed

+2137
-391
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 1.6.0
2+
* Added support of debugging of React Native for Windows Hermes applications: [more info](https://github.com/microsoft/vscode-react-native#windows-hermes-debugging) [#1624](https://github.com/microsoft/vscode-react-native/pull/1624)
3+
* Added tips about rarely used extension features [#1610](https://github.com/microsoft/vscode-react-native/pull/1610)
4+
* Updated documentation about `ios-deploy` installation, thanks to [Lucas Johnston(@lucasjohnston)](https://github.com/lucasjohnston) [#1611](https://github.com/microsoft/vscode-react-native/pull/1611)
5+
* Implemented debugging of Expo Hermes applications [#1608](https://github.com/microsoft/vscode-react-native/pull/1608)
6+
* Added context variables to configure custom key bindings with [`when` clauses](https://code.visualstudio.com/docs/getstarted/keybindings#_when-clause-contexts) for pair extension commands [#1606](https://github.com/microsoft/vscode-react-native/pull/1606)
7+
* Improved extension security [#1625](https://github.com/microsoft/vscode-react-native/pull/1625)
8+
* Internal changes:
9+
* Smoke tests were updated to work with VS Code 1.58.1 [#1609](https://github.com/microsoft/vscode-react-native/pull/1609)
10+
11+
112
## 1.5.2
213
* Added the `sourceMapRenames` parameter to debugging configurations [#1602](https://github.com/microsoft/vscode-react-native/pull/1602)
314
* Implemented debugging mode control for macOS apps [#1589](https://github.com/microsoft/vscode-react-native/pull/1589)

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: 1 addition & 1 deletion
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.5.2",
4+
"version": "1.6.0",
55
"private": true,
66
"publisher": "msjsdiag",
77
"icon": "images/icon.png",

0 commit comments

Comments
 (0)