Releases: microsoft/vscode-cordova
Releases · microsoft/vscode-cordova
2.4.1
- Added Ionic 6 version support #748
- Implemented the
spaUrlRewrite
option for Simulate debug scenarios to improve page refreshing in case of URL rewrites caused by the router in single page applications #750 - Fixed security vulnerabilities #751, #752
Changes:
- b4186b6 Prepare for 2.4.1 (#753)
- 0aae6d0 Fix source code detection for source mapping (#754)
- ce8b9ce Fix security vulnerabilities (#751)
- 7a7da75 Bump copy-props from 2.0.4 to 2.0.5 (#752)
- 6f27315 Implement spa url rewrite launch option (#750)
- eb39927 Add Ionic 6 version check and improve projectType telemetry (#748)
This list of changes was auto generated.
2.4.0
- Improved Android device and emulator targets selection #736
- Fixed security vulnerabilities #740, #743
- Fixed source mapping while debugging Ionic Cordova-Android 10 applications #744
- Internal changes:
- Refactored Chrome DevTools Protocol message handles for the CDP proxy #741
Changes:
- 3cabe85 Prepare for 2.4.0 (#745)
- dede9cd Improve Android target selection (#746)
- 1a3e64d Refactor CDP message handlers (#741)
- eaf55bb Fix vulnerabilities (#743)
- 80c6ecb Bump nth-check from 2.0.0 to 2.0.1 (#740)
- 091dc05 Implement selection of Android emulator for attach scenario (#736)
This list of changes was auto generated.
2.3.0
- Fixed security vulnerabilities #734
- Updated debugging configurations documentation #732
- Internal changes:
- Got rid of Q promises #728
Changes:
- 7a4a845 Prepare for 2.3.0 (#735)
- e2041ec Q package removal (#728) [ #722, #723, #725, #727 ]
- 763a65a Bump path-parse from 1.0.6 to 1.0.7 (#734)
- 5cc2913 Update debugging config docs (#732)
This list of changes was auto generated.
2.2.3
2.2.2
- Fixed security vulnerabilities #718, #717, #719
- Configured support of virtual workspaces #719
- Configured support of Workspace Trust feature: the extension requires a workspace to be trusted to debug code and run Command Palette commands #719
Changes:
- 2960985 Prepare for 2.2.2 (#720)
- 3efe1e3 Fix Workspace Trust configuration (#721)
- 59c35f8 Configure trust and virtual workspaces features (#719)
- cb959ae Bump lodash from 4.17.20 to 4.17.21 (#717)
- 636cdb0 Bump hosted-git-info from 2.8.8 to 2.8.9 (#718)
This list of changes was auto generated.
2.2.1
- Fixed security vulnerabilities #704, #707, #711, #712
- Added support of the
--buildFlag
flag in run arguments #710 - Fixed the order of termination of debugging sessions #709
Changes:
- 54a5337 Prepare for 2.2.1 (#714)
- 0e2ac55 Prerelease fix (#713)
- b0ac13a Fix vulnerable dependencies (#712)
- edb953d Fix security vulnerabilities (#711)
- 4e8ce98 Add possibility to pass the build flag (#710)
- 93233e8 Merge pull request #709 from microsoft/fix-mixing-up-processes
- fa36062 Added id transferring while closing the process
- 145b155 Bump elliptic from 6.5.3 to 6.5.4 (#707)
- 4810696 Bump socket.io from 2.3.0 to 2.4.1 (#704)
This list of changes was auto generated.
2.2.0
- Fixed security vulnerabilities #695
- Refactored Command Palette commands for Ionic applications (
Ionic: Build
,Ionic: Run
andIonic: Prepare
) to adapt them to the new Ionic commands syntax #698 - Implemented Android emulator selection when starting debug scenarios #699
Changes:
- d0ad296 Prepare for 2.2.0 (#701)
- 860b1d7 Use standart Cordova CLI workflow when could not find specified target (#703)
- ad70e49 Update README.md (#702)
- a6d8feb Implement Android emulator selection (#699)
- f8fa4e2 Update commands for Ionic (#698)
- bab0497 Update contributing guide (#697)
- 3e9f859 Bump ini from 1.3.5 to 1.3.7 (#695)
This list of changes was auto generated.
2.1.2
2.1.1
2.1.0
- Fixed debugging of Ionic applications with live reload on iOS devices #679
- Fixed debugging in remote containers #680, #682
- Added support of MS Edge Chromium browser for Ionic Serve debugging scenarios #684
- Added the
runtimeVersion
debug scenario argument which allows to select a specific version of Node.js ifnvm
(ornvm-windows
) ornvs
is used for managing Node.js versions #686 - Added the
Restart Cordova debugging
button to the debug toolbar, which allows to restart a Cordova application debugging correctly. In case of alaunch
debug scenario the application will be rebuild otherwise the debugger will reattach to the application. #685, #687
Changes:
- d05b2a7 Prepare for 2.1.0 (#688)
- afd3c03 Fix debugging restart (#687)
- 1df72cb Implement runtimeVersion support (#686)
- 4f17956 Fix debugging in remote containers (#682)
- d241799 Add MS Edge Chromium support (#684)
- ca690d6 Fix Ionic livereloads on iOS (#679)
- 3e1ead2 Simplify CI pipelines tasks names (#678)
This list of changes was auto generated.