Graphviz Visual Editor Versions Save

A web application for interactive visual editing of Graphviz graphs described in the DOT language.

v1.2.0

1 week ago

See the CHANGELOG for details.

v1.1.0

3 months ago

See the CHANGELOG for details.

v1.0.0

4 months ago

See the CHANGELOG for details.

v0.6.5

2 years ago

See the CHANGELOG for details.

v0.6.4

2 years ago

See the CHANGELOG for details.

v0.6.3

2 years ago

See the CHANGELOG for details.

v0.6.1

4 years ago

Fixed

  • Module not found: Can't resolve './DoYouWantToDeleteDialog' #93
  • Stuck at "Starting the development server" #95
  • Exported URL to graph shows the graph correctly, but the new URL is wrong #97
  • Characters are lost in the editor when typing fast #99
  • Selection by dragging the canvas does not work in Firefox #102
  • Ctrl- or Shift-click the canvas deselects already selected components #107
  • Unselected components are not cleared in text editor #108

v0.6.0

5 years ago

Added

  • Export as URL. Generates a link to the application with the DOT source code as an URL parameter.
  • Specification of the DOT source code through a URL parameter. #69
  • Disabling of the undo and redo buttons when there is nothing to undo or redo.
  • Allow multiple graphs to be stored in the browser's local storage. #70
    • Name and save a graph to local storage
    • Open a named graph from local storage
    • Allow sorting graphs on name, DOT source and last modification time in the open from browser dialog
    • Allow deleting graphs in the open from browser dialog
    • Show graph thumbnails and allow preview in the open from browser dialog
    • Create new empty graph
    • Rename current graph

Fixed

  • Ctrl-Y and Ctrl-Z descriptions are missing in the keyboard shortcuts help dialog. #90
  • If the DOT source is cleared when an error is indicated in the text editor, the old error message is still displayed. #88
  • When the DOT source is cleared in the text editor, the old graph is still visible. #87
  • The error button in the text editor might be covered by the highlighting of the current line. #85
  • Corrected size of GitHub icon in app bar.
  • When inserting a node with default shape by click in the node shape insert panel, the node gets an incorrect shape. #77
  • The selection indication in the graph is cleared when a node is inserted. #78
  • The graph pane is not focused after inserting a node shape from node shape insert panel. #58

v0.5.0

5 years ago
  • Added display of progress indicator when rendering of graph takes longer than 800 ms. #38
  • Added indication of focused pane by increasing its elevation, thereby making it cast more shadow. #39
  • Fixed lost undo/redo history when node or edge format drawer is opened. #53
  • Added user configuration of transition duration. #52
  • Added user configuration of tweening precision. #44
  • Added user configuration of path & shape tweening enable/disable. #43

v0.4.0

5 years ago
  • Added user configurable text editor tab size. #41
  • Added user configurable text editor font size. #42
  • Added undo and redo from the Graph pane throgh Ctrl-Z & Ctrl-Y. #36
  • Added undo and redo from buttons in the app bar. #37
  • Fixed scrollbar on setting dialog. #45
  • Added scrolling of text editor error indication into view through a button. #46
  • Added automatic scrolling of text editor error indication into view. #46
  • Added highlighting of nodes and edges in the text editor when selected in the graph. #35