Releases: CoderAllan/vscode-angulartools
Releases · CoderAllan/vscode-angulartools
1.8.3
- When edges have the same source and target the edges no longer overlap.
- A popup is now shown when the mouse pointer is hovered above an edge or a node.
- It is now possible to click a node in the graphs to open the file the node is associated with.
- Bugfix: Save as Png is now working correctly
1.8.2
The state of the checkbox and the dropdown boxes are now persisted.
1.8.1
- The position of nodes are now persisted. If you rearrange the nodes you work won't be lost when changing to another tab and back again.
- You now has to click the 'Regenerate graph' button to generate a new random graph.
1.8.0
- All three graph type can now be saved as a dot file.
- A file icon is added to nodes when saving to a dgml file.
- Bugfix: If a graph window has already been opened for a specific graph then it is reused next time the graph is generated instead of opening a new window every time.
1.7.3
Bugfix: GraphDirection is now saved correctly when saving as Dgml.
1.7.2
- Added missing xml prolog to generated dgml file.
- Added missing properties to generated dgml file.
- Removed unused properties in generated dgml file.
- Changed property TsFilename to TypescriptFilepath and made it a reference attribute.
- Now only show message in the vscode status bar when dgml or png file has been saved.
1.7.1
Bugfix: input, outputs, viewchilds, etc. are now shown correctly in the dependency injection graph.
1.7.0
- All three graph types: Dependency injection graph, module hierarchy graph and component hierarchy graph can now be saved as a dgml file.
- Component hierarchy dgml command has been removed because its now obsolete.
1.6.0
Added Dependency injection graph command that visualizes what services are injected into the components. Graph also include all the inputs, outputs, viewchild, viewchildren, contentchild and contentchildren of each component.
1.5.1
Now using webpack to reduce size of extension.