Releases: microsoft/vscode-react-native
Releases · microsoft/vscode-react-native
0.13.2
Changes:
- e574eae Prepare for 0.13.2 (#1168)
- 4cf8fdf Add support for Haul packager 0.15+ (#1166)
- 7fa90b3 Add React Native Windows package version to telemetry (#1163)
- 9748aa6 Fix Handlebars security vulnerability (#1165)
- 10136ee Add documentation for debugging React Native apps inside Docker containers (#1158)
This list of changes was auto generated.
0.13.1
- Fixed command palette commands execution in cases when
projectRoot
has been customized #1160
Changes:
- 96c0d18 Prepare for 0.13.1 (#1161)
- 70cfd56 Remove executable bit from non-executable files (#1157)
- 911cacb Fix getting of project root on Command Palette commands execution (#1160)
This list of changes was auto generated.
0.13.0
- The algorithm of processing React Native CLI commands was changed, the following changes were made:
- Extension can now work without the
react-native-cli
installed globally. Now it uses local CLI fromreact-native
package installed innode_modules
of the React Native project - Added
reactNativeGlobalCommandName
property support tosettings.json
that is allowing to switch between locally installed CLI and global ones (more info) - Added error handling in cases if React Native package is not installed in
node_modules
- Extension can now work without the
- Added additional verbose mode error logging in cases if
settings.json
file is incorrect or absent #1148 - Fixed --project-path React Native command argument handling for iOS #1143
- Fixed Hermes debug scenarios quick configurations names #1140
- Fixed
port
argument handling for launch and attach Hermes debug scenarios #1140 - Added support for
@expo/xdl
greater than 56.1 #1155, @expo/expo-cli#864 - Improved extension security #1145
Changes:
- a084c9c Fix security vulnerabilities (#1156)
- 884c67f Add React Native version processing function (#1154)
- 4aec730 Adapt xdlInterface to new @expo/xdl package versions (#1155)
- 9747a47 Prepare for 0.13.0 (#1151)
- 8c3266b Update extension documentation according to React Native local CLI usage (#1149)
- ba953e9 Add React Native version to telemetry events (#1147)
- 3179671 Add JSON parsing error logging in getProjectRoot function (#1148)
- af1474a Add local React Native CLI support (#1093)
- 928d33c Fix https-proxy-agent security vulnerability (#1145)
- e689034 Exclude redundant files from VSIX build (#1144)
See More
- 764655c Fix --project-path React Native command argument handling for iOS (#1143)
- 8411a7a Fix Hermes scenarios names, fix port argument handling (#1140)
- 32558f9 Improve React Native 0.61 code bundle parsing approach (#1135)
- 64bfcc0 Bump RN version for smoke tests (#1128)
This list of changes was auto generated.
0.12.1
- Fixed debugging issues with React Native 0.61 applications if some additional packages were installed, such as
react-native-navigation
orreact-native-splash-screen
Changes:
- 409764f Prepare for 0.12.1 (#1130)
- 62a3a50 Fix debugging issues when some packages were installed on RN 0.61 app (#1129)
This list of changes was auto generated.
0.12.0
- 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.
- Added support for React Native 0.61 #1122
- Added wait phase for initializing React Native app bundle sourcemaps to avoid breakpoints skip on application initialization #1081
- Added inline breakpoints feature support
- Improved extension security #1125
Changes:
- e19e677 Prepare for 0.12.0 (#1124)
- 592a122 Fix handlebars security vulnerability (#1125)
- e67ace8 Add wait phase for initializing React Native app bundle sourcemaps (#1107)
- 49798d4 Add smoke tests for Hermes debugger (#1120)
- 2f5c780 Fix sourcemap issue with React Native 0.61 (#1122)
- 549baae Add experimental React Native Hermes debugging support (#1088)
This list of changes was auto generated.
0.11.2
- Fixed
Attach to packager
debugging issue when Haul packager is being used #1108 - Optimized extension activation events #1114
Changes:
- b46c1de Prepare for 0.11.2 (#1118)
- 34118ee Add onDebugInitialConfigurations activation event (#1114)
- f4e3ce3 Add missing semicolon to fix Haul attach issue (#1110)
- 1ff750d Disable VS Code process kill before each test (#1117)
- 1850186 Fix smoke tests for Expo SDK 35
This list of changes was auto generated.
0.11.1
- Fixed debugging issue when using
broadcast-channels
package in React Native application #1083 - Added
launchActivity
debug configuration parameter for Android allowing to choose the activity to launch onDebug Android
scenario #1084 - Added error handling for some specific cases #1086
- Optimized extension activation events #1103
Changes:
- 3f381d8 Prepare for 0.11.1 (#1105)
- aa9f873 Optimize activation events (#1103)
- 9b6db12 Bump smoke tests dependencies, fix pure Expo test (#1104)
- 13a9942 Fix process.toString() return value for debuggee process (#1089)
- 0a86835 Telemetry events for checking extension activation errors (#1086)
- 78c2b4d Support specific launch activity name for Android (#1084)
This list of changes was auto generated.
0.11.0
- Fixed the folder
.vscode/.react
isn't created when opening directory with nested RN project - Fixed usage of removed
-v
option forreact-native
command from @react-native-community/cli - Updated extension translation
- [Internal] Improved smoke tests workflow
Changes:
- 6852e4e Prepare for 0.11.0 (#1082)
- 6b4f540 [Smoke tests] Update expo installation commands (#1080)
- 3955d20 Add a fix to create the folder for debuggerWorker.js and app bundle before attaching (#1079)
- 229e4d5 Fix "react-native -v" for RN v0.60 (#1076)
- 831602c [Smoke tests] Add software versions fixation, add parameter for nightly builds (#1071)
- 5c5d70e [03-08-2019] Merge in translation (#1066)
- 46c8a7f [Smoke test] Force kill all code.exe test instances before test (#1059)
This list of changes was auto generated.
0.10.2
Changes:
- 7552aa1 Prepare for 0.10.2 (#1053)
- 352e0e8 Fix set-value and mixin-deep vulnerabilities (#1055)
- 23b5fa8 Code refactoring (#1054)
- 84f209c [Smoke tests] Fix CVE-2019-10744 security vulnerability (#1052)
- 35c07fe Fix readme markup (#1051)
- aef51f1 Fix CVE-2019-10744, WS-2018-0236 security vulnerabilities (#1050)
- c86ff27 Fix appworker test for Node 10 (#1049)
- 19d60ec * Fix extension context android tests (#1048)
This list of changes was auto generated.
0.10.1
- Added support for React Native 0.60 (#1043)
- Fixed
diff
security vulnerability (#1029) program
debug configuration property is deprecated and will be removed in future, please remove it from debug configurations and replace it by"cwd": "${workspaceFolder}"
- Added documentation for debug configurations properties (#1040)
Changes:
- c55c394 Prepare for 0.10.1 (#1045)
- 3021756 Fix debugging on RN 0.60 (#1043)
- d8cf3d5 Add configuration properties to documentation (#1040)
- 18ea7d1 Deprecate 'program' debug configuration property (#1039)
- 1c190e0 Reconfigure RN caches locations (#1035)
- 7cd9919 Fix diff security vulnerability (#1029)
This list of changes was auto generated.