Skip to content

Releases: CoderAllan/vscode-angulartools

1.13.0

23 Feb 03:57
Compare
Choose a tag to compare
  • Fixed issue with case sensitive filenames when using the .vscodeangulartools setting file.
  • Updated vis-network.min.js to latest v9.1.9
  • Maintenance: Bump packages to latest

1.12.0

07 Oct 04:58
Compare
Choose a tag to compare
  • Updated vis-network.min.js to latest v9.1.7
  • Maintenance: Bump packages to latest

1.11.0

07 Oct 04:57
Compare
Choose a tag to compare
  • It is now possible to include or exclude folders by placing a .vscodeangulartools config file in the project folder
  • Bugfix: Mermaid markdown graph representing the component hierarchy now shows unrelated components correctly.

1.10.2

25 Jan 04:23
Compare
Choose a tag to compare

Maintenance: Bump packages to latest

1.10.1

02 Apr 06:06
Compare
Choose a tag to compare
  • Adding label to links in generated dgml file.
  • Bugfix: TsFilename path in generated dgml file are now correct for injected services.

1.10.0

30 Mar 03:53
Compare
Choose a tag to compare
  • All injected entities are now shown in the dependency injection graph

1.9.1

04 Mar 04:13
Compare
Choose a tag to compare
  • Maintenance: Bump packages to latest
  • Updating vscode version number

1.9.0

10 Dec 04:23
13577f9
Compare
Choose a tag to compare

The first iteration of rendering the routing relations between component. In this release only routing relations that are defined in routes to components will be rendered.
In a future release, routes to components defined in modules in the routes will be rendered.

1.8.5

04 Sep 05:47
Compare
Choose a tag to compare

Security issue fixed: Now using npm package @xmldom/xmldom instead of xmldom

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