Skip to content

Latest commit

 

History

History
220 lines (181 loc) · 19.7 KB

CHANGELOG.md

File metadata and controls

220 lines (181 loc) · 19.7 KB

2.1.5

  • [Bug Fix]: Fixing relaunch scenario on headless - PR #1979
  • [Bug Fix]: Patch for missing icons - PR #2045
  • [Bug Fix]: Updating fallback version to 120 - PR #2046

2.1.4

  • [Bug Fix]: Extension fails to relaunch an instance (headless) - PR #1978
  • [Bug Fix]: Error while fetching list of available targets No available targets to attach - PR #1804
  • [Bug Fix]: Updates most dependencies to latest versions - PR #1642

2.1.3

  • [Bug Fix]: Adding dashes for passing arguments to scripts - PR #1624
  • [Feature]: Reducing size of extension bundle (Produce production builds by default) - PR #1598
  • [Feature]: Updating vscode-webhint version to 2.1.10 - PR #1560
  • [Bug Fix]: Changed screencast label to toggle browser to comply with docs - PR #1331

2.1.2

  • [Bug Fix]: Updating fallback version for the devtools revision - PR #1290

2.1.1

2.1.0

  • [Feature]: Add context menu option to open html file with Edge DevTools - PR #1057
  • [Feature]: Add text-only clipboard functionality - PR #1035
  • [Feature]: Bump min DevTools version to include the Application panel - PR #1030
  • [Feature]: Support file system paths in screencast address bar - PR #1015
  • [Bug Fix]: Fix CSS mirroring for CRLF - PR #1085
  • [Bug Fix]: Route no config debug session to default launch experience - PR #1040
  • [Bug Fix]: Stop CSS Mirroring warning from re-firing if active - PR #1037
  • [Bug Fix]: Change Open DevTools button to Toggle DevTools - PR #1032
  • [Bug Fix]: Clean up obsolete settings and debugger types - PR #1026, PR #1024, PR #1022, PR #1021, PR #1020, PR #1017, PR #1016

2.0.0

  • [Feature]: Screencast V2 - adds media feature emulation, vision deficiency emulation, and updates the Screencast UI - PR #983
  • [Feature]: Better sourcemap support for CSS Mirroring
  • [Bug Fix]: Fix mapping input coordinates when VS Code is zoomed #978
  • [Bug Fix]: Fix scaling down emulated devices to fit available space #981
  • [Bug Fix]: Forward keyboard shortcuts via screencast #984
  • [Bug Fix]: Add Edge icon to webviews and s/Screencast/Browser/ #995
  • [Bug Fix]: Add an inspect button to open DevTools from the screencast #991

1.4.8

  • [Feature]: Support CSS Mirroring Enablement from DevTools frontend - PR #932
  • [Bug Fix]: Stop debugging session on a headless target when both DevToolsPanel and Screencast are closed - PR #966
  • [Feature]: Warn and pause mirroring CSS if it would override local edits - PR #963
  • [Bug Fix]: Remove theme settings + add auto-detection for light/dark theme for unsupported vscode themes - PR #975
  • [Feature]: Add telemetry for webhint hover events - PR #986
  • [Bug Fix]: Updating webhint version - PR #992

1.4.7

  • [Bug Fix]: Update vscode-webhint to version 1.6.6. Fixes "Unable to start webhint" errors - PR #951
  • [Bug Fix]: Improve logic for configuring existing launch.json - PR #945

1.4.6

  • [Feature]: Enable console tool in DevTools (Only available on Edge version 101.0.1193.0+) - PR #905
  • [Feature]: Updated auto-generated launch.json configs to use JSDebug workflows - PR #927
  • [Feature]: Extension now caches and copies the last successful connection to the DevTools. This enables offline usage and overall availability. - PR #916
  • [Feature]: Updated webhint to 1.6.5. - PR #920
  • [Bug Fix]: Use webRoot config for source path resolution. Improves stability of openInEditor/CSS sync functionalities - PR #885

