Commit Graph

3422 Commits

Author SHA1 Message Date
Knut Sveidqvist b2f52baa99 Adding buy me a coffe button 2021-01-11 21:55:23 +01:00
Herb Caudill 081de6bed8
usage.md: fix case for `securityLevel` parameter 2021-01-11 13:47:49 +01:00
Jayen Ashar f47450846c
Fix for ER diagram docs.
issue in master but not develop
2021-01-11 18:44:32 +11:00
GDFaber 2026be325f
Merge pull request #1840 from coxy1989/patch-1
Update n00b-gettingStarted.md
2021-01-06 16:23:15 +01:00
Jamie Cox f6bc3cf998
Update n00b-gettingStarted.md 2020-12-23 19:59:22 +00:00
Knut Sveidqvist 5ec30ac35c Fix for ER diagram docs. 2020-12-23 10:34:50 +01:00
Knut Sveidqvist e08ae8ed4a Merge branch 'develop' of github.com:mermaid-js/mermaid into develop 2020-12-17 20:50:41 +01:00
Knut Sveidqvist fc67edb44d Merge branch 'designsforhealth-develop' into develop 2020-12-17 20:49:52 +01:00
Ashish Jain 3e042f63e6
Merge pull request #1822 from ileler/develop
Fix for when the br tag is used
2020-12-17 20:49:26 +01:00
Knut Sveidqvist aac78cef0a Updated build 2020-12-17 20:46:55 +01:00
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 f435152c88
Merge pull request #1812 from mmorel-35/1681_classDb_click_function_arguments
Arguments handling for classDb functions 2/2
2020-12-17 20:42:24 +01:00
Ashish Jain 4da5df9c9b
Merge pull request #1823 from Yash-Singh1/patch-1
Removed 0% on pie chart
2020-12-17 20:39:48 +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
ileler 8aa030539b fix e2e error 2020-12-12 09:52:39 +08: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
Yash Singh 2b61d131dc
Removed 0% on pie chart 2020-12-10 08:53:04 -08:00
Matthieu MOREL e7db2a63b9 improve test coverage 2020-12-10 12:31:22 +01:00
Matthieu MOREL d5d78a1018 remove space 2020-12-10 11:10:05 +01:00
Matthieu MOREL fc3c05692f link or click must both work 2020-12-10 10:59:34 +01:00
Matthieu MOREL 1fdd037132 test link target 2020-12-10 10:57:58 +01: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
ileler a855f4bc67 Fix for when the br tag is used 2020-12-10 16:42:37 +08: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
Matthieu MOREL 44a744752f remove useless whitespace 2020-12-10 09:01:09 +01:00
Matthieu MOREL 02fec31c92 fix indentation 2020-12-10 08:57:23 +01:00
Matthieu MOREL 93f15a507b Handle old and new syntax 2020-12-10 08:50:16 +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 f03efefac5 Wording : node instead of task in Class Diagram 2020-12-08 08:44:55 +01:00