Skip to content

Commit 6994aef

Browse files
committed
Updated package.json and changelog.md
1 parent ac81a19 commit 6994aef

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# Change Log
22

3-
## Version 1.1.1
3+
## Version 1.2.0
44

55
- 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.
710

811
## Version 1.1.0
912

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"displayName": "DGMLViewer",
55
"description": "DGMLViewer is viewer for dgml (Directed Graph Markup Language) files",
66
"icon": "icon.png",
7-
"version": "1.1.0",
7+
"version": "1.2.0",
88
"repository": "https://github.com/CoderAllan/vscode-dgmlviewer",
99
"engines": {
1010
"vscode": "^1.54.0"

0 commit comments

Comments
 (0)