Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Latest commit

 

History

History
43 lines (42 loc) · 13.1 KB

CHANGELOG.md

File metadata and controls

43 lines (42 loc) · 13.1 KB

Changelog

Version Date Changelog
2.8.3 14.02.20 [Fix] Set extensionKind to ["ui", "workspace"] so that it can also run as a workspace extension (thanks to @egamma)
2.8.2 21.01.20 [Fix] Image is cut off when it's too high
2.8.1 01.01.20 [Fix] Also allow css variables in img
2.8.0 01.01.20 [Feature] Use css variables to style svg element
2.7.7 23.11.19 [Fix] Use same refresh icon as vscode
2.7.6 23.11.19 [Fix] Set "extensionKind": "ui" in package.json
2.7.5 21.11.19 [Fix] Scale to fit works better now
2.7.4 21.10.19 [Fix] Scale to fit works better now
2.7.3 12.10.19 [Fix] Don't automatically open SVG's inside files
2.7.2 12.10.19 [Fix] Upgrade to webview.asWebviewUri
2.7.1 28.09.19 [Fix] Don't automatically open SVG's inside Html files
2.7.0 28.09.19 [Feature] Automatically open SVG's by default
2.6.1 21.09.19 [Fix] Updated dependencies
2.6.0 25.08.19 [Feature] Added keybinding for opening the preview
2.5.7 5.08.19 [Fix] Rename "Reset Preview" to "Reload Preview"
[Fix] Updated max zoom to 32767% (because of floating point number issues)
2.5.6 17.07.19 [Fix] Preview position not restored correctly with zoom larger than 2048%
[Fix] Preview jumping around when zoomed in and resizing window
[Fix] Reset button not showing when window was reloaded and preview was focused
— Updated max zoom to 65536%
2.5.5 17.07.19 [Docs] Fix Readme description
2.5.4 17.07.19 [Docs] Fix Readme description
2.5.3 15.07.19 [Fix] Preview not updating when tab was closed
2.5.2 15.07.19 [Fix] Prevent short flickering of error icon when opening preview
2.5.1 15.07.19 [Fix] Smoother panning of preview using arrow keys
2.5.0 15.07.19 [Feature] Ability to move preview around using arrow keys
2.4.0 10.07.19 [Feature] Smooth zooming
2.3.2 10.07.19 [Fix] Right click + open preview not working with scaleToFit option
[Fix] Close websocket server when extension is disposed
[Fix Regression] Don't auto open preview when a tab was closed
2.3.1 08.07.19 [Fix] Preview sometimes showing old svg and not updating
2.3.0 26.06.19 [Feature] open preview command opens preview to the side by default (instead of opening in the same column)
2.2.2 26.06.19 [Fix] svg position wasn't preserved when it just zoomed out
2.2.1 21.06.19 [Fix] fix path to error icon
2.2.0 09.06.19 [Feature] shows an error icon when the svg is invalid
2.1.7 21.05.19 [Fix Regression] extension manifest error in console
2.1.6 21.05.19 [Fix] custom styles sometimes not being applied
2.1.5 21.05.19 [Feature] Added scaleToFit option
2.1.4 25.04.19 [Fix Regression] Preview sometimes not working at all
2.1.3 25.04.19 [Fix] Preview not centered (a little bit off)
[Fix] Preview not working when multiple windows of vscode are open (because websocket server tried to use same port)
2.1.2 25.04.19 [Fix] Background setting only affecting the image but not the whole preview
2.1.1 24.04.19 [Fix] Change port from 3000 to 4994
[Fix] Preview sometimes not showing up
2.1.0 24.04.19 [Feature] Svg Preview now works inside HTML, JS and other files
2.0.0 23.04.19 [Docs] Added Changelog
[Feature] Better style configuration