microsoft/vscode-react-native

Public

mirrored from https://github.com/microsoft/vscode-react-nativeAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
1.5.2

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

CHANGELOG.md

446lines · modecode

1## 1.5.2
2* Added the `sourceMapRenames` parameter to debugging configurations [#1602](https://github.com/microsoft/vscode-react-native/pull/1602)
3* Implemented debugging mode control for macOS apps [#1589](https://github.com/microsoft/vscode-react-native/pull/1589)
4* Added the `sourceMapPathOverrides` parameter to launch debugging configurations [#1589](https://github.com/microsoft/vscode-react-native/pull/1589)
5* Implemented settings parameters for controlling versions of the `xdl` and `@expo/metro-config` packages [#1578](https://github.com/microsoft/vscode-react-native/pull/1578)
6* Added `Run Windows` and `Run MacOS` Command Palette commands for running RNW and RNmacOS apps [#1576](https://github.com/microsoft/vscode-react-native/pull/1576)
7* Improved extension security [#1587](https://github.com/microsoft/vscode-react-native/pull/1587), [#1592](https://github.com/microsoft/vscode-react-native/pull/1592), [#1593](https://github.com/microsoft/vscode-react-native/pull/1593), [#1594](https://github.com/microsoft/vscode-react-native/pull/1594)
8* Internal changes:
9 * Adapted new VS Code API version for creating Packager status indicator on the status bar [#1597](https://github.com/microsoft/vscode-react-native/pull/1597)
10
11
12## 1.5.1
13* Improved debugging on remote Android devices [#1577](https://github.com/microsoft/vscode-react-native/pull/1577)
14* Fixed getting React Native version in cases `projectRoot` has been customized [#1583](https://github.com/microsoft/vscode-react-native/pull/1583)
15* Improved extension security [#1581](https://github.com/microsoft/vscode-react-native/pull/1581), [#1579](https://github.com/microsoft/vscode-react-native/pull/1579)
16
17
18## 1.5.0
19* Removed support of the deprecated WPF platform [#1554](https://github.com/microsoft/vscode-react-native/pull/1554)
20* Improved Expo tunnel debugging and set default Expo host type as `lan` [#1556](https://github.com/microsoft/vscode-react-native/pull/1556)
21* Added support of the `--appIdSuffix` flag to `runArguments` for Android apps [#1549](https://github.com/microsoft/vscode-react-native/pull/1549)
22* Implemented Network Inspector [#1550](https://github.com/microsoft/vscode-react-native/pull/1550)
23* Improved multiroot workspace support [#1540](https://github.com/microsoft/vscode-react-native/pull/1540)
24* Improved error handling for building React Native for Windows apps [#1560](https://github.com/microsoft/vscode-react-native/pull/1560)
25* Improved extension security [#1565](https://github.com/microsoft/vscode-react-native/pull/1565)
26* Implemented support of [Workspace Trust feature](https://github.com/microsoft/vscode-react-native/issues/1559) [#1563](https://github.com/microsoft/vscode-react-native/pull/1563)
27* Configured support of [virtual workspaces](https://github.com/microsoft/vscode-react-native/issues/1562) [#1570](https://github.com/microsoft/vscode-react-native/pull/1570)
28* Internal changes:
29 * Updated code coverage checking functional [#1570](https://github.com/microsoft/vscode-react-native/pull/1570)
30 * Stabilized Expo smoke tests [#1568](https://github.com/microsoft/vscode-react-native/pull/1568)
31
32
33## 1.4.2
34* Added support for debugging AppleTV apps, thanks to [Michele Bonazza(@micheleb)](https://github.com/micheleb) [#1498](https://github.com/microsoft/vscode-react-native/pull/1498)
35* Improved extension security [#1538](https://github.com/microsoft/vscode-react-native/pull/1538), [#1527](https://github.com/microsoft/vscode-react-native/pull/1527), [#1547](https://github.com/microsoft/vscode-react-native/pull/1547)
36* Resolved a conflict with [vscode-jest](https://github.com/jest-community/vscode-jest) extension while fast refreshing React Native apps [#1530](https://github.com/microsoft/vscode-react-native/pull/1530)
37* Migrated from `@expo/xdl` package to `xdl` package for debugging Expo applications [#1532](https://github.com/microsoft/vscode-react-native/pull/1532)
38* Internal changes:
39 * Improved sending error events to Telemetry [#1526](https://github.com/microsoft/vscode-react-native/pull/1526)
40
41
42## 1.4.1
43* Fixed resolving of custom file extensions while starting the packager for Expo [#1502](https://github.com/microsoft/vscode-react-native/pull/1502)
44* Updated documentation for debugging RNW apps [#1513](https://github.com/microsoft/vscode-react-native/pull/1513)
45* Enhanced extension security [#1521](https://github.com/microsoft/vscode-react-native/pull/1521), [#1505](https://github.com/microsoft/vscode-react-native/pull/1505), [#1520](https://github.com/microsoft/vscode-react-native/pull/1520)
46* Internal changes:
47 * Smoke tests refactoring [#1507](https://github.com/microsoft/vscode-react-native/pull/1507)
48
49
50## 1.4.0
51* Added support of debugging of React Native macOS Hermes applications: [more info](https://github.com/microsoft/vscode-react-native#macos-hermes-debugging) [#1495](https://github.com/microsoft/vscode-react-native/pull/1495)
52* Added support of debugging of React Native iOS Hermes applications: [more info](https://github.com/microsoft/vscode-react-native#ios-hermes-debugging) [#1488](https://github.com/microsoft/vscode-react-native/pull/1488)
53* Fixed attachment to the packager after a previous failed attempt to attach to it [#1489](https://github.com/microsoft/vscode-react-native/pull/1489)
54
55
56## 1.3.0
57* Enhanced creation of debugging configurations. Now debugging configurations are generated interactively. You just need to click on `React Native` button in the IntelliSense prompt in `launch.json` file and then select required parameters in selection panels [#1468](https://github.com/microsoft/vscode-react-native/pull/1468)
58* Added a notification with a link to the CHANGELOG after the extension update [#1476](https://github.com/microsoft/vscode-react-native/pull/1476)
59* Fixed the bug with incorrect recursive deletion of paths when activating the extension [#1481](https://github.com/microsoft/vscode-react-native/pull/1481)
60* Improved extension security [#1472](https://github.com/microsoft/vscode-react-native/pull/1472)
61* Enhanced contributing guide and documentation about debugging React Native for Windows and macOS applications [#1477](https://github.com/microsoft/vscode-react-native/pull/1477), [#1469](https://github.com/microsoft/vscode-react-native/pull/1469)
62* Internal changes:
63 * Fixed ESLint issues in the code and added Prettier support [#1463](https://github.com/microsoft/vscode-react-native/pull/1463), [#1475](https://github.com/microsoft/vscode-react-native/pull/1475)
64
65
66## 1.2.0
67* Added `Run React Native LogCat Monitor` and `Stop 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](https://github.com/microsoft/vscode-react-native#configure-an-android-logcat-monitor) [#1461](https://github.com/microsoft/vscode-react-native/pull/1461)
68* 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](https://github.com/microsoft/vscode-react-native/pull/1459)
69* Internal changes:
70 * Smoke tests improvements [#1441](https://github.com/microsoft/vscode-react-native/issues/1441)
71
72
73## 1.1.1
74* Updated the extension supported languages for breakpoints in order to work with the latest VS Code API [#1451](https://github.com/microsoft/vscode-react-native/pull/1451)
75
76
77## 1.1.0
78* Added React Native macOS debugging support: [more info](https://github.com/microsoft/vscode-react-native#react-native-for-macos) [#1409](https://github.com/microsoft/vscode-react-native/pull/1409)
79* Added support for `openExpoQR` debugging argument determining whether to open a tab with a QR code after launching the Expo server or not. Enhanced the workflow for Expo server starting [#1413](https://github.com/microsoft/vscode-react-native/pull/1413)
80* Fixed launch scenarios for iOS direct debugging [#1430](https://github.com/microsoft/vscode-react-native/pull/1430)
81* Values in the `target` debug scenario argument are no longer replaced by UDID in case the existing simulator name is already used there [#1431](https://github.com/microsoft/vscode-react-native/pull/1431)
82* Fixed minor extension issues [#1424](https://github.com/microsoft/vscode-react-native/issues/1424), [#1425](https://github.com/microsoft/vscode-react-native/issues/1425)
83
84
85## 1.0.1
86* Fixed issue connected to incorrect project caching when the `projectRoot` argument is used in `settings.json`
87
88
89## 1.0.0
90* Added `sourcemaps` parameters for Direct debugging scenarios [#1395](https://github.com/microsoft/vscode-react-native/pull/1395)
91* Fixed the `Debug Windows` scenario for React Native Windows applications v0.63 [#1395](https://github.com/microsoft/vscode-react-native/pull/1395), [#1412](https://github.com/microsoft/vscode-react-native/pull/1412)
92* Implemented experimental support of iOS direct debugging. It could be used in next versions of React Native with support of [TurboModules](https://github.com/react-native-community/discussions-and-proposals/issues/40) and [Hermes engine for iOS](https://github.com/facebook/hermes/issues/34) [#1367](https://github.com/microsoft/vscode-react-native/pull/1367)
93* Implemented selection of iOS and Android emulators for launch and run scenarios and Command Palette commands [#1361](https://github.com/microsoft/vscode-react-native/pull/1361), [#1374](https://github.com/microsoft/vscode-react-native/pull/1374)
94* Implemented automatic launch of the packager in `attach` scenarios in case it is not running yet [#1320](https://github.com/microsoft/vscode-react-native/pull/1320)
95* Added scenarios (`Run Android, Run iOS, etc`) to run applications without debugging [#1319](https://github.com/microsoft/vscode-react-native/pull/1319)
96* Minor logging improvement [#1392](https://github.com/microsoft/vscode-react-native/pull/1392), [#1330](https://github.com/microsoft/vscode-react-native/pull/1330)
97* Updated documentation
98* The minimum supported version of VS Code has been increased from `1.31.0` to `1.40.0`
99* Internal changes:
100 * Migrated from the [`vscode-node-debug2`](https://github.com/microsoft/vscode-node-debug2) debugger to [`js-debug`](https://github.com/microsoft/vscode-js-debug) one
101 * Integrated the debug adapter directly inside the extension, which allows VS Code to connect to it instead of launching a new external debug adapter per extension's debugging session. See [`DebugAdapterDescriptorFactory`](https://code.visualstudio.com/api/extension-guides/debugger-extension#alternative-approach-to-develop-a-debugger-extension) approach for more details
102 * Improved debug sessions control
103 * Added Webpack bundling for the extension [#1308](https://github.com/microsoft/vscode-react-native/pull/1308)
104 * Got rid of Q promises [#1354](https://github.com/microsoft/vscode-react-native/pull/1354)
105
106
107## 0.17.0
108* Enhanced extension security [#1339](https://github.com/microsoft/vscode-react-native/pull/1339), [#1350](https://github.com/microsoft/vscode-react-native/pull/1350), [#1355](https://github.com/microsoft/vscode-react-native/pull/1355), [#1362](https://github.com/microsoft/vscode-react-native/pull/1362)
109* Updated extension troubleshooting for the Expo debugging case [#1338](https://github.com/microsoft/vscode-react-native/pull/1338)
110* Fixed the Github organisation name capitalization in URLs to the repository, thanks to [Frieder Bluemle(@friederbluemle)](https://github.com/friederbluemle) [#1324](https://github.com/microsoft/vscode-react-native/pull/1324)
111* Updated Packager statusbar indicator representation [#1340](https://github.com/microsoft/vscode-react-native/pull/1340), [#1353](https://github.com/microsoft/vscode-react-native/pull/1353):
112 * Now there are two representations available: `Full` and `Short`. To change it add `react-native.packager.status-indicator` property with a value `Full` for full representation or `Short` for icon only mode. [More info](https://github.com/microsoft/vscode-react-native/pull/1353).
113
114
115## 0.16.1
116* Improved extension security [#1310](https://github.com/microsoft/vscode-react-native/pull/1310), [#1329](https://github.com/microsoft/vscode-react-native/pull/1329)
117* Fixed the incorrect handling of spaces in `adb` path from `local.properties` [#1326](https://github.com/microsoft/vscode-react-native/pull/1326)
118* Internal changes:
119 * Migrated from TSLint to ESLint [#1315](https://github.com/microsoft/vscode-react-native/pull/1315)
120 * Implemented service for running different checks of the extension work [#1309](https://github.com/microsoft/vscode-react-native/pull/1309), [#1322](https://github.com/microsoft/vscode-react-native/pull/1322)
121 * Smoke tests were updated to work with VS Code 1.45.1 and Expo SDK 38
122
123
124## 0.16.0
125* Improved extension security [#1253](https://github.com/microsoft/vscode-react-native/pull/1253)
126* Updated extension license to MIT [#1286](https://github.com/microsoft/vscode-react-native/pull/1286)
127* Fixed fonts usage with Expo SDK 37 [#1260](https://github.com/microsoft/vscode-react-native/pull/1260), [#1264](https://github.com/microsoft/vscode-react-native/pull/1264)
128* Increased packager starting time and fixed handling of StatusBar items click [#1268](https://github.com/microsoft/vscode-react-native/pull/1268)
129* Fixed links in Table of Contents and typos, thanks to [Max von Webel(@343max)](https://github.com/343max) [#1284](https://github.com/microsoft/vscode-react-native/pull/1284)
130* Internal changes:
131 * Migrated unit tests to vscode-test [#1256](https://github.com/microsoft/vscode-react-native/pull/1256)
132 * Updated smoke tests docs [#1281](https://github.com/microsoft/vscode-react-native/pull/1281)
133
134
135## 0.15.0
136* Improved extension security [#1227](https://github.com/microsoft/vscode-react-native/pull/1227)
137* Added an option to add environment variables to the React Native packager process. [More info](https://github.com/microsoft/vscode-react-native#custom-environment-variables) [#1248](https://github.com/microsoft/vscode-react-native/pull/1248)
138* Readme extension homepage has been updated [#1243](https://github.com/microsoft/vscode-react-native/pull/1243), [#1250](https://github.com/microsoft/vscode-react-native/pull/1250), [#1251](https://github.com/microsoft/vscode-react-native/pull/1251)
139* Minor logging improvement [#1237](https://github.com/microsoft/vscode-react-native/pull/1237)
140* Internal changes:
141 * Added YAML Azure Pipelines support for the extension repository
142 * Smoke tests were updated to work with React Native 0.62 and Expo SDK 37
143
144
145## 0.14.2
146* Improved extension security [#1219](https://github.com/microsoft/vscode-react-native/pull/1219), [#1222](https://github.com/microsoft/vscode-react-native/pull/1222), [#1223](https://github.com/microsoft/vscode-react-native/pull/1223), [#1224](https://github.com/microsoft/vscode-react-native/pull/1224)
147* Updated extension dependencies [#1224](https://github.com/microsoft/vscode-react-native/pull/1224)
148* Added support for running iOS debugging on a specific device using flag `target: 'device=<iOS_device_name>'`. [More info](https://github.com/microsoft/vscode-react-native/blob/master/doc/debugging.md#debugging-on-ios-device). [#1207](https://github.com/microsoft/vscode-react-native/pull/1207)
149* Fixed launch of iOS apps with custom project's configuration: custom scheme name, custom app bundle name. [#1213](https://github.com/microsoft/vscode-react-native/pull/1213)
150
151
152## 0.14.1
153* Implemented Expo debugging without mandatory logging in and Internet connection [#1188](https://github.com/microsoft/vscode-react-native/issues/1188)
154 * Added `expoHostType` parameter to Expo debug scenario configuration. See the [documentation](https://github.com/microsoft/vscode-react-native#react-native-debug-configuration-properties) for more details
155* Fixed iOS debugging according to [XCode build caching changes in React Native CLI v3.1.0](https://github.com/react-native-community/cli/releases/tag/v3.1.0) [#1198](https://github.com/microsoft/vscode-react-native/issues/1198)
156
157## 0.14.0
158* Enhanced extension security [#1171](https://github.com/microsoft/vscode-react-native/pull/1171)
159* Deps: `vscode-chrome-debug-core@6.8.8` [#1193](https://github.com/microsoft/vscode-react-native/pull/1193)
160* Enhanced extension logging [#1175](https://github.com/microsoft/vscode-react-native/pull/1175)
161* Added `Debug Windows` scenario configuration to extension's debug scenarios configurations layouts ([#1189](https://github.com/microsoft/vscode-react-native/pull/1189), [#1191](https://github.com/microsoft/vscode-react-native/pull/1191)), thanks to [David Serafimov(@nasadigital)](https://github.com/nasadigital)
162* Fixed typos in documentation ([#1190](https://github.com/microsoft/vscode-react-native/pull/1190)), thanks to [Ivan Tse(@ivantse)](https://github.com/ivantse)
163* Enhanced React Native Hermes applications debugging [#1099](https://github.com/microsoft/vscode-react-native/issues/1099) ([#548](https://github.com/microsoft/vscode-chrome-debug-core/pull/548))
164 * Fixed incorrect displaying of `Global`, `Closure` variables
165 * Fixed incorrect displaying of value of numeric variables
166 * Fixed incorrect displaying of `this` object content
167 * Fixed incorrect handling of arrays on debugging
168 * Fixed displaying of redundant React Native Hermes native functions calls in Call Stack [#1187](https://github.com/microsoft/vscode-react-native/pull/1187)
169* Internal changes:
170 * Enhanced smoke tests workflow ([#1180](https://github.com/microsoft/vscode-react-native/pull/1180))
171 * Enhanced extension telemetry ([#1175](https://github.com/microsoft/vscode-react-native/pull/1175))
172
173## 0.13.2
174* Added support for Haul packager 0.15 [#1166](https://github.com/microsoft/vscode-react-native/pull/1166)
175* Fixed security vulnerability [#1165](https://github.com/microsoft/vscode-react-native/pull/1165)
176
177## 0.13.1
178* Fixed command palette commands execution in cases when `projectRoot` has been customized [#1160](https://github.com/microsoft/vscode-react-native/pull/1160)
179
180## 0.13.0
181* The algorithm of processing React Native CLI commands was changed, the [following changes were made](https://github.com/microsoft/vscode-react-native/pull/1093):
182 * Extension can now work without the `react-native-cli` installed globally. Now it uses local CLI from `react-native` package installed in `node_modules` of the React Native project
183 * Added `reactNativeGlobalCommandName` property support to `settings.json` that is allowing to switch between locally installed CLI and global ones ([more info](https://github.com/microsoft/vscode-react-native/blob/master/doc/customization.md#setting-up-react-native-global-cli))
184 * Added error handling in cases if React Native package is not installed in `node_modules`
185* Added additional verbose mode error logging in cases if `settings.json` file is incorrect or absent [#1148](https://github.com/microsoft/vscode-react-native/pull/1148)
186* Fixed --project-path React Native command argument handling for iOS [#1143](https://github.com/microsoft/vscode-react-native/pull/1143)
187* Fixed Hermes debug scenarios quick configurations names [#1140](https://github.com/microsoft/vscode-react-native/pull/1140)
188* Fixed `port` argument handling for launch and attach Hermes debug scenarios [#1140](https://github.com/microsoft/vscode-react-native/pull/1140)
189* Added support for `@expo/xdl` greater than 56.1 [#1155](https://github.com/microsoft/vscode-react-native/pull/1155), [@expo/expo-cli#864](https://github.com/expo/expo-cli/issues/864)
190* Improved extension security [#1145](https://github.com/microsoft/vscode-react-native/pull/1145)
191
192## 0.12.1
193* Fixed debugging issues with React Native 0.61 applications if some additional packages were installed, such as `react-native-navigation` or `react-native-splash-screen`
194
195## 0.12.0
196* Added experimental support for React Native Android applications on Hermes engine. Experimental means that the debugger is on early stage of development and some bugs can be revealed. If you tried experimental feature and would like to provide feedback, please post it to [Github issue](https://github.com/microsoft/vscode-react-native/issues/1099).
197* Added support for React Native 0.61 [#1122](https://github.com/microsoft/vscode-react-native/pull/1122)
198* Added wait phase for initializing React Native app bundle sourcemaps to avoid breakpoints skip on application initialization [#1081](https://github.com/microsoft/vscode-react-native/issues/1081)
199* Added [inline breakpoints feature](https://github.com/microsoft/vscode/issues/31612) support
200* Improved extension security [#1125](https://github.com/microsoft/vscode-react-native/pull/1125)
201
202## 0.11.2
203* Fixed `Attach to packager` debugging issue when Haul packager is being used [#1108](https://github.com/microsoft/vscode-react-native/issues/1108)
204* Optimized extension activation events [#1114](https://github.com/microsoft/vscode-react-native/pull/1114)
205
206## 0.11.1
207* Fixed debugging issue when using `broadcast-channels` package in React Native application [#1083](https://github.com/microsoft/vscode-react-native/issues/1083)
208* Added `launchActivity` debug configuration parameter for Android allowing to choose the activity to launch on `Debug Android` scenario [#1084](https://github.com/microsoft/vscode-react-native/pull/1084)
209* Added error handling for some specific cases [#1086](https://github.com/microsoft/vscode-react-native/pull/1086)
210* Optimized extension activation events [#1103](https://github.com/microsoft/vscode-react-native/pull/1103)
211
212## 0.11.0
213* Fixed the folder `.vscode/.react` isn't created when opening directory with nested RN project
214* Fixed usage of removed `-v` option for `react-native` command from @react-native-community/cli
215* Updated extension translation
216* [Internal] Improved smoke tests workflow
217
218## 0.10.2
219* Fixed security vulnerabilities ([#1050](https://github.com/microsoft/vscode-react-native/pull/1050), [#1052](https://github.com/microsoft/vscode-react-native/pull/1052), [#1055](https://github.com/microsoft/vscode-react-native/pull/1055))
220* Fixed readme markup ([#1051](https://github.com/microsoft/vscode-react-native/pull/1051))
221
222## 0.10.1
223* Added support for React Native 0.60 ([#1043](https://github.com/microsoft/vscode-react-native/pull/1043))
224* Fixed `diff` security vulnerability ([#1029](https://github.com/microsoft/vscode-react-native/pull/1029))
225* `program` debug configuration property is deprecated and will be removed in future, please remove it from debug configurations and replace it by `"cwd": "${workspaceFolder}"`
226* Added documentation for debug configurations properties ([#1040](https://github.com/microsoft/vscode-react-native/pull/1040))
227
228## 0.10.0
229* Added support for Expo SDK 33 ([#1025](https://github.com/microsoft/vscode-react-native/pull/1025))
230* Simplified `launch.json` debug configuration file generation, added debug configuration provider UI which allows to choose needed debug configurations ([#830](https://github.com/microsoft/vscode-react-native/issues/830))
231* `outDir` debug configuration property was removed, `sourceMaps` property was excluded from initial debug configurations and set to `true` if not specified explicitly ([#1033](https://github.com/microsoft/vscode-react-native/pull/1033))
232* Changed `Reload App` Command Pallete command approach for Android ([#1016](https://github.com/microsoft/vscode-react-native/pull/1016)), thanks to [Alter Code(@muhamad-rizki)](https://github.com/muhamad-rizki)
233* Fixed some logging typos ([#1018](https://github.com/microsoft/vscode-react-native/pull/1018)), thanks to [Adam Krantz(@akrantz)](https://github.com/akrantz)
234
235## 0.9.3
236* Fixed `Show Dev Menu` and `Reload App` Command Pallette commands for iOS ([#978](https://github.com/microsoft/vscode-react-native/issues/978))
237* Fixed debugging functionality on Node.js 12 due to deprecating of Node cli argument `--debug-brk` ([#1000](https://github.com/microsoft/vscode-react-native/issues/1000))
238* Fixed scheme configuration variable handling for iOS native apps, added instruction for using `scheme` variable ([#989](https://github.com/microsoft/vscode-react-native/issues/989))
239* Added debug configuration setup instruction[(#986)](https://github.com/microsoft/vscode-react-native/pull/986), thanks to [Peadar Coyle(@springcoil)](https://github.com/springcoil)
240* Changed extension publisher from `vsmobile` to `msjsdiag`
241
242## 0.9.2
243* Fixed issue when using `console.trace()` caused error on native app [#974](https://github.com/microsoft/vscode-react-native/issues/974)
244* Fixed [tar security vulnerabilities](https://www.npmjs.com/advisories/803)
245* Fixed logging for `attach` event
246* Updated documentation
247
248## 0.9.1
249* Added debugger configuration parameter `debuggerWorkerUrlPath` that provides the ability to change path to the React Native `debuggerWorker.js` file [#947](https://github.com/microsoft/vscode-react-native/issues/947)
250* Fixed [js-yaml security vulnerability](https://www.npmjs.com/advisories/788)
251* Bumped debug core dependencies versions to the more recent ones
252* Fixed wording for "Run Android on Emulator" command, thanks to [Frieder Bluemle(@friederbluemle)](https://github.com/friederbluemle)
253
254## 0.9.0
255* Finished localization of the extension
256* Bumped debug core dependencies versions to the more recent ones
257* Fixed debugging issue on iOS due to changes in building process in RN 0.59
258* Fixed several documentation wordings, thanks to [Kristian Sakarisson (@Sakarisson)](https://github.com/Sakarisson), [Brendan McGill (@brendanmc6)](https://github.com/brendanmc6)
259* Other minor improvements
260
261## 0.8.0
262* Improved extension security
263* Improved error logging
264* Improved Expo login workflow
265* Added warning if RN application is being ran using `Debug In Exponent` configuration and `expo` package is not installed [#882](https://github.com/microsoft/vscode-react-native/issues/882)
266* Fixed debugger url problem for haul projects [#875](https://github.com/microsoft/vscode-react-native/issues/875)
267* Added localization for next languages:
268 * Chinese Simplified
269 * Chinese Traditional
270 * Japanese
271 * Korean
272 * German
273 * French
274 * Spanish
275 * Russian
276 * Italian
277 * Czech
278 * Turkish
279 * Portuguese
280 * Polish
281
282**Some localizations may not be completed, they will be updated in future**
283
284## 0.7.0
285* Added `Run Element Inspector` command that runs standalone [React Developer Tools](https://github.com/facebook/react-devtools)
286* Migrate to [WebView Api](https://code.visualstudio.com/docs/extensions/webview) instead of using deprecated `vscode.previewHtml` command
287* Added minimal externalization support for Italian language
288* Moved to Azure pipelines builds instead of Travis CI for pull requests validation
289* Replaced deprecated dependency gulp-util
290* Updated documentation: improved `Debugging React Native applications` section and Expo instructions
291
292## 0.6.18
293* Fix parsing `sdk.dir` in `android/local.properties` on Windows machines
294
295## 0.6.17
296* Return changes from 0.6.14 - 0.6.15
297* Added support for react-native versions >= 0.57
298* Bug fixes
299
300## 0.6.16
301* Reverted to the state of 0.6.13
302
303## 0.6.15
304* Fixed critical issue with android debugging introduced in 0.6.14
305
306## 0.6.14
307* Added reading SDK location from `local.properties`
308* Added support for building iOS apps with custom configuration names
309* Bug fixes and improvements
310
311## 0.6.13
312* Fixed "Inverified breakpoint" error while debugging apps with RN >= 0.54.3 < 0.55
313* Fixed issue with ignoring getAssetExts() in rn-cli.config.js during debugging
314* Fixed leaking global variable "process.versions" from debugger process to worker
315
316## 0.6.12
317* Added debugger for WPF platform(react-native-windows > 0.55.0)
318* Minor bug fixes and improvements
319
320## 0.6.11
321* Fixed activation event promises handling
322* Fixed "connect ENOENT *.sock" error during debugging from within non React Native project root
323* Minor bug fixes and improvements
324
325## 0.6.10
326* Minor fixes and improvements
327
328## 0.6.9
329* Migrated CodePush functionality to App Center extension for VS Code
330
331## 0.6.8
332* Bug fixes
333
334## 0.6.7
335* Bug fixes
336
337## 0.6.6
338* Bug fixes
339
340## 0.6.5
341* Fixed issue with SourceMaps generation for RN 0.54.x
342
343## 0.6.4
344* Narrow down activation events for extension
345* Remove local file dependencies for code-push libs from package.json
346* Bug fixes
347
348## 0.6.3
349* Updated README
350
351## 0.6.2
352* Fixed issue with finding index{os}.js file
353
354## 0.6.1
355* Fixed issue with detecting react-native-code-push
356* Minor fixes
357
358## 0.6.0
359* Added support for react-native-code-push commands
360
361## 0.5.7
362* Bug fixes
363
364## 0.5.6
365* Bug fixes
366
367## 0.5.4
368* Bug fixes
369
370## 0.5.3
371* Environment Variable setting for debug configurations
372* Improved multi-root workspaces support
373* Bug fixes
374
375## 0.5.2
376* Added support React-Native 0.50 and greater
377
378## 0.5.1
379* Bug fixes
380
381## 0.5.0
382* Multi-root workspaces support
383* Debugging for Haxe project
384* Some bugs fixed
385
386## 0.4.4
387* Fixed issue with Run iOS on device
388
389## 0.4.3
390* Added custom packager port support
391* Added separate channels for logs output
392* Added Reload App and Open Dev Menu commands
393* Added launch options to attach to remote packager
394
395## 0.4.2
396* Fixed annoying error message when app's entry point is not `index.<platform>.js`
397* Added `runArguments` [configuration option](doc/customization.md#specifying-custom-arguments-for-react-native-run--command) to allow passing custom arguments to `react-native run-*` commands
398* Reorganized documentation structure
399* Switched to direct usage of React Native CLI instead of `ideviceinstaller` to run iOS
400* Fixed automatic enable of JS debugging on iOS simulator
401
402## 0.4.1
403* Added notice about `.vscode/.react` directory (#505)
404* Fixed bug in typescript sourcemaps rewrite logic when project and vscode are on different drives
405* Fixed regression causing `react-native` commands ran from command palette to fail
406* Fixed regression causing debugging to fail when start debugging Expo project first time
407
408## 0.4.0
409* Fixed issue with infinite loops when reloading RN app
410* Fixed compatibility issues with react-native >=0.45
411* Added more robust sourcemaps support to enable Typescript debugging
412* Added instructions to enable Flowtype intellisense
413* Fixed error "Error processing 'continue'" appearing when reloading app while staying on breakpoint
414* Added “scheme” option to `launch.json` to pass build scheme to xcodebuild
415* Improved LogCat logging - now reusing existing output channel when possible
416* Refactored extension to support debugging of Expo and CRNA apps better (#478)
417* Added support for displaying Expo's QR code
418
419## 0.3.2
420* Rename launch.json snippets to make it easier to add React Native launch configurations to existing `launch.json`
421* Fix regressions in app worker introduced after moving to 'node2' debugger
422* Fix bug with loading assets in exponent and upgrade XDL
423* Prevent unhandled rejection warnings to be logged to debug console when breakpoints are not set up successfully
424* Prefer `xcworkspace` files over `xcodeproj` when launching `xcodebuild`
425* Updated README `.babelrc` instructions
426
427## 0.3.1
428* Fixed an issue when no .vscode folder is present in a project
429* Added support for launch.json snippets
430
431## 0.3.0
432* Updated to use node2 debug engine instead of node. We now spawn a separate node process to run the app logic rather than using node's `vm` infrastructure.
433* Fixed support for android variants
434* Fixed the ability to open source files by tapping on stack frames when the app red-boxes
435
436## 0.2.5
437* Removed `require` from app worker context to work around change in node 7. `__debug__.require` is still present for applications which need it
438
439## 0.2.4
440* Allowed using this extension in a workspace with the react-native project in a subfolder.
441* Ignore references to inline sourcemaps, in the hopes of finding another reference to a map file
442* Exposed `react-native-tools.showInternalLogs` and `react-native-tools.logLevel` to print additional output for debugging issues with the extension.
443* Added CHANGELOG.md!
444
445## 0.2.3
446* Added a workaround for max-stack issues with react-native 0.37