From 21b90cbcd2fb6ce2ddafb0550214c236642820fa Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Wed, 26 Jul 2023 11:33:20 +0530 Subject: [PATCH] Add release version --- docs/syntax/gantt.md | 2 ++ docs/syntax/gitgraph.md | 2 +- docs/syntax/sequenceDiagram.md | 2 +- packages/mermaid/src/docs/syntax/gantt.md | 2 ++ packages/mermaid/src/docs/syntax/gitgraph.md | 2 +- packages/mermaid/src/docs/syntax/sequenceDiagram.md | 2 +- 6 files changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/syntax/gantt.md b/docs/syntax/gantt.md index 5cf584050..6fd2c6860 100644 --- a/docs/syntax/gantt.md +++ b/docs/syntax/gantt.md @@ -271,6 +271,8 @@ gantt weekday monday ``` +Support: v\+ + ## Output in compact mode The compact mode allows you to display multiple tasks in the same row. Compact mode can be enabled for a gantt chart by setting the display mode of the graph via preceeding YAML settings. diff --git a/docs/syntax/gitgraph.md b/docs/syntax/gitgraph.md index e93071851..4bb1cfb51 100644 --- a/docs/syntax/gitgraph.md +++ b/docs/syntax/gitgraph.md @@ -825,7 +825,7 @@ NOTE: Because we have overridden the `mainBranchOrder` to `2`, the `main` branch Here, we have changed the default main branch name to `MetroLine1`. -## Orientation +## Orientation (v\+) In Mermaid, the default orientation is Left to Right. The branches are lined vertically. diff --git a/docs/syntax/sequenceDiagram.md b/docs/syntax/sequenceDiagram.md index 89c232ea6..4e19971c0 100644 --- a/docs/syntax/sequenceDiagram.md +++ b/docs/syntax/sequenceDiagram.md @@ -94,7 +94,7 @@ sequenceDiagram J->>A: Great! ``` -### Actor Creation and Destruction +### Actor Creation and Destruction (v\+) It is possible to create and destroy actors by messages. To do so, add a create or destroy directive before the message. diff --git a/packages/mermaid/src/docs/syntax/gantt.md b/packages/mermaid/src/docs/syntax/gantt.md index 05ccf7bff..423192e0e 100644 --- a/packages/mermaid/src/docs/syntax/gantt.md +++ b/packages/mermaid/src/docs/syntax/gantt.md @@ -197,6 +197,8 @@ gantt weekday monday ``` +Support: v+ + ## Output in compact mode The compact mode allows you to display multiple tasks in the same row. Compact mode can be enabled for a gantt chart by setting the display mode of the graph via preceeding YAML settings. diff --git a/packages/mermaid/src/docs/syntax/gitgraph.md b/packages/mermaid/src/docs/syntax/gitgraph.md index a9b99e684..400f2a6d2 100644 --- a/packages/mermaid/src/docs/syntax/gitgraph.md +++ b/packages/mermaid/src/docs/syntax/gitgraph.md @@ -511,7 +511,7 @@ NOTE: Because we have overridden the `mainBranchOrder` to `2`, the `main` branch Here, we have changed the default main branch name to `MetroLine1`. -## Orientation +## Orientation (v+) In Mermaid, the default orientation is Left to Right. The branches are lined vertically. diff --git a/packages/mermaid/src/docs/syntax/sequenceDiagram.md b/packages/mermaid/src/docs/syntax/sequenceDiagram.md index e061a192e..13d04dc52 100644 --- a/packages/mermaid/src/docs/syntax/sequenceDiagram.md +++ b/packages/mermaid/src/docs/syntax/sequenceDiagram.md @@ -58,7 +58,7 @@ sequenceDiagram J->>A: Great! ``` -### Actor Creation and Destruction +### Actor Creation and Destruction (v+) It is possible to create and destroy actors by messages. To do so, add a create or destroy directive before the message.