Tyler Long
7b935823da
First working version of webpack
2017-04-15 10:28:37 +08:00
Tyler Long
ab398c64a8
Fix code style issues
2017-04-13 20:50:22 +08:00
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
Joshua Colvin
9b66b114cc
Add conditional to add 'fill:none' to styles array if fill not present
2017-01-07 12:54:49 -05:00
Knut Sveidqvist
046b4fdae4
Fix for issue #311 , mermaid will clear div used for rendering initially in the redner function.
2016-12-14 12:41:12 +01:00
Dave Glick
0187407cff
Uses an empty text node instead of a string for svg group labels
2016-12-09 15:47:26 -05:00
Charles Liu
5302ca38da
override normal flowchart arrowhead to allow css styling
2016-07-20 13:19:27 +08:00
Knut Sveidqvist
d8929db208
New release
2016-05-29 19:18:04 +02:00
Alan Hohn
00682160b6
add line interpolation to linkStyle in flowchart
2016-04-28 20:59:09 -04:00
knsv
2c90034d39
Fix for issue with rednering in IE as described in #303
2016-03-12 11:23:57 +01:00
knsv
8c8f5928f5
Changes to build environment for windows compatability
2015-12-26 10:59:44 +01:00
esther.machata
52fcd18e6a
gh-50 Allow styling of edge labels in css
2015-12-08 17:26:17 +01:00
knsv
989ff03e43
Set version to 0.5.6
...
Removed logging
One more iteration in handling of parser API
2015-11-22 18:10:38 +01:00
knsv
4eb38e4cfd
Fix for issues #239 and #257 .
2015-11-15 15:06:24 +01:00
Martin Zaloudek
5d7815c98a
flowRender.js - Fix fontAwesome icon insert
...
Missing ending tag </i> in fontAwesome icon inserting.
2015-11-04 15:46:31 +01:00
Tomasz Szczęśniak-Szlagowski
51d5c90c9f
Add build with new ellipse syntax
2015-10-26 23:03:07 +00:00
Tomasz Szczęśniak-Szlagowski
e4d25ed9cd
Add support for node(-ellipse shape-) in flow charts
2015-10-26 23:03:07 +00:00
Tomasz Szczęśniak-Szlagowski
30149df88e
Allow node ids with keywords as suffixes
...
I've extracted alpha and punctuation characters from the huge regex and
made multiple occurences of alpha characters be recognised as a single
ALPHA token.
This way everything should work just like before, with the
difference that alpha strings will swallow keywords, ie. `spend` is
`ALPHA`, while previously it would have been `ALPHA ALPHA end`.
2015-10-24 22:25:13 +01:00
Tomasz Szczęśniak-Szlagowski
841aea9d97
Add changes in generated files after jison update
2015-10-24 21:33:19 +01: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
2417741283
Merge remote-tracking branch 'origin/master'
...
# Conflicts:
# dist/mermaid.js
# dist/mermaid.min.js
# dist/mermaid.slim.js
# dist/mermaid.slim.min.js
# dist/mermaidAPI.js
# dist/mermaidAPI.slim.js
# dist/mermaidAPI.slim.min.js
# package.json
2015-10-15 07:21:30 +02:00
Tomasz Szczęśniak-Szlagowski
b87764ed94
Allow end
as a substring of vertex id
...
Jison adds \b (word boundary) to literal string patterns by default.
It does so, because it doesn't follow traditional match-longest
approach, but does match-first instead. Without including word
boundaries, it'd be hard to distinguish between a keyword and
identifier.
The pattern for `end` keyword is not a simple string literal - it
swallows trailing whitespace, so we have to add \b manually.
This partially fixes #184 - at least now `end` behaves the same as other
keywords: it can be used as a prefix and infix, but not as a suffix.
To solve this issue completely, ALPHA pattern would have to match
multiple letters, which is a much bigger change.
2015-10-15 00:31:18 +01:00
knsv
658ed3d790
Modernization of build environment. Less gulp, more npm. Eslint.
2015-10-12 07:37:02 +02:00
knsv
ed65e6df3b
Draft of font-awesome support as described in issue #49 .
2015-10-07 18:35:30 +02:00
knsv
a2b6bc5213
Added support for entity codes so that it for instance is possible to represent a " with #quot; and a heart with #9829 ; This differs from the regular html codes in that the leading & isreplaced with a dsh and for dec codes dropped. This as referenced in issue #219 .
2015-10-03 21:50:32 +02:00
knsv
8bc3bdd300
Added styling for mermaid tooltips
...
Adjustments of tooltip positioning for large documents
Documentation of tooltips
2015-10-03 16:30:50 +02:00
knsv
b3fa6378bd
Reenabled all tests.
...
Subgraph issue with ids written as title resolved.
2015-10-02 00:21:38 +02:00
knsv
e406fda9cd
Draft implementation of tooltips and hyperlinks as described in issue #34 . More tests and documentation to follow.
2015-10-02 00:18:47 +02:00
knsv
dc1a6ba8b5
Wit
2015-09-26 18:30:13 +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
3ec7c6d18b
Fix for being able to use the character v in node ids as described in issue #192
2015-07-23 15:33:26 +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
e5a701d04d
Fix for issue #175
2015-06-16 10:40:08 +02:00
knsv
342b83a010
Fix for issue #174
2015-06-14 14:46:01 +02:00
knsv
eb555f7da6
Deleted dead code and unused code
2015-06-14 09:51:42 +02:00
knsv
efb4e464b2
Fix for issue #170
2015-06-14 09:33:48 +02:00
knsv
08fa19bc83
Updated conf handling
...
Added initialize function
Moved genric configuration as clonseCssStyles till conf root
Added parse funtion to the mermaidAPI api
2015-06-07 09:21:19 +02:00
knsv
6864652b80
Initial fix for defect #162 .
2015-05-29 08:23:13 +02:00
knsv
b2e489b689
Fix for issue #161 concering nested subgraphs and correct labels for each subgraph.
2015-05-28 23:02:41 +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
05f3982632
Fix for defect #161 , nested subgraphs.
2015-05-15 12:11:36 +02:00
knsv
ae6bb57cf5
Added support for nested subgraphs in grammar, part 1 of issue #161
2015-05-09 19:05:47 +02:00
knsv
1fd94f9cf1
Remoed a console.log
2015-03-29 12:08:07 +02:00
knsv
c966aad496
Fix for subgraphs
2015-03-22 18:36:17 +01:00
knsv
0ed5a01756
Fix fir defect #141 regarding comment characters
2015-03-22 18:02:45 +01:00