Skip to content

Commit b6dbe7c

Browse files
committed
Updated CHANGELOG and README files.
1 parent 939c24b commit b6dbe7c

File tree

5 files changed

+9
-0
lines changed

5 files changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## Version 1.4.0
4+
5+
- New feature: You can now choose how to auto-layout the component hierarchy graph.
6+
37
## Version 1.3.0
48

59
- New feature: You can now generate a markdown file that summarizes all the Angular modules.

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Some of the tools may seem very basic, but can be a powerful help when you have
88

99
* Generate DGML graph of project component hierarchy
1010
* Show the component hierarchy
11+
* Summarizes all the Angular modules
1112
* Generate a markdown file with the component hierarchy in Mermaid format.
1213
* Show the directory structure of the project
1314
* Generate list of packages used in the project
@@ -35,6 +36,10 @@ You can also choose to save a selection from the graph as shown in the example b
3536

3637
![Show component hierarchy](https://github.com/CoderAllan/vscode-angulartools/raw/main/images/ShowComponentHierarchy2.gif)
3738

39+
By default the component hierarchy graph is rendered using a random layout. You can change the layout method to use a hierarchical layout to line up the nodes in the graph in different ways and also change how the layout engine sorts the nodes in the graph. This is all done by checking the 'Change layout' checkbox to show the drop down boxes with the available options.
40+
41+
![Show component hierarchy](https://github.com/CoderAllan/vscode-angulartools/raw/main/images/ShowComponentHierarchy3.gif)
42+
3843
### Generate a markdown file with the component hierarchy in Mermaid format [#](#component-hierarchy-markdown- 'Component hierarchy in Mermaid format')
3944

4045
This command will generate the component hierarchy in markdown format using [Mermaid notation](https://mermaid-js.github.io/mermaid/#/).

images/ShowComponentHierarchy.gif

-373 KB
Loading

images/ShowComponentHierarchy2.gif

-411 KB
Loading

images/ShowComponentHierarchy3.gif

583 KB
Loading

0 commit comments

Comments
 (0)