Skip to content

Releases: CoderAllan/vscode-dgmlviewer

1.3.2

12 Apr 03:38
Compare
Choose a tag to compare
  • 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

11 Apr 06:42
Compare
Choose a tag to compare
  • 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

10 Apr 08:48
Compare
Choose a tag to compare
  • 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

23 Mar 14:59
Compare
Choose a tag to compare
  • 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

21 Mar 08:23
Compare
Choose a tag to compare
  • 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

17 Mar 04:16
Compare
Choose a tag to compare
  • 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

14 Mar 07:03
Compare
Choose a tag to compare

Newlines in label and description are now rendered correctly.

1.0.3

21 Feb 07:52
Compare
Choose a tag to compare

Now using webpack to reduce size of extension.

1.0.2

20 Feb 08:49
Compare
Choose a tag to compare

Improved the layout of the graph when no graph direction is specified in the dgml file.

1.0.1

22 Jan 17:39
Compare
Choose a tag to compare
  • Updated package references.
  • Added keywords to package.json