- Add vertical line to Gantt plot at specified time
- Add support for styling Journey Diagram title with color, font-family, and font-size
- Add support for the click directive in stateDiagram syntax
- Add shorter +<count>: Label syntax in packet diagram
- Dynamically render data labels within bar charts
- FontAwesome icons can now be embedded as SVGs in flowcharts if they are registered via mermaid.registerIconPacks
- Refactor grammar so that title does not break Architecture Diagrams
- Allow sequence diagram arrows with a trailing colon but no message
- Fix stroke styles for ER diagram to correctly apply path and row-specific styles
- Remove incorrect style="undefined;" attributes in some Mermaid diagrams
- Allow colons in events
- Ensure consistent vertical line lengths with visible arrowheads in timeline diagrams
- Fix incomplete string escaping in URL manipulation logic when arrowMarkerAbsolute: true
Minor Changes
-
#6479
97b79c3Thanks @monicanguyen25! - feat: Add Vertical Line To Gantt Plot At Specified Time -
#6225
41e84b7Thanks @Shahir-47! - feat: Add support for styling Journey Diagram title (color, font-family, and font-size) -
#6423
aa6cb86Thanks @BambioGaming! - Added support for the click directive in stateDiagram syntax -
#5980
df9df9dThanks @BryanCrotazGivEnergy! - feat: Add shorter+<count>: Labelsyntax in packet diagram -
#6523
c17277eThanks @NourBenz! - fix: allow sequence diagram arrows with a trailing colon but no message -
#6475
a1ba65cThanks @Shahir-47! - feat: Dynamically Render Data Labels Within Bar Charts
Patch Changes
-
#6588
b1cf291Thanks @omkarht! - Fix stroke styles for ER diagram to correctly apply path and row-specific styles -
#6296
a4754adThanks @sidharthv96! - chore: Convert StateDB into TypeScript -
#6463
2b05d7eThanks @AaronMoat! - fix: Remove incorrectstyle="undefined;"attributes in some Mermaid diagrams -
#6282
d63d3bfThanks @saurabhg772244! - FontAwesome icons can now be embedded as SVGs in flowcharts if they are registered viamermaid.registerIconPacks. -
#6407
cdbd3e5Thanks @thomascizeron! - Refactor grammar so that title don't break Architecture Diagrams -
#6616
ca80f71Thanks @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
bca6ed6Thanks @arpitjain099! - fix: Fix incomplete string escaping in URL manipulation logic whenarrowMarkerAbsolute: trueby ensuring all unsafe characters are escaped. -
Updated dependencies [
df9df9d,cdbd3e5]:- @mermaid-js/parser@0.5.0