Update changelog for 1.0.0

This commit is contained in:
Mohamed El Mouctar HAIDARA 2021-09-15 22:41:51 +02:00
parent b8a5cdf780
commit b18985c357

View file

@ -4,6 +4,9 @@
- Completely rewrite the grapher: the parser, the graph and the renderer to graphviz have been split. - Completely rewrite the grapher: the parser, the graph and the renderer to graphviz have been split.
- Hide some ansible internals in the parser. - Hide some ansible internals in the parser.
- Clean code. - Clean code.
- feat:
- Consider inclue_role as normal role instead of
task [\#82](https://github.com/haidaraM/ansible-playbook-grapher/pull/82)
- fix: - fix:
- front: Refactor the JS part and fix issue when selecting/unselecting nodes - front: Refactor the JS part and fix issue when selecting/unselecting nodes
- front: Do not unhighlight the current selected node when hovering on parent node - front: Do not unhighlight the current selected node when hovering on parent node