Updated the version id

This commit is contained in:
Ashish Jain 2021-08-26 19:32:05 +02:00
parent 3ad190855b
commit 296a64f465
8 changed files with 544 additions and 480 deletions

502
dist/mermaid.core.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

502
dist/mermaid.js vendored

File diff suppressed because one or more lines are too long

2
dist/mermaid.js.map vendored

File diff suppressed because one or more lines are too long

10
dist/mermaid.min.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

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

View File

@ -359,7 +359,7 @@ export const draw = function (text, id) {
// }
// Fetch the default direction, use TD if none was found
let dir = 'TD';
//let dir = 'TD';
const conf = getConfig().flowchart;
log.info('config:', conf);