The source project of this merge request has been removed.
Update mermaid to 9.3.0
What does this MR do and why?
Update mermaid to 9.3.0 to bring in some features and bug fixes.
Reason for not going to 9.4.x is that it doesn't build as is, but requires more work.
Screenshots or screen recordings
How to set up and validate locally
-
Open Web IDE editor
-
Add mermaid graph, for example:
gitGraph
commit
commit
branch feature
checkout feature
commit id: "commit"
commit
checkout main
commit
commit
cherry-pick id: "commit" tag: "v1.0.0"
- Check preview that graph is rendered correctly
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
- [ x ] I have evaluated the MR acceptance checklist for this MR.