Skip to content

Commit cff4d31

Browse files
committed
Updated package.json and changelog.md
1 parent 48bca8e commit cff4d31

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Change Log
22

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
410

511
- Newlines in label and description are now rendered correctly.
612

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.0.4",
7+
"version": "1.1.0",
88
"repository": "https://github.com/CoderAllan/vscode-dgmlviewer",
99
"engines": {
1010
"vscode": "^1.54.0"

0 commit comments

Comments
 (0)