1.7.4 - 2024-10-02
- Fixes occasional empty graph error.
1.7.3 - 2024-10-01
- Supports external style sheets. (#82)
1.7.2 - 2024-08-07
- Try to fix
e.replace
is not a function error. (#79)
1.7.1 - 2024-07-28
- Fix version in change log.
1.7.0 - 2024-07-28
- Supports variable substitution in some configurations.
1.6.4 - 2023-11-13
- Fixes style CSP. (#69)
1.6.3 - 2023-10-22
- Fixes error message text color contrast.
1.6.2 - 2023-07-01
- Fixes hyperlinks in preview window.
1.6.1 - 2023-06-25
- Fixes change log.
1.6.0 - 2023-06-25
- Supports previewing documents that contains multiple graphs.
- “Center” and “100 %” button reflects current layout state.
- Uses editor color theme.
1.5.0 - 2021-04-04
- Adds
dotExtraArgs
configuration for customizing the behavior of the “dot” layout engine.
1.4.0 - 2020-04-04
- Supports
dotPath
configuration that is relative to the workspace path. (#16)
1.3.4 - 2020-02-15
- Content Security Policy is applied to webview.
- Fixes zooming anchor position.
- Fixes keyboard conflict with control buttons.
1.3.3 - 2019-06-07
- Only show base name in the preview title. (#20)
- Opening hyperlinks now works in the latest Visual Studio Code. (#19)
1.3.2 - 2019-05-11
- Add a key binding for preview.
- Renames “Show Preview” to “Open Preview to the Side”.
- Prepares to support opening hyperlinks in preview.
1.3.1 - 2019-03-23
- Reports error if fail to export image. (#18)
- Fixes internal state when toggling 100% zoom.
1.3.0 - 2018-09-16
- Supports exporting image of formats other than SVG. Currently, PDF and PNG support are added. (#14)
- Supports showing external image. (#13)
- Fixes showing Unicode characters. (#15)
1.2.0 - 2018-06-12
- Adds a button to open preview to the source editor if current editor’s language is DOT.
- The focus is preserved when preview is opened.
- Removes extra paddings within the
<img>
element.
1.1.0 - 2018-05-12
- Adds cancellation support for the layout engine interface.
- Refactors the scheduler. Currently at most 4 layout engine instances are allowed to run concurrently. Now you should notice editing source file updates the preview more smoothly.
1.0.0 - 2018-05-04
- Adds a button to export generated graph.
- User can now use mouse and keyboard to zoom and pan preview.
- Adds shadow effect to preview.
- Adds some unit tests.
- Reports error if the source is invalid.
- The configuration change takes effect immediately.
- Redesigned UI.
- The “graphviz-preview” section is now called “graphvizPreview”. This is a breaking change, please update your configuration accordingly.
- Preserves zooming mode when source changes.
- Makes sure the preview consistent with source by using a scheduler.
0.0.4 - 2018-03-04
- Fixes font color not distinct from background.
0.0.3 - 2017-07-19
- Fixes 100% zooming mode can’t scroll to view all generated image.
0.0.2 - 2017-07-16
- Adds an icon.
- Initial release.