Knut Sveidqvist
25e2d78311
#1295 Start renderer
2020-03-04 20:35:59 +01:00
GDFaber
94ace2348f
Revert "Multiline comments"
2020-02-29 21:32:20 +01:00
Erik Ellingsen
e62027b73c
Multiline comments
2020-02-27 00:02:25 +01:00
Knut Sveidqvist
4ad354a561
#1216 Fix for issue when mermaid freezes the browser tab due to large diagrams
2020-01-25 13:35:11 +01:00
Marc Faber
b1bfdec473
#1196 Keep flowchart node label text (if already defined) when a style is applied
2020-01-14 23:37:30 +01:00
Knut Sveidqvist
4e6aad5115
#834 Using & as a separator for the multiple nodes
2020-01-02 18:52:50 +01:00
Marc Faber
bc59d015e6
#1154 Flow diagram DB shape request
2019-12-31 16:30:03 +01:00
Knut Sveidqvist
a4e7305d52
#834 Adding unit tests and rendering tests
2019-12-18 19:13:56 +01:00
Knut Sveidqvist
5716d163ec
Merge branch 'develop' into other/1143_utilze_browser_console_object_better
2019-12-18 18:41:14 +01:00
Knut Sveidqvist
42ef035241
#834 Using space as separator, simplfifying the grammar some more, reomving some logging
2019-12-18 18:36:34 +01:00
Knut Sveidqvist
6598b1b10d
#1143 Adding support in grammar for multiple nodes in dependency declarations
2019-12-15 18:10:52 +01:00
Knut Sveidqvist
4ff4058244
#1142 Simplified arrows/edges in the grammar
2019-12-15 13:34:35 +01:00
Marc Faber
9a0df5afb0
#723 Add stadium shape for flowchart nodes
2019-12-08 16:51:47 +01:00
Justin Greywolf
753bd7e1d9
Update class diagrams to handle comments
...
updated regex in parser to correctly handle comments in class diagrams. Also updated flowchart parser to remove unused elements for comments, as well as modifying the regex to match
2019-11-26 11:23:07 -08:00
Justin Greywolf
b57492c1c6
Initial checkin
2019-11-26 11:22:21 -08:00
Knut Sveidqvist
087e5eaa32
#1055 Fix for tests
2019-11-20 19:21:19 +01:00
Knut Sveidqvist
48ce7a9b78
#1023 Fix for tests
2019-11-07 19:19:44 +01:00
christopherkade
89b6ccf47d
#906 Divided flow unit tests
2019-10-14 16:17:43 +02:00
Brian Mearns
c9f84ccae5
#530 Testing Coverage
2019-10-03 06:41:36 -04:00
Brian Mearns
e1446ce38a
#530 Add unit test for hex nodes
2019-10-02 22:44:56 -04:00
Brian Mearns
51e902cd36
Added the hex shape to the renderer, and support for it in the flow parser.
...
Need to work on properly sizing it.
2019-10-02 22:11:02 -04:00
Marc Faber
095233e6cf
Flowchart parsing issue with CRLF #894
2019-09-27 01:05:25 +02:00
knsv
f39e120952
#941 Fix for issue with directions iin flowchart
2019-09-19 13:56:41 -07:00
knsv
d8397f146b
#937 Handling direction keywords in node ids
2019-09-18 12:56:24 -07:00
knsv
34de31195f
#931 Aligning with code standard
2019-09-12 12:58:04 -07:00
knsv
5610185050
#918 Removed som logging
2019-09-01 00:45:24 -07:00
knsv
699bd61045
#918 Fix for issue with nodes starting with a number in a subgraph
2019-09-01 00:44:48 -07:00
Knut Sveidqvist
c43d58d3c9
#916 Allow chaining of vertice in flowcharts
2019-08-28 20:25:54 +02:00
Knut Sveidqvist
4ae48f4284
#915 Reviving the possibility to use underscore in text in vertices
2019-08-28 17:34:57 +02:00
Knut Sveidqvist
06a91d8564
#835 Backwords compatible syntax for associating classes with nodes/vertices
2019-08-26 20:10:44 +02:00
Knut Sveidqvist
ef51f543a3
Fix for test
2019-08-16 12:42:42 +02:00
Knut Sveidqvist
a35892da4f
Fix for issue #895
2019-08-15 08:57:49 +02:00
Knut Sveidqvist
23b567e11b
#900 Fix for subgraph ids starting with a number
2019-08-14 20:00:06 +02:00
knsv
a6f21c2b91
Re-enabling all tests
2019-08-08 01:19:14 -07:00
Alexander Sage
78dd0e6ddc
remove dev code
2019-08-03 15:10:53 -07:00
Alexander Sage
cfea52f570
chore: integrate jison into webpack build
2019-08-03 15:05:43 -07:00
ashishjain0512
b6d9407246
Added Jest test case for handling underscore in vertex name
2019-07-23 06:51:18 -07:00
ashishjain0512
957687ed39
Added Jest test for use-case A[text]-->B[test2].class
2019-07-23 06:49:44 -07:00
ashishjain0512
db86cfa7d9
Added Jest test case for use-case A[text].class-->B[test2]
2019-07-23 06:47:03 -07:00
ashishjain0512
afa95172b6
Added new Jest test case for usecase A[text].class
2019-07-23 06:45:35 -07:00
ashishjain0512
2e0843c226
Added Jest test case for 'should be possible to apply a class to a vertex directly' use-case
2019-07-23 06:41:45 -07:00
ashishjain0512
b312901705
Updated JISON for flow diagram to allow . class in vertex declaration
2019-07-23 06:37:28 -07:00
knsv
cf686c445c
Standard fixes
2019-07-22 05:23:03 -07:00
Knut Sveidqvist
c818dbb5a0
Setting default securityLevel to strict, updated docs in mermaidAPI
2019-07-14 06:07:27 -07:00
Knut Sveidqvist
31576f8f55
#847 Removing </> in text
2019-07-13 22:50:53 -07:00
Knut Sveidqvist
4bb0da0ce6
Merge of pull request #741
2019-06-29 10:41:44 +02:00
Knut Sveidqvist
3e9e5acdab
Fix of merge conflicts
2019-06-29 10:33:44 +02:00
Knut Sveidqvist
40d10ea741
#457 Added grammar for double directional arrows
2019-06-28 12:10:16 +02:00
Knut Sveidqvist
231aaedec8
Update for double arrows - regular
2019-06-28 11:26:20 +02:00
Adam Wulf
03abeacea4
Added parallelograms.
2019-06-25 23:15:43 -05:00