Releases: CoderAllan/vscode-dgmlviewer
Releases · CoderAllan/vscode-dgmlviewer
2.2.7
2.2.5
Maintenance: Bump packages to latest
2.2.3
- Maintenance: Bump packages to latest
- Updating vscode version
2.2.2
- Bugfix: Style is now set correctly depending on style targettype
- Bugfix: Category label is now shown correctly when hovering above an edge in the graph
- Bugfix: Fixed bug in package.py
- Removed redundant logging.
2.2.1
- Bugfix: When no bounds are specified for any node it is now possible to change layout correctly
2.2.0
- If no nodes has a position/bounds defined then the layout of the graph is changed to 'cose'
- Bugfix: Can now render graphs without categories correctly.
- Bugfix: Styling now respects the TargetType property of the Style tags.
- Fixed various linting errors and warnings
2.1.0
Implemented Save As... to enable export af Png, Jpg, Svg and Json
2.0.0
Merge pull request #172 from CoderAllan/UsingCytoscapeJs Using cytoscape js
1.3.4
Bump webpack from 5.48.0 to 5.49.0
1.3.3
Bugfix: When edges have the same source and target the edges no longer overlap.