vscode-react-native

VSCode extension for React Native - supports debugging and editor integration

OTHER License

Stars
2.6K
Committers
81

Bot releases are visible (Hide)

vscode-react-native - 0.13.2

Published by vswdbot almost 5 years ago

  • Added support for Haul packager 0.15 #1166
  • Fixed security vulnerability #1165

Changes:

  • e574eae01cbbbc457f1add5e8e23d40ea0549275 Prepare for 0.13.2 (#1168)
  • 4cf8fdf4d928ced719413c1d92b2dfc213e43fc7 Add support for Haul packager 0.15+ (#1166)
  • 7fa90b3b4100b1745ad0e23f8d73f8a43e650c6e Add React Native Windows package version to telemetry (#1163)
  • 9748aa65e60ea4fa507c8c637bc84a8e56f45b35 Fix Handlebars security vulnerability (#1165)
  • 10136ee86a53d80ade52ebf07175f4acbed01d7f Add documentation for debugging React Native apps inside Docker containers (#1158)

This list of changes was auto generated.

vscode-react-native - 0.13.1

Published by vswdbot almost 5 years ago

  • Fixed command palette commands execution in cases when projectRoot has been customized #1160

Changes:

  • 96c0d1898208cd825030c0f8b8353741900e4126 Prepare for 0.13.1 (#1161)
  • 70cfd5650973cc6872aaae01ea2db7a924e6b67b Remove executable bit from non-executable files (#1157)
  • 911cacbe44053183c653856317e1a9d31f2ab094 Fix getting of project root on Command Palette commands execution (#1160)

This list of changes was auto generated.

vscode-react-native - 0.13.0

Published by vswdbot almost 5 years ago

  • 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 from react-native package installed in node_modules of the React Native project
    • Added reactNativeGlobalCommandName property support to settings.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
  • 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:

  • a084c9c42a596530d57413f7399122d5db4835bb Fix security vulnerabilities (#1156)
  • 884c67ffb02953864b51b778c77b4baa2e91016a Add React Native version processing function (#1154)
  • 4aec730e44bfea8933accd82b72fab4853eadbd0 Adapt xdlInterface to new @expo/xdl package versions (#1155)
  • 9747a470c4846c88eff3e0655f43a365c1037f19 Prepare for 0.13.0 (#1151)
  • 8c3266b04113feb448129a1ef68c2cbabf3fb5ce Update extension documentation according to React Native local CLI usage (#1149)
  • ba953e9f4e6cbd461c7bda4630c6be1d91e9b575 Add React Native version to telemetry events (#1147)
  • 31796719559751216cfc10c0f438a4dd6fcbdf15 Add JSON parsing error logging in getProjectRoot function (#1148)
  • af1474ac0719b1d969627236aa28c76887fdb502 Add local React Native CLI support (#1093)
  • 928d33ce5ae2bdfab778dd58b4c1d8d7fac22a4a Fix https-proxy-agent security vulnerability (#1145)
  • e68903489b95998fd4d1f3c1ea0127f369d0982e Exclude redundant files from VSIX build (#1144)
  • 764655c9f7ff311a4d415b8c6563094d2d6d7655 Fix --project-path React Native command argument handling for iOS (#1143)
  • 8411a7add0eb3565f53f70285384909e7b4a5049 Fix Hermes scenarios names, fix port argument handling (#1140)
  • 32558f9e638f5b8fe92c714a590ea673149acdc2 Improve React Native 0.61 code bundle parsing approach (#1135)
  • 64bfcc004ec68e64ac4ebfb4fa203d198c721d35 Bump RN version for smoke tests (#1128)

This list of changes was auto generated.

vscode-react-native - 0.12.1

Published by vswdbot about 5 years ago

  • 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

Changes:

  • 409764f8e139d8de276c1905c6751c2d0f0c8b7c Prepare for 0.12.1 (#1130)
  • 62a3a50b3d21b482787fdd2988d8a9751fbe2768 Fix debugging issues when some packages were installed on RN 0.61 app (#1129)

This list of changes was auto generated.

vscode-react-native - 0.12.0

Published by vswdbot about 5 years ago

  • 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:

  • e19e6770a67c0b36217c0c86ae5df1a63fe1b59f Prepare for 0.12.0 (#1124)
  • 592a12235e6a3162284a3dcf5474759fa4de7ddb Fix handlebars security vulnerability (#1125)
  • e67ace8aab1da5ee01f5a9eec52e406501d301e4 Add wait phase for initializing React Native app bundle sourcemaps (#1107)
  • 49798d4dfdf085e7256471059be44dfa1f4e5ab0 Add smoke tests for Hermes debugger (#1120)
  • 2f5c780b48e947355237c6b5c511f3d3f18a6875 Fix sourcemap issue with React Native 0.61 (#1122)
  • 549baae2187a241701dd3966ea0759fb16ea2d3c Add experimental React Native Hermes debugging support (#1088)

This list of changes was auto generated.

vscode-react-native - 0.11.2

Published by vswdbot about 5 years ago

  • Fixed Attach to packager debugging issue when Haul packager is being used #1108
  • Optimized extension activation events #1114

Changes:

  • b46c1dea2f408007fb3c3ee6cc537d5f85fb0b2c Prepare for 0.11.2 (#1118)
  • 34118ee11c75f1187f9085d044961b1903ee49a2 Add onDebugInitialConfigurations activation event (#1114)
  • f4e3ce3983e8503e8ac924f57e45bfcb1bc6c46d Add missing semicolon to fix Haul attach issue (#1110)
  • 1ff750de885f37eb15eaf6edbf1a3f2b75fc63bc Disable VS Code process kill before each test (#1117)
  • 185018627f2d24c6afcda96601d52af9c36147df Fix smoke tests for Expo SDK 35

This list of changes was auto generated.

vscode-react-native - 0.11.1

Published by vswdbot about 5 years ago

  • 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 on Debug Android scenario #1084
  • Added error handling for some specific cases #1086
  • Optimized extension activation events #1103

Changes:

  • 3f381d8cbe397a4c94fbdcb93142cd2dc36ed84a Prepare for 0.11.1 (#1105)
  • aa9f87398da4510b4b6c0f29860130086cb88b0e Optimize activation events (#1103)
  • 9b6db12879bc0455597e2d05e37258e2b20ed16e Bump smoke tests dependencies, fix pure Expo test (#1104)
  • 13a9942728c2e3d62b3a5353d0a74b05cd2c8919 Fix process.toString() return value for debuggee process (#1089)
  • 0a86835d5f427795aa493ee3fca7778efd289a6d Telemetry events for checking extension activation errors (#1086)
  • 78c2b4de7f445e4465f7209a487d28f3094b44a7 Support specific launch activity name for Android (#1084)

This list of changes was auto generated.

vscode-react-native - 0.11.0

Published by vswdbot about 5 years ago

  • Fixed the folder .vscode/.react isn't created when opening directory with nested RN project
  • Fixed usage of removed -v option for react-native command from @react-native-community/cli
  • Updated extension translation
  • [Internal] Improved smoke tests workflow

Changes:

  • 6852e4e7c1db7dee740e0983fc835784a9741a94 Prepare for 0.11.0 (#1082)
  • 6b4f5402dc4ab0281f36eb267f51cd0a64c04ff2 [Smoke tests] Update expo installation commands (#1080)
  • 3955d20a609f74223bf1dd9133107ce1c641723e Add a fix to create the folder for debuggerWorker.js and app bundle before attaching (#1079)
  • 229e4d5170d2ce55c5c34430e3b5df4af82d4813 Fix "react-native -v" for RN v0.60 (#1076)
  • 831602c78948023ee1262e2bc4dc6e0b080cac6d [Smoke tests] Add software versions fixation, add parameter for nightly builds (#1071)
  • 5c5d70ea5f278aba21f33e0451c65b621a13c595 [03-08-2019] Merge in translation (#1066)
  • 46c8a7fe0b16777815791f1d452826fbd86781b9 [Smoke test] Force kill all code.exe test instances before test (#1059)

This list of changes was auto generated.

vscode-react-native - 0.10.2

Published by vswdbot over 5 years ago

Changes:

  • 7552aa1f1f6dfbaad99ef4df2d5587f3d79871fb Prepare for 0.10.2 (#1053)
  • 352e0e8e2a2c06f22043b96f79b00d5e030ea3e1 Fix set-value and mixin-deep vulnerabilities (#1055)
  • 23b5fa80b6aac0ade9330c2324a4df525f04abc6 Code refactoring (#1054)
  • 84f209c5b7d43b5124325dba2ef084c86350a1cb [Smoke tests] Fix CVE-2019-10744 security vulnerability (#1052)
  • 35c07fed406811c7d922e5fed6ffc283bc01629c Fix readme markup (#1051)
  • aef51f1468de48d524b2ff0543618efe312d2908 Fix CVE-2019-10744, WS-2018-0236 security vulnerabilities (#1050)
  • c86ff27b20524eeaf9af7f9f625bec4b16ecad89 Fix appworker test for Node 10 (#1049)
  • 19d60ec404392508c66f42d3980eecad375d525e * Fix extension context android tests (#1048)

This list of changes was auto generated.

vscode-react-native - 0.10.1

Published by vswdbot over 5 years ago

  • 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:

  • c55c3944f84922aef28301ec0ffce4eaee6129ab Prepare for 0.10.1 (#1045)
  • 3021756ba7c5f3fba4d5c351fecec261a58c0c54 Fix debugging on RN 0.60 (#1043)
  • d8cf3d51c1fa084e143ffa67a5540e6f399c4810 Add configuration properties to documentation (#1040)
  • 18ea7d15c95a431686079e12335e1fff924921f2 Deprecate 'program' debug configuration property (#1039)
  • 1c190e00f308749e92e10618c07d98851c336ed2 Reconfigure RN caches locations (#1035)
  • 7cd9919dd1a87f5aff33ade41fca407c395c7bfc Fix diff security vulnerability (#1029)

This list of changes was auto generated.

vscode-react-native - 0.10.0

Published by vswdbot over 5 years ago

  • Added support for Expo SDK 33 (#1025)
  • Simplified launch.json debug configuration file generation, added debug configuration provider UI which allows to choose needed debug configurations (#830)
  • outDir debug configuration property was removed, sourceMaps property was excluded from initial debug configurations and set to true if not specified explicitly (#1033)
  • Changed Reload App Command Pallete command approach for Android (#1016), thanks to Alter Code(@muhamad-rizki)
  • Fixed some logging typos (#1018), thanks to Adam Krantz(@akrantz)

Changes:

  • ac5a57a5eee945f35d54b75d07ad73933418c6e6 Prepare for 0.10.0 (#1038)
  • 74471e03aeec8c50a688655033482e07b2a39112 Change new telemetry event names to camel case (#1037)
  • 1287ea58eed3ba461ca4f62a18c5de35cd781858 Fix minor inconsistencies in documentation (#1034)
  • 135c493e0f723e86f3db2d6b9e90677510cf880b Simplify basic debug scenarios (#1033)
  • 48db4ef65865bc865524911043b90870d5de51db Adds outDir to tsconfig.json (#1032)
  • 0bfa4e58a91c5a692df46886a7dbb23ba6c1be3d Add DebugConfigProvider for configuring initial debug configurations (#1031)
  • a432afe119a88b3f25d219c656a7ef02d5db603c Add workspace folders counting to telemetry (#1030)
  • 66412fdf630d6715b0e5e34416d24e54ded635bb Fix running expo debug, smoke tests failures (#1025)
  • 729db766ae96e2575e545e5eec92c19fd9a359db [Smoke tests] Fix for Expo markup for iOS and Android (#1024)
  • 98b551c4ffcc106acba214ac3bbf10e0d2a41777 Update yarn.lock (#1021)
  • e23ea82cccef4e1561aa9c7bc68b73643ba432e7 change reload app command for android with input text "RR" (#1016)
  • e586af40f214dfa207ec3d0b58b87d2b89d2e6c7 Add reporter for unit tests (#1019)
  • fa13f3bd07c4f9a4997772c86b359f62f6c8b41c use correct tense (#1018)
  • d2d5086ab6645bb45f2a9560f4cbf232ae54efdf [Smoke tests] Add an ability to run only basic tests for PR builds (#1017)
  • f2568005ef9aeac42c39599b5395691c06e20c11 Add smoke tests to upstream (#1015)

This list of changes was auto generated.

vscode-react-native - 0.9.3

Published by vswdbot over 5 years ago

  • Fixed Show Dev Menu and Reload App Command Pallette commands for iOS (#978)
  • Fixed debugging functionality on Node.js 12 due to deprecating of Node cli argument --debug-brk (#1000)
  • Fixed scheme configuration variable handling for iOS native apps, added instruction for using scheme variable (#989)
  • Added debug configuration setup instruction(#986), thanks to Peadar Coyle(@springcoil)
  • Changed extension publisher from vsmobile to msjsdiag

Changes:

  • 982e5784bace646540b37ec4da6e6996163ceb89 Prepare for 0.9.3 (#1003)
  • 116c3cb079c33ad9533d31d2822c445880894638 Fix scheme parameter ambiguity (#995)
  • 045132a1388ecb11fdfece1b667d33b061ad04ab Fix for node debugging process arguments due to end of life of --debug-brk arg in Node 12 (#1001)
  • 2ecfbd20b93be8b4a38877970463ae77e051cab1 Fix DevMenu call command for iOS (#992)
  • 28c8223e8968f4c70df9843dcc82cd339f0f5d6d Fix known issues table (#987)
  • d91beabe2b96c8bb85e3759669e8de85a6f9673b [Docs] Adding a bug to known issues in the readme for adding configuration in VSCode (#986)
  • 087222615376552771abc607b768ba6f85ecb0fe Add ability to save extension logs to files (#982)

This list of changes was auto generated.

vscode-react-native - 0.9.2

Published by vswdbot over 5 years ago

  • Fixed issue when using console.trace() caused error on native app #974
  • Fixed tar security vulnerabilities
  • Fixed logging for attach event
  • Updated documentation

Changes:

  • c1812f29db9e02e598fc205d6c70484d5bc9aa2d Prepare for 0.9.2 (#979)
  • cf6dd6b9348f1c8adb045db2bfda5432796bfe77 Patch for console.trace() handler to avoid throwing error on native app (#976)
  • ac742fa2f94a4e1598818dcb08cc32be60828dcf deps: [email protected], several transitive deps (#977)
  • a7336533ed19cf98824be3f2a70dfb9ac15059fd Add information about potential problems with React Native sourcemaps (#975)
  • dbfbebd91787effa9f8df87f8fc17707a5cb28cd Fix logging for attach function (#967)
  • c07ba158a2518a8ada2d59a239cc48e72be77161 Update settings.json (#962)

This list of changes was auto generated.

vscode-react-native - 0.9.1

Published by vswdbot over 5 years ago

  • Added debugger configuration parameter debuggerWorkerUrlPath that provides the ability to change path to the React Native debuggerWorker.js file #947
  • Fixed js-yaml security vulnerability
  • Bumped debug core dependencies versions to the more recent ones
  • Fixed wording for "Run Android on Emulator" command, thanks to Frieder Bluemle(@friederbluemle)

Changes:

  • bb4cc233fd69ab6241b06b2359c4f2526e7721c3 Update TPN (#961)
  • ccd6323bfa7657b5ce4c7de37a5e1e222d295d95 Prepare for 0.9.1 (#959)
  • 6ac631ed556e9b9e9dcd7bf1f467484a72b472a1 Update docs section for running pure React Native apps via Expo (#954)
  • b2e51287aa9684341c69dd827667cbbaea5f715c Fix js-yaml vulnerability (#952)
  • cf911877212a8e04adfa526f170bcaeb217a1c6b Add debuggerWorkerUrlPath parameter for debugger configuration (#951)
  • a23ec76244fc91c95a2bc1109eb6336ebf916fa7 Fix "Run Android on Emulator" wording (#926)

This list of changes was auto generated.

vscode-react-native - 0.9.0

Published by ruslan-bikkinin over 5 years ago

  • Finished localization of the extension
  • Bumped debug core dependencies versions to the more recent ones
  • Fixed debugging issue on iOS due to changes in building process in RN 0.59
  • Fixed several documentation wordings, thanks to Kristian Sakarisson (@Sakarisson), Brendan McGill (@brendanmc6)
  • Other minor improvements

Changes:

  • a3b909f8bdff74f67f375adc3e5c50af1301d1fe Prepare for 0.9.0 (#938)
  • a949e43fe7853bd65edd277864e75fc8d6d14fd4 Fix ios debugging on RN 0.59 (#937)
  • 2c9fc8b902e9f88d9e6e019870b5f9345f696918 2019-03-12. Merged in Translation. (#933)
  • a37910b2b5b4e1217cc4eebc506690a9b2db4632 Fix https://www.npmjs.com/advisories/755 (#932)
  • d5de836b32705867a6181f12ce1b4f2c71527be8 Update vscode-nls-dev to the latest version for compatibility with MLCP (#930)
  • 0792d798388921025bf0fd10f062e90dd365c39c add missing doublequotes (#924)
  • cc07055bb0f01d7c85209b65a41853d6e84cc49a Fix broken sentence (#886)
  • f6820772fa9fa80eb16b81484462867d770c3b5e Remove get-changelog tool (#919)
  • ece0e2ebfd20902d1650652afb53141b9f8e2cc7 Add tool for getting changelog for version (#917)
  • 42c60e2d600e9a42adee6b8bb471cf1cee08c5c8 Replace exponent with Expo (#912)
  • 9394766b35e6b3ee253f7ba255a9e2d7e6e63b9d Update sourceMapsPathOverrides string with doc path, replace sourcemap by source map (#911)
  • 41041b3d1859d828b927310e09d7033d805090e2 Update extension description (#895)
  • e10e03553b11002c73be554af6ed92d9edf19a8f Bump debug-core deps (#890)
  • df6309c4d50a0cfceaf11b161b1893882214f3d2 Add tests for i18n translated messages (#874)
  • c28d50662c54b07a181430f2f1850d55dff8385b Bump vscode version to 1.1.27 (#888)
  • b6c682122111b19341e51e66aa74bac54bf0129c Refactor gulpfile.js to move from Transifex to Microsoft Localization platform (#887)
  • f6ac01ce84657b5bc937e5424d69558db27209b8 Refactor gulpfile and gulp-extras (#873)
  • abeb20c07b7a5b2bf2e9c0a8aa0a5584c4d8520c Add additional attributions information (#885)

This list of changes was auto generated.

vscode-react-native - 0.8.0

Published by ruslan-bikkinin almost 6 years ago

  • Improved extension security
  • Improved error logging
  • Improved Expo login workflow
  • Added warning if RN application is being ran using Debug In Exponent configuration and expo package is not installed #882
  • Fixed debugger url problem for haul projects #875
  • Added localization for next languages:
    • Chinese Simplified
    • Chinese Traditional
    • Japanese
    • Korean
    • German
    • French
    • Spanish
    • Russian
    • Italian
    • Czech
    • Turkish
    • Portuguese
    • Polish

Some localizations may not be completed, they we'll be updated in future

vscode-react-native - 0.7.0

Published by ruslan-bikkinin almost 6 years ago

  • Added Run Element Inspector command that runs standalone React Developer Tools
  • Migrate to WebView Api instead of using deprecated vscode.previewHtml command
  • Added minimal externalization support for Italian language
  • Moved to Azure pipelines builds instead of Travis CI for pull requests validation
  • Replaced deprecated dependency gulp-util
  • Updated documentation: improved Debugging React Native applications section and Expo instructions
vscode-react-native - 0.6.18

Published by ruslan-bikkinin about 6 years ago

  • Fix parsing sdk.dir in android/local.properties on Windows machines
vscode-react-native - 0.6.17

Published by ruslan-bikkinin about 6 years ago

  • Return changes from 0.6.14 - 0.6.15
  • Added support for react-native versions >= 0.57
  • Bug fixes
vscode-react-native - 0.6.16

Published by ruslan-bikkinin about 6 years ago

  • Reverted to the state of 0.6.13