Tyler Long
2e0bfaeb74
Replace var with const
2017-09-14 20:27:52 +08:00
Tyler Long
d31e03d04e
Replace 'var ' with 'const '
2017-09-14 20:17:27 +08:00
Tyler Long
75d9e7bc59
webpack fs: 'empty'
2017-09-11 23:06:34 +08:00
Tyler Long
c5a7eeaa0f
Remove 'fs' as dependency
2017-09-10 23:16:35 +08:00
Tyler Long
4fc082b526
Add export default to diagram files
2017-09-10 22:03:10 +08:00
Tyler Long
2a0bc3b2e8
Add export default to *Db.js
2017-09-10 21:51:48 +08:00
Tyler Long
a7d79baf00
Replace require with import
2017-09-10 21:23:04 +08:00
Tyler Long
c9442653e9
Replace require with import
2017-09-10 19:41:34 +08:00
Tyler Long
bdf9b33b10
Remove parseError properties
2017-09-10 10:19:15 +08:00
Tyler Long
5da8c26cb6
Replace exports. with module.exports
2017-09-09 17:08:52 +08:00
Tyler Long
801d1e9eda
jison 'token-stack': true
2017-09-03 12:06:40 +08:00
Tyler Long
15977695cd
Re-run jison
2017-09-03 11:57:36 +08:00
Tyler Long
e2b4fd4b20
New documentation website: https://mermaidjs.github.io/
2017-08-16 22:02:28 +08:00
Tyler Long
a4d06742c3
Remove jshint because we are using standard style based on ESLint
2017-04-21 11:21:42 +08:00
Tyler Long
5d68359eb6
First working version of babel
2017-04-17 22:34:25 +08:00
Tyler Long
5624453c87
Refactor code
2017-04-16 23:48:36 +08:00
Tyler Long
52d03f3ce3
Remove useless file
2017-04-16 16:00:38 +08:00
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