mermaid@11.7.0
-
#6479
97b79c3
Thanks @monicanguyen25! - feat: Add Vertical Line To Gantt Plot At Specified Time -
#6225
41e84b7
Thanks @Shahir-47! - feat: Add support for styling Journey Diagram title (color, font-family, and font-size) -
#6423
aa6cb86
Thanks @BambioGaming! - Added support for the click directive in stateDiagram syntax -
#5980
df9df9d
Thanks @BryanCrotazGivEnergy! - feat: Add shorter+<count>: Label
syntax in packet diagram -
#6523
c17277e
Thanks @NourBenz! - fix: allow sequence diagram arrows with a trailing colon but no message -
#6475
a1ba65c
Thanks @Shahir-47! - feat: Dynamically Render Data Labels Within Bar Charts
-
#6588
b1cf291
Thanks @omkarht! - Fix stroke styles for ER diagram to correctly apply path and row-specific styles -
#6296
a4754ad
Thanks @sidharthv96! - chore: Convert StateDB into TypeScript -
#6463
2b05d7e
Thanks @AaronMoat! - fix: Remove incorrectstyle="undefined;"
attributes in some Mermaid diagrams -
#6282
d63d3bf
Thanks @saurabhg772244! - FontAwesome icons can now be embedded as SVGs in flowcharts if they are registered viamermaid.registerIconPacks
. -
#6407
cdbd3e5
Thanks @thomascizeron! - Refactor grammar so that title don't break Architecture Diagrams -
#6616
ca80f71
Thanks @ashishjain0512! - fix(timeline): ensure consistent vertical line lengths with visible arrowheadsFixed timeline diagrams where vertical dashed lines from tasks had inconsistent lengths. All vertical lines now extend to the same depth regardless of the number of events in each column, with sufficient padding to clearly display both the dashed line pattern and complete arrowheads.
-
#6566
bca6ed6
Thanks @arpitjain099! - fix: Fix incomplete string escaping in URL manipulation logic whenarrowMarkerAbsolute: true
by ensuring all unsafe characters are escaped. -
Updated dependencies [
df9df9d
,cdbd3e5
]:- @mermaid-js/parser@0.5.0
@mermaid-js/mermaid-zenuml@0.2.1
-
#6581
941bc69
Thanks @MrCoder! - Upgraded the dependency @zenuml/core -
#6319
9d06d8f
Thanks @renovate! - chore: bump minimum ZenUML version to 3.23.28 -
#5737
0ad44c1
Thanks @sidharthv96! - fix(zenuml): limitpeerDependencies
to Mermaid v10 and v11 -
Updated dependencies [
97b79c3
,b1cf291
,a4754ad
,2b05d7e
,41e84b7
,d63d3bf
,aa6cb86
,df9df9d
,cdbd3e5
,c17277e
,a1ba65c
,1ddaf10
,ca80f71
,bca6ed6
]:- mermaid@11.7.0
@mermaid-js/tiny@11.7.0
-
#6479
97b79c3
Thanks @monicanguyen25! - feat: Add Vertical Line To Gantt Plot At Specified Time -
#6225
41e84b7
Thanks @Shahir-47! - feat: Add support for styling Journey Diagram title (color, font-family, and font-size) -
#6423
aa6cb86
Thanks @BambioGaming! - Added support for the click directive in stateDiagram syntax -
#5980
df9df9d
Thanks @BryanCrotazGivEnergy! - feat: Add shorter+<count>: Label
syntax in packet diagram -
#6523
c17277e
Thanks @NourBenz! - fix: allow sequence diagram arrows with a trailing colon but no message -
#6475
a1ba65c
Thanks @Shahir-47! - feat: Dynamically Render Data Labels Within Bar Charts
-
#6588
b1cf291
Thanks @omkarht! - Fix stroke styles for ER diagram to correctly apply path and row-specific styles -
#6296
a4754ad
Thanks @sidharthv96! - chore: Convert StateDB into TypeScript -
#6463
2b05d7e
Thanks @AaronMoat! - fix: Remove incorrectstyle="undefined;"
attributes in some Mermaid diagrams -
#6282
d63d3bf
Thanks @saurabhg772244! - FontAwesome icons can now be embedded as SVGs in flowcharts if they are registered viamermaid.registerIconPacks
. -
#6407
cdbd3e5
Thanks @thomascizeron! - Refactor grammar so that title don't break Architecture Diagrams -
#6616
ca80f71
Thanks @ashishjain0512! - fix(timeline): ensure consistent vertical line lengths with visible arrowheadsFixed timeline diagrams where vertical dashed lines from tasks had inconsistent lengths. All vertical lines now extend to the same depth regardless of the number of events in each column, with sufficient padding to clearly display both the dashed line pattern and complete arrowheads.
-
#6566
bca6ed6
Thanks @arpitjain099! - fix: Fix incomplete string escaping in URL manipulation logic whenarrowMarkerAbsolute: true
by ensuring all unsafe characters are escaped. -
Updated dependencies [
df9df9d
,cdbd3e5
]:- @mermaid-js/parser@0.5.0
@mermaid-js/parser@0.5.0
- #5980
df9df9d
Thanks @BryanCrotazGivEnergy! - feat: Add shorter+<count>: Label
syntax in packet diagram
- #6407
cdbd3e5
Thanks @thomascizeron! - Refactor grammar so that title don't break Architecture Diagrams
@mermaid-js/parser@0.4.0
- #6381
95d73bc
Thanks @thomascizeron! - Add Radar Chart
mermaid@11.6.0
-
#6408
ad65313
Thanks @ashishjain0512! - fix: restore curve type configuration functionality for flowcharts. This fixes the issue where curve type settings were not being applied when configured through any of the following methods:- Config
- Init directive (%%{ init: { 'flowchart': { 'curve': '...' } } }%%)
- LinkStyle command (linkStyle default interpolate ...)
-
#6381
95d73bc
Thanks @thomascizeron! - Add Radar Chart
mermaid@11.5.0
-
#6187
7809b5a
Thanks @ashishjain0512! - Flowchart new syntax for node metadata bugs- Incorrect label mapping for nodes when using
&
- Syntax error when
}
with trailing spaces before new line
- Incorrect label mapping for nodes when using
-
#6136
ec0d9c3
Thanks @knsv! - Adding support for animation of flowchart edges -
#6373
05bdf0e
Thanks @ashishjain0512! - Upgrade Requirement and ER diagram to use the common renderer flow- Added support for directions
- Added support for hand drawn look
-
#6371
4d25cab
Thanks @knsv! - The arrowhead color should match the color of the edge. Creates a unique clone of the arrow marker with the appropriate color.
-
#6064
2a91849
Thanks @NicolasNewman! - fix: architecture diagrams no longer grow to extreme heights due to conflicting alignments -
#6198
963efa6
Thanks @ferozmht! - Fixes for consistent edge id creation & handling edge cases for animate edge feature -
#6196
127bac1
Thanks @knsv! - Fix for issue #6195 - allowing @ signs inside node labels -
#6212
90bbf90
Thanks @saurabhg772244! - fix:mermaidAPI.getDiagramFromText()
now returns a new different db for each class diagram -
#6218
232e60c
Thanks @saurabhg772244! - fix: revert state db to resolve getData returning empty nodes and edges -
#6250
9cad3c7
Thanks @saurabhg772244! -mermaidAPI.getDiagramFromText()
now returns a new db instance on each call for state diagrams -
#6293
cfd84e5
Thanks @saurabhg772244! - Added versioning to StateDB and updated tests and diagrams to use it. -
#6161
6cc31b7
Thanks @saurabhg772244! - fix:mermaidAPI.getDiagramFromText()
now returns a new different db for each flowchart -
#6272
ffa7804
Thanks @saurabhg772244! - fix:mermaidAPI.getDiagramFromText()
now returns a new different db for each sequence diagram. Added unique IDs for messages. -
#6205
32a68d4
Thanks @saurabhg772244! - fix: Gantt, Sankey and User Journey diagram are now able to pick font-family from mermaid config. -
#6295
da6361f
Thanks @omkarht! - fix:getDirection
andsetDirection
instateDb
refactored to return and set actual direction -
#6185
3e32332
Thanks @saurabhg772244! -mermaidAPI.getDiagramFromText()
now returns a new different db for each state diagram
mermaid@11.4.1
-
#6059
01b5079
Thanks @knsv! - fix: Kanban diagrams will not render when adding a number as ticket id or assigned for a task -
#6038
1388662
Thanks @knsv! - fix: Intersection calculations for tilted cylinder/DAS when using handdrawn look. Some random seeds could cause the calculations to break. -
#6079
fe3cffb
Thanks @aloisklink! - Bump dompurify to^3.2.1
. This removes the need for@types/dompurify
.