Release 8.0.0-alpha.2

This commit is contained in:
Tyler Long 2018-03-11 23:26:37 +08:00
parent 5cf061cb32
commit 35c0e2cea2
2 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "mermaid",
"version": "8.0.0-alpha.1",
"version": "8.0.0-alpha.2",
"description": "Markdownish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs.",
"main": "dist/mermaid.core.js",
"keywords": [

View File

@ -4,6 +4,5 @@
- Support customization of gantt diagram xAxis format
- https://github.com/d3/d3-time-format#api-reference
- https://bl.ocks.org/wboykinm/34627426d84f3242e0e6ecb2339e9065
- Flowchart interpolate is useless because there is no rendering code using it
- Rewrite SCSS code to reduce duplication
- No global CSS. Should limit the CSS to mermaid charts only
- Some one created a great PR: https://github.com/knsv/mermaid/pull/624
- Flowchart `interpolate` is useless because there is no rendering code using it