From 82ef7b5fdb6322419b682a507f5c7c60bf6ffb9b Mon Sep 17 00:00:00 2001 From: omkarht Date: Tue, 2 Sep 2025 19:02:02 +0530 Subject: [PATCH] docs: add version placeholders for new features --- docs/syntax/sequenceDiagram.md | 8 ++++---- packages/mermaid/src/docs/syntax/sequenceDiagram.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/syntax/sequenceDiagram.md b/docs/syntax/sequenceDiagram.md index e473cc00f..eb3cfc996 100644 --- a/docs/syntax/sequenceDiagram.md +++ b/docs/syntax/sequenceDiagram.md @@ -348,9 +348,9 @@ Lines can be solid or dotted, and can end with various types of arrowheads, cros | `-)` | Solid line with an open arrow at the end (async) | | `--)` | Dotted line with a open arrow at the end (async) | -**Half-Arrows** +**Half-Arrows (v\+)** -The following half-arrow types are now supported for more expressive sequence diagrams. Both solid and dotted variants are available by increasing the number of dashes (`-` → `--`). +The following half-arrow types are supported for more expressive sequence diagrams. Both solid and dotted variants are available by increasing the number of dashes (`-` → `--`). --- @@ -373,9 +373,9 @@ The following half-arrow types are now supported for more expressive sequence di | `\\-` | Solid line with reverse bottom stick half arrowhead | | `\\--` | Dotted line with reverse bottom stick half arrowhead | -## Central Connections +## Central Connections (v\+) -Mermaid sequence diagrams now support **central lifeline connections** using a `()`.\ +Mermaid sequence diagrams support **central lifeline connections** using a `()`. This is useful to represent messages or signals that connect to a central point, rather than from one actor directly to another. To indicate a central connection, append `()` to the arrow syntax. diff --git a/packages/mermaid/src/docs/syntax/sequenceDiagram.md b/packages/mermaid/src/docs/syntax/sequenceDiagram.md index 6d10c6f97..25b770484 100644 --- a/packages/mermaid/src/docs/syntax/sequenceDiagram.md +++ b/packages/mermaid/src/docs/syntax/sequenceDiagram.md @@ -235,9 +235,9 @@ Lines can be solid or dotted, and can end with various types of arrowheads, cros | `-)` | Solid line with an open arrow at the end (async) | | `--)` | Dotted line with a open arrow at the end (async) | -**Half-Arrows** +**Half-Arrows (v+)** -The following half-arrow types are now supported for more expressive sequence diagrams. Both solid and dotted variants are available by increasing the number of dashes (`-` → `--`). +The following half-arrow types are supported for more expressive sequence diagrams. Both solid and dotted variants are available by increasing the number of dashes (`-` → `--`). --- @@ -260,9 +260,9 @@ The following half-arrow types are now supported for more expressive sequence di | `\\-` | Solid line with reverse bottom stick half arrowhead | | `\\--` | Dotted line with reverse bottom stick half arrowhead | -## Central Connections +## Central Connections (v+) -Mermaid sequence diagrams now support **central lifeline connections** using a `()`. +Mermaid sequence diagrams support **central lifeline connections** using a `()`. This is useful to represent messages or signals that connect to a central point, rather than from one actor directly to another. To indicate a central connection, append `()` to the arrow syntax.