Ashish Jain
93bf8d7414
#1696 Fix for custom cssClass test cases for classDiagram
2020-09-23 20:16:06 +02:00
Ashish Jain
c04dac65ac
#1693 Added support for custom cssClass and styling to classDiagram-v2
2020-09-23 19:27:09 +02:00
Knut Sveidqvist
f856782528
#1657Fix for broken test
2020-09-20 12:31:39 +02:00
Knut Sveidqvist
c9ff70b3cc
#1657 Handling class definitions for flowchart beta
2020-09-20 12:14:04 +02:00
Ashish Jain
a26c9fca1e
#1676 Fix for additonal usecases for flowchart
2020-09-16 21:53:17 +02:00
Knut Sveidqvist
2a6372cabe
#1676 Handling vertices starting with a number
2020-09-16 20:09:02 +02:00
Ashish Jain
22c710ed99
#1676 Fix for broken test cases
2020-09-16 18:59:53 +02:00
Knut Sveidqvist
c8c4554299
#1676 Adding click support and tooltip support for flowchart
2020-09-12 10:56:23 +02:00
Knut Sveidqvist
9d8c867de8
#1676 Adding click support to the new rendering engine and classDiagram-v2
2020-09-10 20:58:16 +02:00
Ashish Jain
28c01f6476
Merge branch 'develop' of https://github.com/knsv/mermaid into 1542_take_two
2020-09-09 18:43:53 +02:00
Knut Sveidqvist
4f8e242dac
2020-09-06 22:34:13 +02:00
Knut Sveidqvist
9106c6ad52
#1602 Update of handling of nested subgraphs
2020-09-02 20:34:24 +02:00
Knut Sveidqvist
a82c53dd2e
Not moving the label away from assigned position
2020-08-29 16:11:42 +02:00
Ashish Jain
b244118fd9
Fix for class title label css
2020-08-27 20:43:37 +02:00
Guillaume Grossetie
99844b4ca3
Add e2e tests on all diagrams
2020-08-25 17:17:52 +02:00
Guillaume Grossetie
184fcab0b7
resolves #1490 consistent SVG height and width between diagrams
2020-08-25 15:46:10 +02:00
Knut Sveidqvist
0cbd002667
#1607 Using correct config when to decide about sanitizing text
2020-08-23 20:02:51 +02:00
Ashish Jain
89b4f84b0a
Update classDiagram-v2 spec test case name
2020-08-19 20:55:46 +02:00
Ashish Jain
455cd9c696
Merge branch 'develop' of https://github.com/knsv/mermaid into 1542_take_two
2020-08-19 18:45:24 +02:00
Knut Sveidqvist
6b23c71bb5
Use courier in all rendering tests
2020-08-16 21:49:36 +02:00
Knut Sveidqvist
236332d8c7
Use arial in stateDiagram rendering tests
2020-08-16 13:50:27 +02:00
Knut Sveidqvist
de72d7ba13
Use arial in stateDiagram rendering tests
2020-08-16 13:19:01 +02:00
Knut Sveidqvist
ba6d73fc17
Debug of fonts in percy renderings
2020-08-16 13:01:45 +02:00
Knut Sveidqvist
888b1fb021
#1613 #1495 Adding support for edge length to flowchart (beta)
2020-08-16 08:45:44 +02:00
Knut Sveidqvist
958b032cea
Merge branch 'develop' of github.com:mermaid-js/mermaid into develop
2020-08-16 08:34:47 +02:00
Knut Sveidqvist
129b3f9004
Cherry pick of config changes
2020-08-14 07:34:42 +02:00
Mattéo Delabre
01344a991d
Add support for changing the length of edges
...
Resolves #637 , resolves #1495 .
The syntax for edges is extended to allow for extra
dashes/equals signs/dots (depending on the edge type). Each added
character increases the length of the edge by one rank level, as
follows:
Length | 1 | 2 | 3 |
------------------|:------:|:-------:|:--------:|
Normal | `---` | `----` | `-----` |
Normal with arrow | `-->` | `--->` | `---->` |
Thick | `===` | `====` | `=====` |
Thick with arrow | `==>` | `===>` | `====>` |
Dotted | `-.-` | `-..-` | `-...-` |
Dotted with arrow | `-.->` | `-..->` | `-...->` |
This features leverages the `minlen` property exposed by Dagre which was
not previously available when using Mermaid.
2020-08-14 00:15:26 +02:00
Ashish Jain
060ac3bb4a
Adjust the class members with proper parsing
2020-08-13 21:06:33 +02:00
Ashish Jain
2519486a02
Merge branch '1614_fontFamily' of https://github.com/knsv/mermaid into 1542_take_two
2020-08-13 20:09:13 +02:00
Ashish Jain
bec3cc437d
Fix for interface rendering and positioning
2020-08-13 20:08:09 +02:00
Knut Sveidqvist
525a32f9f0
2020-08-13 20:03:42 +02:00
Ashish Jain
36f8f1902c
Removing hard coding with dynamic values for cardinalities
2020-08-13 19:41:33 +02:00
Knut Sveidqvist
bde7b1a828
Html labels set to false in tests
2020-08-13 19:19:19 +02:00
Ashish Jain
9891b383e7
Adding classDiagram-v2 test cases
2020-08-13 18:52:04 +02:00
Ashish Jain
28bc87b873
Merge branch 'develop' into 1542_take_two
2020-08-13 18:27:37 +02:00
Knut Sveidqvist
677c6d9f89
Release 8.7.0
2020-08-09 14:02:57 +02:00
Knut Sveidqvist
77541102af
Merge branch 'develop' of github.com:mermaid-js/mermaid into develop
2020-08-08 10:59:59 +02:00
Ashish Jain
61993a032a
Initial implementation for cardinality position.
2020-08-07 14:52:42 +02:00
Justin Greywolf
1f051d7a9f
1181-Css for class diagrams
...
Initial change for supporting custom CSS for use with classDiagrams.
updated `LABEL` regex for specificity
2020-08-03 12:47:50 -07:00
Knut Sveidqvist
87f12c7d5a
Updated with a small example of a custom theme
2020-07-31 16:04:12 +02:00
Knut Sveidqvist
e9e9b13df0
Added themeVariable references and som adjustments in base theme calculations.
2020-07-31 15:05:51 +02:00
Knut Sveidqvist
5565aab488
#1590 Theme base tweaked for custom theming
2020-07-30 19:18:18 +02:00
Knut Sveidqvist
36e421eb5f
Merge pull request #1586 from mermaid-js/1542_take_two
...
1542 take two
2020-07-30 08:58:56 +02:00
Knut Sveidqvist
a5b01c3f6f
#1542 Adding gantt to showcases
2020-07-30 08:34:41 +02:00
Knut Sveidqvist
ecea0f90d4
#1542 Handling of config
2020-07-29 22:19:23 +02:00
Knut Sveidqvist
a4bf85b1b6
#1542 Making sure config and directives works for overriding theme variables using initialize call or directives + tests
2020-07-29 18:38:59 +02:00
Knut Sveidqvist
cf70678188
Merge branch 'develop' into feature/1460_add_link_target_to_flowchart_click
2020-07-28 13:21:31 +02:00
Knut Sveidqvist
b23988c947
Merge pull request #1582 from cmmoran/develop
...
Directive support for many diagrams, config bugfix
2020-07-28 13:17:35 +02:00
Marc Faber
d04d8c3a1d
#1460 Add link target option to flowchart click
2020-07-28 10:49:54 +02:00
chris moran
e5b22684cd
Fixed a parser warning in classDiagram
...
Fixed a regression bug I introduced in theme.spec.js
2020-07-27 09:57:04 -04:00