Skip to content

Releases: tintinweb/vscode-interactive-graphviz

Version 0.3.5

28 Oct 12:05
Compare
Choose a tag to compare

0.3.5

  • new: show preview for node shapes - #137 #140
    • Note: to enable, wait for the suggestion box to appear and click on the > to expand the preview

node-shape-preview

  • update: dependencies

Version 0.3.4

15 Oct 14:45
Compare
Choose a tag to compare

0.3.4

  • fix: A bug could lead to the web view crashing when another extension created a DOT document (with automatically open enabled) and then executes the preview command - #138

Version 0.3.3

28 Sep 11:19
ef3b483
Compare
Choose a tag to compare

0.3.3

  • update: API - Allow caller to define view options (preserveFocus, vieColumn) - #132
  • fix: "openAutomatically" creates a new URI object. When revealing the graph for an already rendered .dot file the extension would open another render view because the lookup if the panel already exists fails as vscode.URI objects are not singletons (new vscode.Uri("hi") != new vscode.Uri("hi"). in order to fix this we now index vscode.Uri.toString() in the URI -> panelObject mapping. - #131 #132
  • update: dependencies

Version 0.3.2

25 Aug 11:24
Compare
Choose a tag to compare

0.3.2

  • new: Added option for not focusing on the newly created preview (focus stays on the editor) (default: true, setting: graphviz-interactive-preview.preserveFocus) - #125
  • new: Automatically open the preview when opening files with the DOT-Language (default: true, setting: graphviz-interactive-preview.openAutomatically) - #122
  • new: Added (experimental) configuration option to use VSCode's Theme Colors (default: false, setting: graphviz-interactive-preview.view.themeColors) - #72 #120
  • new: given an URI and no content the content is read from the URI - #119
  • fix: Also Dim Node Background color - #115
  • update: dependencies

Version 0.3.1

18 Jul 11:36
Compare
Choose a tag to compare

0.3.1

  • new: Switch to URI identification instead of document identification. Improves API. - #114
  • fix: Introduce condense formatting option - #111
  • update: dependencies

Version 0.3.0

12 May 07:51
Compare
Choose a tag to compare

0.3.0

  • new: Outline View now shows an outline of the graph file. (using a parser lib with a fallback to regex symbol extraction under the hood) - #97

image

  • new: Auto Formatting for dot files - #99
    • Cmd + Shift + P: Format Document

image

Version 0.2.1

29 Apr 19:31
d5307e3
Compare
Choose a tag to compare

0.2.1

  • new: Symbols, Rename and References (fixes #79) - #94
    • suggest proper symbols (Press Ctrl+P and afterwards enter @)

Screenshot 2022-04-13 at 23 36 20

  • renaming

Screenshot 2022-04-13 at 23 38 42

  • references

Screenshot 2022-04-13 at 23 40 07

  • new: Improved toolbar styling for different themes - #100

Screenshot 2022-04-15 at 12 07 57

Screenshot 2022-04-15 at 12 09 06

Screenshot 2022-04-15 at 12 08 43

  • fix: Keep search bar while rendering - #102 fixes #101

  • update: Documentation information on Hover and on CodeCompletion have been harmonised - #103

Version 0.2.0

13 Apr 09:57
8f2c6a7
Compare
Choose a tag to compare

0.2.0

  • new: Implements Selection of Render Engine - #85 fixes #69

Screenshot 2022-03-31 at 22 46 36

  • new: Provide color decorator - #86 fixes #77

image

  • new: Hover Information - #88 fixes #76

Screenshot 2022-04-01 at 13 05 39

  • fix: Clicking on the background brings it to foreground, covering the nodes - #90 fixes #70

  • new: Show Diagnostic errors in the editor's "Problems" view - #89 fixes #75

image

  • new: Improved CompletionProvider - #91
  • update: Webview UI toolkit updated to 1.0.0 #92

Version 0.1.2

24 Feb 17:36
Compare
Choose a tag to compare

0.1.2

  • new: active editor window: context menu -> Preview Graphviz / DOT (beside) - #67

image

  • new: button for editor title - #67

image

Version 0.1.1

15 Feb 08:15
f305562
Compare
Choose a tag to compare

0.1.1

  • new: the extension now bundles dot language support, syntax highlighting, snippets from vscode-graphviz with permission from the author @joaompinto - #62
  • new: completion provider - #62
  • new: Allow case insensitive matching in search - #64, #65

image