Releases: CoderAllan/vscode-dgmlviewer
Releases · CoderAllan/vscode-dgmlviewer
1.3.2
- When the mouse pointer is hovering over a node or an edge a popup is shown with various information about the node or edge.
- Bugfix: Settings are now read correctly and the values are used when rendering the graph.
1.3.1
- Paths are now parsed from the dgml file and substituted into the reference properties.
- The FilePath attribute on a node is now parsed and used as a reference property.
1.3.0
- If nodes contain attributes that are defined as a reference property the node is now clickable and will open the referenced file in vscode.
- Bugfix: Styling is now applied correctly for styles without a defined category
1.2.1
- Bugfix: The GraphDirection attribute is now used correctly when rendering the graph.
- Bugfix: It is now possible to move nodes when Fixed direction is used.
1.2.0
- The width and height from the bounds-attribute on the nodes are now used if the attribute is present.
- Improved the layout to better avoid overlapping nodes.
- Styling from the styles nodes are node applied to the nodes and edges.
- Bugfix: Nodes and edges was not colored correctly when the background tag used the format #aarrggbb.
- Bugfix: Label on edges are now rendered correctly.
1.1.0
- New layout: Fixed. If the nodes in the dgml file has bounds-attributes then the nodes are laid out using these coordinates.
- Bugfix: The parsing of the dgml file no longer fails if the dgml file contains multiple nodes with the same id.
- 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.
1.0.4
Newlines in label and description are now rendered correctly.
1.0.3
Now using webpack to reduce size of extension.
1.0.2
Improved the layout of the graph when no graph direction is specified in the dgml file.
1.0.1
- Updated package references.
- Added keywords to package.json