3185 Commits

Author SHA1 Message Date
Knut Sveidqvist
2ec7ef8acd
Merge pull request #1829 from tenuki/patch-1
Fix issue in python sample source in Tutorials.md
2020-12-17 20:24:01 +01:00
Knut Sveidqvist
d4b1eefe70
Merge pull request #1831 from mupple/patch-1
Fix broken link to Tutorials in n00b-overview.md
2020-12-17 20:22:21 +01:00
Knut Sveidqvist
ddea5b57a5 Merge branch 'develop' of github.com:mermaid-js/mermaid into develop 2020-12-17 19:59:50 +01:00
Knut Sveidqvist
49fed04bd2 Merge branch 'mmorel-35-1681__click_function_arguments' into develop 2020-12-17 19:59:10 +01:00
Knut Sveidqvist
9c36b2bef7 Added e2e test for the new argument handling for flowcharts and graph 2020-12-17 19:58:25 +01:00
Knut Sveidqvist
7d394896e4
Merge pull request #1825 from mermaid-js/dependabot/npm_and_yarn/ini-1.3.7
Bump ini from 1.3.5 to 1.3.7
2020-12-17 18:59:52 +01:00
mupple
5a0122cec5
Fix broken link to Tutorials in n00b-overview.md 2020-12-16 10:50:07 +11:00
david weil
bdb2afb1dc
Fix issue in python sample source in Tutorials.md
Updated python sample source in Tutorials to make it work. Before this change problem was:

```
C:\Users\user>python mermaid.py
Traceback (most recent call last):
  File "mermaid.py", line 3, in <module>
    graphbytes = graph.encode("ascii")
NameError: name 'graph' is not defined
```
2020-12-13 19:10:06 -03:00
dependabot[bot]
b0c5c24d06
Bump ini from 1.3.5 to 1.3.7
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-11 03:14:23 +00:00
Matthieu MOREL
63b404be9f wrong index 2020-12-10 09:46:22 +01:00
Matthieu MOREL
aaf031f501 Remove space 2020-12-10 09:44:45 +01:00
Matthieu MOREL
85c8b2fdc3 support old syntax 2020-12-10 09:37:00 +01:00
Matthieu MOREL
b97e71e83e Support old and new syntax 2020-12-10 09:35:46 +01:00
Knut Sveidqvist
7cc2daa696
Merge pull request #1801 from NitinLodha2812/patch-1
Update README.md
2020-12-09 19:55:35 +01:00
Knut Sveidqvist
46aff7aabf
Merge pull request #1818 from NateChurch/patch-1
Typo in Readme.md
2020-12-09 19:18:25 +01:00
NateChurch
65a4e664e5
Typo in Readme.md
Just fixed a typo.
2020-12-09 10:41:55 -06:00
Matthieu MOREL
62768cd617 Wording : node instead of task 2020-12-08 09:56:44 +01:00
Matthieu MOREL
5cb04828d2 missing brackets for callback functions in documentation 2020-12-06 21:33:53 +01:00
Matthieu MOREL
2d100197c8 rollback changes on class Diagram 2020-12-06 15:23:05 +01:00
Matthieu MOREL
4debc2dffb partial rollback on config factorization 2020-12-06 14:58:22 +01:00
Matthieu MOREL
b1bb2dce16 config factorization 2020-12-06 14:44:40 +01:00
Matthieu MOREL
1940b63237 Call setTooltip only when you need it 2020-12-06 14:37:12 +01:00
Matthieu MOREL
5ca629ec90 parenthesis are mandatory 2020-12-06 14:14:04 +01:00
Matthieu MOREL
e7852ea54e update diagrams and syntax and examples
add test for multiple arguments
2020-12-06 14:04:46 +01:00
Matthieu MOREL
40cf4dfee4 missing keywords 2020-12-06 13:49:42 +01:00
Matthieu MOREL
1a2c1252f0 update doc and integration tests 2020-12-06 13:43:42 +01:00
Matthieu MOREL
95ee87f771 add keywords href and call for urls and functions 2020-12-06 13:23:17 +01:00
Matthieu MOREL
84697eb9b0 6th rank instead of 7 2020-12-06 13:09:11 +01:00
Matthieu MOREL
884f6b3571 callback with tooltip without arguments 2020-12-06 13:02:24 +01:00
Matthieu MOREL
aa9ecde7c8 prefix with href 2020-12-06 12:53:46 +01:00
Matthieu MOREL
1ead98b999 click event or link 2020-12-06 12:51:19 +01:00
Matthieu MOREL
2a14039733 exepect ids as first parameter 2020-12-06 11:12:14 +01:00
Matthieu MOREL
568962dadf interaction test update 2020-12-06 11:03:24 +01:00
Matthieu MOREL
7126d215b0 format 2020-12-06 10:45:13 +01:00
Matthieu MOREL
027342bba0 missing closing bracket 2020-12-06 10:38:26 +01:00
Matthieu MOREL
7b953ffefb Arguments handling for flow chart functions 2020-12-06 10:27:54 +01:00
Knut Sveidqvist
d8e57d1c01 Merge branch 'master' into develop 2020-12-05 15:05:06 +01:00
Knut Sveidqvist
56f3f49f15 Merge remote-tracking branch 'origin/master' 2020-12-05 14:56:35 +01:00
Knut Sveidqvist
f8a45e4963 Merge branch 'release/8.8.4' 2020-12-05 14:51:21 +01:00
Knut Sveidqvist
740a86609f Mermaid version 8.8.4 2020-12-05 14:47:45 +01:00
Knut Sveidqvist
d6b2bcf0d2 v8.8.4 v8.8.4 2020-12-05 14:43:29 +01:00
Knut Sveidqvist
c3209e7738
Removed a 2020-12-03 18:25:46 +01:00
Knut Sveidqvist
3b55a19119
Merge pull request #1805 from BastianZim/patch-1
Update copyright years
2020-12-03 18:24:12 +01:00
Bastian Zimmermann
8ed7d22010
Updated copyright years
Changed 2018 - 2020
2020-12-02 16:49:09 +01:00
Nitin Lodha
6542134e04
Update README.md 2020-12-01 09:38:07 +05:30
Knut Sveidqvist
96ac13cdac Merge branch 'master' into develop 2020-11-26 19:25:57 +01:00
Knut Sveidqvist
d409006a44 Merge remote-tracking branch 'origin/develop' into develop 2020-11-26 19:22:26 +01:00
Ashish Jain
ec418f98c0 #1791 Update docs for Python integration with Mermaid 2020-11-26 19:18:12 +01:00
Knut Sveidqvist
2e7452f067 Lint fix 2020-11-26 19:15:45 +01:00
Ashish Jain
ddc31870bf
Merge pull request #1786 from JiChao99/patch-1
remove classDiagram duplicate options
2020-11-26 19:10:22 +01:00