Skip to content

Releases: tintinweb/vscode-interactive-graphviz

Version 0.1.0

27 Jan 08:18
69b7f58
Compare
Choose a tag to compare

ℹ️ major changes

0.1.0 🚀

  • new: the code is now licensed as GPLv3. Feel free to reach out if you have any questions - #54

  • new: vscode style user interface for the render window - #41 (thanks @bigbug)

  • new: code refactored to typescript - #45 (thanks @bigbug)

  • new: the extension is now compatible with the vscode web IDE (https://github.dev / https://vscode.dev) - #49 (thanks @bigbug)

    graphviz-web

  • new: improved search (nodes/edges); edge multi-selection - #51 (thanks @bigbug)

  • fix: overlapping toolbar - #55 #56 (thanks @bigbug)

  • fix: dev: npm install may fail on first checkout - #53

  • fix: svg export does not escape angle brackets in node labels #11, #61 (thanks @bigbug)

Version 0.0.13

21 Jan 11:37
90f051a
Compare
Choose a tag to compare

0.0.13

  • new: show graphviz/dot error messages in preview - #26 (thanks @bigbug)
  • new: configurable node highlight mode (Upstream/Downstream/Bidirectional) - #29 (thanks @bigbug)
  • new: support port-based highlighting - #25 (thanks @bigbug)
  • fix: inconsistent clicking behavior when highlighting node - fixes #21 #33 with changes of #34 (thanks @bigbug)
  • fix: highlighting of multiple edges with same label - fixes #12, changeset of #30 (thanks @bigbug)
  • new: show rendering progress in vscode - #36, #37 (thanks @bigbug)
  • new: updated dependencies and switched to WASM - #32 (thanks @bigbug)

Version 0.0.12

08 Oct 08:48
Compare
Choose a tag to compare

0.0.12

  • new: (API callback consumer) provide svg node attribs to callback for onClick, onDblClick events - #18

Version 0.0.11

14 May 12:37
abf6239
Compare
Choose a tag to compare

0.0.11

  • fix: graph not rendering after vscode update 1.56.0 - #15

Version 0.0.10

24 Feb 09:54
Compare
Choose a tag to compare

0.0.10

  • optionally allow multiple graph windows per document - fixes #13 (thanks @kaftejiman)
  • optionally allow customizing the render window title (default: filename of the document that's been passed in)

Version 0.0.9

20 May 11:45
ac7d7ad
Compare
Choose a tag to compare

maintenance

0.0.9

  • Adopt VS Code's 'asWebviewUri' API #7

Version 0.0.8

08 May 09:27
Compare
Choose a tag to compare

maintenance

0.0.7 - 0.0.8

  • ❗breaking change:
    • render command renamed from interactive-graphviz.preview.beside to graphviz-interactive-preview.preview.beside
  • More control of behavior; Various fixes; Support for: render-lock, debouncing, inter-render interval; More in-code docs. #6 - thanks @michkot

Version 0.0.6

15 Feb 00:04
5c1864b
Compare
Choose a tag to compare

maintenance

0.0.6

  • fix: tracing does not work after changing graph and re-rendering it #3
  • fix: rendering for .dot files if graphviz language support is not installed. update graph for languageId==DOT or filename.endsWith(DOT). might still not refresh for unsaved files. #4

Version 0.0.5

08 Jan 23:57
b71717d
Compare
Choose a tag to compare

maintenance Windows support

0.0.5

  • Add support for VSCode on Windows
    • change toolbar style to orange (okay for dark/light themes)
    • wait for page to load and then ask to render dot
    • normalize all path handling to work on both os's

Version 0.0.4

16 Jul 09:28
Compare
Choose a tag to compare

feature

  • added dot and svg export toolbar
    image