1.4.5

  • [Bug Fix]: Fixes browser comparison bug that caused extension to fetch wrong DevTools UI bundle from CDN - PR #886

1.4.4

  • [Bug Fix]: Fixing bug where missing UserDataDir causes failure preventing extension from launching - PR #871
  • [Bug Fix]: Fixing a bug where the screencast is not initialized correctly on first launch with JSDebug - PR #869

1.4.3

  • [Feature]: Switch to headless by default - PR #751
  • [Feature]: Refine prompt informing users of errors - PR #807
  • [Bug Fix]: Fix open folder link to be a button - PR #803

1.4.2

  • [Feature]: Launch Microsoft Edge with specified args - PR #623
  • [Feature]: Warn when using deprecated 'edge' or 'msedge' launch types - PR #690
  • [Bug Fix]: Fix using screencast with js-debug session - PR #688
  • [Bug Fix]: Fix screencast incorrectly prefixing URLs with http:// - PR #689

1.4.1

  • [Feature]: Updating webhint version to fix bug where static analysis squigglies underline only the first letter. - PR #608
  • [Feature]: Update list of devices for device emulation in standalone screencast - PR #595
  • [Bug Fix]: Set correct user agent string in device emulation - PR #604

1.4.0

  • [Feature]: Introducing the new standalone screencast with device emulation as the default screencast experience! - PR #513, PR #564
  • [Feature]: Implemented static analysis using webhint language server which offers inline feedback on your source code. - PR #566
  • [Bug Fix]: Screencast quality of life improvements - PR #522, PR #555, PR #559
  • [Bug Fix]: Screencast bug fixes - PR #556, PR #558, PR #561

1.3.1

  • [Feature]: Error handling implementation. - PR #475
  • [Feature]: Implement CSS mirror editing - PR #462
  • [Bug Fix]: Properly resolve index.html and other entrypoint links - PR #469
  • [Feature]: Introducing error reporter. - PR #474
  • [Bug Fix]: Supporting following CSS links on WSL remotes - PR #467

1.3.0

  • [Feature]: The Extension now retrieves DevTools that directly match supported browser targets - Microsoft Edge 94.0.988.0 and newer. - PR #449
  • [Feature]: Targeting Microsoft Edge Version 94.0.988.0 and newer now supports automatically changing themes to match built in Visual Studio Code themes. - PR #455
  • [Deprecation]: The Extension's DevTools Console output has been deprecated in favor of Visual Studio Code's Debug Console. - PR #460
  • [Documentation]: The Extension sidebar now provides direct links to our documentation and issue pages. - PR #459

1.2.1

  • [Feature]: The Extension now has limited support for Visual Studio Code's Workspace Trust Feature - PR #431
  • [Bug Fix]: DevTools Drawer now shows close button - PR #426
  • [Bug Fix]: Add support for JavaScript Debugger connections on remote workspaces - PR #444
  • [Documentation]: Updated Github default branch and documentation to main - PR #425

1.2.0

  • [Feature]: The active DevTools window can now swtich between targets in the Target's list without needing to close and reopen. - PR #415
  • [Update]: Edge DevTools Update - We have updated the DevTools version from 88 to 91. - PR #414
  • [Documentation]: New home for Microsoft Edge DevTools for VS Code documentation. - vscode-edge-devtools
  • [Bug Fix]: Styles pane informs users to refresh if attached to an initially paused target - PR #410
  • [Bug Fix]: Updating Webpack Sourcemapping Overrides - PR #423
  • [Bug Fix]: DevTools Console Output channel disabled when using Visual Studio Code JavaScript Debugger's Inspect entrypoint - PR #412

1.1.9

  • [Feature]: New integration with VSCode's JavaScript Debugger for attaching Microsoft Edge Devtools to the active debug target - PR #391
  • [Bug Fix]: Accessibility - Screen readers now announces a success message for when using the "Toggle Property and continue editing" option in the style property context menu - PR #390

