microsoft/vscode-react-native

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
0.5.7

Branches

Tags

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

Clone

HTTPS

Download ZIP

CHANGELOG.md

86lines · modecode

1## 0.5.7
2* Bug fixes
3
4## 0.5.6
5* Bug fixes
6
7## 0.5.4
8* Bug fixes
9
10## 0.5.3
11* Environment Variable setting for debug configurations
12* Improved multi-root workspaces support
13* Bug fixes
14
15## 0.5.2
16* Added support React-Native 0.50 and greater
17
18## 0.5.1
19* Bug fixes
20
21## 0.5.0
22* Multi-root workspaces support
23* Debugging for Haxe project
24* Some bugs fixed
25
26## 0.4.4
27* Fixed issue with Run iOS on device
28
29## 0.4.3
30* Added custom packager port support
31* Added separate channels for logs output
32* Added Reload App and Open Dev Menu commands
33* Added launch options to attach to remote packager
34
35## 0.4.2
36* Fixed annoying error message when app's entry point is not `index.<platform>.js`
37* 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
38* Reorganized documentation structure
39* Switched to direct usage of React Native CLI instead of `ideviceinstaller` to run iOS
40* Fixed automatic enable of JS debugging on iOS simulator
41
42## 0.4.1
43* Added notice about `.vscode/.react` directory (#505)
44* Fixed bug in typescript sourcemaps rewrite logic when project and vscode are on different drives
45* Fixed regression causing `react-native` commands ran from command palette to fail
46* Fixed regression causing debugging to fail when start debugging Expo project first time
47
48## 0.4.0
49* Fixed issue with infinite loops when reloading RN app
50* Fixed compatibility issues with react-native >=0.45
51* Added more robust sourcemaps support to enable Typescript debugging
52* Added instructions to enable Flowtype intellisense
53* Fixed error "Error processing 'continue'" appearing when reloading app while staying on breakpoint
54* Added “scheme” option to `launch.json` to pass build scheme to xcodebuild
55* Improved LogCat logging - now reusing existing output channel when possible
56* Refactored extension to support debugging of Expo and CRNA apps better (#478)
57* Added support for displaying Expo's QR code
58
59## 0.3.2
60* Rename launch.json snippets to make it easier to add React Native launch configurations to existing `launch.json`
61* Fix regressions in app worker introduced after moving to 'node2' debugger
62* Fix bug with loading assets in exponent and upgrade XDL
63* Prevent unhandled rejection warnings to be logged to debug console when breakpoints are not set up successfully
64* Prefer `xcworkspace` files over `xcodeproj` when launching `xcodebuild`
65* Updated README `.babelrc` instructions
66
67## 0.3.1
68* Fixed an issue when no .vscode folder is present in a project
69* Added support for launch.json snippets
70
71## 0.3.0
72* 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.
73* Fixed support for android variants
74* Fixed the ability to open source files by tapping on stack frames when the app red-boxes
75
76## 0.2.5
77* Removed `require` from app worker context to work around change in node 7. `__debug__.require` is still present for applications which need it
78
79## 0.2.4
80* Allowed using this extension in a workspace with the react-native project in a subfolder.
81* Ignore references to inline sourcemaps, in the hopes of finding another reference to a map file
82* Exposed `react-native-tools.showInternalLogs` and `react-native-tools.logLevel` to print additional output for debugging issues with the extension.
83* Added CHANGELOG.md!
84
85## 0.2.3
86* Added a workaround for max-stack issues with react-native 0.37
87