Minor Changes
-
#7352
d6db0b0Thanks @remcohaszing! - feat: Export theAsyncIconLoader,SyncIconLoader, andIconLoadertypes. -
#6789
73e9849Thanks @omkarht! - feat: Add half-arrowheads (solid & stick) and central connection support -
#7387
acce4dbThanks @exoego! - feat: Add Ishikawa diagram (ishikawa-beta) -
#6995
9745f32Thanks @darshanr0107! - feat: Deprecateflowchart.htmlLabelsin favor of root-levelhtmlLabelsin Mermaid config -
#5814
2dd29beThanks @kairi003! - feat: allow to put notes in namespaces on classDiagram
Patch Changes
-
#7075
96a766dThanks @darshanr0107! - fix: Prevent HTML tags from being escaped in sandbox label rendering -
#6843
32723b2Thanks @saurabhg772244! - fix: Support edge animation in hand drawn look -
#7453
a60e615Thanks @darshanr0107! - fix: ER diagram edge label positioning -
#6989
1a9d45aThanks @darshanr0107! - fix: Resolved parsing error where direction TD was not recognized within subgraphs -
#7178
96ca7c0Thanks @omkarht! - fix(treemap): Fixed treemap classDef style application to properly apply user-defined styles -
#7076
60f6331Thanks @darshanr0107! - fix: Correct viewBox casing and make SVGs responsive -
#7055
fa15ce8Thanks @darshanr0107! - fix: Improve participant parsing and prevent recursive loops on invalid syntax -
#7276
33c7c72Thanks @darshanr0107! - fix: respectmarkdownAutoWrap: falseto prevent text auto-wrapping in flowchart markdown labels withhtmlLabelsenabled.Markdown labels with
markdownAutoWrap: false, htmlLabels: falseset doesn't work
correctly. -
#7416
3c069b5Thanks @Crafter-Y! - fix: architecture diagram lines should now have the correct length -
#6995
9745f32Thanks @darshanr0107! - fix: Support thehtmlLabelsMermaid config value whenever possible -
#7293
a408b55Thanks @darshanr0107! - fix: Prevent browser hang when using multiline accDescr in XY charts -
#6119
712c1ecThanks @NealGooch! - fix: correct block positioning when nested blocks span multiple columns -
#7424
981a62eThanks @knsv! - fix: correct BT orientation arc sweep flags in gitGraph drawArrow()Swapped SVG arc sweep-flag values in the BT (bottom-to-top) orientation branches of
drawArrow()so curves bend in the correct direction. Affects both rerouting and non-rerouting code paths for merge and non-merge arrows.Resolves #6593
-
#7430
a4bb0b5Thanks @knsv! - fix: allow colons in stateDiagram-v2 transition and state description text -
#7432
b0f9d5bThanks @knsv! - fix: derive taskTextDarkColor from doneTaskBkgColor in dark theme for readable done-task text -
#7456
981fbb8Thanks @knsv-bot! - fix(gantt): restore readable outside-text color for done tasks in dark mode -
#7139
93aa657Thanks @omkarht! - revert: restore original hexagon and roundedRect implementations -
#7136
6bc6617Thanks @omkarht! - feat: add alias support for new participant syntax of sequence diagrams -
#7375
9d0669aThanks @kaigritun! - fix(er): recognize '1' cardinality alias before relationship operators -
#7275
7eed6a1Thanks @darshanr0107! - fix: changecreateLabelto callcreateTextThis adds support for KaTeX and FontAwesome icons loaded via iconpacks in some
older labels. There are some small changes in formatting due to standardizing this code. -
#7265
2000680Thanks @omkarht! - fix: prevent unintended opacity on SVG aws icons containing rect elements -
#7139
b7c66a2Thanks @omkarht! - chore: restore original hexagon and roundedRect implementations -
#7425
f16bfbbThanks @knsv! - fix: use rounded right-angle edges for ELK layoutELK layout edges now default to
roundedcurve (right-angle segments with rounded corners) instead of inheriting the globalbasisdefault. This fixes ELK edges that were curving instead of routing at right angles (#7213). Non-ELK layouts are unaffected and keep their existingbasisdefault. -
#7296
aac86f7Thanks @darshanr0107! - fix: Ensure correct edge label rendering for ER and requirement diagrams when flowchart htmlLabels are false -
#7019
ace0367Thanks @darshanr0107! - fix: Mindmap breaking in ELK layout -
#6984
09b74f1Thanks @omkarht! - fix(er-diagram): prevent syntax error when using 'u', numbers, and decimals in node names -
#7276
33c7c72Thanks @darshanr0107! - fix: Restore proper rendering of plain text flowchart labels without auto line-wrappingThis fix restores backwards compatibility with Mermaid v10 by ensuring that plain text labels in flowcharts are rendered correctly. In Mermaid v11, all labels were incorrectly being treated as markdown by default, which caused issues with text wrapping, multiline breaks, and backwards compatibility.
What changed:
- Plain text labels in flowcharts (without markdown syntax) now render as regular text
- For node labels and edge labels, these will line-wrap automatically. Although this isn't backwards compatible with v10, we think this is a minor change and it's worth keeping to avoid too many changes from diagrams created from v11 onwards.
- Plain text labels in other diagrams will continue to not line wrap.
- Plain text labels with
\ncharacters now correctly create line breaks - Plain text that looks like markdown (e.g., "1.", "- x") is no longer misinterpreted
If you want markdown formatting:
You can still use markdown in your flowchart labels by using the proper markdown syntax. Wrap your markdown text with double quotes and backticks:
node["`_markdown_ **text**`"]Example:
```mermaid flowchart TD plain["Plain text\nwith manual line break"] markdown["`This is a **markdown** _label_ that wraps and doesn't replace \n with newlines`"] ```
- Plain text labels in flowcharts (without markdown syntax) now render as regular text
-
#7080
835de00Thanks @darshanr0107! - fix: Support ComponentQueue_Ext to prevent parsing error -
#7310
a9e4c72Thanks @darshanr0107! - fix: Allow quoted string labels in architecture-beta diagrams -
#7052
ff15e51Thanks @darshanr0107! - fix: Correct tooltip placement to appear near hovered element -
#7197
8bfd477Thanks @omkarht! - fix: validate dates and tick interval to prevent UI freeze/crash in gantt diagramtype -
#7099
b136acdThanks @darshanr0107! - fix: Mindmap rendering issue when the number of Level 2 nodes exceeds 11 -
#7217
e0317acThanks @omkarht! - fix(gitgraph): pass gitGraphConfig to renderer functions for applying directives properly. -
Updated dependencies [
fd3fc50]:- @mermaid-js/parser@1.0.1