Skip to content

Releases: auchenberg/vscode-browser-preview

v0.5.2 - LiveShare integration!

11 Apr 15:21
Compare
Choose a tag to compare

Browser Preview is now integrated with Live Share 🎉💥

You can now share, collaborate and co-browse on previews directly inside
@code. A big thanks to @lostintangent for the amazing work!

Preview

PRs:

v0.5.0

09 Apr 01:15
Compare
Choose a tag to compare

0.5.0 is here 🎉

Changes:

  • It's now possible to emulate real devices from the new device selector menu, like you can in Chrome DevTools. #65

  • Multiple instances are supported to allow you do gather a virtual device lab.

  • Viewport scaling is now supported, so a desktop browser can be emulated and the viewport is sized to fit. #37

  • Blurry rendering is now fixed on non-retina screens. #75

  • Big internal refactoring.

devices

v0.3.0

17 Feb 04:31
Compare
Choose a tag to compare

0.3.0 is here 🎉

Changes:

  • Changed rendering logic to run in a rendering loop which should fix #60 and #26. See 3d2296a
  • Fixed loosing focus when using TAB on keyboard. Fixes #45

Started the initial work on supporting Inspect Element. See #55

A big thanks goes to @cosminalco and @Jaans for contributions and finding issues!

💥

v0.2.8

10 Feb 20:28
Compare
Choose a tag to compare

New release! 🎉

Changes:

  • Added support for system dialogs. #46
  • Added support for file:// #18
  • Added new setting to control jpeg/png. #49

Fixes

  • Tweaks to stop/start screencast logix. #8
  • Configuration settings access path. #48
  • Removed hardcoded webpack chunk script. 8edfe55
  • Increased default image quality to 80%. d206d68

A big thanks goes to @Arminkhodaei, @peterblazejewicz, @Jaans, @gjsjohnmurray, @MartinoMensio, @bzuillsmith for contributions and finding issues!

💥

v0.2.6

28 Jan 03:12
Compare
Choose a tag to compare

New release! 🎉

Changes:

  • Add Support for Chromium. #28
  • Introduced new verbose logging setting. Via #39
  • Add support for custom Chrome installation paths via ChromeExecutable setting. #43
  • Add Prettier formatting. #25
  • Fixed Yarn issues. #29
  • Improvements to readme. #30 + #19 +#33

Thanks to the awesome @joseluisq, @lpmi-13, @mjurczyk, @modul8com, @Arminkhodaei, @bitnotri, @capaj, @jawn for all the contributions!