1.1.8

  • [Feature]: New default start page when launching Edge DevTools with useful instructions and links - PR #350
  • [Feature]: New landing sidebar view for empty target lists with buttons to help launch a target or set up the launch.json file - PR #357
  • [Bug Fix]: Adding and applying ESLint rules PR #335
  • [Bug Fix]: Edge DevTools instance now hosted directly inside the WebView - PR #367

1.1.7

  • [Bug Fix]: Retain focus on property after toggling with context menu PR #332
  • [Bug Fix]: Extension does not work and panel is blank - PR #342

1.1.6

  • [Feature]: Update Edge version to 88.0.705.9 - PR #302
  • [Bug Fix]: Support for ARM devices PR #293
  • [Bug Fix]: Side panel auto-refreshes when targets are created or destroyed - PR #300
  • [Bug Fix]: Fixed bug where extension would be frozen loading favicons - PR #293
  • [Bug Fix]: Increased stability to close target functionality - PR #316
  • [Bug Fix]: Removed Debugger for Microsoft Edge as a dependency - PR #329

1.1.5

  • [Feature]: Add dropdown menu in title view containing link to settings and changelog - PR #288
  • [Feature]: Created setting to show/hide service and shared workers from the target list - PR #284
  • [Bug Fix]: Fixed vscode-edge-devtools-view.launch/refresh not found - PR #287
  • [Bug Fix]: Fixed bug where multiple DevTools console output channels would persist - PR #292

1.1.4

  • [Feature]: DevTools Console messages now reroute to the VSCode output window - PR #275
  • [Feature]: Target website favicon displays in the extension's target list - PR #278
  • [Bug Fix]: Links to source code in Elements pane now redirect as expected - PR #264
  • [Bug Fix]: Screencast cursor now uses default cursor - PR #279
  • [Feature]: Read about the latest changes like these in the What's New tab - PR #281

1.1.3

  • Bumping Edge Devtools version from 85.0.564.40 to 87.0.668.0 - PR #235

1.1.2

  • Bumping Edge Devtools version from 84.0.522.63 to 85.0.564.40 - PR #235
  • Included Debugger for Microsoft Edge as a dependency - PR #233
  • Implemented settings option to change extension themes - PR #229
  • Added a "Close instance" button to each item on the target list - PR #248

1.1.1

  • Adding support for Linux - PR #225
  • Fixing command key shortcuts for Mac users - PR #223
  • Tools rename to "Microsoft Edge Tools for VS Code" - PR #206

1.1.0

  • Updated to version 84.0.522.63
  • Improved Mac contributing workflow - PR #174
  • Webview resources fix to work with newer versions of vscode - PR #176
  • Debug mode removed - PR #183
  • Introduced headless browser mode - PR #185

1.0.9

  • Updated to version 83.0.478.45
  • Added extension settings toggle to toggle network panel on and off - PR #136
  • Upgraded DevOps pipeline to build and test using Edge source code - PR #145
  • Improved contributing workflow by implementing a download script - PR #167
  • Other bug fixes and quality of life improvements

1.0.8

  • Downgraded Edge DevTools version to 81.0.416 (Microsoft Edge Stable)
  • Merged Network Tool into the extension - PR #128
  • Renaming tool to "Microsoft Edge Tools for VS Code"

1.0.7

  • Updated to version 82.0.423
  • Fixing issue with Styles panel links

1.0.6

  • Updating icon

1.0.5

  • Fixed issue with extension and VSCode 1.40 - PR #109
  • Bumped elements tool version to 80.0.331.0

1.0.4

  • Minor change to icon

1.0.3

  • Added Debugger for Microsoft Edge integration - PR #96
  • Fixed content-security-policy - PR #95
  • Fixed closing browser now also closes elements tool - PR #89
  • Bumped elements tool version to 78.0.273.0
  • Updated readme

1.0.2

  • Added open links in editor feature - PR #83
  • Added new settings and launch.json configs for sourcemaps - See Sourcemaps
  • Bumped elements tool version to 77.0.223.0
  • Updated readme

1.0.1

  • Fixed launch procedure so that remote debugging will be enabled correctly - PR #67
  • Updated readme

1.0.0

  • Initial preview release