Tyler Long
|
a2ce9e6a54
|
Fix code style issues
|
2017-04-13 20:16:38 +08:00 |
|
Tyler Long
|
620f3e8734
|
Auto fix standard style voilations
|
2017-04-11 22:14:25 +08:00 |
|
Knut Sveidqvist
|
c7c077c21c
|
Fix for issue #501
Added heko request to readme
|
2017-04-01 13:51:03 +02:00 |
|
Minoru Nakata
|
38c5e65c35
|
add par statement to sequenceDiagram
|
2017-03-30 18:28:44 +09:00 |
|
whyzdev
|
5d99e9c0b8
|
changed tspan as default of sequence actor text placement
|
2016-12-13 21:07:32 -05:00 |
|
whyzdev
|
1424ff7d22
|
fix karma tests where text.textwrap is undefined; added textPlacement parameters to some test cases
|
2016-12-07 21:46:58 -05:00 |
|
whyzdev
|
b96ae68aee
|
added byTspan in _drawText candidate function, which uses d3textwrap and align middle vertically by setting text.y
|
2016-12-07 20:26:22 -05:00 |
|
whyzdev
|
1e41cea107
|
use foreignObject/div to place actor label in sequence diagram, enabled by config.textPlacement:fo
|
2016-12-01 01:00:53 -05:00 |
|
Josh Bronson
|
2acaef67b1
|
Support title in parser, add to renderer, with naive positioning logic
|
2016-03-14 17:51:03 -04:00 |
|
Szymon Stasik
|
68b65ba5d4
|
adjust activation after message to self
|
2016-03-12 19:40:45 +01:00 |
|
Szymon Stasik
|
c3f840126c
|
fix loop/block bounds with activations through them
|
2016-03-12 19:33:35 +01:00 |
|
Szymon Stasik
|
0435509952
|
fix message to self with activation
|
2016-03-12 18:39:49 +01:00 |
|
Szymon Stasik
|
3f85391bde
|
better align activation box start
|
2016-03-12 15:50:11 +01:00 |
|
Szymon Stasik
|
499a2582e6
|
fix deactivating proper actor from activation stack
|
2016-03-12 13:58:22 +01:00 |
|
Szymon Stasik
|
614e9f4b87
|
draw activation boxes
|
2016-03-11 16:44:45 +01:00 |
|
Szymon Stasik
|
2452532557
|
draft of activation boxes handling
|
2016-03-08 10:40:52 +01:00 |
|
knsv
|
51858c02eb
|
Fix for issues #249. Adding configuration option for when to use absolute references for arrow heads. Default is off.
Jasmine tests running in browser via karma.
|
2015-11-21 11:51:15 +01:00 |
|
knsv
|
4eb38e4cfd
|
Fix for issues #239 and #257.
|
2015-11-15 15:06:24 +01:00 |
|
Richard Gibson
|
26ebbf82ee
|
Support sequenceDiagram "over" notes
|
2015-11-06 03:00:02 -05:00 |
|
Tyler Long
|
9ff2b35ae0
|
Fix a typo: crosshead --> arrowhead
Fix https://github.com/knsv/mermaid/issues/227
|
2015-10-21 18:07:51 +08:00 |
|
knsv
|
b43e695da2
|
Fix for issue #204, added width option to the CLI. Default value for width is 1200.
Added logger using es6 syntax
|
2015-10-19 21:36:55 +02:00 |
|
knsv
|
315923d1d3
|
Modernization of build environment, better linting, adjustment after stricter static rules, cleanup of package.json
|
2015-10-17 12:46:36 +02:00 |
|
knsv
|
8365fcc2f9
|
Modernization, better linting, adjustment after stricter static rules
|
2015-10-17 10:38:05 +02:00 |
|
knsv
|
658ed3d790
|
Modernization of build environment. Less gulp, more npm. Eslint.
|
2015-10-12 07:37:02 +02:00 |
|
knsv
|
fb94aaaa6f
|
Fix for issue #209, missing links when baste tag is used
Fix for issue #195, text wrap in sequence diagrams drops last word
Documentation
|
2015-09-26 12:09:47 +02:00 |
|
knsv
|
fcb2af780d
|
Added callback to be called after each diagram is rendered as described in issue #176
|
2015-07-15 11:39:46 +02:00 |
|
knsv
|
a8c8f9a472
|
Set height of actor line height in sequenceDiagrams as discussed in issue #181
|
2015-07-04 10:00:14 +02:00 |
|
knsv
|
6f96b5dd14
|
Added logger for dealing with issue #179
Added markdown files for the documentation.
parseError exposed from the mermaidAPI
|
2015-06-30 14:23:32 +02:00 |
|
knsv
|
50219cf2d9
|
Fix for issues with generating diagrams using the cli: default style for clusters and fixes for autoscaling side effects
|
2015-06-21 17:25:58 +02:00 |
|
knsv
|
4ed345101a
|
Fix for issue #178, auto-line wrap of notes in sequence diagrams
|
2015-06-20 20:58:58 +02:00 |
|
knsv
|
e5a701d04d
|
Fix for issue #175
|
2015-06-16 10:40:08 +02:00 |
|
knsv
|
b4a96c9b21
|
Render function as mentioned in issue #146, only works in browser context
Updated build scripts
New way for bundling content in dist, tobe tested, currently to be considered beta
|
2015-05-26 20:41:53 +02:00 |
|
knsv
|
a38a156d3b
|
Mirror actors below sequence diagram possible as described in issue #106
|
2015-01-25 14:24:58 +01:00 |
|
knsv
|
d3d44ec806
|
Api for validating the syntax without rendering
|
2015-01-25 13:06:25 +01:00 |
|
knsv
|
6612b3e01e
|
Fix relatwed to issue number #54 - % in text
|
2015-01-24 19:33:10 +01:00 |
|
Mark Dalgleish
|
50d285bc49
|
Require d3 directly to better support Node usage
|
2015-01-20 16:59:58 +11:00 |
|
knsv
|
7741f49ed8
|
Move of drawLoop to svgDraw
|
2015-01-05 15:06:01 +01:00 |
|
knsv
|
786d9ddb54
|
Move of drawLoop to svgDraw
|
2015-01-05 14:41:00 +01:00 |
|
knsv
|
03a711d82d
|
Cleanup of code
|
2015-01-05 14:12:49 +01:00 |
|
knsv
|
758a9d7254
|
Cleanup of code
|
2015-01-05 13:41:32 +01:00 |
|
knsv
|
343bd52c17
|
Support for alt & opt statements.
|
2015-01-05 13:25:37 +01:00 |
|
knsv
|
f9943b6b82
|
Support for different arrow types in sequence diagrams: no arrow head, cross head and regular arrow head.
|
2015-01-04 17:56:58 +01:00 |
|
knsv
|
9a8d7a8c57
|
Handling of min size of messages to self
|
2014-12-22 13:47:21 +01:00 |
|
knsv
|
0af92a1626
|
Support messages to self in sequence diagrams
|
2014-12-22 09:07:28 +01:00 |
|
knsv
|
5fc873468d
|
Styling of sequence diagrams from css classes
|
2014-12-21 20:59:11 +01:00 |
|
knsv
|
9458bfb24f
|
Sequence diagram loop margins
Handling of arrows to the left in loops in sequence diagrams
Addition of labels
|
2014-12-20 18:41:20 +01:00 |
|
knsv
|
7bb75c16da
|
Work with loop rendering for sequence diagrams
|
2014-12-20 09:19:56 +01:00 |
|
knsv
|
69c84df367
|
Box rendering
|
2014-12-20 09:18:12 +01:00 |
|
knsv
|
000ffbb622
|
Modifications of sequence diagram rendering + tests
|
2014-12-20 08:40:48 +01:00 |
|
knsv
|
53d5221aed
|
Minor changes
|
2014-12-18 23:47:30 +01:00 |
|