Skip to content

Releases: microsoft/vscode-react-native

0.5.2

07 Nov 14:35
11abbbd
Compare
Choose a tag to compare
  • Added support React-Native 0.50 and greater

0.5.1

02 Nov 11:43
b92d993
Compare
Choose a tag to compare
  • Bug fixes

0.5.0

01 Nov 09:51
dbecc52
Compare
Choose a tag to compare
  • Multi-root workspaces support
  • Debugging for Haxe project
  • Some bugs fixed

0.4.4

20 Oct 09:00
Compare
Choose a tag to compare
  • Fixed issue with Run iOS on device

0.4.3

19 Oct 14:24
Compare
Choose a tag to compare
  • Added custom packager port support
  • Added separate channels for logs output
  • Added Reload App and Open Dev Menu commands
  • Added launch options to attach to remote packager

0.4.2

18 Sep 06:21
Compare
Choose a tag to compare
  • Fixed annoying error message when app's entry point is not index.<platform>.js
  • Added runArguments configuration option to allow passing custom arguments to react-native run-* commands
  • Reorganized documentation structure
  • Switched to direct usage of React Native CLI instead of ideviceinstaller to run iOS apps
  • Fixed automatic enable of JS debugging on iOS simulator

0.4.1

04 Aug 15:43
Compare
Choose a tag to compare
  • Added notice about .vscode/.react directory
  • Fixed bug in typescript sourcemaps rewrite logic when project and vscode are on different drives
  • Fixed regression causing react-native commands ran from command palette to fail
  • Fixed regression causing debugging to fail when start debugging Expo project first time

0.4.0

28 Jul 09:00
Compare
Choose a tag to compare
  • Fixed issue with infinite loops when reloading RN app
  • Fixed compatibility issues with react-native >=0.45
  • Added more robust sourcemaps support to enable Typescript debugging
  • Added instructions to enable Flowtype intellisense
  • Fixed error "Error processing 'continue'" appearing when reloading app while staying on breakpoint
  • Added “scheme” option to launch.json to pass build scheme to xcodebuild
  • Improved LogCat logging - now reusing existing output channel when possible
  • Refactored extension to support debugging of Expo and CRNA apps better
  • Added support for displaying Expo's QR code

0.3.2

06 Apr 19:56
Compare
Choose a tag to compare
  • Renamed launch.json snippets to make it easier to add React Native launch configurations
  • Fixed regressions in app worker introduced after moving to 'node2' debugger
  • Upgraded XDL to support latest Expo SDK and fix issues with loading assets in Expo apps
  • Made extension prefer xcworkspace files over xcodeproj when launching xcodebuild
  • Updated README .babelrc instructions

0.3.1

14 Feb 19:50
Compare
Choose a tag to compare
  • Fixed an issue when no .vscode folder is present in a project
  • Added support for launch.json snippets