File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## Version 1.0.4
3
+ ## Version 1.1.0
4
+
5
+ - New layout: Fixed. If the nodes in the dgml file has bounds-attributes then the nodes are laid out using these coordinates.
6
+ - Bugfix: The parsing of the dgml file no longer fails if the dgml file contains multiple nodes with the same id.
7
+ - Bugfix: If the nodes in the dgml file does not have a label attribute, then the id attribute value is used for the graph label.
8
+
9
+ - ## Version 1.0.4
4
10
5
11
- Newlines in label and description are now rendered correctly.
6
12
Original file line number Diff line number Diff line change 4
4
"displayName" : " DGMLViewer" ,
5
5
"description" : " DGMLViewer is viewer for dgml (Directed Graph Markup Language) files" ,
6
6
"icon" : " icon.png" ,
7
- "version" : " 1.0.4 " ,
7
+ "version" : " 1.1.0 " ,
8
8
"repository" : " https://github.com/CoderAllan/vscode-dgmlviewer" ,
9
9
"engines" : {
10
10
"vscode" : " ^1.54.0"
You can’t perform that action at this time.
0 commit comments