Skip to content

Releases: CoderAllan/vscode-angulartools

1.8.3

16 Jun 03:59
Compare
Choose a tag to compare
  • 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

12 Jun 03:05
Compare
Choose a tag to compare

The state of the checkbox and the dropdown boxes are now persisted.

1.8.1

02 May 07:13
9534502
Compare
Choose a tag to compare
  • 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

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

08 Apr 03:34
Compare
Choose a tag to compare

Bugfix: GraphDirection is now saved correctly when saving as Dgml.

1.7.2

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

01 Apr 06:08
Compare
Choose a tag to compare

Bugfix: input, outputs, viewchilds, etc. are now shown correctly in the dependency injection graph.

1.7.0

31 Mar 07:50
Compare
Choose a tag to compare
  • 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

13 Mar 08:18
941c774
Compare
Choose a tag to compare

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

21 Feb 06:57
Compare
Choose a tag to compare

Now using webpack to reduce size of extension.