Commit Graph

2929 Commits

Author SHA1 Message Date
Neil Cuzon f6954c898d
Update README.md 2020-10-01 18:53:48 -07:00
Neil Cuzon f1cea37814
Update README.md 2020-10-01 18:53:30 -07:00
Knut Sveidqvist 4d9d315f10
Merge pull request #1699 from ct-martin/docs/readme-osawards
Update link to Open Source Awards
2020-09-30 18:26:47 +02:00
Christian Martin eb3ddbcca7 Update link to Open Source Awards 2020-09-24 14:38:37 -07:00
Knut Sveidqvist f0a8eaa5be
Merge pull request #1697 from mermaid-js/1676_click_support_v2
Adds support for custom cssClasses for classDiagram-v2. Also, improved test cases for classDiagram.
2020-09-23 20:41:52 +02:00
Ashish Jain 93bf8d7414 #1696 Fix for custom cssClass test cases for classDiagram 2020-09-23 20:16:06 +02:00
Knut Sveidqvist 2cbb2d7b6a
Merge pull request #1695 from mermaid-js/1694_style_flowchart
#1694 Applying styles from the graph definition for flowcharts
2020-09-23 20:11:39 +02:00
Knut Sveidqvist ce23316008 #1694 Applying styles from the graph definition for flowcharts 2020-09-23 19:51:16 +02:00
Ashish Jain c04dac65ac #1693 Added support for custom cssClass and styling to classDiagram-v2 2020-09-23 19:27:09 +02:00
Neil Cuzon abba5a5d75
Update newDiagram.md 2020-09-20 07:06:57 -07:00
Neil Cuzon 98b556cb1a
Update development.md 2020-09-20 06:25:57 -07:00
Neil Cuzon 488afd64d7
Create newDiagram.md 2020-09-20 06:09:37 -07:00
Neil Cuzon e2a7e60dad
Update _sidebar.md 2020-09-20 06:08:19 -07:00
Knut Sveidqvist c17778ba47
Merge pull request #1686 from irqbank/develop
Remove console messages
2020-09-20 14:31:31 +02:00
Knut Sveidqvist 753ba194fd
Merge pull request #1685 from mermaid-js/1676_click_support_v2
1676 click support v2
2020-09-20 14:28:31 +02:00
Knut Sveidqvist f856782528 #1657Fix for broken test 2020-09-20 12:31:39 +02:00
Knut Sveidqvist c9ff70b3cc #1657 Handling class definitions for flowchart beta 2020-09-20 12:14:04 +02:00
Neil Cuzon 6311abec2d
Merge pull request #1684 from DavidWittman/docs-noob-syntax-typo
Fix typo in n00b-syntaxReference.md
2020-09-19 07:15:26 -07:00
root 1461d535d4 Remove console messages 2020-09-19 00:52:45 -04:00
David Wittman 77d57b865d
Fix typo in n00b-syntaxReference.md 2020-09-17 15:38:44 -05:00
Ashish Jain 57a208d271 Fix for broken Flowchart test cases 2020-09-16 22:02:11 +02:00
Ashish Jain a26c9fca1e #1676 Fix for additonal usecases for flowchart 2020-09-16 21:53:17 +02:00
Knut Sveidqvist c679d18888 #1676 Fix for broken tests 2020-09-16 20:33:04 +02:00
Knut Sveidqvist 2a6372cabe #1676 Handling vertices starting with a number 2020-09-16 20:09:02 +02:00
Ashish Jain 22c710ed99 #1676 Fix for broken test cases 2020-09-16 18:59:53 +02:00
Knut Sveidqvist a14ff7820e #1676 Fix for tests 2020-09-12 13:40:25 +02:00
Knut Sveidqvist a446b3c600 #1676 Lint fix 2020-09-12 13:35:11 +02:00
Knut Sveidqvist c8c4554299 #1676 Adding click support and tooltip support for flowchart 2020-09-12 10:56:23 +02:00
Knut Sveidqvist 6360ed52b2 #1676 lint fix 2020-09-10 21:00:25 +02:00
Knut Sveidqvist 9d8c867de8 #1676 Adding click support to the new rendering engine and classDiagram-v2 2020-09-10 20:58:16 +02:00
Knut Sveidqvist 571b8bbd88
Merge pull request #1672 from mermaid-js/1542_take_two
1542 take two
2020-09-09 19:11:42 +02:00
Knut Sveidqvist b795950892 #1636 Manual update due to conflicts 2020-09-09 18:56:40 +02:00
Ashish Jain 28c01f6476 Merge branch 'develop' of https://github.com/knsv/mermaid into 1542_take_two 2020-09-09 18:43:53 +02:00
Knut Sveidqvist 117988d26d
Merge pull request #1664 from saowang/develop
Fixed broken links and syntax in the document
2020-09-09 18:39:18 +02:00
Knut Sveidqvist 137770dc61
Merge pull request #1668 from mermaid-js/dependabot/npm_and_yarn/http-proxy-1.18.1
Bump http-proxy from 1.18.0 to 1.18.1
2020-09-09 18:37:48 +02:00
Ashish Jain 5d57237c3b
Merge pull request #1662 from mermaid-js/1660_subgraph_issues
Improved handling of nested subgraphs
2020-09-09 18:37:28 +02:00
dependabot[bot] 9635ef5f16
Bump http-proxy from 1.18.0 to 1.18.1
Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.18.0 to 1.18.1.
- [Release notes](https://github.com/http-party/node-http-proxy/releases)
- [Changelog](https://github.com/http-party/node-http-proxy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/http-party/node-http-proxy/compare/1.18.0...1.18.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-09 04:19:44 +00:00
Ashish Jain c95b9ffc43 Fix for legacy class Diagram title for class bold styling 2020-09-07 13:33:08 +02:00
saowang 5336e98e18
Update mermaidAPI.js 2020-09-07 14:50:33 +08:00
saowang 1f4be42b3f Fixed broken links and syntax in the document 2020-09-07 14:02:09 +08:00
Neil Cuzon 6a1c88204a
Adding a reference to mermaid.min.js
Forces Docs to adopt new syntax modifications, allowing graphs made in the newer syntax to be parsed and rendered in GitHub Pages.
2020-09-06 18:16:03 -07:00
Knut Sveidqvist 4f8e242dac 2020-09-06 22:34:13 +02:00
Knut Sveidqvist 2ca8bcad5c
Merge pull request #1659 from mermaid-js/1602_order_neste_subgraphs
#1602 Update of handling of nested subgraphs
2020-09-02 21:10:03 +02:00
Knut Sveidqvist 9106c6ad52 #1602 Update of handling of nested subgraphs 2020-09-02 20:34:24 +02:00
Knut Sveidqvist 2a4344ace3
Merge pull request #1642 from Mogztter/issue/1490-svg-height-width
resolves #1490 consistent SVG height and width between diagrams
2020-09-02 18:11:51 +02:00
Knut Sveidqvist a82c53dd2e Not moving the label away from assigned position 2020-08-29 16:11:42 +02:00
GDFaber 1ac3611e6e
Merge pull request #1653 from khink/speling
Fix spelling: it's -> its
2020-08-28 09:56:05 +02:00
Kees Hink c62f3c2898 Fix spelling: it's -> its
If you mean "the ... that it has", use its. If you mean "it is", use it's.
2020-08-28 09:31:09 +02:00
Ashish Jain b244118fd9 Fix for class title label css 2020-08-27 20:43:37 +02:00
Ashish Jain 7164eaa8b1 Allow Generics support for Class Title definition 2020-08-27 20:14:26 +02:00