Release 8.0.0-alpha.1

This commit is contained in:
Tyler Long 2018-03-09 09:35:11 +08:00
parent dfb1095908
commit c251270633
2 changed files with 1 additions and 2 deletions

View File

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

View File

@ -6,7 +6,6 @@
- rewrite less code - rewrite less code
- Setup code coverage - Setup code coverage
- Create a desktop client - Create a desktop client
- Fix sequence diagram node label position issue
- Fix flowchart interpolate/curve issue - Fix flowchart interpolate/curve issue
- not a common feature so dist/index.html cannot reproduce this issue - not a common feature so dist/index.html cannot reproduce this issue
- Support customization of gantt diagram xAxis format - Support customization of gantt diagram xAxis format