- Package updates
- Package updates
- Package updates
- Package updates
- Package updates
- Improved parsing logic
- Added npm deps to package.json
1.0.0 - 2019-01-27
- Forked from github.com/EFanZh/Graphviz-Preview. All previous history included below.
- Added simple Typescript parsing logic to transform a Typescript classes property declarations into a DOT digraph.
1.3.0 - 2018-09-16
- Support exporting image of formats other than SVG. Currently, PDF and PNG support are added. (#14).
- Support showing external image. (#13)
- Fix showing unicode characters. (#15)
1.2.0 - 2018-06-12
- Add a button to open preview to the source editor if current editor’s language is DOT.
- Remove extra paddings within the
<img>
element.
- The focus is preserved when preview is opened.
1.1.0 - 2018-05-12
- Add cancellation support for the layout engine interface.
- Refactored 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
- Add a button to export generated graph.
- User can now use mouse and keyboard to zoom and pan preview.
- Add shadow effect to preview.
- Add 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.
- Preserve zooming mode when source changes.
- Make sure the preview consistent with source by using a scheduler.
0.0.4 - 2018-03-04
- Fix font color not distinct from background.
0.0.3 - 2017-07-19
- Fix 100% zooming mode can’t scroll to view all generated image.
0.0.2 - 2017-07-16
- Add an icon.
- Initial release.