mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-22 16:59:48 +02:00
Merge branch 'develop' into release/10.6.2
* develop: (24 commits) chore: Minor cleanup of imperativeState add jetbrains blog post additional updates update latest news pages fix addl broken link fix link build: use `tsx` instead of `ts-node-esm` verbiage updates fix: replace functional approaches with oop feat: Track outbound links in plausible update getting started page add blog post chore: Update promo link docs: Holiday promo v2 Update packages/mermaid/src/docs/.vitepress/components/TopBar.vue update announcements page update announcement bar verbiage chore: fix autogen docs chore(sequence): Update packages/mermaid/src/docs/syntax/sequenceDiagram.md chore(sequence): update doc for actors/participant creation/deletion fix ...
This commit is contained in:
@@ -131,6 +131,14 @@ sequenceDiagram
|
||||
Bob->>Alice: I agree
|
||||
```
|
||||
|
||||
#### Unfixable actor/participant creation/deletion error
|
||||
|
||||
If an error of the following type occurs when creating or deleting an actor/participant:
|
||||
|
||||
> The destroyed participant **participant-name** does not have an associated destroying message after its declaration. Please check the sequence diagram.
|
||||
|
||||
And fixing diagram code does not get rid of this error and rendering of all other diagrams results in the same error, then you need to update the mermaid version to (v\<MERMAID_RELEASE_VERSION>+).
|
||||
|
||||
### Grouping / Box
|
||||
|
||||
The actor(s) can be grouped in vertical boxes. You can define a color (if not, it will be transparent) and/or a descriptive label using the following notation:
|
||||
|
Reference in New Issue
Block a user