File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## Version 1.1.1
3
+ ## Version 1.2.0
4
4
5
5
- The width and height from the bounds-attribute on the nodes are now used if the attribute is present.
6
- - Bugfix: Nodes and Edges was not colored correctly when the background tag used the format #aarrggbb.
6
+ - Improved the layout to better avoid overlapping nodes.
7
+ - Styling from the styles nodes are node applied to the nodes and edges.
8
+ - Bugfix: Nodes and edges was not colored correctly when the background tag used the format #aarrggbb.
9
+ - Bugfix: Label on edges are now rendered correctly.
7
10
8
11
## Version 1.1.0
9
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.1 .0" ,
7
+ "version" : " 1.2 .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