Skip to content

Commit 781f3e8

Browse files
authored
Prepare for 1.9.0 (#1725)
* Bump version and update changelog * Update TPN
1 parent 92974e7 commit 781f3e8

File tree

4 files changed

+47
-2
lines changed

4 files changed

+47
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 1.9.0
2+
* Added the `Check development environment configuration` Command Palette command intended for checking user's React Native development environment for common problems [#1702](https://github.com/microsoft/vscode-react-native/pull/1702)
3+
* Added `env` and `envFile` paramenters to attach debugging configurations [#1707](https://github.com/microsoft/vscode-react-native/pull/1707)
4+
* Contributed React Native Tools getting started guide to the [`Get Started` page](https://code.visualstudio.com/updates/v1_57#_new-getting-started-experience) of VS Code [#1698](https://github.com/microsoft/vscode-react-native/pull/1698)
5+
* Enhanced documentation about the Network inspector and Element inspector [#1716](https://github.com/microsoft/vscode-react-native/pull/1716), [#1698](https://github.com/microsoft/vscode-react-native/pull/1698)
6+
* Improved extension security [#1723](https://github.com/microsoft/vscode-react-native/pull/1723), [#1726](https://github.com/microsoft/vscode-react-native/pull/1726)
7+
* Internal changes:
8+
* Unit tests improvements [#1706](https://github.com/microsoft/vscode-react-native/pull/1706), [#1711](https://github.com/microsoft/vscode-react-native/pull/1711), [#1709](https://github.com/microsoft/vscode-react-native/pull/1709)
9+
* Enhanced ESLint rules and code style [#1708](https://github.com/microsoft/vscode-react-native/pull/1708)
10+
* Moved master build and extension packaging to Linux [#1722](https://github.com/microsoft/vscode-react-native/pull/1722)
11+
12+
113
## 1.8.1
214
* Fixed debugging on reloading React Native Hermes applications [#1696](https://github.com/microsoft/vscode-react-native/pull/1696)
315
* Optimized device and emulator targets selection [#1699](https://github.com/microsoft/vscode-react-native/pull/1699)

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.8.1",
4+
"version": "1.9.0",
55
"private": true,
66
"publisher": "msjsdiag",
77
"icon": "resources/images/icon.png",

release/ThirdPartyNotices.txt

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2045,6 +2045,39 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
20452045
SOFTWARE.
20462046

20472047

2048+
---------------------------------------------------------
2049+
2050+
---------------------------------------------------------
2051+
2052+
command-exists 1.2.9 - MIT
2053+
https://github.com/mathisonian/command-exists
2054+
2055+
Copyright (c) 2014 Matthew Conlen
2056+
2057+
The MIT License (MIT)
2058+
2059+
Copyright (c) 2014 Matthew Conlen
2060+
2061+
Permission is hereby granted, free of charge, to any person obtaining a copy
2062+
of this software and associated documentation files (the "Software"), to deal
2063+
in the Software without restriction, including without limitation the rights
2064+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2065+
copies of the Software, and to permit persons to whom the Software is
2066+
furnished to do so, subject to the following conditions:
2067+
2068+
The above copyright notice and this permission notice shall be included in all
2069+
copies or substantial portions of the Software.
2070+
2071+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2072+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2073+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2074+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2075+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2076+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2077+
SOFTWARE.
2078+
2079+
2080+
20482081
---------------------------------------------------------
20492082

20502083
---------------------------------------------------------

0 commit comments

Comments
 (0)