Releases: mermaid-js/mermaid
mermaid@11.14.0
Thanks to our awesome mermaid community that contributed to this release: @ashishjain0512, @tractorjuice, @autofix-ci[bot], @aloisklink, @knsv, @kibanana, @chandershekhar22, @khalil, @ytatsuno, @sidharthv96, @github-actions[bot], @dripcoding, @knsv-bot, @jeroensmink98, @Alex9583, @GhassenS, @omkarht, @darshanr0107, @leentaylor, @lee-treehouse, @veeceey, @turntrout, @Mermaid-Chart, @BambioGaming, Claude
Releases
@mermaid-js/examples@1.2.0
Minor Changes
mermaid@11.14.0
Minor Changes
-
#7526
efe218a- Add Wardley Maps diagram type (beta)Adds Wardley Maps as a new diagram type to Mermaid (available as
wardley-beta). Wardley Maps are visual representations of business strategy that help map value chains and component evolution.Features:
- Component positioning with [visibility, evolution] coordinates (OWM format)
- Anchors for users/customers
- Multiple link types: dependencies, flows, labeled links
- Evolution arrows and trend indicators
- Custom evolution stages with optional dual labels
- Custom stage widths using @boundary notation
- Pipeline components with visibility inheritance
- Annotations, notes, and visual elements
- Source strategy markers: build, buy, outsource, market
- Inertia indicators
- Theme integration
Implementation includes parser, D3.js renderer, unit tests, E2E tests, and comprehensive documentation.
-
#7526
efe218a- feat: implement neo look styling for state diagrams -
#7526
efe218a- feat: implement neo look support for sequence diagrams with drop shadows, and enhanced styling -
#7526
efe218a- feat: addrandomizeconfig option for architecture diagrams, defaulting tofalsefor deterministic layout -
#7526
efe218a- feat: Add option to change timeline direction -
#7526
efe218a- Fix duplicate SVG element IDs when rendering multiple diagrams on the same page. Internal element IDs (nodes, edges, markers, clusters) are now prefixed with the diagram's SVG element ID across all diagram types. Custom CSS or JS using exact ID selectors like#arrowheadshould use attribute-ending selectors like[id$="-arrowhead"]instead. -
#7526
efe218a- feat: implement neo look styling for ER diagrams -
#7526
efe218a- feat: implement neo look styling for requirement diagrams -
#7526
efe218a- feat: add theme support for data label colour in xy chart -
#7526
efe218a- feat: implement neo look styling for mindmap diagrams -
#7526
efe218a- feat: implement neo look for mermaid flowchart diagrams -
#7526
efe218a- feat: implement neo look and themes for class diagram -
#7526
efe218a- feat: add showDataLabelOutsideBar option for xy chart -
#7526
efe218a- feat: implement neo look support for timeline diagram with drop shadows, additoinal redux themes and enhanced styling -
#7526
efe218a- feat: implement neo look and themes for gitGraph diagram
Patch Changes
-
#7526
efe218a- add link to ishikawa diagram on mermaid.js.org -
#7526
efe218a- docs: document valid duration token formats in gantt.md -
#7526
efe218a- fix: ER diagram parsing when using "1" as entity identifier on right sideThe parser was incorrectly tokenizing the second "1" in patterns like
a many to 1 1:because the lookahead rule only checked for alphabetic characters after whitespace, not digits. Added a new lookahead pattern"1"(?=\s+[0-9])to correctly identify the cardinality alias before a numeric entity name.Fixes #7472
-
#7526
efe218a- fix: scope cytoscape label style mapping to edges with labels to prevent console warnings -
#7526
efe218a- fix: support inline annotation syntax in class diagrams (class Shape <>) -
#7526
efe218a- fix: Align branch label background with text for multi-line labels in LR GitGraph layout -
#7526
efe218a- fix: preserve cause hierarchy when ishikawa effect is indented more than causes -
#7526
efe218a- refactor: remove unused createGraphWithElements function and add regression test for open edge arrowheads -
#7526
efe218a- fix: Prevent long pie chart titles from being clipped by expanding the viewBox -
#7526
efe218a- fix: prevent sequence diagram hang when "as" is used without a trailing space in participant declarations -
#7526
efe218a- fix: warn whenstylestatement targets a non-existent node in flowcharts -
#7526
efe218a- fix: group state diagram SVG children under single root element -
#7526
efe218a- fix: Allow :::className syntax inside composite state blocks -
#7526 [
efe218a](efe218a47fb5a4c...
@mermaid-js/tiny@11.14.0
Thanks to our awesome mermaid community that contributed to this release: @ashishjain0512, @tractorjuice, @autofix-ci[bot], @aloisklink, @knsv, @kibanana, @chandershekhar22, @khalil, @ytatsuno, @sidharthv96, @github-actions[bot], @dripcoding, @knsv-bot, @jeroensmink98, @Alex9583, @GhassenS, @omkarht, @darshanr0107, @leentaylor, @lee-treehouse, @veeceey, @turntrout, @Mermaid-Chart, @BambioGaming, Claude
Releases
@mermaid-js/examples@1.2.0
Minor Changes
mermaid@11.14.0
Minor Changes
-
#7526
efe218a- Add Wardley Maps diagram type (beta)Adds Wardley Maps as a new diagram type to Mermaid (available as
wardley-beta). Wardley Maps are visual representations of business strategy that help map value chains and component evolution.Features:
- Component positioning with [visibility, evolution] coordinates (OWM format)
- Anchors for users/customers
- Multiple link types: dependencies, flows, labeled links
- Evolution arrows and trend indicators
- Custom evolution stages with optional dual labels
- Custom stage widths using @boundary notation
- Pipeline components with visibility inheritance
- Annotations, notes, and visual elements
- Source strategy markers: build, buy, outsource, market
- Inertia indicators
- Theme integration
Implementation includes parser, D3.js renderer, unit tests, E2E tests, and comprehensive documentation.
-
#7526
efe218a- feat: implement neo look styling for state diagrams -
#7526
efe218a- feat: implement neo look support for sequence diagrams with drop shadows, and enhanced styling -
#7526
efe218a- feat: addrandomizeconfig option for architecture diagrams, defaulting tofalsefor deterministic layout -
#7526
efe218a- feat: Add option to change timeline direction -
#7526
efe218a- Fix duplicate SVG element IDs when rendering multiple diagrams on the same page. Internal element IDs (nodes, edges, markers, clusters) are now prefixed with the diagram's SVG element ID across all diagram types. Custom CSS or JS using exact ID selectors like#arrowheadshould use attribute-ending selectors like[id$="-arrowhead"]instead. -
#7526
efe218a- feat: implement neo look styling for ER diagrams -
#7526
efe218a- feat: implement neo look styling for requirement diagrams -
#7526
efe218a- feat: add theme support for data label colour in xy chart -
#7526
efe218a- feat: implement neo look styling for mindmap diagrams -
#7526
efe218a- feat: implement neo look for mermaid flowchart diagrams -
#7526
efe218a- feat: implement neo look and themes for class diagram -
#7526
efe218a- feat: add showDataLabelOutsideBar option for xy chart -
#7526
efe218a- feat: implement neo look support for timeline diagram with drop shadows, additoinal redux themes and enhanced styling -
#7526
efe218a- feat: implement neo look and themes for gitGraph diagram
Patch Changes
-
#7526
efe218a- add link to ishikawa diagram on mermaid.js.org -
#7526
efe218a- docs: document valid duration token formats in gantt.md -
#7526
efe218a- fix: ER diagram parsing when using "1" as entity identifier on right sideThe parser was incorrectly tokenizing the second "1" in patterns like
a many to 1 1:because the lookahead rule only checked for alphabetic characters after whitespace, not digits. Added a new lookahead pattern"1"(?=\s+[0-9])to correctly identify the cardinality alias before a numeric entity name.Fixes #7472
-
#7526
efe218a- fix: scope cytoscape label style mapping to edges with labels to prevent console warnings -
#7526
efe218a- fix: support inline annotation syntax in class diagrams (class Shape <>) -
#7526
efe218a- fix: Align branch label background with text for multi-line labels in LR GitGraph layout -
#7526
efe218a- fix: preserve cause hierarchy when ishikawa effect is indented more than causes -
#7526
efe218a- refactor: remove unused createGraphWithElements function and add regression test for open edge arrowheads -
#7526
efe218a- fix: Prevent long pie chart titles from being clipped by expanding the viewBox -
#7526
efe218a- fix: prevent sequence diagram hang when "as" is used without a trailing space in participant declarations -
#7526
efe218a- fix: warn whenstylestatement targets a non-existent node in flowcharts -
#7526
efe218a- fix: group state diagram SVG children under single root element -
#7526
efe218a- fix: Allow :::className syntax inside composite state blocks -
#7526 [
efe218a](efe218a47fb5a...
@mermaid-js/parser@1.1.0
@mermaid-js/examples@1.2.0
mermaid@11.13.0
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 [
09b74f1](https://github.com/mermaid-js/mermaid/commit...
@mermaid-js/tiny@11.13.0
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 [
09b74f1](https://github.com/mermaid-js/mermaid/commit...
@mermaid-js/parser@1.0.1
@mermaid-js/layout-elk@0.2.1
Patch Changes
-
#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. -
Updated dependencies [
96a766d,32723b2,a60e615,1a9d45a,96ca7c0,60f6331,fa15ce8,33c7c72,3c069b5,9745f32,d6db0b0,cdacb0b,a408b55,712c1ec,981a62e,a4bb0b5,b0f9d5b,981fbb8,93aa657,6bc6617,73e9849,9d0669a,acce4db,7eed6a1,2000680,b7c66a2,f16bfbb,aac86f7,9745f32,2dd29be,ace0367,09b74f1,33c7c72,835de00,a9e4c72,ff15e51,8bfd477,b136acd,e0317ac]:- mermaid@11.13.0
@mermaid-js/examples@1.1.0
mermaid@11.12.3
Patch Changes
- Updated dependencies [
7243340]:- @mermaid-js/parser@1.0.0