Skip to content

Commit 9534502

Browse files
authored
Merge pull request #119 from CoderAllan/GraphState
Graph state
2 parents 23f1db4 + ed0004a commit 9534502

35 files changed

+308
-133
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ dist
55
showComponentHierarchy.js
66
showModuleHierarchy.js
77
*.vsix
8+
stylesheet/all.vscode.min.css

CHANGELOG.md

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

3+
## Version 1.8.1
4+
5+
- 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.
6+
- You now has to click the 'Regenerate graph' button to generate a new random graph.
7+
38
## Version 1.8.0
49

510
- All three graph type can now be saved as a dot file.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ See the full list of settings below the screenshot.
152152

153153
* [Vis.js](https://visjs.org/index.html) - Used for generating the directed graph for showing the component hierarchy.
154154
* [npmjs.com](https://www.npmjs.com/) - The extension queries the NpmJs.com api.
155+
* [Fontawesome](https://fontawesome.com/) - Provides icons for the buttons.
155156
* [Directed Graph Markup Language (DGML) reference](https://schemas.microsoft.com/vs/2009/dgml/)
156157
* [DGMLViewer VsCode extension](https://marketplace.visualstudio.com/items?itemName=coderAllan.vscode-dgmlviewer)
157158
* [Mermaid markdown notation](https://mermaid-js.github.io/mermaid/#/)

images/ShowComponentHierarchy.gif

2.64 MB
Loading

images/ShowComponentHierarchy2.gif

195 KB
Loading

images/ShowComponentHierarchy3.gif

-2.11 MB
Loading
-767 KB
Loading

images/ShowModuleHierarchy.gif

2.62 MB
Loading

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"displayName": "AngularTools",
55
"description": "AngularTools is a collection of tools for exploring an Angular project, help you with documenting, reverse engineering a project or help when refactoring.",
66
"icon": "logo.png",
7-
"version": "1.8.0",
7+
"version": "1.8.1",
88
"license": "MIT",
99
"repository": "https://github.com/CoderAllan/vscode-angulartools",
1010
"author": {

0 commit comments

Comments
 (0)