Releases: magjac/graphviz-visual-editor
Releases · magjac/graphviz-visual-editor
v1.3.0
v1.2.0
v1.1.0
v1.0.0
v0.6.5
v0.6.4
v0.6.3
Bug fixes
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
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
- 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