-
-
Notifications
You must be signed in to change notification settings - Fork 414
Roadmap
Vincent Ogloblinsky edited this page May 31, 2018
·
1 revision
The release cycle will be more quicker than before, when between 5 to 10 bugs are ready to ship, i will submit a new patch version.
The list of features wanted by users is here
Here are notes about next minor releases :
- 1.1.0 : better menu for components and modules, see discussion here : https://github.com/compodoc/compodoc/issues/145 https://github.com/compodoc/compodoc/issues/233 features and bugs
- 1.2.0 : better main graph with rewrite using d3.js + dagre features and bugs
- 1.3.0 : PDF export | UML support features and bugs
Here is a list of issues grouped by main source of problem :
- Compodoc doesn't support imports, so dynamic variable inside metadatas could break the generation :
Metadatas
https://github.com/compodoc/compodoc/issues/320https://github.com/compodoc/compodoc/issues/94https://github.com/compodoc/compodoc/issues/298Routeshttps://github.com/compodoc/compodoc/issues/216https://github.com/compodoc/compodoc/issues/51Ok for dynamic import on routes configuration simple keys like path, redirectTo, outlet. Others routes configuration like children etc has to be analysed to find dynamic imports too. - Modules graph is hard to read, or breaks with a huge list of modules and components : https://github.com/compodoc/compodoc/issues/234
- Typescript parsing issue with @ https://github.com/compodoc/compodoc/issues/304 https://github.com/compodoc/compodoc/issues/391 https://github.com/compodoc/compodoc/issues/270