Merge branch 'develop' into 6730-gantt-excludes-datetime-format

This commit is contained in:
darshanr0107
2025-07-10 16:35:54 +05:30
committed by GitHub
22 changed files with 1557 additions and 1123 deletions

View File

@@ -0,0 +1,7 @@
---
'@mermaid-js/examples': patch
'mermaid': patch
'@mermaid-js/parser': patch
---
chore: Move packet diagram out of beta

View File

@@ -0,0 +1,7 @@
---
'mermaid': patch
---
fix(timeline): fix loading `leftMargin` from config
The `timeline.leftMargin` config value should now correctly control the size of the left margin, instead of being ignored.