19 KiB
mermaid
11.7.0
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
11.6.0
Minor Changes
-
#6408
ad65313Thanks @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
95d73bcThanks @thomascizeron! - Add Radar Chart
Patch Changes
- #2
16d9b63Thanks @calvinvette! - - #6388 Thanks @bollwyvl - Fix requirement diagram containment arrow - Updated dependencies [
95d73bc]:- @mermaid-js/parser@0.4.0
11.5.0
Minor Changes
-
#6187
7809b5aThanks @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
ec0d9c3Thanks @knsv! - Adding support for animation of flowchart edges -
#6373
05bdf0eThanks @ashishjain0512! - Upgrade Requirement and ER diagram to use the common renderer flow- Added support for directions
- Added support for hand drawn look
-
#6371
4d25cabThanks @knsv! - The arrowhead color should match the color of the edge. Creates a unique clone of the arrow marker with the appropriate color.
Patch Changes
-
#6064
2a91849Thanks @NicolasNewman! - fix: architecture diagrams no longer grow to extreme heights due to conflicting alignments -
#6198
963efa6Thanks @ferozmht! - Fixes for consistent edge id creation & handling edge cases for animate edge feature -
#6196
127bac1Thanks @knsv! - Fix for issue #6195 - allowing @ signs inside node labels -
#6212
90bbf90Thanks @saurabhg772244! - fix:mermaidAPI.getDiagramFromText()now returns a new different db for each class diagram -
#6218
232e60cThanks @saurabhg772244! - fix: revert state db to resolve getData returning empty nodes and edges -
#6250
9cad3c7Thanks @saurabhg772244! -mermaidAPI.getDiagramFromText()now returns a new db instance on each call for state diagrams -
#6293
cfd84e5Thanks @saurabhg772244! - Added versioning to StateDB and updated tests and diagrams to use it. -
#6161
6cc31b7Thanks @saurabhg772244! - fix:mermaidAPI.getDiagramFromText()now returns a new different db for each flowchart -
#6272
ffa7804Thanks @saurabhg772244! - fix:mermaidAPI.getDiagramFromText()now returns a new different db for each sequence diagram. Added unique IDs for messages. -
#6205
32a68d4Thanks @saurabhg772244! - fix: Gantt, Sankey and User Journey diagram are now able to pick font-family from mermaid config. -
#6295
da6361fThanks @omkarht! - fix:getDirectionandsetDirectioninstateDbrefactored to return and set actual direction -
#6185
3e32332Thanks @saurabhg772244! -mermaidAPI.getDiagramFromText()now returns a new different db for each state diagram
11.4.1
Patch Changes
-
#6059
01b5079Thanks @knsv! - fix: Kanban diagrams will not render when adding a number as ticket id or assigned for a task -
#6038
1388662Thanks @knsv! - fix: Intersection calculations for tilted cylinder/DAS when using handdrawn look. Some random seeds could cause the calculations to break. -
#6079
fe3cffbThanks @aloisklink! - Bump dompurify to^3.2.1. This removes the need for@types/dompurify.
11.4.0
Minor Changes
-
#5999
742ad7cThanks @knsv! - Adding Kanban board, a new diagram type -
#5880
bdf145fThanks @yari-dewalt! - Class diagram changes:- Updates the class diagram to the new unified way of rendering.
- Includes a new "classBox" shape to be used in diagrams
- Other updates such as:
- the option to hide the empty members box in class diagrams,
- support for handDrawn look,
- the introduction of the classDef statement into class diagrams,
- support for styling the default class,
- support lollipop interfaces.
- Includes fixes / additions for #5562 #3139 and #4037
Patch Changes
-
#5937
17b7831Thanks @saurabhg772244! - fix: Jagged edge fix for icon shape -
#5933
72d60d2Thanks @remcohaszing! - Add missing TypeScript dependencies -
#5937
17b7831Thanks @saurabhg772244! - fix: Icon color fix for colored icons. -
#6002
5fabd41Thanks @aloisklink! - fix: errormermaid.parseon an invalid shape, so that it matches the errors thrown bymermaid.render
11.3.0
Minor Changes
- #5825
9e3aa70Thanks @ashishjain0512! - New Flowchart Shapes (with new syntax)
Patch Changes
-
#5849
6c5b7ceThanks @ReneLombard! - Fixed an issue when the mermaid classdiagram crashes when adding a . to the namespace. For exampleclassDiagram namespace Company.Project.Module { class GenericClass~T~ { +addItem(item: T) +getItem() T } } -
#5914
de2c05cThanks @aloisklink! - Ban DOMPurify v3.1.7 as a dependency
11.2.1
Patch Changes
11.2.0
Minor Changes
- #5831
64abf29Thanks @sidharthv96! - feat: Return parsed config from mermaid.parse
Patch Changes
11.1.1
Patch Changes
- #5828
4c43d21Thanks @knsv! - fix: Fix for issue where self-loops in the root of diagrams break the rendering
11.1.0
Minor Changes
-
#5793
6ecdf7bThanks @sidharthv96! - feat: Add support for iconify icons -
#5711
8e640daThanks @NicolasNewman! - feat(er): allow multi-line relationship labels -
#5452
256a148Thanks @NicolasNewman! - New Diagram: ArchitectureAdds architecture diagrams which allows users to show relations between services.
Patch Changes
-
#5810
28bd07fThanks @knsv! - Fix for self loops in cluster Supporting legacy defaultRenderer directive -
#5789
16faef4Thanks @sidharthv96! - chore: Move icons to architecture, remove full icon sets to reduce bundle size -
Updated dependencies [
256a148,7d8143b]:- @mermaid-js/parser@0.3.0
11.0.2
Patch Changes
-
#5664
5deaef4Thanks @Austin-Fulbright! - chore: Migrate git graph to langium, use typescript for internals -
Updated dependencies [
5deaef4]:- @mermaid-js/parser@0.2.0
11.0.1
Patch Changes
- #2
bf05d87Thanks @calvinvette! - test changeset
11.0.2
Patch Changes
- Updated dependencies [
83926c9]:- @mermaid-js/parser@0.1.1
11.0.1
Patch Changes
-
#5744
5013484Thanks @sidharthv96! - Release parser, test changesets -
Updated dependencies [
5013484]:- @mermaid-js/parser@0.1.0