Skip to content

Releases: magjac/graphviz-visual-editor

v1.3.0: Merge pull request #299 from magjac/correct-1.3.0-release-date-in-cha…

20 Aug 20:35
5eeae29
Compare
Choose a tag to compare

v1.2.0

25 May 19:59
d48c7ac
Compare
Choose a tag to compare

See the CHANGELOG for details.

v1.1.0

11 Feb 17:18
6766bea
Compare
Choose a tag to compare

See the CHANGELOG for details.

v1.0.0

21 Jan 17:41
b373ced
Compare
Choose a tag to compare

See the CHANGELOG for details.

v0.6.5

24 Feb 07:07
c8eb1ba
Compare
Choose a tag to compare

See the CHANGELOG for details.

v0.6.4

20 Feb 16:32
Compare
Choose a tag to compare

See the CHANGELOG for details.

v0.6.3

20 Feb 16:31
Compare
Choose a tag to compare

See the CHANGELOG for details.

Bug fixes

03 Jan 15:51
3f11bec
Compare
Choose a tag to compare

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

Multiple graphs in local storage + DOT source through URL + bug fixes

01 Oct 08:51
Compare
Choose a tag to compare

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

User config of tweening & transitions. Fixed lost undo history. Focus and progress indicators

19 Sep 14:25
Compare
Choose a tag to compare
  • 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