Knut Sveidqvist
1c0b167c95
Merge branch 'develop' of https://github.com/designsforhealth/mermaid into designsforhealth-develop
2020-12-17 20:44:23 +01:00
Ashish Jain
36589ad832
Merge branch 'develop' of https://github.com/knsv/mermaid into develop
2020-12-17 20:33:45 +01:00
Ashish Jain
032d8781dc
Updated the click_security_loose test case for classDiagram and classDiagram-v2 for new callback function arg
2020-12-17 20:26:12 +01:00
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
Johnny Walker
0fe1fb76d1
test: add tests for sequence diagram text wrap updates
2020-12-12 02:01:40 -05:00
Johnny Walker
2a5b029ecc
Merge branch 'bug/fix_note_overflow' into develop
2020-12-11 21:28:41 -05:00
Johnny Walker
8ed7d12a08
build: update dist files
2020-12-11 20:43:24 -05:00
Johnny Walker
469a726285
fix: calculate text dimensions after wrapping message text
2020-12-11 20:43:12 -05:00
Johnny Walker
0103da13f0
fix: do not alter line breaks when drawing text
2020-12-11 20:43:12 -05:00
Johnny Walker
c3ce525c6c
fix: exclude text with line breaks when parsing wrap setting
2020-12-11 20:43:12 -05:00
Johnny Walker
939a96b314
feat: add text wrapping examples to dev sequence diagram
2020-12-11 20:43:12 -05: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