Knut Sveidqvist
e78ac9b92a
Updated version
2022-11-01 15:27:20 +01:00
Knut Sveidqvist
d4c19ffa59
Merge branch 'release/9.2.0' of github.com:mermaid-js/mermaid into release/9.2.0
2022-10-28 09:34:36 +02:00
Knut Sveidqvist
120940f9f4
Merge pull request #3731 from aloisklink/fix/load-lazy-loaded-diagrams-in-initThrowsErrors
...
[9.2.0] Support `lazyLoadedDiagrams` when calling `initThrowsErrorsAsync`
2022-10-28 09:33:58 +02:00
Alois Klink
48b1f489fc
fix(mermaid): error if lazyLoadedDiagrams fails
...
Throws and logs a warning if lazyLoadedDiagrams fails to load properly.
Rendering is still performed, even on a lazyLoadedDiagrams failure.
2022-10-27 17:48:21 +01:00
Alois Klink
e62dd255bc
feat: expose initThrowsErrorsAsync publicly
...
Expose the function `initThrowsErrorsAsync()` publicly
as `mermaid.initThrowsErrorsAsync()`.
It has the TSDoc `@alpha` and `@deprecated` tags, so people should
be warned that it might be modified in Mermaid v10 or earlier.
Needed for `mermaid-cli` to handle `lazyLoadedDiagrams`.
2022-10-27 17:48:12 +01:00
Alois Klink
13110c4ed9
docs(mermaid): document initThrowsErrorsAsync
...
Add some basic tsdoc for initThrowsErrorsAsync.
2022-10-27 17:02:50 +01:00
Alois Klink
327fcbf902
fix: lazy load diagrams in initThrowsErrorsAsync
...
Previously, calling initThrowsErrorsAsync would not
load any of the lazyLoadedDiagrams entries.
Adaptated from reverted commit 4601c90904
2022-10-27 16:50:57 +01:00
Alois Klink
81924f72c8
Revert "Merge branch 'release_9.2.0_buggfixes'"
...
This reverts commit 1a0309fb87
, reversing
changes made to 56a8068a7f
.
This is because the PR https://github.com/mermaid-js/mermaid/pull/3702
worked fine on the `develop` and `release_9.2.0_buggfixes` branches,
but had a bunch of git merge conflicts on the `release/9.2.0` branch.
2022-10-27 16:43:09 +01:00
Knut Sveidqvist
1a0309fb87
Merge branch 'release_9.2.0_buggfixes'
...
Conflicts:
packages/mermaid/src/mermaid.ts
2022-10-24 10:28:27 +02:00
Knut Sveidqvist
e793aae0ec
Merge pull request #3702 from aloisklink/fix/initThrowErrors-support-lazyLoadedDiagrams
...
Support `lazyLoadedDiagrams` when calling `initThrowsErrors`
2022-10-24 08:28:50 +02:00
Alois Klink
3a2669e634
fix(mermaid): error if lazyLoadedDiagrams fails
...
Throw an error if lazyLoadedDiagrams fails to load properly.
Rendering is still performed, even on a lazyLoadedDiagrams failure.
2022-10-23 13:19:40 +01:00
Alois Klink
895a5eb78a
docs(mermaid): document initThrowsErrors
...
Add some basic tsdoc for initThrowsErrors
2022-10-23 13:19:33 +01:00
Alois Klink
4601c90904
fix: load lazyLoadedDiagrams in initThrowsErrors
...
Previously, calling initThrowsErrors would not
load any of the lazyLoadedDiagrams entries.
2022-10-23 13:19:26 +01:00
Knut Sveidqvist
8ad8d39fe4
Versions for latest rcs
2022-10-20 12:57:29 +02:00
Sidharth Vinod
56a8068a7f
fix: Error handling
2022-10-19 20:30:07 +05:30
Sidharth Vinod
d17aa6ecdd
Merge branch 'release_9.2.0_buggfixes' into release/9.2.0
...
* release_9.2.0_buggfixes:
fix: Add default arg to options
fix: Build types
chore: Update creation date
fix: getElementById type issue.
2022-10-19 19:21:19 +05:30
Knut Sveidqvist
6f27363862
Merge pull request #3683 from mermaid-js/sidv/TSMindmap
...
fix: Converts mindmapDB to TS
2022-10-19 15:47:08 +02:00
Sidharth Vinod
5192608f7c
Merge branch 'release_9.2.0_buggfixes' into sidv/TSMindmap
...
* release_9.2.0_buggfixes:
fix: Add default arg to options
2022-10-19 19:13:46 +05:30
Sidharth Vinod
77f5e0d5f3
fix: Add default arg to options
2022-10-19 19:13:05 +05:30
Sidharth Vinod
4c311ea4b1
fix: TS errors
2022-10-19 19:03:29 +05:30
Sidharth Vinod
bbb3712284
Merge branch 'release_9.2.0_buggfixes' into sidv/TSMindmap
...
* release_9.2.0_buggfixes:
Color fix for default nodes in mindmap, line uses inv color
2022-10-19 18:42:13 +05:30
Knut Sveidqvist
1388e201e5
Adding queue for async calls in mermaidts and fixing icon color
2022-10-19 14:30:36 +02:00
Sidharth Vinod
125312c114
chore: Add CORS to vite dev
2022-10-19 12:48:09 +02:00
Knut Sveidqvist
ea314cd24a
Setting version to rc7
2022-10-19 08:01:21 +02:00
Knut Sveidqvist
8230c8f8b4
Merge remote-tracking branch 'origin/release/9.2.0' into release/9.2.0
2022-10-19 07:52:14 +02:00
Knut Sveidqvist
d115fbc6da
Merge branch 'release_9.2.0_buggfixes' into release/9.2.0
2022-10-19 07:52:05 +02:00
Knut Sveidqvist
2ae8bf2987
Color fix for default nodes in mindmap, line uses inv color
2022-10-18 16:04:14 +02:00
Knut Sveidqvist
e86d7894f5
#3680 Add font familiy in a way that does remove other configuration
2022-10-17 10:51:41 +02:00
Knut Sveidqvist
752a6b2cb0
#3687 Separating the render specific data from the data related to parsing
2022-10-17 10:46:46 +02:00
Sidharth Vinod
97a842e651
fix: Build types
2022-10-17 11:45:19 +05:30
Sidharth Vinod
c83e29c6e3
chore: Update creation date
2022-10-16 10:11:19 +05:30
Sidharth Vinod
a4af3704ba
fix: getElementById type issue.
...
Converts mindmapDB to TS
2022-10-16 10:06:44 +05:30
Sidharth Vinod
775fb80c43
Merge branch 'release_9.2.0_buggfixes' into release/9.2.0
...
* release_9.2.0_buggfixes:
fix: Remove hardcoded numericLevel
fix: Diagram load issue
2022-10-15 21:38:34 +05:30
Sidharth Vinod
aec1d80966
fix: Remove hardcoded numericLevel
2022-10-15 21:33:09 +05:30
Sidharth Vinod
58a53c0fa8
fix: Diagram load issue
2022-10-15 00:30:02 +05:30
Sidharth Vinod
b486177ca7
fix: Diagram load issue
2022-10-15 00:28:21 +05:30
Knut Sveidqvist
957e64fe8a
Docs with lazy loading using rc bundles
2022-10-14 16:10:57 +02:00
Knut Sveidqvist
7881d1e457
Merge branch 'release_9.2.0_buggfixes' into release/9.2.0
2022-10-14 15:12:56 +02:00
Knut Sveidqvist
16be835c9b
Removing error thrown disrupting rendering
2022-10-14 15:12:22 +02:00
Knut Sveidqvist
59cf085af5
#448 Fix for root nodes without children
2022-10-14 15:11:29 +02:00
Knut Sveidqvist
fc8db95597
Release 9.20 fixes of docsify
2022-10-14 15:05:00 +02:00
Knut Sveidqvist
cc10e62ebd
Merge branch 'release_9.2.0_buggfixes' into release/9.2.0
2022-10-14 10:03:02 +02:00
Knut Sveidqvist
bed95c77a9
Some changes in the docs for mindmap
2022-10-14 10:01:32 +02:00
Knut Sveidqvist
d348f2847c
Merge branch 'release_9.2.0_buggfixes' into release/9.2.0
2022-10-12 11:54:22 +02:00
Knut Sveidqvist
4d46ea9801
#3192 Adding link type of the std docs
2022-10-12 11:53:02 +02:00
Knut Sveidqvist
eec97d10af
#3192 Adding the ability to create invisible links in flowcharts(v2)
2022-10-12 11:48:51 +02:00
Sidharth Vinod
ebef4a1416
chore: add auto-install-peers
to .npmrc
2022-10-12 12:02:08 +05:30
Sidharth Vinod
24605784f2
chore: Update lockfile
2022-10-12 12:01:54 +05:30
Sidharth Vinod
3240f8ae56
feat: loadExternalDiagramsAtStartup
2022-10-12 11:56:39 +05:30
Sidharth Vinod
50f44c5cb0
Merge branch 'release/9.2.0' of https://github.com/mermaid-js/mermaid into release/9.2.0
...
* 'release/9.2.0' of https://github.com/mermaid-js/mermaid :
#3252 Handling for trailing whitespaces in subgraph titles
2022-10-11 16:17:00 +05:30
Sidharth Vinod
cc2f4f779a
feat: Add initializeAsync
2022-10-11 16:16:54 +05:30
Knut Sveidqvist
00ce0fc034
Merge branch 'release_9.2.0_buggfixes' into release/9.2.0
2022-10-11 12:30:38 +02:00
Knut Sveidqvist
551b37f969
#3252 Handling for trailing whitespaces in subgraph titles
2022-10-11 12:29:39 +02:00
Knut Sveidqvist
bc5ef5fb7d
Fix for async issue in parse, adding parseAsync
2022-10-11 11:20:34 +02:00
Knut Sveidqvist
c20b8a0664
Merge pull request #3633 from mermaid-js/sidv/dirtyFixSync
...
fix: Dirty fix for sync render.
2022-10-11 09:04:43 +02:00
Sidharth Vinod
9660b0e9fb
docs: Fix initial install step
2022-10-11 11:48:52 +05:30
Sidharth Vinod
23e590e09b
Revert "fix(test): Rerender"
...
This reverts commit a017ffc3c9
.
2022-10-10 22:04:33 +08:00
Sidharth Vinod
60e4585e20
Revert "fix: use async in render-after-error"
...
This reverts commit d59f878020
.
2022-10-10 22:04:05 +08:00
Sidharth Vinod
ba436cc37a
fix: Tests
2022-10-10 21:57:22 +08:00
Sidharth Vinod
960ea450e9
fix: Dirty fix for sync render.
...
Should be reverted for v10
2022-10-10 21:50:59 +08:00
Sidharth Vinod
8ffa7e6334
docs: Update twitter link
2022-10-10 20:47:34 +08:00
Sidharth Vinod
2fb1876023
Merge pull request #3627 from mermaid-js/renovate/configure
...
Configure Renovate
2022-10-10 20:43:26 +08:00
Sidharth Vinod
f5692e742b
chore: renovate lint
2022-10-10 20:39:25 +08:00
Knut Sveidqvist
d7e7498fea
Merge pull request #3630 from mermaid-js/sidv/node18
...
chore: Node 18
2022-10-10 14:25:58 +02:00
Matthieu MOREL
8ea1a1a077
Update renovate.json
2022-10-10 14:22:04 +02:00
Knut Sveidqvist
7cd281eea8
Merge pull request #3628 from mermaid-js/sidv/volta
...
chore: Add volta
2022-10-10 14:18:53 +02:00
Sidharth Vinod
1570eb7b73
chore: Bump node to v18
2022-10-10 20:13:50 +08:00
Knut Sveidqvist
5060c9f390
Merge pull request #3596 from mermaid-js/sidv/fixImportDoc
...
docs: Add mermaid version to script URL
2022-10-10 14:11:34 +02:00
Sidharth Vinod
1fea43e125
chore: Set node v16
2022-10-10 20:10:23 +08:00
Sidharth Vinod
ef47cc5b6f
chore: Add volta
2022-10-10 20:07:59 +08:00
Knut Sveidqvist
e876c35ef9
Merge pull request #3591 from mermaid-js/sidv/fixDetectDiagram
...
fix Detect diagram fallback
2022-10-10 13:43:41 +02:00
renovate[bot]
800cb65706
chore(deps): add renovate.json
2022-10-10 11:27:41 +00:00
Sidharth Vinod
25ff005dd7
Merge pull request #3614 from Aniket1026/Aniket
...
Contribution.md updates
2022-10-10 14:15:15 +08:00
Aniket
72c266b242
Contrbution steps updated
2022-10-10 01:25:59 +05:30
Aniket
828f69f011
Link added for local setup
2022-10-09 20:54:51 +05:30
Aniket
ad4b079d63
contribution.md updated
2022-10-09 20:54:51 +05:30
Sidharth Vinod
5d4d7c5fbf
Merge pull request #3579 from aryandeelwal/docs_keywords_branch
...
docs:Improved keywords in index.html
2022-10-09 22:28:47 +08:00
Sidharth Vinod
238b15df9d
Merge branch 'sidv/noVar' into pr/aryandeelwal/3579
...
* sidv/noVar: (77 commits)
fix: Fix eslint warnings
docs: Fix docs path in Contributing.md
Fix file name during "dev" script
docs: Sync
capitalization fix
format Setup.md
format cSpell.json
format docs YAML
format cSpell.json
separate words & ignoreWords
fix: "skin param"
ignore the changelog
Revert "fix: "skin param""
fix: "skin param"
fix: "corresponding"
known terms
known terms
fix: "JetBrains"
known terms
known terms
...
2022-10-09 22:13:36 +08:00
Sidharth Vinod
6e2deb1fa7
fix: Fix eslint warnings
2022-10-09 22:08:32 +08:00
Sidharth Vinod
1255c0064b
docs: Fix docs path in Contributing.md
2022-10-09 21:12:14 +08:00
Sidharth Vinod
d2300d375b
Merge pull request #3608 from vallsv/patch-1
...
Fix file name during "pnpm run dev" script
2022-10-09 20:25:21 +08:00
Valentin Valls
235797a97c
Fix file name during "dev" script
2022-10-08 19:22:55 +02:00
Sidharth Vinod
508fbccdb4
docs: Add twitter
2022-10-08 19:20:06 +08:00
Sidharth Vinod
ad0cb7ff3c
Merge branch 'sidv/fixImportDoc' of https://github.com/mermaid-js/mermaid into sidv/fixImportDoc
...
* 'sidv/fixImportDoc' of https://github.com/mermaid-js/mermaid :
Update packages/mermaid/src/docs/n00b-gettingStarted.md
2022-10-08 19:15:08 +08:00
Sidharth Vinod
bc258793ac
docs: Add version to doc index.html
2022-10-08 19:15:01 +08:00
Sidharth Vinod
10d2e0a62f
Update packages/mermaid/src/docs/n00b-gettingStarted.md
...
Co-authored-by: Alois Klink <alois@aloisklink.com >
2022-10-08 19:13:53 +08:00
Sidharth Vinod
738abc8946
chore: Cleanup
2022-10-08 13:41:04 +08:00
Sidharth Vinod
de5ad8644e
fix: Optional detector
2022-10-08 13:38:40 +08:00
Sidharth Vinod
97b39bca95
fix: Remove connectDiagram
2022-10-08 13:22:06 +08:00
Sidharth Vinod
3698b30809
fix: Optimize diagram loading
2022-10-08 13:14:16 +08:00
Sidharth Vinod
069437842b
Merge branch 'develop' into sidv/fixDetectDiagram
...
* develop: (50 commits)
docs: Sync
capitalization fix
format Setup.md
format cSpell.json
format docs YAML
format cSpell.json
separate words & ignoreWords
fix: "skin param"
ignore the changelog
Revert "fix: "skin param""
fix: "skin param"
fix: "corresponding"
known terms
known terms
fix: "JetBrains"
known terms
known terms
fix: "stable"
known term
add known term
...
2022-10-08 12:35:40 +08:00
Sidharth Vinod
ee13c7666d
Merge pull request #3600 from SeanKilleen/docs-spellcheck
...
Automated docs spell-checking via GitHub Actions (and address all reported issues)
2022-10-08 12:29:48 +08:00
Sidharth Vinod
a23a7edd26
docs: Sync
2022-10-08 12:17:26 +08:00
Sean Killeen
e21da2ec7f
capitalization fix
2022-10-07 21:58:52 -04:00
Sean Killeen
2b40bc0a48
format Setup.md
2022-10-07 21:56:28 -04:00
Sean Killeen
7e1006db26
format cSpell.json
2022-10-07 21:54:40 -04:00
Sean Killeen
44f463c4f4
format docs YAML
2022-10-07 21:42:39 -04:00
Sidharth Vinod
6029bdeee9
Merge branch 'develop' into sidv/fixImportDoc
...
* develop:
Fix for broken test
fix: build npm-script
Fix for issue in classdiagram-v2 from the typescript updates
fix: build npm-script
chore: Cleanup
chore: cleanup
fix: dynamic import
fix: module import in pie chart demo
fix: use async in render-after-error
2022-10-08 09:41:11 +08:00
Sidharth Vinod
0261e7464a
docs: ESM import
2022-10-08 09:40:54 +08:00
Sean Killeen
a22158b2e2
format cSpell.json
2022-10-07 21:37:40 -04:00
Sean Killeen
8a3bd5bcb8
separate words & ignoreWords
2022-10-07 21:34:40 -04:00
Sean Killeen
514d12d48c
fix: "skin param"
2022-10-07 21:31:18 -04:00
Sean Killeen
01fac85cde
ignore the changelog
2022-10-07 21:31:00 -04:00
Sean Killeen
18283bc48f
Revert "fix: "skin param""
...
This reverts commit f31db315b8
.
2022-10-07 21:30:36 -04:00
Sean Killeen
f31db315b8
fix: "skin param"
2022-10-07 21:30:10 -04:00
Sidharth Vinod
8a2aea219e
docs: ESM import
2022-10-08 09:27:19 +08:00
Sean Killeen
034fe80411
fix: "corresponding"
2022-10-07 21:26:16 -04:00
Sean Killeen
6d9b695ada
known terms
2022-10-07 21:25:50 -04:00
Sean Killeen
9c1da3bca1
known terms
2022-10-07 21:25:20 -04:00
Sean Killeen
0e61395aa9
fix: "JetBrains"
2022-10-07 21:24:32 -04:00
Sean Killeen
8215c7d98e
known terms
2022-10-07 21:24:00 -04:00
Sean Killeen
ee45ab2e6c
known terms
2022-10-07 21:23:22 -04:00
Sean Killeen
b1f3e21d28
fix: "stable"
2022-10-07 21:21:32 -04:00
Sean Killeen
a4b0e6b87b
known term
2022-10-07 21:21:14 -04:00
Sean Killeen
9fe7152d98
add known term
2022-10-07 21:20:54 -04:00
Sean Killeen
0859f28a14
fix: "different"
2022-10-07 21:20:37 -04:00
Sean Killeen
56b9aab5ce
fix: "previous"
2022-10-07 21:20:28 -04:00
Sean Killeen
aacc40e525
add known term
2022-10-07 21:20:14 -04:00
Sean Killeen
b0ed5e9be2
turn npmjs.org into link
2022-10-07 21:19:33 -04:00
Sean Killeen
3777ccb305
more known terms
2022-10-07 21:19:26 -04:00
Sean Killeen
6b736f0bb0
add known term
2022-10-07 21:18:34 -04:00
Sean Killeen
2e72c0bf6e
add known term
2022-10-07 21:17:56 -04:00
Sean Killeen
a1757ba217
standardization: "sanitize"
2022-10-07 21:17:30 -04:00
Sean Killeen
5390c409d0
back-ticks for non-word terms
2022-10-07 21:17:11 -04:00
Sean Killeen
4f91c9a8de
add known terms
2022-10-07 21:16:59 -04:00
Sean Killeen
8cf4efc190
fix: "source control"
2022-10-07 21:15:50 -04:00
Sean Killeen
405df09e43
standardization: "behavior"
2022-10-07 21:15:32 -04:00
Sean Killeen
86adf96021
fix: boundaries
2022-10-07 21:13:37 -04:00
Sean Killeen
a0c3de568b
back-ticks for non-word terms
2022-10-07 21:13:07 -04:00
Sean Killeen
c10eb5af79
back-ticks for non-word terms
2022-10-07 21:12:25 -04:00
Sean Killeen
3c4acd2184
back-ticks for non-word terms
2022-10-07 21:11:39 -04:00
Sean Killeen
ab1573053e
add terms
2022-10-07 21:10:50 -04:00
Sean Killeen
c404f6fe34
add terms
2022-10-07 21:09:28 -04:00
Sean Killeen
d24256e1c2
add knsv to dictionary
2022-10-07 21:06:29 -04:00
Sean Killeen
e494e2dc56
Revert "Back-ticks around non-word term"
...
This reverts commit ab2e727db9
.
2022-10-07 21:06:11 -04:00
Sean Killeen
ab2e727db9
Back-ticks around non-word term
2022-10-07 21:06:02 -04:00
Sean Killeen
b9fcb66d28
Add known words
2022-10-07 21:05:50 -04:00
Sean Killeen
12e4819c49
Add cSpell config
2022-10-07 20:50:23 -04:00
Sean Killeen
0b54366705
Add GH Action
2022-10-07 20:50:20 -04:00
Knut Sveidqvist
c99fd2baa9
Merge pull request #3598 from mermaid-js/lazy-load-import
...
Lazy load import
2022-10-07 16:06:48 +02:00
Knut Sveidqvist
646f76d343
Fix for broken test
2022-10-07 14:36:25 +02:00
Sidharth Vinod
868cb529aa
Merge pull request #3595 from arpansaha13/develop
...
fix: pnpm clean in windows
2022-10-07 19:12:09 +08:00
lemontreejs
2d01548d02
fix: build npm-script
2022-10-07 16:03:32 +05:30
Knut Sveidqvist
047e15951a
Fix for issue in classdiagram-v2 from the typescript updates
2022-10-07 12:17:35 +02:00
Sidharth Vinod
6fb92f6f3c
fix: Restore conf.
2022-10-07 17:14:33 +08:00
Sidharth Vinod
f4a5b80eff
fix: Load all extraDiagrams
2022-10-07 16:57:28 +08:00
Knut Sveidqvist
802407c8ae
Merge remote-tracking branch 'origin/develop' into lazy-load-import
2022-10-07 10:46:16 +02:00
lemontreejs
74c7a8585d
fix: build npm-script
2022-10-07 14:14:28 +05:30
Knut Sveidqvist
439274c5ae
chore: Cleanup
2022-10-07 10:40:01 +02:00
Arpan Saha
8c1046169f
Merge branch 'mermaid-js:develop' into develop
2022-10-07 14:05:45 +05:30
Sidharth Vinod
2389f4a285
cleanup
2022-10-07 16:33:59 +08:00
Sidharth Vinod
24fb2337d7
cleanup
2022-10-07 16:30:44 +08:00
Sidharth Vinod
cc55a82b64
Merge branch 'develop' into sidv/fixDetectDiagram
...
* develop:
chore: cleanup
fix: dynamic import
fix: Filename in viewer.js
fix: pnpm not found
fix: Import diagram
Updated logic for diagram loading
WIP
2022-10-07 16:30:34 +08:00
Knut Sveidqvist
931120f73c
Merge pull request #3574 from mermaid-js/sidv/fixE2E
...
fix(tests): E2E
2022-10-07 10:25:55 +02:00
Sidharth Vinod
1f8fb56409
docs: Add badges
2022-10-07 16:01:33 +08:00
Sidharth Vinod
5865c890b5
docs: Add mermaid version to script URL
2022-10-07 15:52:32 +08:00
Sidharth Vinod
1fb671c561
Merge branch 'develop' into sidv/fixE2E
...
* develop:
fix: pnpm not found
2022-10-07 15:06:12 +08:00
Sidharth Vinod
acd9a8aefb
Merge branch 'lazy-load-import' into sidv/fixE2E
...
* lazy-load-import:
chore: cleanup
fix: dynamic import
fix: Filename in viewer.js
fix: Import diagram
Updated logic for diagram loading
WIP
2022-10-07 15:02:47 +08:00
Sidharth Vinod
66bc844cc9
chore: cleanup
2022-10-07 14:53:16 +08:00
Sidharth Vinod
3e3de72093
fix: dynamic import
2022-10-07 14:51:37 +08:00
lemontreejs
00053b8e97
fix: module import in pie chart demo
2022-10-07 11:56:01 +05:30
Knut Sveidqvist
883d0d5039
Merge pull request #3592 from mermaid-js/lazy-load-import
...
Lazy load import
2022-10-06 18:19:19 +02:00
Knut Sveidqvist
e49825b7a3
Merge pull request #3589 from mermaid-js/sidv/fixLazyLoad
...
fix: Import diagram
2022-10-06 18:16:42 +02:00
Sidharth Vinod
9f286b46ff
fix: Filename in viewer.js
2022-10-06 23:39:30 +08:00
Sidharth Vinod
803ea863fd
fix: pnpm not found
2022-10-06 22:58:54 +08:00
Sidharth Vinod
1615c6d9f9
fix #3391 : Remove flowchart as fallback for diagram detection.
2022-10-06 19:14:25 +08:00
Sidharth Vinod
d59f878020
fix: use async in render-after-error
2022-10-06 17:49:10 +08:00
Sidharth Vinod
646a96e5f0
Merge branch 'develop' into sidv/fixE2E
...
* develop:
chore: Format COC.
2022-10-06 17:44:54 +08:00
Sidharth Vinod
77a1aea7b9
chore: Format COC.
2022-10-06 17:44:35 +08:00
Sidharth Vinod
f3f4672816
Merge branch 'develop' into sidv/fixE2E
...
* develop:
Appended Contact Mail of Mermaid
Added sttributes to CODE OF CONDUCT
build(test): remove vitest from subpackages
test: remove `import {it} from "vitest"`
chore(docs): run `pnpm run docs:build`
CODE_OF_CONDUCT Uploaded
2022-10-06 17:34:51 +08:00
Sidharth Vinod
b68a38443c
Merge pull request #3587 from aloisklink/test/fix-unit-tests
...
Fix failing vitest unit tests
2022-10-06 17:33:57 +08:00
Sidharth Vinod
c919bef70e
fix: Import diagram
2022-10-06 13:47:00 +08:00
Knut Sveidqvist
b1540d1491
Merge pull request #3578 from swoyam2609/develop
...
CODE_OF_CONDUCT Uploaded
2022-10-06 07:18:10 +02:00
Swoyam Siddharth Nayak
8ff40c152b
Merge branch 'mermaid-js:develop' into develop
2022-10-06 10:37:22 +05:30
Swoyam Siddharth Nayak
51803f00fb
Appended Contact Mail of Mermaid
2022-10-06 10:37:12 +05:30
Sidharth Vinod
fb4aefeae7
Merge pull request #3586 from aloisklink/chore/sync-docs
...
Sync `docs/` with `packages/mermaid/src/docs`
2022-10-06 12:58:14 +08:00
Sidharth Vinod
7d987e5877
Merge branch 'develop' into sidv/fixE2E
...
* develop:
docs: Rebuild
2022-10-06 12:57:18 +08:00
Sidharth Vinod
816b6276a6
docs: Rebuild
2022-10-06 12:56:51 +08:00
Sidharth Vinod
836a026f63
Merge branch 'develop' into sidv/fixE2E
...
* develop:
update demo diagrams to have lang, hr tags, src = mermaid.js where needed.
2022-10-06 12:41:58 +08:00
Swoyam Siddharth Nayak
dc9ddc77ea
Merge branch 'mermaid-js:develop' into develop
2022-10-06 09:47:10 +05:30
Swoyam Siddharth Nayak
fdbd38ed5f
Added sttributes to CODE OF CONDUCT
2022-10-06 09:46:57 +05:30
Alois Klink
1f39fde230
build(test): remove vitest from subpackages
...
Removes vitest from all subpackages so that vitest/`pnpm run test`
are only in the root mono-repo.
This is required, because otherwise the root vitest and the subpackage
vitest versions can otherwise be slightly different, which causes
issues when running unit tests:
```Snapshot cannot be used outside of test```
In the future, we may want to consider moving package specific
tests into `packages/*/test`, and instead running these tests
with `pnpm run --recursive`, so that tests are run in each package by
their own version of vitest. This is the way that most projects
do things (e.g. https://github.com/vitest-dev/vitest ).
2022-10-06 00:56:54 +01:00
Alois Klink
c420224080
test: remove import {it} from "vitest"
...
We're getting a lot of vitest errors that say:
```Error: No test suite found in file```
I think this is because vitest is somehow
importing a different version the it/test function than the globally
inserted functions.
Removing the imports fixes this.
2022-10-06 00:48:50 +01:00
Alois Klink
b1f13cbb9a
chore(docs): run pnpm run docs:build
...
It looks like the docs/ folder somehow got out of sync
with the packages/mermaid/src/docs folder.
Maybe it was due to a semantic merge conflict
(e.g. `git merge` didn't throw an error, but the merge was bad)
2022-10-06 00:08:00 +01:00
Knut Sveidqvist
0f2e0c2ab4
Updated logic for diagram loading
2022-10-05 22:03:05 +02:00
Alois Klink
d8af97c152
Merge pull request #3545 from weedySeaDragon/chore/update-demo-files-packages
...
chore: Update demo diagrams for monorepo
2022-10-05 21:03:03 +01:00
aryandeelwal
43f3784c83
docs:Improved keywords in index.html
2022-10-05 17:10:24 +05:30
Swoyam Siddharth Nayak
528ebd8f12
CODE_OF_CONDUCT Uploaded
2022-10-05 16:47:35 +05:30
Knut Sveidqvist
c05c98c082
WIP
2022-10-05 13:14:05 +02:00
Sidharth Vinod
d8c7557ae5
fix: Docs
2022-10-05 16:05:27 +08:00
Sidharth Vinod
f9753fc621
chore: Update test URL
2022-10-05 16:04:26 +08:00
Sidharth Vinod
42b59a9e35
Merge remote-tracking branch 'upstream/develop' into sidv/fixE2E
...
* upstream/develop: (33 commits)
Updated lockfile
chore(deps-dev): update vite requirement from ^3.0.9 to ^3.1.4
chore(deps-dev): update typescript requirement from ^4.8.3 to ^4.8.4
chore(deps-dev): update @vitest/coverage-c8 requirement
chore(deps-dev): update @typescript-eslint/eslint-plugin requirement
chore(deps-dev): update esbuild requirement from ^0.15.8 to ^0.15.10
chore(deps-dev): update @commitlint/config-conventional requirement
chore(deps-dev): update eslint-plugin-jest requirement
chore(deps-dev): update @applitools/eyes-cypress requirement
chore(deps-dev): update jsdom requirement from ^20.0.0 to ^20.0.1
chore(deps-dev): update vitest requirement from ^0.23.1 to ^0.23.4
chore(deps-dev): update lint-staged requirement from ^13.0.0 to ^13.0.3
chore(deps): update @types/node requirement from ^18.7.21 to ^18.8.1
chore(deps-dev): update @typescript-eslint/parser requirement
Fix postbuild script
#3561 Adding cScale0-11 etc and usage of the colors from the mindmap diagram
Fix for broken test
Mindmap cleanup
Using cose-bilkent layout algorithm for mindmaps
chore(deps-dev): update husky requirement from ^8.0.0 to ^8.0.1
...
2022-10-05 14:58:40 +08:00
Sidharth Vinod
74bd576ebc
fix(mermaid): Add await to render in init.
2022-10-05 14:52:04 +08:00
Sidharth Vinod
a017ffc3c9
fix(test): Rerender
2022-10-05 14:08:53 +08:00
Sidharth Vinod
d3a81f025a
chore(tests): Interaction - cleanup
2022-10-04 16:59:05 +08:00
Sidharth Vinod
750f647b0d
fix(tests): Interaction - Security strict, other
2022-10-04 16:55:46 +08:00
Sidharth Vinod
2a9e56439e
fix(tests): Interaction test - Security loose.
2022-10-04 16:37:37 +08:00
Ashish Jain
e4bca33d00
Merge pull request #3562 from mermaid-js/3561_theme_color_scales
...
3561 theme color scales
2022-10-04 09:48:20 +02:00
Knut Sveidqvist
1528c03f85
Updated lockfile
2022-10-04 08:51:12 +02:00
Knut Sveidqvist
c73c68532a
Merge pull request #3572 from mermaid-js/dependabot/npm_and_yarn/develop/commitlint/config-conventional-tw-17.1.0
...
chore(deps-dev): update @commitlint/config-conventional requirement from ^17.0.0 to ^17.1.0
2022-10-04 08:47:26 +02:00
Knut Sveidqvist
989c8969cb
Merge pull request #3571 from mermaid-js/dependabot/npm_and_yarn/develop/eslint-plugin-jest-tw-27.1.0
...
chore(deps-dev): update eslint-plugin-jest requirement from ^27.0.4 to ^27.1.0
2022-10-04 08:47:12 +02:00
Knut Sveidqvist
ff2ff22d27
Merge pull request #3570 from mermaid-js/dependabot/npm_and_yarn/develop/vite-tw-3.1.4
...
chore(deps-dev): update vite requirement from ^3.0.9 to ^3.1.4
2022-10-04 08:46:58 +02:00
Knut Sveidqvist
5ef7bad1ce
Merge pull request #3568 from mermaid-js/dependabot/npm_and_yarn/develop/applitools/eyes-cypress-tw-3.27.1
...
chore(deps-dev): update @applitools/eyes-cypress requirement from ^3.25.7 to ^3.27.1
2022-10-04 08:46:47 +02:00
dependabot[bot]
5e0c321510
chore(deps-dev): update vite requirement from ^3.0.9 to ^3.1.4
...
Updates the requirements on [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) to permit the latest version.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v3.1.4/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v3.1.4/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-04 06:44:04 +00:00
Knut Sveidqvist
f19fac97d1
Merge pull request #3573 from mermaid-js/dependabot/npm_and_yarn/develop/typescript-tw-4.8.4
...
chore(deps-dev): update typescript requirement from ^4.8.3 to ^4.8.4
2022-10-04 08:42:59 +02:00
Knut Sveidqvist
d04f73af7e
Merge pull request #3569 from mermaid-js/dependabot/npm_and_yarn/develop/esbuild-tw-0.15.10
...
chore(deps-dev): update esbuild requirement from ^0.15.8 to ^0.15.10
2022-10-04 08:42:37 +02:00
Knut Sveidqvist
6ef3915fcc
Merge pull request #3567 from mermaid-js/dependabot/npm_and_yarn/develop/vitest/coverage-c8-tw-0.23.4
...
chore(deps-dev): update @vitest/coverage-c8 requirement from ^0.23.2 to ^0.23.4
2022-10-04 08:42:21 +02:00
dependabot[bot]
87257153b9
chore(deps-dev): update typescript requirement from ^4.8.3 to ^4.8.4
...
Updates the requirements on [typescript](https://github.com/Microsoft/TypeScript ) to permit the latest version.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.8.3...v4.8.4 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-04 06:35:42 +00:00
dependabot[bot]
02207087e4
chore(deps-dev): update @vitest/coverage-c8 requirement
...
Updates the requirements on [@vitest/coverage-c8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-c8 ) to permit the latest version.
- [Release notes](https://github.com/vitest-dev/vitest/releases )
- [Commits](https://github.com/vitest-dev/vitest/commits/v0.23.4/packages/coverage-c8 )
---
updated-dependencies:
- dependency-name: "@vitest/coverage-c8"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-04 06:35:03 +00:00
Knut Sveidqvist
b4417d47f1
Merge pull request #3566 from mermaid-js/dependabot/npm_and_yarn/develop/types/node-tw-18.8.1
...
chore(deps): update @types/node requirement from ^18.7.21 to ^18.8.1
2022-10-04 08:34:28 +02:00
Knut Sveidqvist
04e3674355
Merge pull request #3565 from mermaid-js/dependabot/npm_and_yarn/develop/typescript-eslint/eslint-plugin-tw-5.39.0
...
chore(deps-dev): update @typescript-eslint/eslint-plugin requirement from ^5.37.0 to ^5.39.0
2022-10-04 08:34:10 +02:00
dependabot[bot]
dbf8af06a4
chore(deps-dev): update @typescript-eslint/eslint-plugin requirement
...
Updates the requirements on [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) to permit the latest version.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.39.0/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-04 06:32:15 +00:00
dependabot[bot]
0bcdaa395f
chore(deps-dev): update esbuild requirement from ^0.15.8 to ^0.15.10
...
Updates the requirements on [esbuild](https://github.com/evanw/esbuild ) to permit the latest version.
- [Release notes](https://github.com/evanw/esbuild/releases )
- [Changelog](https://github.com/evanw/esbuild/blob/master/CHANGELOG.md )
- [Commits](https://github.com/evanw/esbuild/compare/v0.15.8...v0.15.10 )
---
updated-dependencies:
- dependency-name: esbuild
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-04 06:31:45 +00:00
dependabot[bot]
7788d26ed4
chore(deps-dev): update @commitlint/config-conventional requirement
...
Updates the requirements on [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional ) to permit the latest version.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases )
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md )
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v17.1.0/@commitlint/config-conventional )
---
updated-dependencies:
- dependency-name: "@commitlint/config-conventional"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-04 06:31:24 +00:00
Knut Sveidqvist
b3002be08a
Merge pull request #3564 from mermaid-js/dependabot/npm_and_yarn/develop/typescript-eslint/parser-tw-5.39.0
...
chore(deps-dev): update @typescript-eslint/parser requirement from ^5.37.0 to ^5.39.0
2022-10-04 08:31:19 +02:00
Knut Sveidqvist
813ceb0d96
Merge pull request #3558 from mermaid-js/dependabot/npm_and_yarn/develop/husky-tw-8.0.1
...
chore(deps-dev): update husky requirement from ^8.0.0 to ^8.0.1
2022-10-04 08:31:01 +02:00
dependabot[bot]
c39c3be39f
chore(deps-dev): update eslint-plugin-jest requirement
...
Updates the requirements on [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest ) to permit the latest version.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases )
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v27.0.4...v27.1.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jest
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-04 06:30:56 +00:00
Knut Sveidqvist
9eb17c6e13
Merge pull request #3557 from mermaid-js/dependabot/npm_and_yarn/develop/vitest-tw-0.23.4
...
chore(deps-dev): update vitest requirement from ^0.23.1 to ^0.23.4
2022-10-04 08:30:47 +02:00
dependabot[bot]
a6e26ce5bb
chore(deps-dev): update @applitools/eyes-cypress requirement
...
Updates the requirements on [@applitools/eyes-cypress](https://github.com/applitools/eyes.sdk.javascript1/tree/HEAD/js/packages/eyes-cypress ) to permit the latest version.
- [Release notes](https://github.com/applitools/eyes.sdk.javascript1/releases )
- [Changelog](https://github.com/applitools/eyes.sdk.javascript1/blob/master/js/packages/eyes-cypress/CHANGELOG.md )
- [Commits](https://github.com/applitools/eyes.sdk.javascript1/commits/@applitools/eyes-cypress@3.27.1/js/packages/eyes-cypress )
---
updated-dependencies:
- dependency-name: "@applitools/eyes-cypress"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-04 06:30:45 +00:00
Knut Sveidqvist
b735a7911a
Merge pull request #3556 from mermaid-js/dependabot/npm_and_yarn/develop/types/lodash-tw-4.14.186
...
chore(deps-dev): update @types/lodash requirement from ^4.14.185 to ^4.14.186
2022-10-04 08:30:30 +02:00
Knut Sveidqvist
2e342dace2
Merge pull request #3555 from mermaid-js/dependabot/npm_and_yarn/develop/types/express-tw-4.17.14
...
chore(deps-dev): update @types/express requirement from ^4.17.13 to ^4.17.14
2022-10-04 08:30:05 +02:00
Knut Sveidqvist
14369d3143
Merge pull request #3552 from mermaid-js/dependabot/npm_and_yarn/develop/jsdom-tw-20.0.1
...
chore(deps-dev): update jsdom requirement from ^20.0.0 to ^20.0.1
2022-10-04 08:29:09 +02:00
dependabot[bot]
b6b5202923
chore(deps-dev): update jsdom requirement from ^20.0.0 to ^20.0.1
...
Updates the requirements on [jsdom](https://github.com/jsdom/jsdom ) to permit the latest version.
- [Release notes](https://github.com/jsdom/jsdom/releases )
- [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md )
- [Commits](https://github.com/jsdom/jsdom/compare/20.0.0...20.0.1 )
---
updated-dependencies:
- dependency-name: jsdom
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-04 06:28:33 +00:00
Knut Sveidqvist
808152211c
Merge pull request #3553 from mermaid-js/dependabot/npm_and_yarn/develop/start-server-and-test-tw-1.14.0
...
chore(deps-dev): update start-server-and-test requirement from ^1.12.6 to ^1.14.0
2022-10-04 08:28:02 +02:00
Knut Sveidqvist
408e852018
Merge pull request #3551 from mermaid-js/dependabot/npm_and_yarn/develop/lint-staged-tw-13.0.3
...
chore(deps-dev): update lint-staged requirement from ^13.0.0 to ^13.0.3
2022-10-04 08:27:24 +02:00
Knut Sveidqvist
ef91b4fa0e
Merge pull request #3559 from mermaid-js/minmaps
...
Mindmaps replacing rendering algoritm with cose-bilkent
2022-10-04 08:26:11 +02:00
dependabot[bot]
46d924ffc9
chore(deps-dev): update vitest requirement from ^0.23.1 to ^0.23.4
...
Updates the requirements on [vitest](https://github.com/vitest-dev/vitest ) to permit the latest version.
- [Release notes](https://github.com/vitest-dev/vitest/releases )
- [Commits](https://github.com/vitest-dev/vitest/compare/v0.23.1...v0.23.4 )
---
updated-dependencies:
- dependency-name: vitest
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-04 06:25:37 +00:00
dependabot[bot]
f965f5643a
chore(deps-dev): update lint-staged requirement from ^13.0.0 to ^13.0.3
...
Updates the requirements on [lint-staged](https://github.com/okonet/lint-staged ) to permit the latest version.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Commits](https://github.com/okonet/lint-staged/compare/v13.0.0...v13.0.3 )
---
updated-dependencies:
- dependency-name: lint-staged
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-04 06:25:29 +00:00
Knut Sveidqvist
85f0f7d241
Merge branch 'emersonbottero-develop' into develop
2022-10-04 08:24:29 +02:00
Knut Sveidqvist
9468bffcbb
Merge branch 'develop' of github.com:emersonbottero/mermaid into emersonbottero-develop
2022-10-04 08:23:36 +02:00
Knut Sveidqvist
bd44957302
Merge pull request #3544 from AndrewL-64/3304_unlabeled_exception
...
Fixed labelText undefined behavior
2022-10-04 07:25:14 +02:00
dependabot[bot]
7e3d57fc28
chore(deps): update @types/node requirement from ^18.7.21 to ^18.8.1
...
Updates the requirements on [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) to permit the latest version.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-04 05:25:01 +00:00
dependabot[bot]
4f5c707b56
chore(deps-dev): update @typescript-eslint/parser requirement
...
Updates the requirements on [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) to permit the latest version.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.39.0/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-04 05:24:13 +00:00
Knut Sveidqvist
2a37023a8d
Merge pull request #3549 from mermaid-js/dependabot/npm_and_yarn/develop/vitest/ui-tw-0.23.4
...
chore(deps-dev): update @vitest/ui requirement from ^0.23.2 to ^0.23.4
2022-10-04 07:23:15 +02:00
Emerson Bottero
9901a73a2a
Merge branch 'develop' of https://github.com/emersonbottero/mermaid into develop
2022-10-03 14:01:05 -03:00
Emerson Bottero
40a319fc5b
Fix postbuild script
2022-10-03 12:11:00 -03:00
Knut Sveidqvist
8ee321fd7b
#3561 Adding cScale0-11 etc and usage of the colors from the mindmap diagram
2022-10-03 14:51:13 +02:00
Knut Sveidqvist
05a594a492
Fix for broken test
2022-10-03 11:22:06 +02:00
Knut Sveidqvist
0a2804c641
Mindmap cleanup
2022-10-03 11:08:55 +02:00
Knut Sveidqvist
5079fa93b4
Using cose-bilkent layout algorithm for mindmaps
2022-10-03 10:05:12 +02:00
dependabot[bot]
eaf75fa149
chore(deps-dev): update husky requirement from ^8.0.0 to ^8.0.1
...
Updates the requirements on [husky](https://github.com/typicode/husky ) to permit the latest version.
- [Release notes](https://github.com/typicode/husky/releases )
- [Commits](https://github.com/typicode/husky/compare/v8.0.0...v8.0.1 )
---
updated-dependencies:
- dependency-name: husky
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-03 07:01:42 +00:00
dependabot[bot]
a6093e847e
chore(deps-dev): update @types/lodash requirement
...
Updates the requirements on [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash ) to permit the latest version.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash )
---
updated-dependencies:
- dependency-name: "@types/lodash"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-03 07:01:30 +00:00
dependabot[bot]
0a6c7781c4
chore(deps-dev): update @types/express requirement
...
Updates the requirements on [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express ) to permit the latest version.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express )
---
updated-dependencies:
- dependency-name: "@types/express"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-03 07:01:26 +00:00
dependabot[bot]
0871f5c012
chore(deps-dev): update start-server-and-test requirement
...
Updates the requirements on [start-server-and-test](https://github.com/bahmutov/start-server-and-test ) to permit the latest version.
- [Release notes](https://github.com/bahmutov/start-server-and-test/releases )
- [Commits](https://github.com/bahmutov/start-server-and-test/compare/v1.12.6...v1.14.0 )
---
updated-dependencies:
- dependency-name: start-server-and-test
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-03 07:01:06 +00:00
dependabot[bot]
6f27c36186
chore(deps-dev): update @vitest/ui requirement from ^0.23.2 to ^0.23.4
...
Updates the requirements on [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui ) to permit the latest version.
- [Release notes](https://github.com/vitest-dev/vitest/releases )
- [Commits](https://github.com/vitest-dev/vitest/commits/v0.23.4/packages/ui )
---
updated-dependencies:
- dependency-name: "@vitest/ui"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-03 07:00:41 +00:00
Knut Sveidqvist
383cbcf3a0
Merge branch 'develop' into minmaps
2022-10-03 07:02:25 +02:00
Knut Sveidqvist
56add0756f
Lazy loading fix for example-diagram and mindmaps
2022-10-03 07:01:56 +02:00
Alois Klink
02a0f87562
Merge pull request #3541 from marcastel/patch-2
...
Corrected theme variables reference table layout
2022-10-03 02:11:57 +01:00
Alois Klink
feb1d34c1a
style(docs): fix prettier issues (extra newline)
...
Fix prettier issues by running `pnpm run lint:fix`
2022-10-03 02:06:49 +01:00
Ashley Engelund (weedySeaDragon @ github)
fdb81be0a0
update demo diagrams to have lang, hr tags, src = mermaid.js where needed.
2022-10-02 13:51:25 -07:00
Andrew Liu
a4d1d86d7b
Fixed labelText undefined behavior
2022-10-02 14:32:50 -04:00
JM Marcastel
ffe956e27b
Corrected theme variables reference table layout
...
In replacement of #3540 which modified the generated file and not the source file.
2022-10-02 05:31:41 +02:00
Alois Klink
03190c1dec
Merge pull request #3538 from elv-nate/patch-1
...
Fix typos in README.md
2022-09-30 22:20:14 +01:00
Nate Armstrong
92f1f2ffb6
Fix typos in README.md
2022-09-30 11:31:53 -07:00
Knut Sveidqvist
4d8d74a50d
Merge pull request #3536 from aloisklink/build/fix-pre-commit-rules
...
Fix husky `pre-commit` rules
2022-09-30 09:07:12 +02:00
Knut Sveidqvist
0dc0de8f1d
Merge pull request #3534 from aloisklink/build/fix-docsbuild-script
...
Fix `docs:build` and `docs:verify` scripts
2022-09-30 09:06:13 +02:00
Knut Sveidqvist
f5dc4d991f
Merge pull request #3535 from aloisklink/docs/replace-yarn-with-pnpm
...
docs: replace `yarn` with `pnpm` in dev guide
2022-09-30 09:05:29 +02:00
Alois Klink
1f3a02559c
build: lint-staged docs in packages/mermaid/src/…
...
When running lint-staged during git pre-commit scripts,
search for docs in the packages/mermaid/src/docs folder instead
of the original src/docs folder.
2022-09-29 20:11:26 +01:00
Alois Klink
70f94c3e44
chore(docs): run pnpm run docs:build
...
Updates the auto-generated warning to tell people
to edit packages/mermaid/src/docs instead of src/docs.
2022-09-29 20:02:16 +01:00
Alois Klink
b8eab08119
build(docs): fix pnpm run docs:{build,verify}
...
Our docs script was searching for docs in the src/docs folder,
which no longer exists.
Instead, it should be looking at the packages/mermaid/src/docs folder.
2022-09-29 20:00:15 +01:00
Alois Klink
794b714fac
docs: replace yarn
with pnpm
in dev guide
...
With the new mono-repo move (PR #3531 ), development must
be done with `pnpm`.
Using `memaid` can still be done with `yarn`/`npm` however.
2022-09-29 19:59:02 +01:00
Knut Sveidqvist
2f4b4ba13b
Merge pull request #3533 from mermaid-js/2979_arrow_alignment
...
Arrow tip aligned to edge of box
2022-09-29 20:49:22 +02:00
Alois Klink
1cdb0ff72c
build: re-enable prepare
script for husky setup
...
Re-enables the `pnpm run prepare` script.
The prepare script is automatically run when running
`pnpm install` locally.
It both:
- Sets up husky/git pre-commit scripts
- Builds the `packages/mermaid/dist` folder.
2022-09-29 19:48:54 +01:00
Alois Klink
9513e0e2d5
build: update pre-commit rules to use pnpm
...
Update husky and lint-staged to use pnpm instead of yarn.
2022-09-29 19:48:02 +01:00
Per Brolin
6ebfbb2f9e
Arrow tip aligned to edge of box
2022-09-29 20:37:57 +02:00
pbrolin47
320e105ffe
Merge pull request #3531 from mermaid-js/3061_making_a_monorepo
...
3061 making a monorepo
2022-09-29 19:52:40 +02:00
Knut Sveidqvist
96cde8a15a
updated pnpm-lock file
2022-09-29 19:35:54 +02:00
Knut Sveidqvist
972d025578
Merge branch 'develop' into 3061_making_a_monorepo
2022-09-29 16:28:57 +02:00
Knut Sveidqvist
09bc7e0acd
Merge remote-tracking branch 'origin/develop' into develop
2022-09-29 16:25:09 +02:00
Emerson Bottero
6191bb5f1b
Merge branch 'develop' into develop
2022-09-28 22:47:48 -03:00
Emerson Bottero
d858cd677e
chore: update yarn.lock
2022-09-28 22:16:01 -03:00
Emerson Bottero
2376d38e0e
docs: improved search
2022-09-28 21:46:07 -03:00
Alois Klink
693616b00d
ci(e2e): Skip pnpm cache if skipping cypress run
...
When running the e2e action from a fork, we prevent multi-processing
in the E2E cypress tests skipping runs that aren't
matrix.container == 1.
However, this means that the pnpm cache folder isn't created, causing
the cache action to throw an error.
To fix this, we also skip building Node/cache setup step.
Fixes: f60c7fff65
2022-09-28 20:19:08 +01:00
Alois Klink
30f6550e61
ci(e2e): remove headless
arg from cypress run
...
Since [cypress-io/github-action v4.0.1][1], the headless argument
no longer exists.
Since Cypress v8.0.0, it didn't do anything, since this was the
default behaviour.
[1]: https://github.com/cypress-io/github-action/releases/tag/v4.0.1
2022-09-28 20:12:40 +01:00
Alois Klink
5cfbc9102e
build(dev): Fix dev server not showing mermaid.js
...
When moving to the mono-repo,
`<script src="http://localhost:9000/mermaid.js "/>`
stopped working, since the vite dev server was exposing
the `./dist` folder, when the folder had moved to
the `./packages/mermaid/dist` folder.
2022-09-28 19:52:31 +01:00
Knut Sveidqvist
766bdde46b
Fixed sample test
2022-09-28 17:53:01 +02:00
Knut Sveidqvist
f46f8752ca
Adding example diagram as a template for a new diagram
2022-09-28 17:49:47 +02:00
Knut Sveidqvist
bed9b1bb99
Removed test folder
2022-09-28 17:17:32 +02:00
Knut Sveidqvist
053a20bd33
Returning the borders to the e2e tests
2022-09-28 15:33:33 +02:00
Knut Sveidqvist
be34e6145f
Fix for tests
2022-09-28 14:53:16 +02:00
Knut Sveidqvist
f60c7fff65
Merge branch 'develop' into 3061_making_a_monorepo
2022-09-28 14:26:07 +02:00
Knut Sveidqvist
6292bebcd3
Updated version
2022-09-28 14:15:17 +02:00
Knut Sveidqvist
80c68d847c
Merge pull request #3524 from ashleybartlett/feature/3078-support-dashes-in-participant-names
...
[sequenceDiagrams] Support dashes in participant names
2022-09-28 13:40:17 +02:00
Knut Sveidqvist
fed00be430
Merge pull request #3516 from weedySeaDragon/feature/3171--erDiagram-allow-chars-in-entity-name
...
feat: ER diagram: allow other chars in a quoted entity name
2022-09-28 13:29:54 +02:00
Knut Sveidqvist
ef527cb0fa
Merge branch 'develop' into feature/3171--erDiagram-allow-chars-in-entity-name
2022-09-28 13:24:54 +02:00
Knut Sveidqvist
e1c63139b2
Merge pull request #3512 from weedySeaDragon/bug/3429_er-dark-theme-attribute-colors
...
fix: ER dark theme attribute colors
2022-09-28 13:18:11 +02:00
Knut Sveidqvist
edb30c9feb
Merge branch 'develop' into bug/3429_er-dark-theme-attribute-colors
2022-09-28 13:17:00 +02:00
Knut Sveidqvist
66809ed972
Merge pull request #3513 from IanLee1521/patch-1
...
Mention obsidian has native support for mermaid
2022-09-28 13:12:54 +02:00
Knut Sveidqvist
c66d5cb890
Merge pull request #3523 from weedySeaDragon/chore/2904_fix-demo-charts-add-accTags
...
chore: fix demo chart pages
2022-09-28 13:12:15 +02:00
Knut Sveidqvist
fe8df78322
Clarification in the docs regarding directions in the subgraps for flowcharts.
2022-09-28 12:32:58 +02:00
Ashley Bartlett
7da6c0e867
Fix testing bug
2022-09-27 14:25:19 +10:00
Ashley Bartlett
0a0b6d51ba
Add support for hyphens in participant names
2022-09-27 14:24:54 +10:00
Ashley Engelund (weedySeaDragon @ github)
7ed3c21a6d
move charts to their pages; index page just a list to them
2022-09-26 18:16:36 -07:00
Ashley Engelund (weedySeaDragon @ github)
3d0214d453
new page for pie charts
2022-09-26 18:16:00 -07:00
Ashley Engelund (weedySeaDragon @ github)
d0e9de2744
new page for context charts
2022-09-26 18:15:29 -07:00
Ashley Engelund (weedySeaDragon @ github)
99264fab8a
new page for git charts
2022-09-26 18:15:13 -07:00
Ashley Engelund (weedySeaDragon @ github)
d4519bb730
Merge remote-tracking branch 'origin/develop' into develop
2022-09-26 17:32:15 -07:00
Ashley Engelund (weedySeaDragon @ github)
6468c8e857
Merge remote-tracking branch 'MERMAID/develop' into develop
2022-09-26 17:31:56 -07:00
Knut Sveidqvist
982c1b4979
#3061 Lazy loading auto derived path
2022-09-26 14:22:21 +02:00
dependabot[bot]
503cbedc96
chore(deps-dev): bump @types/prettier from 2.7.0 to 2.7.1 ( #3520 )
...
Bumps [@types/prettier](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/prettier ) from 2.7.0 to 2.7.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/prettier )
---
updated-dependencies:
- dependency-name: "@types/prettier"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-26 13:28:16 +02:00
dependabot[bot]
a448409750
chore(deps-dev): bump eslint from 8.23.1 to 8.24.0 ( #3521 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.23.1 to 8.24.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.23.1...v8.24.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-26 13:27:42 +02:00
Knut Sveidqvist
a928120bec
#3061 Log handing and other fixes, error handling in diagram creation
2022-09-26 10:44:18 +02:00
weedySeaDragon
b3ca701b8d
chore: update browsers list
2022-09-26 07:15:56 +00:00
mmorel-35
62e127f1b8
chore: update browsers list
2022-09-26 07:15:07 +00:00
Knut Sveidqvist
ebdec77c88
#3061 Fixing unit tests
2022-09-26 08:47:41 +02:00
Knut Sveidqvist
98ddc95648
Deoupling, inecting mermaid utilities in external diagram
2022-09-26 08:02:12 +02:00
Knut Sveidqvist
9566f51ca8
Commiton issue #3061 Injecting mermaid utilities in registered diagram
2022-09-26 08:01:23 +02:00
Sidharth Vinod
696164c9a6
Merge pull request #3519 from aloisklink/ci/fix-e2e-when-running-from-fork
...
ci(e2e): fix e2e action when running from fork
2022-09-26 07:57:11 +05:30
Alois Klink
493aac6885
Merge branch 'aloisklink/3061_monorepo-e2e-tests' into 3061_making_a_monorepo
...
Fixes most CI actions to support pnpm and the mono-repo.
It looks like there are some errors related to `mermaid-mindmap`
not being able to find `mermaid` or `mermaid/diagramAPI`
2022-09-25 20:36:52 +01:00
Alois Klink
56e1411d37
ci(e2e): fix e2e action when running from fork
...
PRs from forks don't have acess to the secrets.CYPRESS_RECORD_KEY.
Because of this, we need to disable `recording`.
2022-09-25 20:11:42 +01:00
Alois Klink
e0805b8272
ci(build): fix build CI to use pnpm
...
The packages/mermaid/dist build is now uploaded seperately from
the packages/mermaid-mindmap/dist build.
2022-09-25 20:02:23 +01:00
Alois Klink
e72059ba87
ci(e2e-applitools): fix applitools CI to use pnpm
2022-09-25 20:02:23 +01:00
Alois Klink
24d46fb936
ci(e2e): fix e2e tests CI to use pnpm
...
We need to upgrade cypress-io/github-action to v4.2.0
as that's the first version that supported pnpm.
See https://github.com/cypress-io/github-action/releases/tag/v4.2.0
2022-09-25 20:02:23 +01:00
Alois Klink
29c52ec4d4
chore: update pnpm-lock.yaml lockfile
2022-09-25 20:02:23 +01:00
Alois Klink
77831c424c
ci(lint): fix lint tests CI to use pnpm
2022-09-25 20:02:23 +01:00
Alois Klink
d633ec62df
ci(unit): fix unit tests CI to use pnpm
2022-09-25 20:02:23 +01:00
Alois Klink
69c13a6ecf
build(docs): fix docs:build command for mono-repo
2022-09-25 20:02:23 +01:00
Alois Klink
69d05c454d
style: ignore pnpm-lock.yaml from prettier
...
The `pnpm-lock.yaml` file is auto-generated by PNPM.
2022-09-25 19:52:27 +01:00
Alois Klink
97637da9e0
build: set "packageManager" to pnpm@7.12.2
...
The ["packageManager"][1] field list the package manager that
is expected to be used.
This is required by the `pnpm/action-setup` GitHub Action.
[1]: https://nodejs.org/api/packages.html#packagemanager
2022-09-25 19:22:48 +01:00
Alois Klink
535f555b13
test: fix unit tests in new mono-repo
2022-09-25 19:18:16 +01:00
Emerson Bottero
d8ee2bb850
docs: no footer
2022-09-25 11:53:08 -03:00
Emerson Bottero
609d28c6ee
docs: added edit and team page
2022-09-25 11:22:34 -03:00
Emerson Bottero
eeafa8f5aa
docs: added the fixed search again
2022-09-24 23:24:48 -03:00
Ashley Engelund (weedySeaDragon @ github)
ddc35fa9ce
a few more wee changes to the ER demo
2022-09-24 16:50:02 -07:00
Ashley Engelund (weedySeaDragon @ github)
908f5afe0f
Merge remote-tracking branch 'MERMAID/develop' into develop
2022-09-24 16:16:29 -07:00
Ashley Engelund (weedySeaDragon @ github)
5daa130857
er demo: clarify comment about name
2022-09-24 16:11:07 -07:00
Ashley Engelund (weedySeaDragon @ github)
c202b94a9a
yarn install after merge with upstream/develop
2022-09-24 16:10:34 -07:00
Ashley Engelund (weedySeaDragon @ github)
ed0f22b037
Merge remote-tracking branch 'MERMAID/develop' into bug/er/allow-chars-in-entity-name
...
# Conflicts:
# vite.config.cts
# yarn.lock
2022-09-24 16:06:54 -07:00
Ashley Engelund (weedySeaDragon @ github)
eb1c6894f5
change demo ER diagram to include attributes, names with various chars
2022-09-24 16:05:59 -07:00
Ashley Engelund (weedySeaDragon @ github)
91091c614f
store and reference entity by unique id, not name (elements, graph, etc.)
2022-09-24 16:05:20 -07:00
Ashley Engelund (weedySeaDragon @ github)
481b5cde0f
(minor) fix ==; remove unused imports; fix typos; add comments
2022-09-24 16:02:55 -07:00
Ashley Engelund (weedySeaDragon @ github)
d328879329
add uuid; graph node ids can no longer be based on entity names; make unique id
2022-09-24 15:40:02 -07:00
Ashley Engelund (weedySeaDragon @ github)
3c1bad1792
er jison: allow more chars in Entity name; clean up spec
2022-09-24 15:38:06 -07:00
Emerson Bottero
5e4bcbdfa0
chore: fix Original Setup
2022-09-23 23:51:33 -03:00
Emerson Bottero
87911f4a56
docs: build working
2022-09-23 23:33:24 -03:00
Ashley Engelund (weedySeaDragon @ github)
9ec935f109
add ts-ignore for jison in vite.config.cts
2022-09-23 11:35:31 -07:00
Ashley Engelund (weedySeaDragon @ github)
4bedc49b4d
define ENTITY_NAME that allows some non-alphanumeric chars; spec re-arrange
2022-09-23 11:34:52 -07:00
Knut Sveidqvist
af2b1945a3
Detector registering itself on load
2022-09-23 16:55:30 +02:00
Sidharth Vinod
c32e76a870
Merge branch 'sidv/3061_monorepo' into 3061_making_a_monorepo
...
* sidv/3061_monorepo:
fix types for mermaid-mindmap
2022-09-23 17:52:11 +05:30
Sidharth Vinod
8dcbe83b0b
fix types for mermaid-mindmap
2022-09-23 17:51:29 +05:30
Knut Sveidqvist
9fac7866f5
Merge pull request #3514 from mermaid-js/sidv/3061_monorepo
...
[WIP] Monorepo build
2022-09-23 14:14:07 +02:00
Sidharth Vinod
53bbf444e5
fix build
2022-09-23 17:39:08 +05:30
Knut Sveidqvist
1a46582e1e
Merge pull request #3503 from mermaid-js/sidv/viteVitest
...
Build mermaid using Vite
2022-09-23 14:04:39 +02:00
Sidharth Vinod
913468a7b5
Merge branch 'sidv/viteVitest' into sidv/3061_monorepo
...
* sidv/viteVitest:
fix: Core build
fix: js-base64
fix OutputOptions type
fix: js-base64
fix: json import, js-base64
fix: json import
2022-09-23 17:29:35 +05:30
Sidharth Vinod
1e71798467
fix: Core build
2022-09-23 17:20:40 +05:30
Sidharth Vinod
8c63d002e7
fix: js-base64
...
Co-authored-by: Alois Klink <alois@aloisklink.com >
2022-09-23 16:53:11 +05:30
Sidharth Vinod
67b1e8dbe9
fix OutputOptions type
2022-09-23 16:00:27 +05:30
Sidharth Vinod
bc0be28f08
fix: js-base64
...
Co-authored-by: Alois Klink <alois@aloisklink.com >
2022-09-23 15:54:24 +05:30
Sidharth Vinod
eaa1602b1a
fix: json import, js-base64
...
Co-authored-by: Alois Klink <alois@aloisklink.com >
2022-09-23 15:42:41 +05:30
Sidharth Vinod
2a86ced835
fix: json import
...
Co-authored-by: Alois Klink <alois@aloisklink.com >
2022-09-23 15:23:15 +05:30
Sidharth Vinod
ad49564ab5
vite build
2022-09-23 12:31:24 +05:30
Ian Lee
e8cef4aa81
Make corresponding change to docs/
...
Previously failed the linting CI job.
2022-09-22 23:58:17 -07:00
Ian Lee
56954067ab
Mention obsidian has native support for mermaid
2022-09-22 23:31:30 -07:00
Ashley Engelund (weedySeaDragon @ github)
338ba704ba
Merge remote-tracking branch 'MERMAID/develop' into develop
2022-09-22 23:28:24 -07:00
Sidharth Vinod
bf25be7cf0
Merge branch 'sidv/viteVitest' into sidv/3061_monorepo
...
* sidv/viteVitest:
ts conversion
cleanup
remove esbuild
fix: tests
chore: Add recommended extensions
Fix user-journey leaking css
Add "Debug Current Test File" configuration for VSCode
Fix unit test coverage
Use vite for build
Fix docs
vite
vite Server
Cleanup
Merge vitest & esbuild
Merge vitest
fix jison generation
Vite
Vite
2022-09-23 11:31:15 +05:30
Sidharth Vinod
404b718677
Merge branch '3061_making_a_monorepo' into sidv/3061_monorepo
...
* 3061_making_a_monorepo:
Fixed paths for dev server
Use of pnpm for the monorepo
Use of pnpm for the monorepo
2022-09-23 11:23:38 +05:30
Sidharth Vinod
8a489176c3
ts conversion
2022-09-23 10:56:39 +05:30
Sidharth Vinod
f40f2a0b44
cleanup
2022-09-23 10:53:37 +05:30
Sidharth Vinod
d9406585c8
remove esbuild
2022-09-23 10:50:58 +05:30
Sidharth Vinod
9e35bf6e6f
fix: tests
2022-09-23 10:40:56 +05:30
Sidharth Vinod
0d0de49231
Merge branch 'develop' into sidv/viteVitest
...
* develop:
chore: Add recommended extensions
Fix user-journey leaking css
Add "Debug Current Test File" configuration for VSCode
2022-09-23 10:14:15 +05:30
Sidharth Vinod
dc53b2fde3
Merge pull request #3509 from pje/feature/3507_vscode_debug_test
...
Add "Debug Current Test File" configuration for VSCode
2022-09-23 10:13:00 +05:30
Sidharth Vinod
98d214fd60
chore: Add recommended extensions
2022-09-23 10:11:19 +05:30
Sidharth Vinod
adadc9ee26
Merge pull request #3510 from lishid/patch-2
...
Fix user-journey leaking css
2022-09-23 09:58:50 +05:30
Ashley Engelund (weedySeaDragon @ github)
777f888892
remove unused .attributeBoxText and oldAttributeBoxTextColor
2022-09-22 12:28:49 -07:00
Ashley Engelund (weedySeaDragon @ github)
84dfc8ee4b
demos er.html add title, accDescription back in; simplify nearly to before
2022-09-22 12:26:36 -07:00
Ashley Engelund (weedySeaDragon @ github)
6f86047a8e
theme-dark: change attributes background colors; base on lightened background color
2022-09-22 11:55:50 -07:00
Ashley Engelund (weedySeaDragon @ github)
2d7a289105
ER styles: replace hardcoded values with new options properties
2022-09-22 11:55:01 -07:00
Ashley Engelund (weedySeaDragon @ github)
353b62aa0a
themes: define properties for ER diagrams, use the (old) hardcoded values
2022-09-22 11:53:57 -07:00
Ashley Engelund (weedySeaDragon @ github)
826cd67cc8
ER styles: define (old) hardcoded values for themes to use
2022-09-22 11:50:07 -07:00
Ashley Engelund (weedySeaDragon @ github)
9cb7054ff9
add attributes to demo ER diagram so attribute styles can be evaluated
2022-09-22 11:48:11 -07:00
Lishid
6309300eb6
Fix user-journey leaking css
...
This fixes a CSS syntax error that causes the CSS parser to soft-fail, which leads to the later CSS (custom styles) to not properly append the `#id` to them.
2022-09-22 12:48:23 -04:00
Patrick Ellis
0dce8f4104
Add "Debug Current Test File" configuration for VSCode
...
Just press F5 (or ⌘+⇧+P -> `Debug Current Test File`)
"
2022-09-22 12:33:09 -04:00
Sidharth Vinod
1c4eeb2d53
Fix unit test coverage
2022-09-22 15:45:44 +05:30
Sidharth Vinod
d6245fdbda
Merge branch 'develop' into sidv/viteVitest
...
* develop: (30 commits)
Fix docs
Auto stash before merge of "develop" and "origin/develop"
vite -> cts
add lcov
chore(deps-dev): bump esbuild from 0.15.6 to 0.15.8
fix(docs): update link
CI Concurrency 4
Remove build
Parallel e2e
Revert "unify Jison tranformers"
Update yarn.lock
fix(docs): `mmd` detection
Hope this fails
Remove `docs:build` from postbuild.
Add verification log
This should fail CI
chore(deps-dev): bump @types/lodash from 4.14.184 to 4.14.185
Update integrations.md
Add vitepress pluin
Fix lint
...
2022-09-22 15:39:26 +05:30
Sidharth Vinod
aeb31fe1ae
Use vite for build
2022-09-22 15:35:22 +05:30
Knut Sveidqvist
0e0a6c0f69
Fixed paths for dev server
2022-09-22 11:28:37 +02:00
Knut Sveidqvist
cccbb6939c
Use of pnpm for the monorepo
2022-09-22 11:13:04 +02:00
Knut Sveidqvist
db31f61368
Use of pnpm for the monorepo
2022-09-22 11:12:57 +02:00
Emerson Bottero
a96c5ed83a
docs: migrating to vitepress
2022-09-21 19:40:49 -03:00
Sidharth Vinod
ffbae081ff
wip: esbuild Package
2022-09-22 00:02:53 +05:30
Ashley Engelund (weedySeaDragon @ github)
395cc29701
Merge remote-tracking branch 'MERMAID/develop' into develop
2022-09-21 09:29:28 -07:00
Sidharth Vinod
c93c7c75c9
Fix docs
2022-09-21 17:10:29 +05:30
Knut Sveidqvist
9b0d4a28ea
Temp removaof some hursky rules etc for the build
2022-09-21 12:35:25 +02:00
Knut Sveidqvist
8dd82839cb
Relocation of files
2022-09-21 11:03:33 +02:00
Knut Sveidqvist
24ef5f9fe4
Auto stash before merge of "develop" and "origin/develop"
2022-09-21 10:08:52 +02:00
Knut Sveidqvist
d08882d043
Merge pull request #3427 from mermaid-js/sidv/vitest
...
Vitest
2022-09-21 10:07:18 +02:00
Knut Sveidqvist
eea31a1046
Merge pull request #3498 from sidharthv96/sidv/parallelE2E
...
[DevOps] Parallel E2E
2022-09-21 09:15:07 +02:00
Sidharth Vinod
5d085fd3f6
Merge branch 'develop' into sidv/vitest
...
* develop:
chore(deps-dev): bump esbuild from 0.15.6 to 0.15.8
2022-09-21 12:18:11 +05:30
Sidharth Vinod
30e2b08028
vite -> cts
2022-09-21 12:16:59 +05:30
Sidharth Vinod
533da47516
Merge branch 'develop' into sidv/vitest
...
* develop: (28 commits)
fix(docs): update link
Revert "unify Jison tranformers"
Update yarn.lock
Revert "fix(test): No esm exports"
fix(test): No esm exports
fix(docs): `mmd` detection
Hope this fails
unify Jison tranformers
Fix jest
Remove `docs:build` from postbuild.
Add verification log
This should fail CI
fix: imports in HTML
Revert "Add diagramAPI to outfile"
Add `type: module` to package.json
chore(deps-dev): bump @types/lodash from 4.14.184 to 4.14.185
Update integrations.md
Add vitepress pluin
Update mermaid version
Fix ports
...
2022-09-21 12:15:45 +05:30
Knut Sveidqvist
146c2e2dd9
Merge pull request #3490 from mermaid-js/dependabot/npm_and_yarn/develop/esbuild-0.15.8
...
chore(deps-dev): bump esbuild from 0.15.6 to 0.15.8
2022-09-21 08:45:08 +02:00
Sidharth Vinod
065756a90d
Merge branch 'develop' into sidv/parallelE2E
...
* develop: (28 commits)
fix(docs): update link
Revert "unify Jison tranformers"
Update yarn.lock
Revert "fix(test): No esm exports"
fix(test): No esm exports
fix(docs): `mmd` detection
Hope this fails
unify Jison tranformers
Fix jest
Remove `docs:build` from postbuild.
Add verification log
This should fail CI
fix: imports in HTML
Revert "Add diagramAPI to outfile"
Add `type: module` to package.json
chore(deps-dev): bump @types/lodash from 4.14.184 to 4.14.185
Update integrations.md
Add vitepress pluin
Update mermaid version
Fix ports
...
2022-09-21 12:06:18 +05:30
Sidharth Vinod
6819fc05da
add lcov
2022-09-21 12:02:28 +05:30
dependabot[bot]
bc14d56568
chore(deps-dev): bump esbuild from 0.15.6 to 0.15.8
...
Bumps [esbuild](https://github.com/evanw/esbuild ) from 0.15.6 to 0.15.8.
- [Release notes](https://github.com/evanw/esbuild/releases )
- [Changelog](https://github.com/evanw/esbuild/blob/master/CHANGELOG.md )
- [Commits](https://github.com/evanw/esbuild/compare/v0.15.6...v0.15.8 )
---
updated-dependencies:
- dependency-name: esbuild
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-21 06:18:23 +00:00
Knut Sveidqvist
01ca1cc8c7
Merge pull request #3493 from sidharthv96/sidv/testDocLint
...
Fix CI `docs:lint`
2022-09-21 08:15:13 +02:00
Knut Sveidqvist
f69ead5e08
Merge pull request #3489 from mermaid-js/dependabot/npm_and_yarn/develop/types/lodash-4.14.185
...
chore(deps-dev): bump @types/lodash from 4.14.184 to 4.14.185
2022-09-21 08:11:45 +02:00
Knut Sveidqvist
f29974628b
Merge pull request #3476 from emersonbottero/patch-1
...
Add vitepress plugin
2022-09-21 08:10:27 +02:00
Knut Sveidqvist
ad2d098b52
Merge pull request #3452 from mermaid-js/sidv/removeWebpackBabel
...
Remove webpack & babel
2022-09-21 08:10:10 +02:00
Sidharth Vinod
247061919b
fix(docs): update link
2022-09-21 11:17:03 +05:30
Sidharth Vinod
0c308134a9
Merge branch 'develop' into sidv/vitest
...
* develop: (23 commits)
Revert #3475
chore: updyaate browsers list
Support EMPTYSTR in jison parser, add unit tests for git graph parser
Use undefined to mean default tagging behavior
feat(git): allow cherry-pick to suppress tag altogether
Update src/diagrams/git/parser/gitGraph.jison
fix(git): fix cherry-pick regex parsing error
test(git): add basic parsing test for cherry-pick
feat(git): cherry-pick keyword supports tag attribute
ci(e2e-applitols): add applitools CI action
Test docs:verify
Cleanup docs
Fixed Linting issues
ci(e2e): re-enable e2e tests
style: fix .github/workflow/e2e styling
chore: upgrade cypress to v10
fix(flowchart-v2): fix arrowMarkerAbsolute=true
test(e2e): fix most arrowMarkerAbsolute tests
text(e2e): give git tests consistent commit id
test(e2e): widen flowchart width to within 10%
...
2022-09-21 11:11:46 +05:30
Sidharth Vinod
3982d19e57
Merge branch 'develop' into sidv/removeWebpackBabel
...
* develop:
Revert #3475
ci(e2e-applitols): add applitools CI action
2022-09-21 11:04:35 +05:30
Sidharth Vinod
55d706323d
CI Concurrency 4
2022-09-21 10:42:27 +05:30
Sidharth Vinod
51df0a68cc
Remove build
2022-09-21 10:41:47 +05:30
Sidharth Vinod
ca053e0a11
Parallel e2e
2022-09-21 10:36:38 +05:30
Sidharth Vinod
c260f7c20b
Revert "unify Jison tranformers"
...
This reverts commit 135f2cc2fd
.
2022-09-21 10:12:29 +05:30
Sidharth Vinod
9f0137a34d
Update yarn.lock
2022-09-21 10:05:57 +05:30
Sidharth Vinod
7bd7bcf4b8
vite
2022-09-21 09:57:09 +05:30
Sidharth Vinod
36ad4a847e
vite Server
2022-09-21 00:47:04 +05:30
Sidharth Vinod
5791fc9a4d
Cleanup
2022-09-21 00:15:52 +05:30
Sidharth Vinod
d7093c4891
Merge branch 'sidv/vitestEsbuildOnly' into sidv/viteVitest
...
* sidv/vitestEsbuildOnly:
Merge vitest & esbuild
Merge vitest
Revert "fix(test): No esm exports"
fix(test): No esm exports
unify Jison tranformers
Fix jest
fix: imports in HTML
Revert "Add diagramAPI to outfile"
Add `type: module` to package.json
Update mermaid version
Fix ports
Fix mjs resolution
Fix import errors
fix: conflict
ESM test
Add local jison linting
chore: cleanup
chore: Remove webpack & babel dependencies
feat: Remove webpack
2022-09-21 00:15:11 +05:30
Sidharth Vinod
506e427d56
Merge branch 'develop' into sidv/vite
...
* develop:
Revert #3475
chore: update browsers list
Support EMPTYSTR in jison parser, add unit tests for git graph parser
Use undefined to mean default tagging behavior
feat(git): allow cherry-pick to suppress tag altogether
Update src/diagrams/git/parser/gitGraph.jison
fix(git): fix cherry-pick regex parsing error
test(git): add basic parsing test for cherry-pick
feat(git): cherry-pick keyword supports tag attribute
ci(e2e-applitols): add applitools CI action
Test docs:verify
Cleanup docs
Fixed Linting issues
#3409 Clean up dead code
#3409 Fixed the truncated tags issue
2022-09-21 00:13:14 +05:30
Sidharth Vinod
59f8f5f65e
Merge vitest & esbuild
2022-09-21 00:01:48 +05:30
Sidharth Vinod
3b30232e88
Merge vitest
2022-09-20 23:51:21 +05:30
Sidharth Vinod
e0aae3e31f
Revert "fix(test): No esm exports"
...
This reverts commit c21c026749
.
2022-09-20 23:12:51 +05:30
Sidharth Vinod
c21c026749
fix(test): No esm exports
2022-09-20 23:10:05 +05:30
Sidharth Vinod
b9cb7e9898
fix(docs): mmd
detection
2022-09-20 23:01:05 +05:30
Ashley Engelund (weedySeaDragon @ github)
1ea546a0a5
Merge remote-tracking branch 'MERMAID/develop' into develop
...
# Conflicts:
# src/diagrams/git/gitGraphParserV2.spec.js
2022-09-20 10:25:18 -07:00
Sidharth Vinod
ffdf268ba2
Merge branch 'develop' into sidv/testDocLint
...
* develop:
ci(e2e-applitols): add applitools CI action
2022-09-20 22:52:02 +05:30
Sidharth Vinod
f34008b71a
Merge branch 'develop' into sidv/testDocLint
...
* develop:
Revert #3475
2022-09-20 22:51:12 +05:30
Sidharth Vinod
8f009ed815
Hope this fails
2022-09-20 22:50:39 +05:30
Knut Sveidqvist
71d252f706
Merge pull request #3483 from aloisklink/ci/add-applitools-action
...
ci(e2e-applitols): add applitools CI action
2022-09-20 19:19:34 +02:00
Sidharth Vinod
135f2cc2fd
unify Jison tranformers
2022-09-20 22:46:27 +05:30
Sidharth Vinod
b83f18327a
Fix jest
2022-09-20 22:44:49 +05:30
Sidharth Vinod
d5fc319d4e
Remove docs:build
from postbuild.
2022-09-20 22:42:05 +05:30
Sidharth Vinod
c343e4a1e3
Add verification log
2022-09-20 22:31:53 +05:30
Sidharth Vinod
b72dad9c5b
Revert #3475
...
Was an accidental merge.
2022-09-20 22:23:59 +05:30
Sidharth Vinod
2ada935842
This should fail CI
2022-09-20 22:20:18 +05:30
Sidharth Vinod
dab43da202
fix: imports in HTML
2022-09-20 22:13:49 +05:30
Sidharth Vinod
0a944a5de1
Revert "Add diagramAPI to outfile"
...
This reverts commit a87abc00c6
.
2022-09-20 21:54:32 +05:30
Sidharth Vinod
bb824f1147
Merge branch 'sidv/esbuildFail' into sidv/webpackBabelRemoval
...
* sidv/esbuildFail:
Update mermaid version
Fix ports
Fix mjs resolution
Fix import errors
fix: conflict
2022-09-20 21:31:42 +05:30
Sidharth Vinod
817a89df70
Merge branch 'develop' into sidv/removeWebpackBabel
...
* develop:
chore: update browsers list
Support EMPTYSTR in jison parser, add unit tests for git graph parser
Use undefined to mean default tagging behavior
feat(git): allow cherry-pick to suppress tag altogether
Update src/diagrams/git/parser/gitGraph.jison
fix(git): fix cherry-pick regex parsing error
test(git): add basic parsing test for cherry-pick
feat(git): cherry-pick keyword supports tag attribute
Test docs:verify
Cleanup docs
Fixed Linting issues
2022-09-20 21:15:30 +05:30
Sidharth Vinod
827b3d47b7
Add type: module
to package.json
2022-09-20 21:14:56 +05:30
Knut Sveidqvist
00c1732b9b
Merge pull request #3475 from sidharthv96/sidv/testDocs
...
WIP: Fix docs:verify in CI
2022-09-20 17:42:36 +02:00
Ashish Jain
a266a9c539
Merge pull request #3479 from elliot-nelson/enelson/git-cherry-pick-tag
...
feat(git): cherry-pick keyword supports tag attribute
2022-09-20 17:38:01 +02:00
Alois Klink
48d94568ce
fix(git): fix cherry-pick regex parsing error
...
I forgot to escape the `-` character in a regex statement.
Fixes: 1527956669
2022-09-19 09:53:42 -07:00
Alois Klink
95d92999bb
test(git): add basic parsing test for cherry-pick
...
Currently, cherry-pick in gitGraphs only has e2e tests,
no parsing unit tests.
2022-09-19 09:53:42 -07:00
ashishj
51a94e6904
Fixed Linting issues
2022-09-19 09:53:42 -07:00
ashishj
43954b9500
#3409 Fixed the truncated tags issue
2022-09-19 09:53:42 -07:00
weedySeaDragon
636ff1c868
chore: update browsers list
2022-09-19 07:19:25 +00:00
Sidharth Vinod
7bf877d820
fix jison generation
2022-09-19 12:49:24 +05:30
mmorel-35
8e3f9868eb
chore: update browsers list
2022-09-19 07:18:46 +00:00
dependabot[bot]
e83c79a169
chore(deps-dev): bump @types/lodash from 4.14.184 to 4.14.185
...
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash ) from 4.14.184 to 4.14.185.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash )
---
updated-dependencies:
- dependency-name: "@types/lodash"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-19 07:05:12 +00:00
Knut Sveidqvist
a6b83c9742
Merge pull request #3480 from aloisklink/fix/broken-cherry-pick-parsing
...
Fix broken cherry-pick parsing in gitgraph
2022-09-19 08:31:55 +02:00
Knut Sveidqvist
7635db4c1e
Merge pull request #3454 from mermaid-js/3409_Truncated_Tags
...
3409 Fix for truncated tags in GitGraph
2022-09-19 08:28:41 +02:00
Elliot Nelson
183fc35fea
Support EMPTYSTR in jison parser, add unit tests for git graph parser
2022-09-19 00:04:23 -04:00
Elliot Nelson
9cbacb0159
Use undefined to mean default tagging behavior
2022-09-18 16:25:10 -04:00
Elliot Nelson
f37ac53118
Merge remote-tracking branch 'aloisklink/fix/broken-cherry-pick-parsing' into enelson/git-cherry-pick-tag
2022-09-18 16:21:53 -04:00
Elliot Nelson
4e4b5ccf8d
feat(git): allow cherry-pick to suppress tag altogether
2022-09-18 09:22:35 -04:00
Elliot Nelson
4f96116c43
Update src/diagrams/git/parser/gitGraph.jison
...
Co-authored-by: Alois Klink <alois@aloisklink.com >
2022-09-18 08:59:47 -04:00
Alois Klink
aba458b832
fix(git): fix cherry-pick regex parsing error
...
I forgot to escape the `-` character in a regex statement.
Fixes: 1527956669
2022-09-18 07:00:55 +01:00
Alois Klink
c39a6f27d4
test(git): add basic parsing test for cherry-pick
...
Currently, cherry-pick in gitGraphs only has e2e tests,
no parsing unit tests.
2022-09-18 06:59:44 +01:00
Elliot Nelson
ae920eaa93
feat(git): cherry-pick keyword supports tag attribute
2022-09-17 23:57:32 -04:00
Alois Klink
5c8fda3891
ci(e2e-applitols): add applitools CI action
...
Adds a [`workflow_dispatch`][1] GitHub Actions CI workflow
that performs an E2E Cypress rendering test with Applitools
integration.
If the APPLITOOLS_API_KEY secret is not set, this action fallsback to
just doing a normal E2E Cypress test without Applitools support.
[1]: https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow
2022-09-17 22:34:29 +01:00
Emerson Bottero
e1f399a06a
Update integrations.md
2022-09-17 12:35:28 -03:00
Emerson Bottero
a481968ec1
Add vitepress pluin
2022-09-16 23:26:25 -03:00
Sidharth Vinod
c7ec44da09
Merge branch 'develop' into sidv/vite
...
* develop: (221 commits)
cleanup
Fix docs
Fix coverage
Fix for issues in errorhandling and class diagrams after refactoring
Replace GoogleAnalytics with Plausible
chore(deps): bump dompurify from 2.3.10 to 2.4.0 (#3444 )
chore(deps): bump stylis from 4.1.1 to 4.1.2 (#3439 )
chore(deps-dev): bump webpack-dev-server from 4.10.1 to 4.11.0 (#3450 )
fix(git): support single character branch names
Cleanup unused variables and some commented out code
Cleanup fixing som lingering issues
Remove extension
Apply suggestions from code review
ci(e2e): re-enable e2e tests
style: fix .github/workflow/e2e styling
chore: upgrade cypress to v10
fix(flowchart-v2): fix arrowMarkerAbsolute=true
test(e2e): fix most arrowMarkerAbsolute tests
text(e2e): give git tests consistent commit id
test(e2e): widen flowchart width to within 10%
...
2022-09-16 23:41:46 +05:30
Sidharth Vinod
22dbe49945
Merge branch 'develop' into sidv/esbuildFail
...
* develop:
cleanup
Fix docs
Fix coverage
Fix for issues in errorhandling and class diagrams after refactoring
Replace GoogleAnalytics with Plausible
fix(git): support single character branch names
Cleanup unused variables and some commented out code
ci(e2e): re-enable e2e tests
style: fix .github/workflow/e2e styling
chore: upgrade cypress to v10
fix(flowchart-v2): fix arrowMarkerAbsolute=true
test(e2e): fix most arrowMarkerAbsolute tests
text(e2e): give git tests consistent commit id
test(e2e): widen flowchart width to within 10%
test(e2e): fix failing xss9 test
2022-09-16 23:25:55 +05:30
Sidharth Vinod
25ed9063f2
Merge branch 'develop' into sidv/removeWebpackBabel
...
* develop: (77 commits)
cleanup
Fix docs
Fix coverage
Fix for issues in errorhandling and class diagrams after refactoring
Replace GoogleAnalytics with Plausible
chore(deps): bump dompurify from 2.3.10 to 2.4.0 (#3444 )
chore(deps): bump stylis from 4.1.1 to 4.1.2 (#3439 )
chore(deps-dev): bump webpack-dev-server from 4.10.1 to 4.11.0 (#3450 )
fix(git): support single character branch names
Cleanup unused variables and some commented out code
Cleanup fixing som lingering issues
Remove extension
Apply suggestions from code review
ci(e2e): re-enable e2e tests
style: fix .github/workflow/e2e styling
chore: upgrade cypress to v10
fix(flowchart-v2): fix arrowMarkerAbsolute=true
test(e2e): fix most arrowMarkerAbsolute tests
text(e2e): give git tests consistent commit id
test(e2e): widen flowchart width to within 10%
...
2022-09-16 23:24:17 +05:30
Alois Klink
e8eb2ab03f
Merge pull request #3459 from aloisklink/chore/update-cypress
...
Update Cypress to v10 and fix E2E errors
2022-09-16 17:32:10 +01:00
Sidharth Vinod
48fb5b3f28
Test docs:verify
2022-09-16 19:55:30 +05:30
Sidharth Vinod
27e40248ff
Cleanup docs
2022-09-16 19:39:38 +05:30
Sidharth Vinod
98506d888c
Fix lint
2022-09-16 18:45:12 +05:30
Sidharth Vinod
be7ab54a09
Fix lint
2022-09-16 18:42:15 +05:30
Sidharth Vinod
5a2ca03fff
Merge branch 'sidv/esbuild' into sidv/vitest
...
* sidv/esbuild: (115 commits)
cleanup
Fix docs
Fix coverage
Fix for issues in errorhandling and class diagrams after refactoring
Replace GoogleAnalytics with Plausible
chore(deps): bump dompurify from 2.3.10 to 2.4.0 (#3444 )
chore(deps): bump stylis from 4.1.1 to 4.1.2 (#3439 )
chore(deps-dev): bump webpack-dev-server from 4.10.1 to 4.11.0 (#3450 )
fix(git): support single character branch names
Cleanup unused variables and some commented out code
Cleanup fixing som lingering issues
Remove extension
Apply suggestions from code review
chore(deps-dev): bump eslint-plugin-jest from 27.0.1 to 27.0.4 (#3458 )
chore(deps-dev): bump @typescript-eslint/eslint-plugin (#3457 )
chore(deps-dev): bump concurrently from 7.3.0 to 7.4.0 (#3445 )
chore(deps-dev): bump @babel/preset-env from 7.18.10 to 7.19.0 (#3442 )
chore(deps-dev): bump @typescript-eslint/parser from 5.36.1 to 5.37.0 (#3451 )
chore(deps-dev): bump @babel/core from 7.18.13 to 7.19.0 (#3447 )
chore(deps-dev): bump jest-environment-jsdom from 29.0.2 to 29.0.3 (#3441 )
...
2022-09-16 18:38:22 +05:30
Knut Sveidqvist
37eb0454fd
Merge pull request #3386 from mermaid-js/sidv/esbuild
...
ESBuild
2022-09-16 15:01:39 +02:00
Sidharth Vinod
bb413d555e
cleanup
2022-09-16 18:22:46 +05:30
Sidharth Vinod
2579bf1ad9
Merge branch 'develop' into sidv/esbuild
...
* develop:
Fix docs
2022-09-16 18:16:45 +05:30
Sidharth Vinod
0605bce887
Fix docs
2022-09-16 18:12:52 +05:30
Sidharth Vinod
6452ccc220
Merge branch 'develop' into sidv/esbuild
...
* develop:
Fix for issues in errorhandling and class diagrams after refactoring
2022-09-16 18:09:39 +05:30
Sidharth Vinod
2693c9b024
Fix coverage
2022-09-16 18:09:24 +05:30
Knut Sveidqvist
38d9795191
Merge pull request #3470 from mermaid-js/fix_for_error_handling
...
Fix for issues in errorhandling and class diagrams after refactoring
2022-09-16 14:13:07 +02:00
Knut Sveidqvist
9c88c785cb
Fix for issues in errorhandling and class diagrams after refactoring
2022-09-16 14:05:15 +02:00
Sidharth Vinod
2f41013740
Merge branch 'develop' into sidv/esbuild
...
* develop:
Replace GoogleAnalytics with Plausible
fix(git): support single character branch names
Cleanup unused variables and some commented out code
Release 9.1.7
Fix for broken rendering test
Fix for issue #3428 , load the configured diagrams even when initialize has not been called.
#3395 Renabling the error graph which is rendered on error
#3395 Fix for lopp stopping at first failure
2022-09-16 17:30:07 +05:30
Knut Sveidqvist
2d9f25b163
Merge pull request #3469 from mermaid-js/sidv/mergeRelease
...
Merge release 9.1.7
2022-09-16 11:22:35 +02:00
ashishj
4c5d813e58
Fixed Linting issues
2022-09-16 09:25:22 +02:00
Knut Sveidqvist
10d9b88965
Merge pull request #3466 from mermaid-js/sidv/removeGA
...
Replace GoogleAnalytics with Plausible
2022-09-16 08:54:38 +02:00
Knut Sveidqvist
207235ea83
Merge pull request #3464 from aloisklink/fix/3463-support-single-char-branch-names
...
fix(git): support single character branch names
2022-09-16 08:53:12 +02:00
Knut Sveidqvist
97ab62514c
Merge pull request #3461 from mermaid-js/mindmap_warning
...
Cleanup unused variables and some commented out code
2022-09-16 08:44:01 +02:00
Sidharth Vinod
790922b938
Update mermaid version
2022-09-15 23:02:04 +05:30
Sidharth Vinod
08af10d439
Merge branch 'sidv/esbuild' into sidv/esbuildFail
...
* sidv/esbuild:
chore(deps): bump dompurify from 2.3.10 to 2.4.0 (#3444 )
chore(deps): bump stylis from 4.1.1 to 4.1.2 (#3439 )
chore(deps-dev): bump webpack-dev-server from 4.10.1 to 4.11.0 (#3450 )
Cleanup fixing som lingering issues
Apply suggestions from code review
chore: fix eslint warnings
chore: Turn off eslint rules in spec, demos, etc.
2022-09-15 23:01:24 +05:30
Sidharth Vinod
73d02b2582
Merge branch 'develop' into sidv/esbuild
...
* develop: (56 commits)
chore(deps): bump dompurify from 2.3.10 to 2.4.0 (#3444 )
chore(deps): bump stylis from 4.1.1 to 4.1.2 (#3439 )
chore(deps-dev): bump webpack-dev-server from 4.10.1 to 4.11.0 (#3450 )
Cleanup fixing som lingering issues
Apply suggestions from code review
chore(deps-dev): bump eslint-plugin-jest from 27.0.1 to 27.0.4 (#3458 )
chore(deps-dev): bump @typescript-eslint/eslint-plugin (#3457 )
chore(deps-dev): bump concurrently from 7.3.0 to 7.4.0 (#3445 )
chore(deps-dev): bump @babel/preset-env from 7.18.10 to 7.19.0 (#3442 )
chore(deps-dev): bump @typescript-eslint/parser from 5.36.1 to 5.37.0 (#3451 )
chore(deps-dev): bump @babel/core from 7.18.13 to 7.19.0 (#3447 )
chore(deps-dev): bump jest-environment-jsdom from 29.0.2 to 29.0.3 (#3441 )
chore(deps-dev): bump babel-jest from 29.0.2 to 29.0.3 (#3448 )
chore(deps-dev): bump eslint from 8.23.0 to 8.23.1
chore: fix eslint warnings
chore: Turn off eslint rules in spec, demos, etc.
chore(deps-dev): bump typescript from 4.8.2 to 4.8.3 (#3446 )
chore(deps): bump actions/checkout from 2 to 3 (#3449 )
change wording of console log message (use comma)
Moving out tests from mermaid.spec.js
...
2022-09-15 23:00:24 +05:30
Sidharth Vinod
5c2a45cd4d
Replace GoogleAnalytics with Plausible
2022-09-15 17:48:00 +05:30
dependabot[bot]
064c3134e5
chore(deps): bump dompurify from 2.3.10 to 2.4.0 ( #3444 )
...
Bumps [dompurify](https://github.com/cure53/DOMPurify ) from 2.3.10 to 2.4.0.
- [Release notes](https://github.com/cure53/DOMPurify/releases )
- [Commits](https://github.com/cure53/DOMPurify/compare/2.3.10...2.4.0 )
---
updated-dependencies:
- dependency-name: dompurify
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-15 07:42:28 +02:00
dependabot[bot]
6340c157e8
chore(deps): bump stylis from 4.1.1 to 4.1.2 ( #3439 )
...
Bumps [stylis](https://github.com/thysultan/stylis.js ) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/thysultan/stylis.js/releases )
- [Commits](https://github.com/thysultan/stylis.js/compare/v4.1.1...v4.1.2 )
---
updated-dependencies:
- dependency-name: stylis
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-15 07:42:13 +02:00
dependabot[bot]
e9239f83e9
chore(deps-dev): bump webpack-dev-server from 4.10.1 to 4.11.0 ( #3450 )
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 4.10.1 to 4.11.0.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases )
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v4.10.1...v4.11.0 )
---
updated-dependencies:
- dependency-name: webpack-dev-server
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Tested-by: Alois Klink <19716675+aloisklink@users.noreply.github.com >
2022-09-15 01:55:27 +01:00
Alois Klink
59c69600e8
fix(git): support single character branch names
...
In gitGraph, add support branch names that only have a single
character.
The branch regex is checking for a starting character, and an
ending character, so it currently needs at least two characters.
I've wrapped everything except the first character in a `()?` to fix
this.
There are some really complicated regexes that do match what
valid git branches are (see https://stackoverflow.com/a/12093994 ), but
I'm reluctant to add them in, since it will be a pain to test all
the different edgecases.
Hopefully https://github.com/mermaid-js/mermaid/pull/3432 might be used
in the future to make a better gitgraph parser!
2022-09-15 01:05:11 +01:00
Knut Sveidqvist
0ec7e006ec
Cleanup unused variables and some commented out code
2022-09-14 11:11:51 +02:00
Sidharth Vinod
811f838a2d
Fix ports
2022-09-14 14:33:38 +05:30
Knut Sveidqvist
9acdc0bc2e
Cleanup fixing som lingering issues
2022-09-14 10:58:59 +02:00
Knut Sveidqvist
ac788a7e7d
Merge pull request #3453 from mermaid-js/sidv/cleanup
...
Cleanup & fix eslint warnings
2022-09-14 10:35:16 +02:00
Sidharth Vinod
b4af820ed1
Fix mjs resolution
2022-09-14 12:04:22 +05:30
Sidharth Vinod
ac629c91d6
Fix import errors
2022-09-14 12:01:47 +05:30
Sidharth Vinod
bb413e0022
Merge branch 'sidv/esbuild' into sidv/esbuildFail
...
* sidv/esbuild:
Remove extension
2022-09-14 11:36:20 +05:30
Sidharth Vinod
a7fa40ecda
Remove extension
2022-09-14 11:35:49 +05:30
Sidharth Vinod
d83c9f5a70
Merge branch 'sidv/mergeRelease' into sidv/esbuildFail
...
* sidv/mergeRelease:
chore(deps-dev): bump eslint-plugin-jest from 27.0.1 to 27.0.4 (#3458 )
chore(deps-dev): bump @typescript-eslint/eslint-plugin (#3457 )
chore(deps-dev): bump concurrently from 7.3.0 to 7.4.0 (#3445 )
chore(deps-dev): bump @babel/preset-env from 7.18.10 to 7.19.0 (#3442 )
chore(deps-dev): bump @typescript-eslint/parser from 5.36.1 to 5.37.0 (#3451 )
chore(deps-dev): bump @babel/core from 7.18.13 to 7.19.0 (#3447 )
chore(deps-dev): bump jest-environment-jsdom from 29.0.2 to 29.0.3 (#3441 )
chore(deps-dev): bump babel-jest from 29.0.2 to 29.0.3 (#3448 )
chore(deps-dev): bump eslint from 8.23.0 to 8.23.1
Release 9.1.7
Fix for broken rendering test
Fix for issue #3428 , load the configured diagrams even when initialize has not been called.
2022-09-14 11:14:23 +05:30
Sidharth Vinod
539ee49594
Merge remote-tracking branch 'origin/release/9.1.7' into sidv/mergeRelease
...
* origin/release/9.1.7:
Release 9.1.7
Fix for broken rendering test
Fix for issue #3428 , load the configured diagrams even when initialize has not been called.
2022-09-14 11:11:12 +05:30
Sidharth Vinod
3dff5a90f1
Apply suggestions from code review
...
Co-authored-by: Alois Klink <alois@aloisklink.com >
2022-09-14 09:02:34 +05:30
Alois Klink
20d22a6468
ci(e2e): re-enable e2e tests
...
I've removed the coverage upload bit, since although the
[@cypress/code-coverage][1] plugin is pretty easy to setup,
it requires babel, which we're about to remove and replace
with ESBuild.
2022-09-14 04:15:52 +01:00
Alois Klink
c5033b92b4
style: fix .github/workflow/e2e styling
...
Uses prettier to fix e2e style issues.
2022-09-14 04:15:52 +01:00
Alois Klink
625ec813b9
chore: upgrade cypress to v10
...
Cypress v10 had some minor breaking changes,
(e.g. the cypress/plugins folder dissapeared)
so I had to change some things.
It looks like the Cypress was previously reverted in [dee9cfe
][1],
due to applitools not working properly,
but I think my changes fix this, so it should be okay.
[1]: dee9cfea85
2022-09-14 04:15:52 +01:00
Alois Klink
595f7680e9
fix(flowchart-v2): fix arrowMarkerAbsolute=true
...
The if-check for arrowMarkerAbsolute in the flowchart-v2 code is in
dagre-wrapper. Unfortunately, I can't seem to find a way to find the
local conf (e.g. the one set via `flowRenderer.setConf()`, so instead
I'm using global mermaid config from `src/config`.
Flowchart v1 arrowMarkerAbsolute=true is still broken, but I'm not
really sure how to fix that.
2022-09-14 04:15:52 +01:00
Alois Klink
6e7037bafd
test(e2e): fix most arrowMarkerAbsolute tests
...
The arrows between flowcharts do not have the class edgePath.
Instead, I'm loading all `<path>`s within the `<g class='edgePaths'>`
2022-09-14 04:15:52 +01:00
Alois Klink
a25c9a30d0
text(e2e): give git tests consistent commit id
...
gitGraph render tests are currently using random commit ids,
which causes visual regression tests to fail.
I couldn't find a way to make the random commit IDs consistent
(JavaScript/Cypress doesn't seem to have a random.seed() function),
so I've just hardcoded all the commit ids.
2022-09-14 04:15:52 +01:00
Alois Klink
05b8a6e77f
test(e2e): widen flowchart width to within 10%
...
Widen flowchart width acceptable values to within 10% of 300px.
On my local environment, I'm getting 283px, which is 5.5% of 300px.
2022-09-14 04:15:52 +01:00
Alois Klink
f05c790248
test(e2e): fix failing xss9 test
...
Fixes xx9 test to continue running even if JavaScript throws an
exception.
2022-09-14 04:15:52 +01:00
dependabot[bot]
5c51ce1393
chore(deps-dev): bump eslint-plugin-jest from 27.0.1 to 27.0.4 ( #3458 )
2022-09-13 20:59:12 +00:00
dependabot[bot]
13809b5025
chore(deps-dev): bump @typescript-eslint/eslint-plugin ( #3457 )
2022-09-13 20:51:35 +00:00
dependabot[bot]
3cc898ca4c
chore(deps-dev): bump concurrently from 7.3.0 to 7.4.0 ( #3445 )
2022-09-13 20:49:43 +00:00
dependabot[bot]
9394abce22
chore(deps-dev): bump @babel/preset-env from 7.18.10 to 7.19.0 ( #3442 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.18.10 to 7.19.0.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.19.0/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-13 21:45:25 +01:00
dependabot[bot]
6312eb9dcf
chore(deps-dev): bump @typescript-eslint/parser from 5.36.1 to 5.37.0 ( #3451 )
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 5.36.1 to 5.37.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.37.0/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-13 21:39:53 +01:00
dependabot[bot]
c636b873e9
chore(deps-dev): bump @babel/core from 7.18.13 to 7.19.0 ( #3447 )
2022-09-13 18:42:54 +00:00
dependabot[bot]
ff971c8300
chore(deps-dev): bump jest-environment-jsdom from 29.0.2 to 29.0.3 ( #3441 )
...
Bumps [jest-environment-jsdom](https://github.com/facebook/jest/tree/HEAD/packages/jest-environment-jsdom ) from 29.0.2 to 29.0.3.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v29.0.3/packages/jest-environment-jsdom )
---
updated-dependencies:
- dependency-name: jest-environment-jsdom
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-13 19:19:54 +01:00
dependabot[bot]
0c0d37efb2
chore(deps-dev): bump babel-jest from 29.0.2 to 29.0.3 ( #3448 )
...
Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest ) from 29.0.2 to 29.0.3.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v29.0.3/packages/babel-jest )
---
updated-dependencies:
- dependency-name: babel-jest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-13 19:17:49 +01:00
dependabot[bot]
39081b6bfb
chore(deps-dev): bump eslint from 8.23.0 to 8.23.1
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.23.0 to 8.23.1.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.23.0...v8.23.1 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-13 19:12:12 +01:00
Knut Sveidqvist
0c0468123f
Release 9.1.7
2022-09-13 19:55:34 +02:00
ashishj
50da58afe0
Fix for broken rendering test
2022-09-13 19:18:12 +02:00
ashishj
8c4808a681
#3409 Clean up dead code
2022-09-13 18:27:25 +02:00
ashishj
d60ce53e05
#3409 Fixed the truncated tags issue
2022-09-13 18:23:24 +02:00
Sidharth Vinod
4fc4d71350
chore: fix eslint warnings
2022-09-13 21:39:58 +05:30
Sidharth Vinod
b5dcb4f345
chore: Turn off eslint rules in spec, demos, etc.
2022-09-13 21:39:19 +05:30
Sidharth Vinod
a7f0b2ba21
Merge branch 'develop' into sidv/esbuildFail
...
* develop: (40 commits)
chore(deps-dev): bump typescript from 4.8.2 to 4.8.3 (#3446 )
chore(deps): bump actions/checkout from 2 to 3 (#3449 )
change wording of console log message (use comma)
Moving out tests from mermaid.spec.js
Fix for issue with setting the loglevel via numbers
chore: update browsers list
Limiting the interaction between the mermaid diagram and Mermaid to the diagramAPI
Fix for broken tests
chore(docs): Remove edit this page
fix(git): support unusual prefixes in branch name
formatting
eslint fixes
Creating detectors and moving out diagram specific code from the diagramAPI
add eslint-disable no-console for file
fix: Run precommit hook for doc.mts changes too
chore: Updated doc files
fix: Formatting issue
(formatting only) sort imports just to force a new CI lint check
ci: re-enable coveralls coverage upload
build(dev-deps): remove unused `coveralls`
...
2022-09-13 15:59:18 +05:30
Sidharth Vinod
c5bba0b153
fix: conflict
2022-09-13 15:57:42 +05:30
Sidharth Vinod
94868e48cb
ESM test
2022-09-13 12:46:29 +05:30
Sidharth Vinod
e7ac2368c3
Add local jison linting
2022-09-13 12:46:14 +05:30
Sidharth Vinod
bbaf2c2f20
chore: cleanup
2022-09-13 11:32:39 +05:30
Sidharth Vinod
ecd175dd38
chore: Remove webpack & babel dependencies
2022-09-13 11:31:42 +05:30
Sidharth Vinod
5434cfc89d
feat: Remove webpack
2022-09-13 11:26:44 +05:30
Sidharth Vinod
a87abc00c6
Add diagramAPI to outfile
2022-09-13 11:25:14 +05:30
dependabot[bot]
3d32280c49
chore(deps-dev): bump typescript from 4.8.2 to 4.8.3 ( #3446 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.8.2 to 4.8.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.8.2...v4.8.3 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-12 19:30:43 +02:00
dependabot[bot]
07638f5505
chore(deps): bump actions/checkout from 2 to 3 ( #3449 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-12 19:27:45 +02:00
Knut Sveidqvist
73620ebee9
Merge pull request #3431 from aloisklink/other/re-enable-coverage
...
Re-enable coverage upload to coveralls
2022-09-12 19:04:54 +02:00
Sidharth Vinod
8b534440a0
Merge pull request #3420 from weedySeaDragon/docs/3418_auto_generated_comment_html_files
...
Docs: add '..auto generated..' to .html documentation files
2022-09-12 21:52:40 +05:30
Ashley Engelund
7f56112f8e
change wording of console log message (use comma)
...
Co-authored-by: Sidharth Vinod <sidharthv96@gmail.com >
2022-09-12 09:17:40 -07:00
Knut Sveidqvist
0edc2751f3
Merge pull request #3436 from mermaid-js/3061_decoupling
...
Creating detectors and moving out diagram specific code from the diag…
2022-09-12 12:56:55 +02:00
Knut Sveidqvist
06365faef3
Moving out tests from mermaid.spec.js
2022-09-12 11:24:58 +02:00
Knut Sveidqvist
885e69c809
Fix for issue with setting the loglevel via numbers
2022-09-12 10:53:45 +02:00
Knut Sveidqvist
9ef50d7a93
Merge branch 'develop' into 3061_decoupling
2022-09-12 10:47:45 +02:00
mmorel-35
ca5fbb7fa8
chore: update browsers list
2022-09-12 07:20:57 +00:00
Knut Sveidqvist
7a8a9ca5b0
Merge pull request #3438 from aloisklink/fix/3362_support-branch-names-that-start-with-branch
...
fix(git): support unusual prefixes in branch name
2022-09-12 08:55:19 +02:00
Knut Sveidqvist
9e5e7b31e9
Limiting the interaction between the mermaid diagram and Mermaid to the diagramAPI
2022-09-12 08:51:52 +02:00
Sidharth Vinod
d8735060dc
Disable minimization on non min
files.
2022-09-12 11:55:40 +05:30
Sidharth Vinod
681f4bb803
Keep webpack as default build option
2022-09-12 11:41:50 +05:30
Sidharth Vinod
e740325d84
Unify webpack build
2022-09-12 11:41:26 +05:30
Knut Sveidqvist
213309f5e2
Fix for broken tests
2022-09-12 07:41:56 +02:00
Sidharth Vinod
a3bda3c559
Merge pull request #3437 from aloisklink/esbuild-backwards-compatible-core-js
...
Esbuild: backwards-compatible `mermaid.core.mjs`
2022-09-12 10:55:38 +05:30
Sidharth Vinod
bfa69aa084
chore(docs): Remove edit this page
2022-09-12 10:55:13 +05:30
Alois Klink
3f76eb0ac2
docs: update mermaid.core.*
JSDoc
...
Fix typo and add that `mermaid.core.*` is compatible with Vite.
2022-09-12 06:21:57 +01:00
Sidharth Vinod
0e504f30b9
Merge branch 'develop' into sidv/esbuild
...
* develop:
Suppress errors
Introduce stricter linting
Introduce stricter linting
2022-09-12 09:49:31 +05:30
Alois Klink
1527956669
fix(git): support unusual prefixes in branch name
...
jison throws an error if a branch name starts with an unusual prefix.
For example, a branch named `branch/test-branch` will throw a
parse error, since jison thinks it's a `branch` command, and not
a branch id.
An easy fix is to use the `(?=\s|$)` regex to ensure that only
'branch ' or 'branch\n' will be parsed as the branch command.
Fixes: https://github.com/mermaid-js/mermaid/issues/3362
2022-09-11 22:52:02 +01:00
Ashley Engelund (weedySeaDragon @ github)
9cc7da09fc
formatting
2022-09-11 14:10:34 -07:00
Alois Klink
5554725f63
build: change package export to mermaid.core.mjs
...
`mermaid.core.mjs` should be the default export.
This is because it does not bundle `node_modules/`, allowing users of
mermaid to bundle dependencies themselves,
using Webpack/ESBuild/others.
2022-09-11 21:56:32 +01:00
Alois Klink
37aaca0090
build: convert core build to unbundled ESM
...
The `mermaid.core.js` build was previously a UMD build that did not
have `node_modules` bundled.
This was designed for users to add `mermaid` to their own apps,
then bundle with Webpack/ESBuild.
Hence the bundle test in `cypress/platform/bundle-test.js`.
As ESBuild does not support UMD, I've switched the `mermaid.core.js`
to instead use ESM, as Mermaid now requires ESM
(due to d3 requiring ESM). All modern bundlers also support ESM.
2022-09-11 21:56:30 +01:00
Alois Klink
48a899f7a9
build: remove main function from .jison
files
...
When converting a `.jison` file into a CommonJS module,
jison by default adds a main() function that calls `require("fs");`
Even though the main function is never used in the browser,
because `fs` is a Node.JS only module, this causes some esbuild issues.
To disable this, we can just set an empty main to the jison generator.
2022-09-11 21:56:26 +01:00
Ashley Engelund (weedySeaDragon @ github)
6ad9208119
eslint fixes
2022-09-11 11:37:23 -07:00
Knut Sveidqvist
fc9d22562b
Creating detectors and moving out diagram specific code from the diagramAPI
2022-09-10 15:53:50 +02:00
Ashley Engelund (weedySeaDragon @ github)
ad56a22277
Merge remote-tracking branch 'MERMAID/develop' into docs/3418_auto_generated_comment_html_files
...
# Conflicts:
# src/docs.mts
2022-09-09 18:48:21 -07:00
Ashley Engelund (weedySeaDragon @ github)
8ca91d6303
add eslint-disable no-console for file
2022-09-09 18:32:26 -07:00
Sidharth Vinod
9d0901801b
Suppress errors
2022-09-09 18:26:57 +05:30
Knut Sveidqvist
f63acea34a
Merge pull request #3393 from mermaid-js/sidv/typescript
...
Introduce stricter typescript linting
2022-09-09 14:51:33 +02:00
Sidharth Vinod
5a1e3ed5c6
Merge branch 'develop' into sidv/typescript
...
* develop: (67 commits)
fix: Tsconfig
Update prettier
chore: Run postbuild with prepare
(formatting) prettier fix
Removed warnings in the grammar oand some console logging
ci: lint .jison files for any console.log()
fix JSDOC @param, @returns; fixed a few minor typos in comments
unmangle sentence about doc changes committed and showing up on docsify site
change references from /docs to /src/docs; rework doc section in CONTRIBUTING
Update after lint comments
Regenerate the directive docs as I changed them
chore(deps-dev): bump typescript from 4.7.4 to 4.8.2
Update duplicate copy pasted directive description
chore(deps-dev): bump @types/dompurify from 2.3.3 to 2.3.4
chore(deps-dev): bump jest-environment-jsdom from 29.0.1 to 29.0.2
chore(deps-dev): bump babel-jest from 29.0.1 to 29.0.2
Lint fixes
Removing requirement to add ids for nodes with a shape
#3336 Merged typescript changes
Merged typescript changes
...
2022-09-09 18:12:41 +05:30
Sidharth Vinod
5148acb20f
Specify iife
format
2022-09-09 17:49:11 +05:30
Sidharth Vinod
c8d3c3ac4f
Correct name umd
-> iife
2022-09-09 17:48:09 +05:30
Sidharth Vinod
1029ce4527
fix: Add .core
build.
2022-09-09 17:32:13 +05:30
Knut Sveidqvist
0f56c9a85d
Fix for issue #3428 , load the configured diagrams even when initialize has not been called.
2022-09-09 13:37:37 +02:00
Knut Sveidqvist
ffcb73ad5f
Merge pull request #3434 from mermaid-js/sidv/memoize
...
Fix memoize
2022-09-09 13:34:31 +02:00
Sidharth Vinod
d2e7b1e56f
fix: Support treeshaking
2022-09-09 16:58:48 +05:30
Sidharth Vinod
b1770d3d06
Merge branch 'sidv/esbuild' into sidv/memoize
...
* sidv/esbuild:
2022-09-09 16:37:29 +05:30
Sidharth Vinod
8e2287a86d
Merge branch 'develop' into sidv/esbuild
...
* develop: (22 commits)
fix: Tsconfig
ci: lint .jison files for any console.log()
refactor: remove `console.log` in c4Diagram.jison
style: forbid using `console` in mermaid src code
Add tests for other boundary properties
Add first test for Boundary
Test all different types of systems
Introduce shape list in test
Add tests for C4 System
Make test grouping more explicit
Copy tests from Person to PersonExt
Add test for link to Person_Ext
Add question on Person_Ext
Add test for structure of Person_Ext
Add test for alias
Add test for label
Add test for description
Add test for $tags
Add test for $link
Add test for $sprite
...
2022-09-09 16:36:46 +05:30
Sidharth Vinod
5aae45dc97
fix: Use lodash memoize
2022-09-09 16:34:57 +05:30
Sidharth Vinod
1c6328cc1b
Merge branch 'develop' into sidv/memoize
...
* develop: (22 commits)
fix: Tsconfig
ci: lint .jison files for any console.log()
refactor: remove `console.log` in c4Diagram.jison
style: forbid using `console` in mermaid src code
Add tests for other boundary properties
Add first test for Boundary
Test all different types of systems
Introduce shape list in test
Add tests for C4 System
Make test grouping more explicit
Copy tests from Person to PersonExt
Add test for link to Person_Ext
Add question on Person_Ext
Add test for structure of Person_Ext
Add test for alias
Add test for label
Add test for description
Add test for $tags
Add test for $link
Add test for $sprite
...
2022-09-09 16:02:37 +05:30
Sidharth Vinod
8a476f882d
Remove native memoize
2022-09-09 16:02:26 +05:30
Knut Sveidqvist
d78adc6fb9
Merge pull request #3367 from dbartholomae/add_tests_for_C4_system_context_macros
...
Add tests for C4 system context macros
2022-09-09 09:35:51 +02:00
Sidharth Vinod
2611a430b9
Merge pull request #3405 from aloisklink/other/3339_forbid-console-in-src-code
...
style: forbid using `console` in mermaid src code
2022-09-09 08:32:55 +05:30
Sidharth Vinod
f8eaccb4c1
fix: Run precommit hook for doc.mts changes too
2022-09-08 21:54:51 +05:30
Sidharth Vinod
b0559df903
chore: Updated doc files
2022-09-08 21:52:41 +05:30
Sidharth Vinod
2826bf6823
fix: Formatting issue
2022-09-08 21:51:42 +05:30
Ashley Engelund (weedySeaDragon @ github)
9acf63f7d6
(formatting only) sort imports just to force a new CI lint check
2022-09-08 07:44:36 -07:00
Alois Klink
5d72585705
ci: re-enable coveralls coverage upload
...
Reverts commits:
- Disabling coveralls temporarilly
aedf066337
- Tmo disabling of coveralls
a6b4cb24b8
I'm not 100% sure whether the `parallel` option is needed,
but I've left it disabled for now, since it'd would mean that we need
to merge both the `test.yml` and the `e2e.yml` file together.
2022-09-08 04:03:57 +01:00
Alois Klink
b760e717d0
build(dev-deps): remove unused coveralls
...
This devDependency is currently unused, and seems to have been unused
for a while.
2022-09-08 03:39:27 +01:00
Alois Klink
fe8f52fb1b
test: disable coverage for .jison
files
...
Coverage for `.jison` files doesn't make sense, since most of the
created JS lines are auto-generated.
If jison ever adds a source-map feature, we can renable coverage for
jison.
2022-09-08 03:35:50 +01:00
Ashley Engelund (weedySeaDragon @ github)
fd567f833e
(minor) clarify var names (file -> filename); comments
2022-09-07 14:15:54 -07:00
Ashley Engelund (weedySeaDragon @ github)
6376c9ae43
switch order of params so the last one can be omitted
2022-09-07 14:15:09 -07:00
Ashley Engelund (weedySeaDragon @ github)
48b0076ea5
Merge remote-tracking branch 'MERMAID/develop' into docs/3418_auto_generated_comment_html_files
2022-09-07 14:04:56 -07:00
Sidharth Vinod
a800cb6fe6
Update prettier
2022-09-07 14:04:35 -07:00
Sidharth Vinod
5f81e3d5ed
chore: Run postbuild with prepare
...
As postbuild was not running with prepare, PR that updated `documentation` package was green, although it should've failed.
2022-09-07 14:04:35 -07:00
Ashley Engelund (weedySeaDragon @ github)
e690da638d
(formatting) prettier fix
2022-09-07 14:04:35 -07:00
Ashley Engelund (weedySeaDragon @ github)
be28160a4a
unmangle sentence about doc changes committed and showing up on docsify site
2022-09-07 14:04:35 -07:00
Ashley Engelund (weedySeaDragon @ github)
d18624bbe9
change references from /docs to /src/docs; rework doc section in CONTRIBUTING
2022-09-07 14:04:35 -07:00
Ashley Engelund (weedySeaDragon @ github)
7fe8f260fc
minor cleanup, clarify var names, add @todos
2022-09-07 14:04:35 -07:00
Ashley Engelund (weedySeaDragon @ github)
73abcd869c
fix: also check other files
2022-09-07 14:04:35 -07:00
Ashley Engelund (weedySeaDragon @ github)
d0074356e9
fix: cannot use __dirname with .mts and latest Node
2022-09-07 14:04:35 -07:00
Alois Klink
6e81ee9d97
Merge branch 'develop' into other/3339_forbid-console-in-src-code
...
Fixes merge conflict in:
- .eslintrc.json due to 6167eda6b6
- lint.yml due to 5674f8e675
2022-09-07 21:00:42 +01:00
Sidharth Vinod
3986f48199
fix: Tsconfig
2022-09-08 00:34:52 +05:30
Ashley Engelund (weedySeaDragon @ github)
c6ce5a80fa
fix: pass in doCopy param
2022-09-07 11:00:59 -07:00
Sidharth Vinod
056d5200c6
Fix postbuild
2022-09-07 21:06:35 +05:30
Ashley Engelund (weedySeaDragon @ github)
411d641aa2
simplfy method to copy transformation to /docs; extract logging
...
Extract the logging so that it if later we want to turn it on/off with a --verbose flag
2022-09-07 08:35:51 -07:00
Sidharth Vinod
86cbf85358
Merge branch 'develop' into sidv/esbuild
...
* develop:
Update prettier
chore: Run postbuild with prepare
(formatting) prettier fix
Removed warnings in the grammar oand some console logging
unmangle sentence about doc changes committed and showing up on docsify site
change references from /docs to /src/docs; rework doc section in CONTRIBUTING
2022-09-07 21:03:07 +05:30
Ashley Engelund (weedySeaDragon @ github)
a878edfb9b
add and use constants; DRY glob patterns in main
2022-09-07 08:32:52 -07:00
Ashley Engelund (weedySeaDragon @ github)
1a0fe0abf6
(comments only) reword main docblock; clarify other comments; grammar etc. fixes
2022-09-07 08:30:13 -07:00
Sidharth Vinod
e310af7673
Update prettier
2022-09-07 20:54:19 +05:30
Sidharth Vinod
bb2002fce2
chore: Run postbuild with prepare
...
As postbuild was not running with prepare, PR that updated `documentation` package was green, although it should've failed.
2022-09-07 20:51:46 +05:30
Sidharth Vinod
24bd55c360
Merge pull request #3419 from weedySeaDragon/docs/bug-3417-change_src_docs_only
...
Docs/bug 3417
2022-09-07 20:41:57 +05:30
Ashley Engelund (weedySeaDragon @ github)
b534a5c2ff
Merge remote-tracking branch 'MERMAID/develop' into docs/3418_auto_generated_comment_html_files
2022-09-07 06:52:02 -07:00
Ashley Engelund (weedySeaDragon @ github)
04a25092f4
(formatting) prettier fix
2022-09-07 06:40:26 -07:00
Ashley Engelund (weedySeaDragon @ github)
b7cf7beb22
Merge remote-tracking branch 'MERMAID/develop' into docs/bug-3417-change_src_docs_only
2022-09-07 06:36:13 -07:00
Sidharth Vinod
407927c8ec
Fix test
2022-09-07 18:04:43 +05:30
Knut Sveidqvist
c50a7533f6
Removed warnings in the grammar oand some console logging
2022-09-07 12:38:26 +02:00
Sidharth Vinod
5905787bea
Fix tsconfig
2022-09-07 13:43:29 +05:30
Sidharth Vinod
a61d95a005
Add doc
2022-09-07 13:42:39 +05:30
Sidharth Vinod
18201d326c
Fix formatting
2022-09-07 13:39:36 +05:30
Sidharth Vinod
c7ba253e7c
Cleanup
2022-09-07 13:34:56 +05:30
Sidharth Vinod
f27dff2186
Trim down vite config
2022-09-07 12:52:48 +05:30
Sidharth Vinod
0ee0862fae
Add coverage
2022-09-07 12:47:39 +05:30
Sidharth Vinod
d2df7173e3
Merge branch 'sidv/esbuild' into sidv/vitest
...
* sidv/esbuild:
Fix doc formatting
Fix mermaidAPI mock
2022-09-07 12:06:51 +05:30
Sidharth Vinod
a61c17c1a9
Fix doc formatting
2022-09-07 12:02:59 +05:30
Sidharth Vinod
853b676d48
Merge branch 'develop' into sidv/esbuild
...
* develop: (37 commits)
fix JSDOC @param, @returns; fixed a few minor typos in comments
Update after lint comments
Regenerate the directive docs as I changed them
chore(deps-dev): bump typescript from 4.7.4 to 4.8.2
Update duplicate copy pasted directive description
chore(deps-dev): bump babel-jest from 29.0.1 to 29.0.2
Lint fixes
Removing requirement to add ids for nodes with a shape
Merged typescript changes
Updated with cloud and bang shapes
Adding cloud and bang shapes
fix(git): support numeric branch names
Fix for unit tests after refactoring
Documenting classes and icons
Startingpoint for the documentation
Some theming/styling fixes
Adding some rendering tests
...
2022-09-07 11:57:33 +05:30
Sidharth Vinod
51dbdb933c
Fix mermaidAPI mock
...
Co-authored-by: Alois Klink <alois@aloisklink.com >
2022-09-07 11:56:31 +05:30
Sidharth Vinod
766e111ac1
Fix mindmap import
2022-09-07 11:27:20 +05:30
Sidharth Vinod
004ea9872b
Merge branch 'develop' into sidv/vitest
...
* develop: (37 commits)
fix JSDOC @param, @returns; fixed a few minor typos in comments
Update after lint comments
Regenerate the directive docs as I changed them
chore(deps-dev): bump typescript from 4.7.4 to 4.8.2
Update duplicate copy pasted directive description
chore(deps-dev): bump babel-jest from 29.0.1 to 29.0.2
Lint fixes
Removing requirement to add ids for nodes with a shape
Merged typescript changes
Updated with cloud and bang shapes
Adding cloud and bang shapes
fix(git): support numeric branch names
Fix for unit tests after refactoring
Documenting classes and icons
Startingpoint for the documentation
Some theming/styling fixes
Adding some rendering tests
...
2022-09-07 11:25:39 +05:30
Sidharth Vinod
bf4607cf08
test: Migrate to vitest from jest
2022-09-07 11:24:40 +05:30
Sidharth Vinod
3a179170bb
Surface jison
errors
...
Co-authored-by: Alois Klink <alois@aloisklink.com >
2022-09-06 20:23:46 +05:30
Sidharth Vinod
c0dd6f9e35
Merge pull request #3422 from weedySeaDragon/chore/3421_fix_jsdoc_lint_errors
...
chore: fix JSDOC @param, @returns lint errors
2022-09-06 15:16:45 +05:30
Ashley Engelund (weedySeaDragon @ github)
0832b24d66
use single quotes; use const instead of let (2); use const instead of function
2022-09-05 23:43:57 -07:00
Knut Sveidqvist
97ed63de5a
Merge pull request #3392 from aloisklink/fix/3347_support_branch_names_that_start_with_numbers
...
fix(git): support numeric branch names
2022-09-06 06:49:53 +02:00
Alois Klink
22d20cc76e
ci: lint .jison files for any console.log()
...
Converts the *.jison files into .js, then lints them using just
the `no-console` rule.
To keep things simple, I've just made this run only on CI.
If we want to do more complex linting on `*.jison` files, it might
be worth making an `eslint-plugin-jison`, so that we can directly
parse jison in ESLint.
2022-09-06 04:29:09 +01:00
Ashley Engelund (weedySeaDragon @ github)
91363f7aed
fix JSDOC @param, @returns; fixed a few minor typos in comments
2022-09-05 19:45:33 -07:00
Ashley Engelund (weedySeaDragon @ github)
6554a41f6d
transform HTML (insert comment); add console msgs and clarify; add file doc
2022-09-05 18:39:36 -07:00
Ashley Engelund (weedySeaDragon @ github)
d38f0e9e03
adjust console log message if only verifying, if copied actually happened
2022-09-05 18:36:17 -07:00
Ashley Engelund (weedySeaDragon @ github)
703b7eb91d
rename vars so intent is clearer, add doc, use constants
2022-09-05 18:33:17 -07:00
Ashley Engelund (weedySeaDragon @ github)
0c85e8ee53
eslint (mostly use double quotes)
2022-09-05 18:27:58 -07:00
Ashley Engelund (weedySeaDragon @ github)
aa42aabb30
unmangle sentence about doc changes committed and showing up on docsify site
2022-09-05 17:01:03 -07:00
Ashley Engelund (weedySeaDragon @ github)
0780668239
change references from /docs to /src/docs; rework doc section in CONTRIBUTING
2022-09-05 16:54:31 -07:00
Ashish Jain
7e68e06a3a
Merge pull request #3410 from mermaid-js/minmaps
...
Mindmaps
2022-09-05 20:54:00 +02:00
Knut Sveidqvist
030cbb1acb
Update after lint comments
2022-09-05 20:40:12 +02:00
Knut Sveidqvist
1ccd3183c4
Merge branch 'develop' into minmaps
2022-09-05 20:14:23 +02:00
Sidharth Vinod
5a44b7341c
Merge pull request #3412 from mermaid-js/dependabot/npm_and_yarn/develop/babel-jest-29.0.2
...
chore(deps-dev): bump babel-jest from 29.0.1 to 29.0.2
2022-09-05 23:41:37 +05:30
Sidharth Vinod
bd5933a65b
Merge pull request #3415 from mrmanc/feature/fix_directive_docs_copy_paste
...
Update duplicate copy pasted directive description
2022-09-05 23:35:06 +05:30
Sidharth Vinod
7b60ac1735
Merge pull request #3411 from mermaid-js/dependabot/npm_and_yarn/develop/typescript-4.8.2
...
chore(deps-dev): bump typescript from 4.7.4 to 4.8.2
2022-09-05 23:33:24 +05:30
Mark Crossfield
0aacc67b7a
Regenerate the directive docs as I changed them
2022-09-05 17:58:04 +01:00
dependabot[bot]
4d523112d4
chore(deps-dev): bump typescript from 4.7.4 to 4.8.2
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.7.4 to 4.8.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.7.4...v4.8.2 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-05 16:50:16 +00:00
Sidharth Vinod
a0fa8df0f1
Merge branch 'develop' into sidv/esbuild
...
* develop:
chore(deps-dev): bump @types/dompurify from 2.3.3 to 2.3.4
chore(deps-dev): bump jest-environment-jsdom from 29.0.1 to 29.0.2
2022-09-05 22:07:37 +05:30
Mark Crossfield
818195f2e4
Update duplicate copy pasted directive description
...
Looked like the description for changing the theme via a directive had been copied to a couple of other use cases.
2022-09-05 17:24:34 +01:00
Sidharth Vinod
8020ab9f78
Merge pull request #3413 from mermaid-js/dependabot/npm_and_yarn/develop/jest-environment-jsdom-29.0.2
...
chore(deps-dev): bump jest-environment-jsdom from 29.0.1 to 29.0.2
2022-09-05 21:35:18 +05:30
Sidharth Vinod
3e2ca5fe54
Merge pull request #3414 from mermaid-js/dependabot/npm_and_yarn/develop/types/dompurify-2.3.4
...
chore(deps-dev): bump @types/dompurify from 2.3.3 to 2.3.4
2022-09-05 21:08:59 +05:30
Sidharth Vinod
f9bf53551f
Merge branch 'develop' into sidv/esbuild
...
* develop: (50 commits)
Build docs
chore: update browsers list
Fix pre
Fix mermaid code formatting in html
Prettier pass
Fix XSS htmls
fix #3407 Replace `div` with `pre` and format
Add change in `src/docs`
Fix lint issue
build: run `build:prod` on `yarn prepare`
Build documentation
Fix typo
Fix typo in documentation
Fix doc
Add files only when running from lint-staged
Add files only when running from lint-staged
Fix configuration doc
Prettier Pass
Add dotfiles
Prettier
...
2022-09-05 20:31:44 +05:30
Sidharth Vinod
d898b8a7e7
Merge branch 'develop' into sidv/typescript
...
* develop: (50 commits)
Build docs
chore: update browsers list
Fix pre
Fix mermaid code formatting in html
Prettier pass
Fix XSS htmls
fix #3407 Replace `div` with `pre` and format
Add change in `src/docs`
Fix lint issue
build: run `build:prod` on `yarn prepare`
Build documentation
Fix typo
Fix typo in documentation
Fix doc
Add files only when running from lint-staged
Add files only when running from lint-staged
Fix configuration doc
Prettier Pass
Add dotfiles
Prettier
...
2022-09-05 20:17:59 +05:30
Knut Sveidqvist
579dbc8f63
Merge pull request #3401 from mermaid-js/sidv/docs
...
Auto transform `mermaid-example` in docs.
2022-09-05 16:35:55 +02:00
Sidharth Vinod
5ae1bd92cd
Build docs
2022-09-05 19:48:38 +05:30
dependabot[bot]
41e1001050
chore(deps-dev): bump @types/dompurify from 2.3.3 to 2.3.4
...
Bumps [@types/dompurify](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dompurify ) from 2.3.3 to 2.3.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/dompurify )
---
updated-dependencies:
- dependency-name: "@types/dompurify"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-05 14:15:32 +00:00
dependabot[bot]
560bd83fb1
chore(deps-dev): bump jest-environment-jsdom from 29.0.1 to 29.0.2
...
Bumps [jest-environment-jsdom](https://github.com/facebook/jest/tree/HEAD/packages/jest-environment-jsdom ) from 29.0.1 to 29.0.2.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v29.0.2/packages/jest-environment-jsdom )
---
updated-dependencies:
- dependency-name: jest-environment-jsdom
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-05 14:15:19 +00:00
dependabot[bot]
0b4987431e
chore(deps-dev): bump babel-jest from 29.0.1 to 29.0.2
...
Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest ) from 29.0.1 to 29.0.2.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v29.0.2/packages/babel-jest )
---
updated-dependencies:
- dependency-name: babel-jest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-05 14:14:23 +00:00
Sidharth Vinod
5e9db250bc
Merge branch 'develop' into sidv/docs
...
* develop:
chore: update browsers list
Fix pre
Prettier pass
Fix XSS htmls
fix #3407 Replace `div` with `pre` and format
2022-09-05 19:30:39 +05:30
Knut Sveidqvist
47490e9820
Lint fixes
2022-09-05 15:57:12 +02:00
Knut Sveidqvist
df7b5965c2
Merge branch 'develop' into minmaps
2022-09-05 15:35:24 +02:00
Knut Sveidqvist
e5212c25f5
Merge pull request #3398 from mermaid-js/3395_fix_error_handling
...
Re-enabling error graph
2022-09-05 15:13:49 +02:00
Knut Sveidqvist
8ad5f728c0
Removing requirement to add ids for nodes with a shape
2022-09-05 14:53:01 +02:00
Knut Sveidqvist
8b4a08eef4
#3336 Merged typescript changes
2022-09-05 14:04:39 +02:00
Knut Sveidqvist
01106caa59
Merged typescript changes
2022-09-05 11:22:17 +02:00
Knut Sveidqvist
047b7023a2
Updated with cloud and bang shapes
2022-09-05 09:54:00 +02:00
mmorel-35
d52c1f09d5
chore: update browsers list
2022-09-05 07:13:42 +00:00
Knut Sveidqvist
afd1b6ed27
Merge pull request #3408 from mermaid-js/sidv/preTags
...
fix #3407 Replace `div` with `pre` and format
2022-09-05 07:07:21 +02:00
Sidharth Vinod
1f6e4a0887
Fix pre
2022-09-05 01:33:47 +05:30
Sidharth Vinod
a95f46f513
Fix mermaid code formatting in html
2022-09-05 01:25:28 +05:30
Sidharth Vinod
98e9f5751a
Prettier pass
2022-09-05 01:00:47 +05:30
Sidharth Vinod
41dec4d159
Fix XSS htmls
2022-09-05 00:57:34 +05:30
Sidharth Vinod
91478caf5b
fix #3407 Replace div
with pre
and format
2022-09-05 00:48:36 +05:30
Sidharth Vinod
537ce4f630
Add change in src/docs
2022-09-04 13:31:58 +05:30
Sidharth Vinod
f0c41a8280
Fix lint issue
2022-09-04 13:21:37 +05:30
Sidharth Vinod
22999e27f0
Merge branch 'develop' into sidv/docs
...
* develop:
build: run `build:prod` on `yarn prepare`
Build documentation
Fix typo
Fix typo in documentation
added mermerd to integrations documentation
2022-09-04 13:12:44 +05:30
Sidharth Vinod
a64a76db9b
Merge pull request #3403 from dbartholomae/patch-1
...
Fix typo in documentation
2022-09-04 12:56:57 +05:30
Sidharth Vinod
7721ee0f28
Merge pull request #3404 from aloisklink/build/fix-yarn-prepare-script
...
build: run `build:prod` on `yarn prepare`
2022-09-04 12:55:22 +05:30
Alois Klink
106672bc75
refactor: remove console.log
in c4Diagram.jison
...
These aren't caught by eslint, since they're in a .jison file.
2022-09-03 23:58:21 +01:00
Alois Klink
cb4935258c
style: forbid using console
in mermaid src code
...
Adds an eslint rule forbidding using `console` in the mermaid source
code. Instead, the `src/logger` should be used instead, so that
websites can disable logging.
This is allowed in the `cypress/` and `demos/` folder.
I've also removed the two instances on `console.log`/`console.error`
that currently exist in the mermaid source code.
2022-09-03 23:40:10 +01:00
Alois Klink
1d84cfe2e2
build: run build:prod
on yarn prepare
...
Adds `yarn build:prod` to the `yarn prepare` script.
For most package managers (e.g. yarn v1 and NPM),
the `prepare` script is called automatically when installing
from a local location/git url. It's not called when installing
from NPM.
This is required because the source code doesn't contain
the `dist/mermaid.min.js` file, it has to be built first.
Fixes installing mermaid via `git`, e.g.:
`yarn add git+https://github.com/mermaid-js/mermaid.git `
Fixes: 1549eb20df
2022-09-03 23:01:53 +01:00
Daniel Bartholomae
27baa24c82
Build documentation
2022-09-03 22:54:43 +02:00
Daniel Bartholomae
1a6305c079
Add tests for other boundary properties
2022-09-03 20:38:10 +02:00
Daniel Bartholomae
b86476331f
Add first test for Boundary
2022-09-03 20:38:10 +02:00
Daniel Bartholomae
092c15a37c
Test all different types of systems
2022-09-03 20:38:10 +02:00
Daniel Bartholomae
65c73f2eec
Introduce shape list in test
2022-09-03 20:38:09 +02:00
Daniel Bartholomae
2414435641
Add tests for C4 System
2022-09-03 20:38:09 +02:00
Daniel Bartholomae
2afcd54184
Make test grouping more explicit
2022-09-03 20:38:09 +02:00
Daniel Bartholomae
700e25382b
Copy tests from Person to PersonExt
2022-09-03 20:38:09 +02:00
Daniel Bartholomae
db0d6075ca
Add test for link to Person_Ext
2022-09-03 20:38:09 +02:00
Daniel Bartholomae
a196aeb29b
Add question on Person_Ext
2022-09-03 20:38:09 +02:00
Daniel Bartholomae
92f0c8f8b1
Add test for structure of Person_Ext
2022-09-03 20:38:09 +02:00
Daniel Bartholomae
3bc5cfa554
Add test for alias
2022-09-03 20:38:09 +02:00
Daniel Bartholomae
6f7ae17fc6
Add test for label
2022-09-03 20:38:09 +02:00
Daniel Bartholomae
be5b8012bd
Add test for description
2022-09-03 20:38:09 +02:00
Daniel Bartholomae
90d472042b
Add test for $tags
2022-09-03 20:38:08 +02:00
Daniel Bartholomae
5378316cc3
Add test for $link
2022-09-03 20:38:08 +02:00
Daniel Bartholomae
8ee534f7fb
Add test for $sprite
2022-09-03 20:38:08 +02:00
Daniel Bartholomae
aee1a87347
Move test for basic Person to separate file
2022-09-03 20:38:08 +02:00
Daniel Bartholomae
e9fb2c8a54
Fix test and variable names that were copied from flowchart
2022-09-03 20:38:08 +02:00
Daniel Bartholomae
b79eaae002
Fix typo
2022-09-03 20:36:14 +02:00
Daniel Bartholomae
3b571fc9b3
Fix typo in documentation
2022-09-03 20:33:50 +02:00
Sidharth Vinod
e718c5bf6c
Fix doc
2022-09-03 15:00:12 +05:30
Sidharth Vinod
636017fdd7
Add files only when running from lint-staged
2022-09-03 15:00:02 +05:30
Sidharth Vinod
85dc16df0a
Add files only when running from lint-staged
2022-09-03 14:51:28 +05:30
Sidharth Vinod
0caf372685
Fix configuration doc
2022-09-03 14:43:35 +05:30
Sidharth Vinod
5674f8e675
Prettier Pass
2022-09-03 13:41:25 +05:30
Sidharth Vinod
c49c15ab7c
Add dotfiles
2022-09-03 13:35:23 +05:30
Sidharth Vinod
b84511b314
Prettier
2022-09-03 13:31:13 +05:30
Sidharth Vinod
f6d69b33b3
Prettier
2022-09-03 13:30:16 +05:30
Sidharth Vinod
661f283dab
Strict prettierrc
2022-09-03 13:19:46 +05:30
Sidharth Vinod
787cf9395e
Prettier options
2022-09-03 13:15:55 +05:30
Sidharth Vinod
fe1be11c21
Fix lint staged
2022-09-03 13:13:23 +05:30
Sidharth Vinod
1f7d8c0f49
Fix lint staged
2022-09-03 13:11:19 +05:30
Sidharth Vinod
6167eda6b6
Prettier
2022-09-03 13:05:47 +05:30
Sidharth Vinod
ec7dd9ef01
Merge pull request #3399 from KarnerTh/feature/2859_add_tool_to_documentation
...
Added mermerd to integrations documentation
2022-09-03 12:36:30 +05:30
Sidharth Vinod
c702e12a42
Fix edit page url
2022-09-03 12:25:18 +05:30
Sidharth Vinod
42a2cabc7b
Remove "Edit this page"
2022-09-03 12:21:42 +05:30
Sidharth Vinod
0a3042322f
Fix Doc
2022-09-03 11:19:25 +05:30
Sidharth Vinod
bdeefb212e
Test
2022-09-03 11:14:54 +05:30
Sidharth Vinod
074f30ed1f
Fix double rendering in docsify
2022-09-03 11:14:13 +05:30
Sidharth Vinod
c2f72402f2
Test
2022-09-03 11:02:14 +05:30
Sidharth Vinod
13e7da10ca
Add doc verification to CI
2022-09-03 10:53:41 +05:30
Sidharth Vinod
4225f5e2f5
Turn off jsdoc warnings that were polluting logs
2022-09-03 10:53:25 +05:30
Sidharth Vinod
3833dcd0d8
Add verification for doc change
2022-09-03 10:06:21 +05:30
Sidharth Vinod
829e1c2390
Fix typo
2022-09-03 09:56:47 +05:30
Sidharth Vinod
c3da6c10fb
Add generated file to git
2022-09-03 09:55:52 +05:30
Sidharth Vinod
017fdfa552
Fail commit if docs changed
2022-09-03 09:53:46 +05:30
Sidharth Vinod
cc38667df3
Add generated file to git
2022-09-03 09:53:42 +05:30
Sidharth Vinod
b6d0d7fe15
Fail commit if docs changed
2022-09-03 09:52:29 +05:30
Sidharth Vinod
f45c0e3617
Fail commit if docs changed
2022-09-03 09:45:59 +05:30
Sidharth Vinod
0aabae40ad
Update doc test
2022-09-03 09:18:00 +05:30
Sidharth Vinod
9d5c50a36f
Update doc test
2022-09-03 09:16:54 +05:30
Sidharth Vinod
e34e208786
Add auto generated docs
2022-09-03 09:13:37 +05:30
Sidharth Vinod
d01de850eb
Update doc test
2022-09-03 09:11:46 +05:30
Sidharth Vinod
bd14dc508f
Build docs in lintstaged
2022-09-03 09:09:41 +05:30
Sidharth Vinod
3b88150e11
Move docs to src
2022-09-03 09:06:42 +05:30
Thomas Karner
87f6d34b4f
added mermerd to integrations documentation
2022-09-02 23:09:19 +02:00
Sidharth Vinod
cfae2b6a40
Doc transformer
2022-09-03 02:13:21 +05:30
Knut Sveidqvist
5584fef1b0
#3395 Renabling the error graph which is rendered on error
2022-09-02 14:05:31 +02:00
Knut Sveidqvist
98f37d64ea
#3395 Fix for lopp stopping at first failure
2022-09-02 12:45:22 +02:00
Knut Sveidqvist
ccb16e5f5a
Adding cloud and bang shapes
2022-09-02 11:08:26 +02:00
Sidharth Vinod
d73cafa7c8
Merge pull request #3396 from aloisklink/fix/fix-passing-single-node-to-mermaid.init
...
fix: fix passing a single Node to mermaid.init()
2022-09-02 14:28:43 +05:30
Sidharth Vinod
f28c86326d
Introduce stricter linting
2022-09-02 11:50:41 +05:30
Sidharth Vinod
269722fb65
Introduce stricter linting
2022-09-02 11:44:06 +05:30
Sidharth Vinod
99923fcd0f
Test - esbuild
2022-09-02 11:08:14 +05:30
Sidharth Vinod
e06a7587ac
Vite
2022-09-02 09:27:25 +05:30
Alois Klink
b3c0c57c6d
fix: fix passing a single Node to mermaid.init()
...
Passing a single Node to mermaid.init() results in an error, as it
calls `new NodeList()`, which causes `TypeError: Illegal constructor`.
See 5597cf45bf/src/mermaid.ts (L73)
If we instead use the `ArrayLike` interface, we can just use a simple
array, instead of a NodeList.
I've also added a basic test case, by mocking the `mermaidAPI.render()`
function so it isn't called, as the d3 functions don't work in Node.JS.
The mocks are a bit messy, since
a) Jest doesn't fully support ESM yet, and
b) mermaidAPI is frozen with `Object.freeze()`,
but the mermaidAPI mocks work as long as we keep them simple.
Fixes: c68ec54fdd
2022-09-02 04:39:58 +01:00
Sidharth Vinod
04f18630f3
use same esbuild in webpack
2022-09-02 00:48:34 +05:30
Sidharth Vinod
f1fa91a51c
fix flowchart jison
2022-09-02 00:46:02 +05:30
Sidharth Vinod
53fe35e37e
Add webpack build
2022-09-02 00:36:01 +05:30
Sidharth Vinod
6be05e9948
Esbuild with types
2022-09-02 00:34:03 +05:30
Sidharth Vinod
84bf79f72b
Fix export
2022-09-01 23:39:30 +05:30
Sidharth Vinod
904eccc4fa
Vite
2022-09-01 23:38:13 +05:30
Sidharth Vinod
01562528b7
Typescript
2022-09-01 22:45:10 +05:30
Alois Klink
0dca4d3393
fix(git): support numeric branch names
...
gitGraph does not support branch names that start with a number,
because the gitGraph.jison file parses these as NUM (number) instead.
To fix this, I've changed the NUM parser to only accept strings that
end with whitespace (e.g 1234 is a NUM, but 1234abc is not a NUM).
To do this, I had to move the "skip all whitespace" step to the
end of the parser, but this doesn't seem to have caused any issues,
so it's probably fine.
2022-09-01 17:24:00 +01:00
Sidharth Vinod
fe3bb0b6c0
Typescript
2022-09-01 20:41:31 +05:30
Sidharth Vinod
7aeb60f42a
Merge branch 'develop' into sidv/esbuild
...
* develop: (50 commits)
Typo fix
Fix repo URL
Revert flowchart change
Revert flowchart change
Fix TODO Qs
chore(deps-dev): bump @commitlint/cli from 17.1.1 to 17.1.2
chore(deps-dev): bump terser-webpack-plugin from 5.3.5 to 5.3.6
chore(deps-dev): bump webpack-dev-server from 4.10.0 to 4.10.1
Fix gitGraph findLane function error
Update dependabot.yml
Replacing replaceAll with replace
Rework 'parseDuration' as a pure duration parsing
Supports duration in decimal
Create a more consistent 'parseDuration'
Remove `@ts-ignore`s.
Fix svgDraw return types
...
2022-09-01 20:38:21 +05:30
Knut Sveidqvist
5597cf45bf
Merge pull request #3336 from mermaid-js/sidv/typescript
...
Introducing TypeScript
2022-09-01 16:59:51 +02:00
Sidharth Vinod
1ced01c7f6
Typo fix
2022-09-01 20:21:13 +05:30
Sidharth Vinod
e46d9c1173
Merge branch 'develop' into sidv/typescript
...
* develop:
chore(deps-dev): bump @commitlint/cli from 17.1.1 to 17.1.2
chore(deps-dev): bump terser-webpack-plugin from 5.3.5 to 5.3.6
chore(deps-dev): bump webpack-dev-server from 4.10.0 to 4.10.1
Fix gitGraph findLane function error
Replacing replaceAll with replace
Rework 'parseDuration' as a pure duration parsing
Supports duration in decimal
Create a more consistent 'parseDuration'
Fix svgDraw return types
Add more tests
Fix nested types
Fix nested types
Add nested test
Updating to version to 9.1.6
2022-09-01 20:06:42 +05:30
Sidharth Vinod
2272eb6644
Fix repo URL
2022-09-01 20:04:06 +05:30
Knut Sveidqvist
ac76fb73a8
Merge pull request #3360 from vallsv/feature-ms-duration
...
Feature decimal duration in second for gantt diagram
2022-09-01 16:23:42 +02:00
Knut Sveidqvist
694692fb5d
Merge pull request #3354 from mermaid-js/sidv/tsAnnotation
...
Add nested test for parseGenericTypes
2022-09-01 16:21:46 +02:00
Knut Sveidqvist
f4a99fc612
Merge pull request #3390 from mermaid-js/dependabot/npm_and_yarn/develop/commitlint/cli-17.1.2
...
chore(deps-dev): bump @commitlint/cli from 17.1.1 to 17.1.2
2022-09-01 16:01:53 +02:00
Knut Sveidqvist
b00d569215
Merge pull request #3389 from mermaid-js/dependabot/npm_and_yarn/develop/terser-webpack-plugin-5.3.6
...
chore(deps-dev): bump terser-webpack-plugin from 5.3.5 to 5.3.6
2022-09-01 16:01:41 +02:00
Knut Sveidqvist
1921623bdf
Merge pull request #3387 from mermaid-js/dependabot/npm_and_yarn/develop/webpack-dev-server-4.10.1
...
chore(deps-dev): bump webpack-dev-server from 4.10.0 to 4.10.1
2022-09-01 16:01:30 +02:00
Knut Sveidqvist
3502fb46f8
Merge pull request #3383 from hughli-git/fix_git_stack_exceeded
...
Fix gitGraph findLane function error
2022-09-01 16:00:43 +02:00
Knut Sveidqvist
bacdd49176
Merge pull request #3380 from mermaid-js/3056_Chrome_Compatibility
...
3056 chrome compatibility
2022-09-01 15:59:46 +02:00
Knut Sveidqvist
065a3176b8
Merge pull request #3379 from mermaid-js/3238_Gitgraph_merge_commits
...
3238 gitgraph merge commits
2022-09-01 15:57:43 +02:00
Sidharth Vinod
4fa0d366db
Revert flowchart change
2022-09-01 19:17:31 +05:30
Sidharth Vinod
36be8114d0
Revert flowchart change
2022-09-01 19:16:15 +05:30
Sidharth Vinod
4619ff2ad0
Merge branch 'develop' into sidv/typescript
...
* develop:
Update dependabot.yml
2022-09-01 18:41:05 +05:30
Sidharth Vinod
8c85c10212
Fix TODO Qs
2022-09-01 18:40:28 +05:30
Knut Sveidqvist
2fbdfdbf6a
Fix for unit tests after refactoring
2022-09-01 14:31:26 +02:00
Knut Sveidqvist
558ef8a2db
#448 Size calculations
2022-09-01 14:25:47 +02:00
Knut Sveidqvist
68f8010ab9
Merge branch 'develop' into minmaps
2022-09-01 13:42:21 +02:00
Knut Sveidqvist
654dfa6b3d
#448 Fixing issue with icon size for the root node
2022-09-01 13:39:00 +02:00
dependabot[bot]
0092ca1da0
chore(deps-dev): bump @commitlint/cli from 17.1.1 to 17.1.2
...
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli ) from 17.1.1 to 17.1.2.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases )
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md )
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v17.1.2/@commitlint/cli )
---
updated-dependencies:
- dependency-name: "@commitlint/cli"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-01 08:22:51 +00:00
dependabot[bot]
fa85e2a650
chore(deps-dev): bump terser-webpack-plugin from 5.3.5 to 5.3.6
...
Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin ) from 5.3.5 to 5.3.6.
- [Release notes](https://github.com/webpack-contrib/terser-webpack-plugin/releases )
- [Changelog](https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.5...v5.3.6 )
---
updated-dependencies:
- dependency-name: terser-webpack-plugin
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-01 08:22:31 +00:00
dependabot[bot]
3dc7e0e694
chore(deps-dev): bump webpack-dev-server from 4.10.0 to 4.10.1
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 4.10.0 to 4.10.1.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases )
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v4.10.0...v4.10.1 )
---
updated-dependencies:
- dependency-name: webpack-dev-server
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-01 08:21:49 +00:00
Knut Sveidqvist
98b2febe30
Merge pull request #3382 from mermaid-js/fix-dependabot
...
Update dependabot.yml
2022-09-01 10:19:45 +02:00
Sidharth Vinod
d67e2723c6
Serve
2022-09-01 13:38:02 +05:30
Sidharth Vinod
1206ec43ac
Remove jisonloader
2022-09-01 00:12:20 +05:30
Sidharth Vinod
965df4fdf4
ESBuild
2022-08-31 23:59:32 +05:30
Sidharth Vinod
4f0e18b088
Esbuild
2022-08-31 23:16:57 +05:30
hughligit
9d5e855e8e
Fix gitGraph findLane function error
...
findLane may infinite loop after recursive call, then cause RangeError: Maximum call stack size exceeded.
2022-08-31 16:51:36 +08:00
Sidharth Vinod
e7b199adaf
Update dependabot.yml
2022-08-31 11:48:23 +05:30
Sidharth Vinod
9b319a55f6
Merge branch 'develop' into sidv/typescript
...
* develop:
chore(deps-dev): bump @commitlint/cli from 17.0.3 to 17.1.1 (#3376 )
chore(deps-dev): bump eslint from 8.22.0 to 8.23.0 (#3378 )
chore(deps): bump dompurify from 2.3.10 to 2.4.0 (#3375 )
chore(deps-dev): bump @commitlint/config-conventional (#3370 )
chore(deps-dev): bump @babel/core from 7.18.10 to 7.18.13 (#3373 )
chore(deps-dev): bump eslint-plugin-jest from 26.8.7 to 27.0.1 (#3372 )
chore(deps-dev): bump jest-environment-jsdom from 28.1.3 to 29.0.1 (#3369 )
chore(deps-dev): bump babel-jest from 28.1.3 to 29.0.1 (#3368 )
Updating docs to latest mermaid version
build: add eslint --cache file
Adjusting size and test
Updated viewBox settings
Border
feat(git): allow custom merge commit ids
Document line curve options
Added 'ms' duration
Fix font weight for messages in sequence diagrams
Added lollipop feature for updated codebase
2022-08-31 11:34:59 +05:30
Knut Sveidqvist
809fbf685b
Documenting classes and icons
2022-08-30 22:08:05 +02:00
Knut Sveidqvist
3400c19277
Merge branch 'minmaps' of github.com:mermaid-js/mermaid into minmaps
2022-08-30 21:38:48 +02:00
Knut Sveidqvist
33aa7d8333
Startingpoint for the documentation
2022-08-30 21:38:34 +02:00
Knut Sveidqvist
f14971e908
Some theming/styling fixes
2022-08-30 21:37:26 +02:00
Knut Sveidqvist
63c385a5d7
Adding some rendering tests
2022-08-30 21:36:17 +02:00
Knut Sveidqvist
18d95e479c
Fix for issue with comments
2022-08-30 21:35:21 +02:00
Knut Sveidqvist
6966ca47d1
Size updates
2022-08-30 21:33:09 +02:00
ashishj
8f107026a9
Merge branch 'develop' into 3056_Chrome_Compatibility
2022-08-30 19:57:38 +02:00
ashishj
c846b48882
Replacing replaceAll with replace
2022-08-30 19:55:01 +02:00
ashishj
a93f37a3fc
#3238 Updated documentation
2022-08-30 19:25:22 +02:00
ashishj
dd40b19c89
#3238 Added more rendering test cases
2022-08-30 18:37:13 +02:00
ashishj
7068f6c08a
#3238 Added test cases
2022-08-30 18:32:06 +02:00
Ashish Jain
5b63260240
Merge pull request #3311 from may4everL/1145_lollipop_interface
...
Added lollipop feature for updated codebase
2022-08-30 18:16:49 +02:00
ashishj
d2aaf6aad9
#3238 Merge from 'develop'
2022-08-30 18:11:10 +02:00
Ashish Jain
d7e0888801
Merge pull request #3361 from aloisklink/feature/3356_git_custom_merge_commit_id
...
feat(git): allow custom merge commit ids
2022-08-30 17:50:57 +02:00
ashishj
e542339ed1
Merge branch 'develop' into 3238_Gitgraph_merge_commits
2022-08-30 17:44:02 +02:00
ashishj
2229a307a1
#3238 Enhancing the merge commit functionality
2022-08-30 17:42:42 +02:00
dependabot[bot]
49d1a8e248
chore(deps-dev): bump @commitlint/cli from 17.0.3 to 17.1.1 ( #3376 )
...
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli ) from 17.0.3 to 17.1.1.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases )
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md )
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v17.1.1/@commitlint/cli )
---
updated-dependencies:
- dependency-name: "@commitlint/cli"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-29 09:41:54 +02:00
dependabot[bot]
0135ab2ab1
chore(deps-dev): bump eslint from 8.22.0 to 8.23.0 ( #3378 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.22.0 to 8.23.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.22.0...v8.23.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-29 09:33:32 +02:00
dependabot[bot]
a5d4fdb142
chore(deps): bump dompurify from 2.3.10 to 2.4.0 ( #3375 )
...
Bumps [dompurify](https://github.com/cure53/DOMPurify ) from 2.3.10 to 2.4.0.
- [Release notes](https://github.com/cure53/DOMPurify/releases )
- [Commits](https://github.com/cure53/DOMPurify/compare/2.3.10...2.4.0 )
---
updated-dependencies:
- dependency-name: dompurify
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-29 09:32:33 +02:00
dependabot[bot]
d4a28cc0ec
chore(deps-dev): bump @commitlint/config-conventional ( #3370 )
...
Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional ) from 17.0.3 to 17.1.0.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases )
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md )
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v17.1.0/@commitlint/config-conventional )
---
updated-dependencies:
- dependency-name: "@commitlint/config-conventional"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-29 09:32:07 +02:00
dependabot[bot]
97c998c64b
chore(deps-dev): bump @babel/core from 7.18.10 to 7.18.13 ( #3373 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.18.10 to 7.18.13.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.18.13/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-29 09:31:48 +02:00
dependabot[bot]
e7df5d52ba
chore(deps-dev): bump eslint-plugin-jest from 26.8.7 to 27.0.1 ( #3372 )
...
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest ) from 26.8.7 to 27.0.1.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases )
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v26.8.7...v27.0.1 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jest
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-29 09:14:10 +02:00
dependabot[bot]
32b697f674
chore(deps-dev): bump jest-environment-jsdom from 28.1.3 to 29.0.1 ( #3369 )
...
Bumps [jest-environment-jsdom](https://github.com/facebook/jest/tree/HEAD/packages/jest-environment-jsdom ) from 28.1.3 to 29.0.1.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v29.0.1/packages/jest-environment-jsdom )
---
updated-dependencies:
- dependency-name: jest-environment-jsdom
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-29 09:13:01 +02:00
dependabot[bot]
7e28fc087d
chore(deps-dev): bump babel-jest from 28.1.3 to 29.0.1 ( #3368 )
...
Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest ) from 28.1.3 to 29.0.1.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v29.0.1/packages/babel-jest )
---
updated-dependencies:
- dependency-name: babel-jest
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-29 09:07:05 +02:00
Knut Sveidqvist
4cdc6e4a0d
Merge branch 'minmaps' of github.com:mermaid-js/mermaid into minmaps
2022-08-28 14:25:15 +02:00
Knut Sveidqvist
f350ff9852
Merge branch 'minmaps' of github.com:mermaid-js/mermaid into minmaps
2022-08-28 14:25:02 +02:00
Knut Sveidqvist
6ab0eef6f3
Merge branch 'develop'
...
Conflicts:
cypress/platform/knsv.html
2022-08-28 14:22:56 +02:00
Knut Sveidqvist
17ccd1fd0b
Merge pull request #3366 from mermaid-js/2824_cut_edges
...
2824 Updated sizing of diagrams and cypress tests
2022-08-28 11:51:32 +02:00
Knut Sveidqvist
4e3d3a7288
Merge pull request #3365 from aloisklink/other/cache-eslint-runs
...
build: add eslint --cache file to speed up commits
2022-08-28 11:48:09 +02:00
Knut Sveidqvist
018844e8ea
Updating docs to latest mermaid version
2022-08-28 11:46:01 +02:00
Knut Sveidqvist
850135a936
Merge pull request #3359 from amyq/patch-1
...
Document line curve options
2022-08-28 11:44:44 +02:00
Knut Sveidqvist
080bde0bc2
#2824 Updated regressionstest afters diagram sizing changes
2022-08-28 11:39:22 +02:00
Knut Sveidqvist
e6e7bdcb55
#2824 Size changes and updated regressionstest afters diagram sizing changes
2022-08-28 11:25:09 +02:00
Knut Sveidqvist
9e4ae66346
Merge pull request #3364 from mermaid-js/2824_cut_edges
...
2824 cut edges
2022-08-28 08:36:43 +02:00
Alois Klink
b7f9495a14
build: add eslint --cache file
...
Currently, doing a `git commit` is a bit low, as eslint runs before
the commit.
Adding an `eslint --cache` makes it slightly faster.
On my PC, `git commit` currently is `Done in 12.24s.`
However, after adding this cache file, it is `Done in 7.54s.`,
so about 1.6x faster.
2022-08-27 17:32:48 +01:00
Knut Sveidqvist
3b93c39249
Adjusting size and test
2022-08-27 15:11:43 +02:00
Knut Sveidqvist
2968b400c4
Updated viewBox settings
2022-08-27 15:03:29 +02:00
Knut Sveidqvist
d0d5739ab0
Merge branch 'develop' into minmaps
2022-08-27 12:35:30 +02:00
Knut Sveidqvist
0779c39654
Border
2022-08-27 12:32:33 +02:00
Alois Klink
b2f5ba3ee8
feat(git): allow custom merge commit ids
...
Currently, merge commits can have a git tag, but they cannot have a
custom git commit ID.
This commit allows modifying the default merge commit id.
It also displays all merge commits IDs, which undoes
3ccf027f42
2022-08-25 23:42:39 +01:00
Valentin Valls
ba4f7d2ceb
Rework 'parseDuration' as a pure duration parsing
2022-08-25 23:15:28 +02:00
Valentin Valls
3315ae8382
Supports duration in decimal
2022-08-25 23:15:28 +02:00
Valentin Valls
f7b8d1ac07
Create a more consistent 'parseDuration'
...
- Remove 'durationToDate' which was not a usable function
2022-08-25 23:15:28 +02:00
Amy Qualls
86b3a4f09e
Document line curve options
...
An extremely basic MVC explaining that it is possible to adjust how lines in a flowchart are curved, while listing (some of?) the available options.
I doubt I've captured all of the curve options, but capturing the existence of curve options is a start.
Sources:
- https://github.com/mermaid-js/mermaid/issues/580#issuecomment-373929046 where a user references adding the feature to Mermaid
- Which references https://github.com/d3/d3-shape/blob/master/README.md#curves and I think is worth including here
2022-08-25 12:01:55 -07:00
Sidharth Vinod
a3dfc4c0e8
Remove @ts-ignore
s.
...
Co-authored-by: Yash Singh <saiansh2525@gmail.com >
2022-08-25 21:53:36 +05:30
Sidharth Vinod
15b160c553
Fix svgDraw return types
...
Co-authored-by: FlorianWoelki <FlorianWoelki@gmx.de >
2022-08-25 12:41:32 +05:30
Sidharth Vinod
39980322bd
Add more tests
2022-08-25 11:59:01 +05:30
Sidharth Vinod
2f7930efb7
Fix nested types
...
Co-authored-by: FlorianWoelki <FlorianWoelki@gmx.de >
2022-08-25 11:58:43 +05:30
Sidharth Vinod
5996e1e69d
Fix nested types
...
Co-authored-by: FlorianWoelki <FlorianWoelki@gmx.de >
2022-08-25 08:49:20 +05:30
Yash Singh
cde3a7cf70
Merge pull request #3355 from vallsv/feature-ms-duration
2022-08-24 16:07:45 -07:00
Yash Singh
49eebc1c20
Merge pull request #3353 from FabAlchemy/develop
2022-08-24 16:06:38 -07:00
Valentin Valls
0583c4fa25
Added 'ms' duration
2022-08-24 22:26:39 +02:00
Fabien Savy
a3ace00ed4
Fix font weight for messages in sequence diagrams
2022-08-24 17:07:56 +02:00
Sidharth Vinod
c37ff47ee3
Add nested test
2022-08-24 12:33:32 +05:30
Sidharth Vinod
84148d4891
Remove failing test
2022-08-24 12:32:15 +05:30
Sidharth Vinod
60651fdfe0
Merge branch 'develop' into sidv/typescript
...
* develop: (22 commits)
Fix for build by revering jsdoc
Revert "chore(deps-dev): bump documentation from 13.2.0 to 14.0.0"
Review comments.
Add test for handling parameter names that are "default"
Add test for handling parameter names that are keywords
Add test for handling trailing whitespaces
Add first C4 parser test
chore(deps-dev): bump eslint-plugin-jest from 26.8.2 to 26.8.7
chore(deps-dev): bump documentation from 13.2.0 to 14.0.0
chore(deps-dev): bump terser-webpack-plugin from 5.3.4 to 5.3.5
chore(deps-dev): bump prettier-plugin-jsdoc from 0.3.38 to 0.4.1
test(e2e): add array and generic attributes erDiagram test
test(common): add generic parser test
test(parser): add tests for generics and arrays in erDiagram
feat: add array and generic symbols for erDiagram
Lint markdown
Fix prettier formatting in vscode
Prettier
Fix `securityLevel` docs
Update README.md
...
2022-08-24 11:38:23 +05:30
Sidharth Vinod
1efd5c7d58
Cleanup
2022-08-24 11:32:27 +05:30
Knut Sveidqvist
fd70b862ed
Merge pull request #3332 from lorint/docs/grammatical_touch_ups
...
Grammatical touch-ups to documentation
2022-08-23 20:18:03 +02:00
Knut Sveidqvist
1c8035e029
Merge pull request #3333 from abergquist/patch-1
...
Update README.md
2022-08-23 20:10:38 +02:00
Knut Sveidqvist
11809e799b
Merge pull request #3334 from mermaid-js/sidv/fixDoc
...
Add `sandbox` to `securityLevel` docs
2022-08-23 20:10:06 +02:00
Knut Sveidqvist
c50745323a
Merge pull request #3335 from FlorianWoelki/feature/3171_erDiagram_more_symbols
...
Add generic and array symbols to `erDiagram`
2022-08-23 20:07:06 +02:00
Knut Sveidqvist
2af91f5bbb
Merge pull request #3349 from dbartholomae/add_tests_for_c4_parser
...
Add tests for C4 parser
2022-08-23 19:49:41 +02:00
Knut Sveidqvist
08793e0b50
Merge pull request #3352 from mermaid-js/fix_for_build
...
Fix for build by revering jsdoc
2022-08-23 19:37:12 +02:00
Knut Sveidqvist
db961ecefe
Fix for build by revering jsdoc
2022-08-23 19:30:15 +02:00
Knut Sveidqvist
d3ae5e3e10
Merge pull request #3350 from mermaid-js/revert-3344-dependabot/npm_and_yarn/develop/documentation-14.0.0
...
Revert "chore(deps-dev): bump documentation from 13.2.0 to 14.0.0"
2022-08-23 19:17:45 +02:00
Knut Sveidqvist
576445847c
Revert "chore(deps-dev): bump documentation from 13.2.0 to 14.0.0"
2022-08-23 18:32:20 +02:00
Sidharth Vinod
248a7aff7a
Review comments.
2022-08-23 21:49:01 +05:30
Sidharth Vinod
a8042f622f
Merge branch 'sidv/typescript' of https://github.com/mermaid-js/mermaid into sidv/typescript
...
* 'sidv/typescript' of https://github.com/mermaid-js/mermaid :
Update src/config.ts
2022-08-23 21:35:43 +05:30
Sidharth Vinod
32ba2d5ffe
Remove console.logs
2022-08-23 21:35:33 +05:30
Knut Sveidqvist
9ef3164991
Merge pull request #3342 from mermaid-js/dependabot/npm_and_yarn/develop/prettier-plugin-jsdoc-0.4.1
...
chore(deps-dev): bump prettier-plugin-jsdoc from 0.3.38 to 0.4.1
2022-08-23 17:51:44 +02:00
Knut Sveidqvist
b0b54f48f9
Merge pull request #3343 from mermaid-js/dependabot/npm_and_yarn/develop/terser-webpack-plugin-5.3.5
...
chore(deps-dev): bump terser-webpack-plugin from 5.3.4 to 5.3.5
2022-08-23 17:51:31 +02:00
Knut Sveidqvist
35ba62bae2
Merge pull request #3344 from mermaid-js/dependabot/npm_and_yarn/develop/documentation-14.0.0
...
chore(deps-dev): bump documentation from 13.2.0 to 14.0.0
2022-08-23 17:50:49 +02:00
Knut Sveidqvist
ea0e9aa7f4
Merge pull request #3345 from mermaid-js/dependabot/npm_and_yarn/develop/eslint-plugin-jest-26.8.7
...
chore(deps-dev): bump eslint-plugin-jest from 26.8.2 to 26.8.7
2022-08-23 17:49:10 +02:00
Daniel Bartholomae
8c56f68a06
Add test for handling parameter names that are "default"
2022-08-23 16:15:38 +02:00
Daniel Bartholomae
2cf9348f53
Add test for handling parameter names that are keywords
2022-08-23 16:12:16 +02:00
Daniel Bartholomae
d97ce7eab8
Add test for handling trailing whitespaces
2022-08-23 16:12:16 +02:00
Daniel Bartholomae
0c8f7163db
Add first C4 parser test
2022-08-23 16:12:16 +02:00
Knut Sveidqvist
0e0802a588
Update src/config.ts
...
Agree!
Co-authored-by: Sidharth Vinod <sidharthv96@gmail.com >
2022-08-22 17:48:09 +02:00
Sidharth Vinod
9a0d5e31b7
fix: review comments
2022-08-22 17:12:05 +05:30
Sidharth Vinod
6291e4dcdd
fix detectType
2022-08-22 13:30:10 +05:30
Sidharth Vinod
9f49259bca
fix detectType
2022-08-22 13:29:55 +05:30
Sidharth Vinod
4885e7b7f1
fix detectType
2022-08-22 13:29:25 +05:30
Sidharth Vinod
a2469b6984
Merge branch 'develop' into sidv/typescript
...
* develop:
chore: update browsers list
2022-08-22 13:22:17 +05:30
Sidharth Vinod
1549eb20df
tsConversion: fix DiagramAPI
2022-08-22 13:18:50 +05:30
Sidharth Vinod
c245a2da07
tsConversion: rename DiagramAPI
2022-08-22 12:59:23 +05:30
mmorel-35
6e16369d85
chore: update browsers list
2022-08-22 07:04:25 +00:00
dependabot[bot]
8caeeccea3
chore(deps-dev): bump eslint-plugin-jest from 26.8.2 to 26.8.7
...
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest ) from 26.8.2 to 26.8.7.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases )
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v26.8.2...v26.8.7 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-22 07:03:36 +00:00
dependabot[bot]
102542b4e7
chore(deps-dev): bump documentation from 13.2.0 to 14.0.0
...
Bumps [documentation](https://github.com/documentationjs/documentation ) from 13.2.0 to 14.0.0.
- [Release notes](https://github.com/documentationjs/documentation/releases )
- [Changelog](https://github.com/documentationjs/documentation/blob/master/CHANGELOG.md )
- [Commits](https://github.com/documentationjs/documentation/compare/v13.2.0...v14.0.0 )
---
updated-dependencies:
- dependency-name: documentation
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-22 07:03:21 +00:00
dependabot[bot]
05d664d8d1
chore(deps-dev): bump terser-webpack-plugin from 5.3.4 to 5.3.5
...
Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin ) from 5.3.4 to 5.3.5.
- [Release notes](https://github.com/webpack-contrib/terser-webpack-plugin/releases )
- [Changelog](https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.4...v5.3.5 )
---
updated-dependencies:
- dependency-name: terser-webpack-plugin
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-22 07:02:55 +00:00
dependabot[bot]
8fa57b0b14
chore(deps-dev): bump prettier-plugin-jsdoc from 0.3.38 to 0.4.1
...
Bumps [prettier-plugin-jsdoc](https://github.com/hosseinmd/prettier-plugin-jsdoc ) from 0.3.38 to 0.4.1.
- [Release notes](https://github.com/hosseinmd/prettier-plugin-jsdoc/releases )
- [Changelog](https://github.com/hosseinmd/prettier-plugin-jsdoc/blob/master/CHANGELOG.md )
- [Commits](https://github.com/hosseinmd/prettier-plugin-jsdoc/commits )
---
updated-dependencies:
- dependency-name: prettier-plugin-jsdoc
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-22 07:02:42 +00:00
Sidharth Vinod
d365dacbf7
tsConversion: mermaidAPI
2022-08-22 11:10:30 +05:30
Sidharth Vinod
39aaf2f813
tsConversion: fix paths, add d.ts to output
2022-08-21 22:27:13 +05:30
Sidharth Vinod
d97b3807b9
fix: startOnLoad
2022-08-21 19:32:21 +05:30
Sidharth Vinod
a51d8e844b
Merge branch 'develop' into sidv/typescript
...
* develop:
Fix #3009 Update main
#3243 Adding disabled testcase for diagram with leading \n
2022-08-21 19:24:15 +05:30
Sidharth Vinod
c68ec54fdd
tsConversion: mermaid main
2022-08-21 18:37:27 +05:30
Knut Sveidqvist
858f2eadd4
Merge pull request #3338 from mermaid-js/fix/3009
...
Fix #3009 Update main in package.json
2022-08-21 11:38:51 +02:00
Sidharth Vinod
bc2b4c57c9
Fix #3009 Update main
2022-08-21 15:06:50 +05:30
Knut Sveidqvist
280c7e8da1
#3243 Adding disabled testcase for diagram with leading \n
2022-08-21 11:05:13 +02:00
Sidharth Vinod
cd4b1ea245
fix: codeScanning vuln
2022-08-21 11:45:20 +05:30
Sidharth Vinod
4710f67baf
fix: sanitization bug
2022-08-21 11:26:45 +05:30
Sidharth Vinod
f14f0d9857
tsConversion: config & common
2022-08-21 11:00:22 +05:30
Sidharth Vinod
6de66eaba3
Add trace
logLevel
2022-08-21 09:42:30 +05:30
Sidharth Vinod
238cbd14ca
tsConversion: styles
2022-08-21 08:54:27 +05:30
Sidharth Vinod
d9bace053b
Add trace
logLevel
2022-08-21 08:45:17 +05:30
Sidharth Vinod
fab9688135
tsConversion: flowchartStyles
2022-08-21 01:21:47 +05:30
Sidharth Vinod
896154d89f
tsConversion: logger
2022-08-21 00:59:54 +05:30
Sidharth Vinod
c9cd56914f
tsConversion: errorRenderer
2022-08-21 00:59:27 +05:30
Sidharth Vinod
95dbbb350b
tsConversion: DetectType
2022-08-21 00:38:26 +05:30
Sidharth Vinod
88e17bf1b4
Typescript init
2022-08-20 23:40:52 +05:30
FlorianWoelki
19a9f90186
test(e2e): add array and generic attributes erDiagram test
2022-08-20 15:15:05 +02:00
FlorianWoelki
e19581b540
test(common): add generic parser test
2022-08-20 14:08:53 +02:00
FlorianWoelki
ecf62e3b7a
test(parser): add tests for generics and arrays in erDiagram
2022-08-20 13:56:39 +02:00
FlorianWoelki
ea3573c989
feat: add array and generic symbols for erDiagram
2022-08-20 13:42:51 +02:00
Sidharth Vinod
8d3617f0c7
Lint markdown
2022-08-20 16:49:31 +05:30
Sidharth Vinod
34ea67c8c4
Fix prettier formatting in vscode
...
Plugins are automatically loaded https://prettier.io/docs/en/plugins.html#using-plugins
2022-08-20 16:45:17 +05:30
Sidharth Vinod
2e392232eb
Prettier
2022-08-20 16:39:35 +05:30
Sidharth Vinod
2f4af87bf7
Fix securityLevel
docs
2022-08-20 16:22:48 +05:30
abergquist
33f06273a9
Update README.md
...
Replaced "JavaScript based" with "JavaScript-based" in the following sentence: "Mermaid is a JavaScript based diagramming and charting tool that uses Markdown-inspired text definitions and a renderer to create and modify complex diagrams."
2022-08-19 22:00:11 -07:00
Lorin Thwaits
e1977dd889
Remove duplicate spec
2022-08-19 21:27:22 +01:00
Lorin Thwaits
6635d4bc97
Grammatical touch-ups
2022-08-19 21:27:13 +01:00
ashishj
619136d389
Updating to version to 9.1.6
2022-08-18 20:07:15 +02:00
Knut Sveidqvist
a89b6fd054
Merge branch 'master' into develop
2022-08-18 19:57:58 +02:00
Knut Sveidqvist
02fc68a3f6
Merge pull request #3330 from mermaid-js/3306_Fix_Gitgraph_Parsing_Issue
...
Fix for GitGraphs not working for Mermaid Live Editor
2022-08-18 19:43:17 +02:00
ashishj
a9e798c399
Making sure to addDiagrams before detectType call
2022-08-18 19:39:32 +02:00
Ashish Jain
b65c67ec2c
Merge pull request #3331 from mermaid-js/3308_allow_br_in_tooltips
...
#3308 Allowing br tags in tooltips
2022-08-18 19:16:23 +02:00
Knut Sveidqvist
1befbe08ff
#3308 Allowing br tags in tooltips
2022-08-18 19:11:33 +02:00
ashishj
b21cb43639
Moved diagram registration out of initialize func
2022-08-18 17:54:42 +02:00
Ashish Jain
db4ff451bf
Merge pull request #3328 from jayvdb/rm-doc-404
...
docs: Remove 404 links
2022-08-18 17:02:22 +02:00
Ashish Jain
f30d19c539
Merge pull request #3327 from jayvdb/rm-old-docs
...
Remove two ~HEAD docs
2022-08-18 17:02:02 +02:00
Ashish Jain
52fcb92f51
Merge pull request #3277 from alguerocode/clean-code-1
...
code syntax improvment (initialize func)
2022-08-18 17:01:02 +02:00
John Vandenberg
18d44c643f
docs: Remove 404 links
...
Also fix a few cases that unnecessarily look like URLs.
2022-08-17 15:12:14 +08:00
John Vandenberg
d01929255c
Remove two ~HEAD docs
2022-08-17 14:52:52 +08:00
dependabot[bot]
20e4e81765
chore(deps-dev): bump eslint from 8.21.0 to 8.22.0 ( #3320 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.21.0 to 8.22.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.21.0...v8.22.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-15 11:47:31 +02:00
dependabot[bot]
2df0c52bc7
chore(deps-dev): bump webpack-dev-server from 4.9.3 to 4.10.0 ( #3321 )
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 4.9.3 to 4.10.0.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases )
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v4.9.3...v4.10.0 )
---
updated-dependencies:
- dependency-name: webpack-dev-server
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-15 11:09:01 +02:00
dependabot[bot]
4acda0d98c
chore(deps-dev): bump eslint-plugin-jsdoc from 39.3.4 to 39.3.6 ( #3322 )
...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 39.3.4 to 39.3.6.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v39.3.4...v39.3.6 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-15 11:08:12 +02:00
dependabot[bot]
efadeca7dd
chore(deps-dev): bump eslint-plugin-jest from 26.8.0 to 26.8.2 ( #3319 )
...
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest ) from 26.8.0 to 26.8.2.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases )
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v26.8.0...v26.8.2 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-15 11:07:02 +02:00
dependabot[bot]
e5c2de1134
chore(deps-dev): bump terser-webpack-plugin from 5.3.3 to 5.3.4 ( #3318 )
...
Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin ) from 5.3.3 to 5.3.4.
- [Release notes](https://github.com/webpack-contrib/terser-webpack-plugin/releases )
- [Changelog](https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.3...v5.3.4 )
---
updated-dependencies:
- dependency-name: terser-webpack-plugin
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-15 10:58:13 +02:00
mmorel-35
e745290ba9
chore: update browsers list
2022-08-15 07:04:12 +00:00
Knut Sveidqvist
808bcb8022
Updated version for the docs
2022-08-11 20:34:26 +02:00
Knut Sveidqvist
af8a5cbbfa
Version 9.1.5
2022-08-11 20:29:15 +02:00
Knut Sveidqvist
cb4b60e8e4
Merge pull request #3310 from hrgui/fix/3305-subsequent-diagrams-issue
...
fix(Diagram): fix persisted data due to db not being cleared before parsing
2022-08-11 18:55:23 +02:00
Knut Sveidqvist
2cc88df08a
Merge pull request #3314 from mermaid-js/3313_error_handling_init
...
Fix for unintended update to structure of thrown error from init
2022-08-11 18:54:21 +02:00
Knut Sveidqvist
dce89571ef
Merge pull request #3300 from mermaid-js/dependabot/npm_and_yarn/parse-url-6.0.5
...
chore(deps): bump parse-url from 6.0.0 to 6.0.5
2022-08-11 18:53:10 +02:00
Knut Sveidqvist
1512d8120d
Merge pull request #3294 from namgivu/patch-1
...
add Jetsbrain/Pycharm to the list
2022-08-11 18:53:00 +02:00
Knut Sveidqvist
ac41a98610
Merge pull request #3293 from simonplattner/develop
...
Update year to 2022 in license file
2022-08-11 18:52:13 +02:00
Knut Sveidqvist
bf4272102d
#3313 Packaging the thrown error in reconised structure
2022-08-11 18:24:14 +02:00
may4everL
7257bba3f3
Added lollipop feature for updated codebase
2022-08-09 22:44:11 -07:00
Harman Goei
6e5eeb7215
fix(Diagram): C4C diagram does not have a db.clear method
2022-08-09 22:22:40 -07:00
Harman Goei
a5aef9e330
fix(Diagram): fix persisted data due to db not being cleared before parsing
2022-08-09 21:41:07 -07:00
Knut Sveidqvist
d32c8534cb
Bugfix for empty blank lines
2022-08-09 18:39:20 +02:00
dependabot[bot]
48fe013c83
chore(deps-dev): bump eslint-plugin-jest from 26.7.0 to 26.8.0 ( #3299 )
...
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest ) from 26.7.0 to 26.8.0.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases )
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v26.7.0...v26.8.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jest
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-08 09:10:12 +02:00
dependabot[bot]
02bf5befc4
chore(deps): bump moment-mini from 2.24.0 to 2.29.4 ( #3298 )
...
Bumps [moment-mini](https://github.com/ksloan/moment-mini ) from 2.24.0 to 2.29.4.
- [Release notes](https://github.com/ksloan/moment-mini/releases )
- [Commits](https://github.com/ksloan/moment-mini/commits )
---
updated-dependencies:
- dependency-name: moment-mini
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-08 09:06:06 +02:00
dependabot[bot]
0cac8abe75
chore(deps): bump parse-url from 6.0.0 to 6.0.5
...
Bumps [parse-url](https://github.com/IonicaBizau/parse-url ) from 6.0.0 to 6.0.5.
- [Release notes](https://github.com/IonicaBizau/parse-url/releases )
- [Commits](https://github.com/IonicaBizau/parse-url/compare/6.0.0...6.0.5 )
---
updated-dependencies:
- dependency-name: parse-url
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-08 07:04:43 +00:00
mmorel-35
822b741612
chore: update browsers list
2022-08-08 07:04:02 +00:00
Nam G VU
b0a459c8a1
official url from jetsbrain
2022-08-07 15:15:06 +07:00
Nam G VU
60f6bbd42a
add Jetsbrain/Pycharm to the list
2022-08-07 15:01:30 +07:00
Knut Sveidqvist
9b54feab84
Merge branch 'develop' into minmaps
2022-08-06 10:53:54 +02:00
Knut Sveidqvist
afe343e94f
Changes after merge
2022-08-06 10:49:32 +02:00
Simon Plattner
93fa3f018f
Update year to 2022
2022-08-06 00:14:17 +02:00
Knut Sveidqvist
680a06a60e
Merge branch 'master' into develop
2022-08-04 20:37:32 +02:00
Knut Sveidqvist
b7925936f8
Merge remote-tracking branch 'origin/release/9.1.4'
2022-08-04 20:37:16 +02:00
Knut Sveidqvist
4dcf7feec0
Updating yarn.lock
2022-08-04 20:25:37 +02:00
Knut Sveidqvist
f5bcd54b89
Updating yarn.lock
2022-08-04 20:21:13 +02:00
Knut Sveidqvist
66585ccd3b
Updated the version number to 9.1.4
2022-08-04 20:18:43 +02:00
ashishj
0ab152d644
Updated the integration test selectors
2022-08-04 19:40:51 +02:00
Knut Sveidqvist
e6b410af04
Selector fixes for interaction tests
2022-08-04 19:26:34 +02:00
ashishj
585795fb0a
Reverting to Cypress 9.7.0
2022-08-04 18:59:06 +02:00
Ashish Jain
09eddb59f5
Merge pull request #3278 from andrew-demb/patch-1
...
Fix references to docs from readme
2022-08-04 18:46:44 +02:00
Ashish Jain
56c4637d1e
Merge branch 'develop' into patch-1
2022-08-04 18:46:38 +02:00
Ashish Jain
ee1ec3d6d0
Merge pull request #3268 from zaaath/develop
...
Fix broken links
2022-08-04 18:42:55 +02:00
Knut Sveidqvist
a8aef0ca64
Merge pull request #3285 from mermaid-js/dependabot/npm_and_yarn/develop/eslint-plugin-jsdoc-39.3.4
...
chore(deps-dev): bump eslint-plugin-jsdoc from 39.3.3 to 39.3.4
2022-08-04 17:01:09 +02:00
Knut Sveidqvist
3f683f0dfd
Merge pull request #3282 from mermaid-js/dependabot/npm_and_yarn/develop/babel/eslint-parser-7.18.9
...
chore(deps-dev): bump @babel/eslint-parser from 7.18.2 to 7.18.9
2022-08-04 17:00:59 +02:00
Knut Sveidqvist
ca12b9f253
Merge pull request #3275 from mermaid-js/dependabot/npm_and_yarn/develop/eslint-plugin-jest-26.7.0
...
chore(deps-dev): bump eslint-plugin-jest from 26.5.3 to 26.7.0
2022-08-04 17:00:30 +02:00
Knut Sveidqvist
c3aad38628
Merge pull request #3272 from Olshansk/patch-1
...
Example of spaces in stateDiagram
2022-08-04 17:00:13 +02:00
Knut Sveidqvist
6f7670e5ff
Merge pull request #3271 from heyfirst/docs/fix/font-awesome
...
fix: add font-awesome css to docsify index.html
2022-08-04 16:58:08 +02:00
Knut Sveidqvist
c2a34b5d71
Merge pull request #3257 from mermaid-js/dependabot/npm_and_yarn/develop/concurrently-7.3.0
...
chore(deps-dev): bump concurrently from 7.2.2 to 7.3.0
2022-08-04 16:57:00 +02:00
Knut Sveidqvist
3caa5e0f39
Merge pull request #3255 from mermaid-js/dependabot/npm_and_yarn/develop/dompurify-2.3.10
...
chore(deps): bump dompurify from 2.3.8 to 2.3.10
2022-08-04 16:56:45 +02:00
Knut Sveidqvist
fd4a136e2b
Merge pull request #3249 from jolting/patch-1
...
Fix typo
2022-08-04 16:56:26 +02:00
Knut Sveidqvist
4babbc133a
Merge pull request #3232 from mermaid-js/dependabot/npm_and_yarn/develop/jest-environment-jsdom-28.1.3
...
chore(deps-dev): bump jest-environment-jsdom from 28.1.2 to 28.1.3
2022-08-04 16:55:36 +02:00
dependabot[bot]
3c5fa95c7a
chore(deps-dev): bump concurrently from 7.2.2 to 7.3.0
...
Bumps [concurrently](https://github.com/open-cli-tools/concurrently ) from 7.2.2 to 7.3.0.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases )
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v7.2.2...v7.3.0 )
---
updated-dependencies:
- dependency-name: concurrently
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-04 14:36:15 +00:00
dependabot[bot]
ad3f2d0023
chore(deps-dev): bump cypress from 9.7.0 to 10.4.0 ( #3284 )
...
Bumps [cypress](https://github.com/cypress-io/cypress ) from 9.7.0 to 10.4.0.
- [Release notes](https://github.com/cypress-io/cypress/releases )
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js )
- [Commits](https://github.com/cypress-io/cypress/compare/v9.7.0...v10.4.0 )
---
updated-dependencies:
- dependency-name: cypress
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-04 16:33:33 +02:00
dependabot[bot]
8f5823fac1
chore(deps-dev): bump babel-jest from 28.1.2 to 28.1.3 ( #3231 )
...
Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest ) from 28.1.2 to 28.1.3.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v28.1.3/packages/babel-jest )
---
updated-dependencies:
- dependency-name: babel-jest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-04 16:28:34 +02:00
dependabot[bot]
617592a959
chore(deps-dev): bump jest-environment-jsdom from 28.1.2 to 28.1.3
...
Bumps [jest-environment-jsdom](https://github.com/facebook/jest/tree/HEAD/packages/jest-environment-jsdom ) from 28.1.2 to 28.1.3.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v28.1.3/packages/jest-environment-jsdom )
---
updated-dependencies:
- dependency-name: jest-environment-jsdom
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-04 14:16:27 +00:00
dependabot[bot]
12f682b7bc
chore(deps-dev): bump eslint from 8.19.0 to 8.21.0 ( #3276 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.19.0 to 8.21.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.19.0...v8.21.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-04 16:12:13 +02:00
dependabot[bot]
6a86e846c3
chore(deps-dev): bump eslint-plugin-jsdoc from 39.3.3 to 39.3.4
...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 39.3.3 to 39.3.4.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v39.3.3...v39.3.4 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-04 14:06:35 +00:00
dependabot[bot]
ce86354a57
chore(deps-dev): bump eslint-plugin-jest from 26.5.3 to 26.7.0
...
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest ) from 26.5.3 to 26.7.0.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases )
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v26.5.3...v26.7.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jest
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-04 14:06:30 +00:00
dependabot[bot]
72cfa3b8fc
chore(deps-dev): bump eslint-plugin-html from 6.2.0 to 7.1.0 ( #3288 )
...
Bumps [eslint-plugin-html](https://github.com/BenoitZugmeyer/eslint-plugin-html ) from 6.2.0 to 7.1.0.
- [Release notes](https://github.com/BenoitZugmeyer/eslint-plugin-html/releases )
- [Changelog](https://github.com/BenoitZugmeyer/eslint-plugin-html/blob/main/CHANGELOG.md )
- [Commits](https://github.com/BenoitZugmeyer/eslint-plugin-html/compare/v6.2.0...v7.1.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-html
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-04 16:03:53 +02:00
dependabot[bot]
1166df3471
chore(deps-dev): bump webpack from 5.73.0 to 5.74.0 ( #3286 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.73.0 to 5.74.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.73.0...v5.74.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-04 15:56:58 +02:00
dependabot[bot]
09b8f5b540
chore(deps-dev): bump @babel/core from 7.18.6 to 7.18.10 ( #3280 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.18.6 to 7.18.10.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.18.10/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-04 15:46:05 +02:00
dependabot[bot]
dcbb134525
chore(deps-dev): bump @applitools/eyes-cypress from 3.26.6 to 3.27.1 ( #3281 )
...
Bumps [@applitools/eyes-cypress](https://github.com/applitools/eyes.sdk.javascript1/tree/HEAD/js/packages/eyes-cypress ) from 3.26.6 to 3.27.1.
- [Release notes](https://github.com/applitools/eyes.sdk.javascript1/releases )
- [Changelog](https://github.com/applitools/eyes.sdk.javascript1/blob/master/js/packages/eyes-cypress/CHANGELOG.md )
- [Commits](https://github.com/applitools/eyes.sdk.javascript1/commits/@applitools/eyes-cypress@3.27.1/js/packages/eyes-cypress )
---
updated-dependencies:
- dependency-name: "@applitools/eyes-cypress"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-04 13:53:23 +02:00
dependabot[bot]
fa22c2ae3b
chore(deps-dev): bump @babel/eslint-parser from 7.18.2 to 7.18.9
...
Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser ) from 7.18.2 to 7.18.9.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.18.9/eslint/babel-eslint-parser )
---
updated-dependencies:
- dependency-name: "@babel/eslint-parser"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-04 11:48:30 +00:00
dependabot[bot]
ed6f5cbcf2
chore(deps-dev): bump @babel/preset-env from 7.18.6 to 7.18.10 ( #3283 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.18.6 to 7.18.10.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.18.10/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-04 13:44:42 +02:00
Knut Sveidqvist
44cb1acbb2
Fix for broken test
2022-08-04 13:16:48 +02:00
Knut Sveidqvist
f5f26e3840
Merge pull request #3254 from mermaid-js/dependabot/npm_and_yarn/develop/babel/register-7.18.9
...
chore(deps-dev): bump @babel/register from 7.18.6 to 7.18.9
2022-08-04 13:12:04 +02:00
Knut Sveidqvist
485692b3f2
Merge pull request #3236 from mermaid-js/dependabot/npm_and_yarn/develop/eslint-plugin-markdown-3.0.0
...
chore(deps-dev): bump eslint-plugin-markdown from 2.2.1 to 3.0.0
2022-08-04 13:11:49 +02:00
Knut Sveidqvist
c20aa124d6
Merge pull request #3244 from mermaid-js/dependabot/npm_and_yarn/terser-5.14.2
...
chore(deps): bump terser from 5.10.0 to 5.14.2
2022-08-04 13:11:02 +02:00
Knut Sveidqvist
775bba8f7f
Merge pull request #3230 from mermaid-js/dependabot/npm_and_yarn/develop/jest-28.1.3
...
chore(deps-dev): bump jest from 28.1.2 to 28.1.3
2022-08-04 13:08:22 +02:00
Knut Sveidqvist
b0074bf723
Merge pull request #3222 from leon19/bugfix/incorrect-label-padding
...
fix: remove right padding when a label contains HTML entities
2022-08-04 13:06:46 +02:00
Knut Sveidqvist
1e1f272e4c
Merge branch 'hype09-bug/3011_multiline_alignment' into develop
2022-08-04 13:05:50 +02:00
Knut Sveidqvist
aa9149912d
Merge branch 'bug/3011_multiline_alignment' of github.com:hype09/mermaid into hype09-bug/3011_multiline_alignment
2022-08-04 13:05:17 +02:00
Knut Sveidqvist
3054a809ce
Merge pull request #3150 from faisalarbain/bug/3149_gitgraph_more_than_8_branches
...
fix: rotate class id when branch more than 8
2022-08-04 12:29:01 +02:00
Andrii Dembitskyi
38d243c63f
Fix references to docs from readme
2022-08-03 16:29:36 -04:00
salah alhashmi
fb6bf87161
code syntax improvment (initialize func)
2022-08-03 14:16:02 +04:00
Muhammad Faisal Bin Arba'in
9ee43c0b7a
snapshot test for more 8 branches with commits
2022-08-01 19:41:54 +08:00
Muhammad Faisal Bin Arba'in
846531363e
PR comments
2022-08-01 19:41:53 +08:00
Muhammad Faisal Bin Arba'in
91e369a840
rename const name
2022-08-01 19:41:53 +08:00
Muhammad Faisal Bin Arba'in
81ff4416dc
rotate class id when branch more than 8
2022-08-01 19:41:53 +08:00
Knut Sveidqvist
dfc2866457
Merge branch 'minmaps' of github.com:mermaid-js/mermaid into minmaps
2022-08-01 09:36:11 +02:00
mmorel-35
f7c5e1b8b2
chore: update browsers list
2022-08-01 07:07:51 +00:00
Daniel Olshansky
f5c2901b3f
Example of spaces in stateDiagram
...
This example was originally shown by https://github.com/aleneum in https://github.com/mermaid-js/mermaid/issues/1342 .
2022-07-31 14:49:43 -07:00
Kanisorn Sutham
dd4459f813
doc: add font-awesome version warning message
2022-07-31 21:08:27 +03:00
Kanisorn Sutham
01d84fdacf
fix: update font-awesome to version v5.9.0
2022-07-31 20:51:15 +03:00
Kanisorn Sutham
9f8024d836
fix: add font-awesome css to docsify index.html
2022-07-31 20:26:10 +03:00
Leo Toff
d4c1f14bd6
Fix broken links
...
Replace `./docs/<markdown_page.md>` with `./<markdown_page.md>`
2022-07-29 11:04:42 -07:00
Knut Sveidqvist
ffe520db06
Curved edges
2022-07-29 15:06:21 +02:00
Knut Sveidqvist
e31acfb3cd
Merge branch 'develop' into minmaps
2022-07-29 08:10:16 +02:00
Knut Sveidqvist
00fe5d477d
Different hanlding of icons for circles
2022-07-28 20:38:25 +02:00
Knut Sveidqvist
ca3f4559ef
Fix
2022-07-27 19:10:06 +02:00
Knut Sveidqvist
1a205aeccc
Adding icon support
2022-07-27 18:40:44 +02:00
Knut Sveidqvist
82a480d924
Adding circle node type and class handling
2022-07-27 17:25:20 +02:00
Knut Sveidqvist
2d361964ce
Better padding handling in nodes
2022-07-27 10:24:27 +02:00
Knut Sveidqvist
03d71829c6
Adding default node form
2022-07-27 09:43:25 +02:00
Lorens León
c40368b0fa
fix: remove right padding when a label contains HTML entities
...
Decode the HTML entities from the label text before adding them to the
HTML this prevents a miss-calculation of the label text length
2022-07-26 21:50:36 +02:00
Knut Sveidqvist
0b2ca29ae8
Theme support for mindmaps
2022-07-25 17:03:18 +02:00
Knut Sveidqvist
f815bd08b7
Adjusting the width of the boxes based on the text in the boxes
2022-07-25 14:22:07 +02:00
mmorel-35
1ed926b491
chore: update browsers list
2022-07-25 07:03:51 +00:00
dependabot[bot]
88b255c178
chore(deps): bump dompurify from 2.3.8 to 2.3.10
...
Bumps [dompurify](https://github.com/cure53/DOMPurify ) from 2.3.8 to 2.3.10.
- [Release notes](https://github.com/cure53/DOMPurify/releases )
- [Commits](https://github.com/cure53/DOMPurify/compare/2.3.8...2.3.10 )
---
updated-dependencies:
- dependency-name: dompurify
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-25 07:02:36 +00:00
dependabot[bot]
5dbeddf448
chore(deps-dev): bump @babel/register from 7.18.6 to 7.18.9
...
Bumps [@babel/register](https://github.com/babel/babel/tree/HEAD/packages/babel-register ) from 7.18.6 to 7.18.9.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.18.9/packages/babel-register )
---
updated-dependencies:
- dependency-name: "@babel/register"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-25 07:02:22 +00:00
Knut Sveidqvist
15f1cdf3aa
Draft of edge rendering
2022-07-24 17:45:54 +02:00
Knut Sveidqvist
8e5e212c49
Layout algorithm in place
2022-07-24 11:05:54 +02:00
Knut Sveidqvist
7de68f0bf2
Adding text wrap and logic for placing nodes in the svg
2022-07-23 10:16:54 +02:00
Hunter Laux
5d5affca33
Fix typo
...
Missing 'r' in controller
2022-07-21 16:10:59 -07:00
Knut Sveidqvist
6029c5371e
First take on grammar
2022-07-21 16:07:18 +02:00
Knut Sveidqvist
8681e78e50
Fixes for rendering tests
2022-07-20 14:39:01 +02:00
dependabot[bot]
5a6d8aee65
chore(deps-dev): bump jest from 28.1.2 to 28.1.3
...
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest ) from 28.1.2 to 28.1.3.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v28.1.3/packages/jest )
---
updated-dependencies:
- dependency-name: jest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-20 09:38:39 +00:00
Knut Sveidqvist
27cf50044d
Merge branch 'develop' of github.com:mermaid-js/mermaid into develop
2022-07-20 11:32:38 +02:00
Knut Sveidqvist
dee9cfea85
Reverting to cypress 9.7 in order to get applitools back in the game
2022-07-20 11:32:21 +02:00
Knut Sveidqvist
8e02438bfb
Merge pull request #3240 from mermaid-js/3061_refactoring_and_modularisation
...
Using diagram api to add gitGraph
2022-07-20 11:27:27 +02:00
dependabot[bot]
b823777e6d
chore(deps): bump terser from 5.10.0 to 5.14.2
...
Bumps [terser](https://github.com/terser/terser ) from 5.10.0 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-20 01:26:06 +00:00
Knut Sveidqvist
e1de0873cd
Merge branch 'develop' into 3061_refactoring_and_modularisation
2022-07-18 16:04:56 +02:00
Knut Sveidqvist
4c30e03f1e
Using diagram api to add gitGraph
2022-07-18 16:00:03 +02:00
dependabot[bot]
df4069ba37
chore(deps-dev): bump eslint-plugin-markdown from 2.2.1 to 3.0.0
...
Bumps [eslint-plugin-markdown](https://github.com/eslint/eslint-plugin-markdown ) from 2.2.1 to 3.0.0.
- [Release notes](https://github.com/eslint/eslint-plugin-markdown/releases )
- [Changelog](https://github.com/eslint/eslint-plugin-markdown/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint-plugin-markdown/compare/v2.2.1...v3.0.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-markdown
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-18 07:04:37 +00:00
mmorel-35
ce1507c296
chore: update browsers list
2022-07-18 07:03:43 +00:00
dependabot[bot]
7097e6ba83
chore(deps-dev): bump @applitools/eyes-cypress from 3.26.3 to 3.26.4 ( #3219 )
...
Bumps [@applitools/eyes-cypress](https://github.com/applitools/eyes.sdk.javascript1/tree/HEAD/js/packages/eyes-cypress ) from 3.26.3 to 3.26.4.
- [Release notes](https://github.com/applitools/eyes.sdk.javascript1/releases )
- [Changelog](https://github.com/applitools/eyes.sdk.javascript1/blob/master/js/packages/eyes-cypress/CHANGELOG.md )
- [Commits](https://github.com/applitools/eyes.sdk.javascript1/commits/@applitools/eyes-cypress@3.26.4/js/packages/eyes-cypress )
---
updated-dependencies:
- dependency-name: "@applitools/eyes-cypress"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-11 10:32:33 +02:00
dependabot[bot]
a28f0e76b9
chore(deps-dev): bump moment from 2.29.3 to 2.29.4 ( #3220 )
...
Bumps [moment](https://github.com/moment/moment ) from 2.29.3 to 2.29.4.
- [Release notes](https://github.com/moment/moment/releases )
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/moment/moment/compare/2.29.3...2.29.4 )
---
updated-dependencies:
- dependency-name: moment
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-11 10:31:55 +02:00
mmorel-35
0cc8537d7d
chore: update browsers list
2022-07-11 07:03:29 +00:00
Knut Sveidqvist
c20c362557
Merge pull request #3210 from mermaid-js/3061_refactoring_and_modularisation
...
3061 refactoring and modularisation
2022-07-10 07:33:47 +02:00
Knut Sveidqvist
0d4b09a0a0
Handle legacy state diagram and start using Generic diagram in mermaidAPI
2022-07-04 22:55:11 +02:00
Knut Sveidqvist
408c08d2a3
Fix for v2 class diagram
2022-07-04 22:41:09 +02:00
Knut Sveidqvist
10f56129c1
Fix for legacy class diagram
2022-07-04 19:37:56 +02:00
Knut Sveidqvist
bc6830cbdb
Handling of requirement diagrams using the generic diagram
2022-07-04 18:50:50 +02:00
Knut Sveidqvist
c5f78077ff
Fix for broken tests
2022-07-04 18:22:36 +02:00
Knut Sveidqvist
682a1404ca
Fixes for erDiagram, pie charts and journey diagram
2022-07-04 18:11:58 +02:00
Knut Sveidqvist
5318ec6dbf
Handling gantt and flowchart-v2
2022-07-04 15:33:39 +02:00
Knut Sveidqvist
490ddd9a15
Fix for tests
2022-07-04 14:25:25 +02:00
Knut Sveidqvist
1675174b2a
Fix for flowcharts
2022-07-04 12:37:50 +02:00
Knut Sveidqvist
023781716f
Git graph, example
2022-07-04 11:43:48 +02:00
Knut Sveidqvist
48ad6e6042
Merge branch 'develop' into 3061_refactoring_and_modularisation
2022-07-04 11:38:52 +02:00
Knut Sveidqvist
bedc9399c5
Updating c4 and sequence
2022-07-04 11:29:38 +02:00
dependabot[bot]
86d172d209
chore(deps-dev): bump eslint from 8.18.0 to 8.19.0 ( #3202 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.18.0 to 8.19.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.18.0...v8.19.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-04 09:43:02 +02:00
dependabot[bot]
708ba160d5
chore(deps-dev): bump eslint-plugin-prettier from 4.0.0 to 4.2.1 ( #3204 )
...
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier ) from 4.0.0 to 4.2.1.
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v4.0.0...v4.2.1 )
---
updated-dependencies:
- dependency-name: eslint-plugin-prettier
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-04 09:34:47 +02:00
dependabot[bot]
b0979a8cf9
chore(deps-dev): bump webpack-dev-server from 4.9.2 to 4.9.3 ( #3203 )
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 4.9.2 to 4.9.3.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases )
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v4.9.2...v4.9.3 )
---
updated-dependencies:
- dependency-name: webpack-dev-server
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-04 09:34:28 +02:00
dependabot[bot]
b397eea044
chore(deps-dev): bump jest-environment-jsdom from 28.1.1 to 28.1.2 ( #3200 )
...
Bumps [jest-environment-jsdom](https://github.com/facebook/jest/tree/HEAD/packages/jest-environment-jsdom ) from 28.1.1 to 28.1.2.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v28.1.2/packages/jest-environment-jsdom )
---
updated-dependencies:
- dependency-name: jest-environment-jsdom
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-04 09:33:56 +02:00
dependabot[bot]
5d6d7d9c55
chore(deps-dev): bump cypress from 10.2.0 to 10.3.0 ( #3199 )
...
Bumps [cypress](https://github.com/cypress-io/cypress ) from 10.2.0 to 10.3.0.
- [Release notes](https://github.com/cypress-io/cypress/releases )
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js )
- [Commits](https://github.com/cypress-io/cypress/compare/v10.2.0...v10.3.0 )
---
updated-dependencies:
- dependency-name: cypress
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-04 09:33:30 +02:00
dependabot[bot]
e5c3dcb179
chore(deps-dev): bump babel-jest from 28.1.1 to 28.1.2 ( #3198 )
...
Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest ) from 28.1.1 to 28.1.2.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v28.1.2/packages/babel-jest )
---
updated-dependencies:
- dependency-name: babel-jest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-04 09:32:29 +02:00
dependabot[bot]
c0f17b39a7
chore(deps-dev): bump @babel/core from 7.18.5 to 7.18.6 ( #3201 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.18.5 to 7.18.6.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.18.6/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-04 09:32:19 +02:00
dependabot[bot]
0824f342e4
chore(deps-dev): bump @babel/preset-env from 7.18.2 to 7.18.6 ( #3197 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.18.2 to 7.18.6.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.18.6/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-04 09:15:49 +02:00
dependabot[bot]
3e5c74c4f2
chore(deps-dev): bump @babel/register from 7.17.7 to 7.18.6 ( #3196 )
...
Bumps [@babel/register](https://github.com/babel/babel/tree/HEAD/packages/babel-register ) from 7.17.7 to 7.18.6.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.18.6/packages/babel-register )
---
updated-dependencies:
- dependency-name: "@babel/register"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-04 09:15:40 +02:00
dependabot[bot]
8ee617ce1c
chore(deps-dev): bump jest from 28.1.1 to 28.1.2 ( #3195 )
...
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest ) from 28.1.1 to 28.1.2.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v28.1.2/packages/jest )
---
updated-dependencies:
- dependency-name: jest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-04 09:15:20 +02:00
mmorel-35
1891b35eda
chore: update browsers list
2022-07-04 07:03:36 +00:00
Paik Paustian
ed29fe1aa9
Fix #3011 : Support left- and right-alignment for multi-line messages and notes
...
Previously, messages and notes that had multiple lines (via `<br>`-tags) were only displayed correctly
when using the default `center` value for the `messageAlign` and `noteAlign` configuration options.
Using `left` or `right` for the alignment options caused the text to collapse and become illegible,
as outlined in issue #3011 .
This comes as a side-effect from how the internal `valign` text-rendering option was configured for
messages and notes:
```js
// Example from `sequenceRenderer.js: drawMessage()`
textObj.anchor = conf.messageAlign;
textObj.valign = conf.messageAlign;
```
Both the `anchor` option (which controls left-right alignment) and the `valign` option (which controls
vertical top-down placement) were set to the same value, the user-provided `messageAlign` config option.
While `left` and `right` are valid values for the `anchor` option, they were effectively no-ops for the
`valign` option, which only supports `top`, `start`, `middle`, `center`, `bottom`, and `end`.
To fix the issue, the `valign` property is now always set to `center` for notes and messages.
Similarly, the `dominantBaseline` option of texts is now always set to `middle`, rather than setting it to
either `text-{before,after}-edge`, which caused left-aligned multi-line text to always be "top-left" aligned
inside a note (or "bottom-right" when attempting to right-align).
Now, texts in messages and notes are always vertically centered and alignment options correctly apply for
both single and multi-line content.
2022-07-03 11:59:57 +02:00
Sidharth Vinod
5b15865d30
fix #3184 : Inject xlink in mermaidAPI. ( #3185 )
...
* fix #3184 : Inject xlink in mermaidAPI.
* fix static analysis
2022-07-03 10:37:27 +02:00
ashishj
1dfddfde54
Merge branch 'release/9.1.3' into 3061_refactoring_and_modularisation
2022-06-28 20:12:03 +02:00
ashishj
1ae2624197
Merge branch 'release/9.1.3'
2022-06-28 20:11:06 +02:00
ashishj
1509ee68be
Updated the release version to 9.1.4
2022-06-28 20:02:51 +02:00
Ashish Jain
1f4c1c3a6c
Merge pull request #3140 from mermaid-js/#3095-Gitgrph-Font-Size
...
#3095 Added support for commit & tag label font size
2022-06-28 19:11:16 +02:00
Ashish Jain
cc45f3ca01
Merge pull request #3151 from pinghe/develop
...
Add C4 Diagram. Compatible with C4-PlantUML syntax (2). #3038
2022-06-28 19:10:42 +02:00
Ashish Jain
ccabcca55b
Merge pull request #3175 from ajthinking/patch-1
...
Add dev install section in contributing.md
2022-06-28 19:02:16 +02:00
Ashish Jain
259abb081a
Merge pull request #3176 from yutotnh/fix-typo
...
Fix typo
2022-06-28 19:01:35 +02:00
Knut Sveidqvist
0ae1bdb61a
Merge pull request from GHSA-x3vm-38hw-55wf
...
CSS Injection security issue
2022-06-28 18:55:12 +02:00
Knut Sveidqvist
5110e42786
Better balance check
2022-06-28 18:50:41 +02:00
dependabot[bot]
1410badb05
chore(deps-dev): bump @commitlint/config-conventional ( #3179 )
...
Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional ) from 17.0.2 to 17.0.3.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases )
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md )
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v17.0.3/@commitlint/config-conventional )
---
updated-dependencies:
- dependency-name: "@commitlint/config-conventional"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-27 11:07:03 +02:00
dependabot[bot]
3ba6e70c96
chore(deps-dev): bump lint-staged from 13.0.2 to 13.0.3 ( #3177 )
...
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 13.0.2 to 13.0.3.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Commits](https://github.com/okonet/lint-staged/compare/v13.0.2...v13.0.3 )
---
updated-dependencies:
- dependency-name: lint-staged
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-27 11:06:53 +02:00
dependabot[bot]
2c437628d5
chore(deps-dev): bump cypress from 10.1.0 to 10.2.0 ( #3178 )
...
Bumps [cypress](https://github.com/cypress-io/cypress ) from 10.1.0 to 10.2.0.
- [Release notes](https://github.com/cypress-io/cypress/releases )
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js )
- [Commits](https://github.com/cypress-io/cypress/compare/v10.1.0...v10.2.0 )
---
updated-dependencies:
- dependency-name: cypress
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-27 11:06:38 +02:00
dependabot[bot]
ea47bcd682
chore(deps-dev): bump @commitlint/cli from 17.0.2 to 17.0.3 ( #3180 )
...
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli ) from 17.0.2 to 17.0.3.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases )
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md )
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v17.0.3/@commitlint/cli )
---
updated-dependencies:
- dependency-name: "@commitlint/cli"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-27 10:06:35 +02:00
mmorel-35
4ff0a32ea5
chore: update browsers list
2022-06-27 07:03:45 +00:00
yutotnh
0d6109c7a8
Merge branch 'develop' into fix-typo
2022-06-27 12:43:55 +09:00
yutotnh
4d4b77f39f
fix: typo for source
2022-06-27 12:34:28 +09:00
yutotnh
5619b54cdb
fix: typo in cypress
2022-06-27 12:29:50 +09:00
Knut Sveidqvist
8484d55a6a
Fix fir tests
2022-06-26 21:30:49 +02:00
Knut Sveidqvist
0a55cda0a9
Rendering statediagram v2 using the diagram passed from mermaidAPI
2022-06-26 21:05:30 +02:00
Knut Sveidqvist
2480a5eaa2
Merge remote-tracking branch 'origin/develop' into 3061_refactoring_and_modularisation
2022-06-26 14:28:11 +02:00
Anders Jürisoo
6b5c051c02
Add dev install section in contributing.md
2022-06-26 12:37:14 +02:00
Vardan
ef5c753e32
update doc typos/clarity ( #3145 )
...
* update doc typos/clarity
* missed fix
2022-06-26 11:12:35 +02:00
Sidharth Vinod
4b78a2106d
Update links to mermaid.live
( #3163 )
...
* chore: update browsers list
* Re enable markdown & jsdoc linting.
* Update links to `mermaid.live`
Co-authored-by: sidharthv96 <sidharthv96@users.noreply.github.com >
2022-06-24 07:41:22 +02:00
Sidharth Vinod
0e47c0ee6c
fix #3019 Add word boundary to FK&PK. ( #3168 )
2022-06-23 08:20:32 +02:00
Sidharth Vinod
8251bf204d
Run testomatio only for PRs within org. ( #3165 )
2022-06-23 08:19:52 +02:00
dependabot[bot]
184b094218
chore(deps): bump got from 11.8.3 to 11.8.5 ( #3172 )
...
Bumps [got](https://github.com/sindresorhus/got ) from 11.8.3 to 11.8.5.
- [Release notes](https://github.com/sindresorhus/got/releases )
- [Commits](https://github.com/sindresorhus/got/compare/v11.8.3...v11.8.5 )
---
updated-dependencies:
- dependency-name: got
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-23 08:19:08 +02:00
Tom Moor
673b375cd9
fix: De-duplicates dependencies ( #3167 )
...
closes #3166
2022-06-23 08:15:17 +02:00
Knut Sveidqvist
2792bb41de
Updated allowed characters to accomodate fonts and rgba colors
2022-06-22 08:16:55 +02:00
yutotnh
ca909edbed
fix: Typo for documents and comments
2022-06-22 12:39:10 +09:00
Knut Sveidqvist
610f154c74
Sanitizsation of incoming variables that are added to the userStyles
2022-06-21 21:46:37 +02:00
Knut Sveidqvist
ec2da8e85d
Only allowing a subset of characters in themeVariables
2022-06-21 21:17:53 +02:00
pinghe
0c5b4948cf
Update docs.
2022-06-20 16:04:30 +08:00
dependabot[bot]
566ec14648
chore(deps-dev): bump @applitools/eyes-cypress from 3.26.2 to 3.26.3 ( #3155 )
...
Bumps [@applitools/eyes-cypress](https://github.com/applitools/eyes.sdk.javascript1/tree/HEAD/packages/eyes-cypress ) from 3.26.2 to 3.26.3.
- [Release notes](https://github.com/applitools/eyes.sdk.javascript1/releases )
- [Changelog](https://github.com/applitools/eyes.sdk.javascript1/blob/master/packages/eyes-cypress/CHANGELOG.md )
- [Commits](https://github.com/applitools/eyes.sdk.javascript1/commits/@applitools/eyes-cypress@3.26.3/packages/eyes-cypress )
---
updated-dependencies:
- dependency-name: "@applitools/eyes-cypress"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-20 09:42:44 +02:00
dependabot[bot]
d674b65ca4
chore(deps-dev): bump eslint from 8.17.0 to 8.18.0 ( #3156 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.17.0 to 8.18.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.17.0...v8.18.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-20 09:41:43 +02:00
dependabot[bot]
7268965adc
chore(deps-dev): bump eslint-plugin-jsdoc from 39.3.2 to 39.3.3 ( #3157 )
...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 39.3.2 to 39.3.3.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v39.3.2...v39.3.3 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-20 09:41:30 +02:00
dependabot[bot]
a0c460fa12
chore(deps-dev): bump lint-staged from 13.0.1 to 13.0.2 ( #3158 )
...
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 13.0.1 to 13.0.2.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Commits](https://github.com/okonet/lint-staged/compare/v13.0.1...v13.0.2 )
---
updated-dependencies:
- dependency-name: lint-staged
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-20 09:41:22 +02:00
dependabot[bot]
f24cd56e0a
chore(deps-dev): bump concurrently from 7.2.1 to 7.2.2 ( #3159 )
...
Bumps [concurrently](https://github.com/open-cli-tools/concurrently ) from 7.2.1 to 7.2.2.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases )
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v7.2.1...v7.2.2 )
---
updated-dependencies:
- dependency-name: concurrently
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-20 09:41:00 +02:00
dependabot[bot]
1517d6ed04
chore(deps-dev): bump prettier from 2.6.2 to 2.7.1 ( #3160 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.6.2 to 2.7.1.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/2.6.2...2.7.1 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-20 09:40:51 +02:00
dependabot[bot]
ff93945aaf
chore(deps): bump actions/dependency-review-action from 1 to 2 ( #3161 )
...
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action ) from 1 to 2.
- [Release notes](https://github.com/actions/dependency-review-action/releases )
- [Commits](https://github.com/actions/dependency-review-action/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: actions/dependency-review-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-20 09:40:38 +02:00
mmorel-35
f58ee895ae
chore: update browsers list
2022-06-20 07:04:32 +00:00
Sidharth Vinod
79a42772b9
Merge pull request #3135 from mermaid-js/dependabot/npm_and_yarn/develop/cypress-10.1.0
...
chore(deps-dev): bump cypress from 9.7.0 to 10.1.0
2022-06-20 11:08:55 +05:30
Sidharth Vinod
4c671af723
fix testomatio
2022-06-20 11:03:42 +05:30
Sidharth Vinod
5ea93fb3d2
Ignore .cache path in jest
2022-06-20 11:00:45 +05:30
MOREL Matthieu
648b15b00b
Upgrade Cypress
2022-06-19 14:36:54 +02:00
pinghe
b0d65169ab
Updated the documentation on how to use C4.
2022-06-18 23:45:21 +08:00
pinghe
546eb285c4
C4 diagram is fixed style, such as css color, so different css is not provided under different skins.
...
updateElementStyle and UpdateElementStyle are written in the diagram last part. updateElementStyle is inconsistent with the original definition and updates the style of the relationship, including the offset of the text label relative to the original position.
- [ ] Custom tags/stereotypes support and skinparam updates
- - [ ] AddElementTag(tagStereo, ?bgColor, ?fontColor, ?borderColor, ?shadowing, ?shape, ?sprite, ?techn, ?legendText, ?legendSprite): Introduces a new element tag. The styles of the tagged elements are updated and the tag is displayed in the calculated legend.
- - [ ] AddRelTag(tagStereo, ?textColor, ?lineColor, ?lineStyle, ?sprite, ?techn, ?legendText, ?legendSprite): Introduces a new Relationship tag. The styles of the tagged relationships are updated and the tag is displayed in the calculated legend.
- - [X] UpdateElementStyle(elementName, ?bgColor, ?fontColor, ?borderColor, ?shadowing, ?shape, ?sprite, ?techn, ?legendText, ?legendSprite): This call updates the default style of the elements (component, ...) and creates no additional legend entry.
- - [X] UpdateRelStyle(from, to, textColor, lineColor, ?offsetX, ?offsetY): This call updates the default relationship colors and creates no additional legend entry. Two new parameters, offsetX and offsetY, are added to set the offset of the original position of the text.
- - [ ] RoundedBoxShape(): This call returns the name of the rounded box shape and can be used as ?shape argument.
- - [ ] EightSidedShape(): This call returns the name of the eight sided shape and can be used as ?shape argument.
- - [ ] DashedLine(): This call returns the name of the dashed line and can be used as ?lineStyle argument.
- - [ ] DottedLine(): This call returns the name of the dotted line and can be used as ?lineStyle argument.
- - [ ] BoldLine(): This call returns the name of the bold line and can be used as ?lineStyle argument.
- - [X] UpdateLayoutConfig(?c4ShapeInRow, ?c4BoundaryInRow): New. This call updates the default c4ShapeInRow(4) and c4BoundaryInRow(2).
2022-06-18 22:43:07 +08:00
Knut Sveidqvist
f79d4f9a40
Merge branch 'develop' into 3061_refactoring_and_modularisation
2022-06-18 14:24:51 +02:00
Yash Singh
ddcc9a9d77
fix: use db for parser.yy
2022-06-16 11:37:28 -07:00
ashishj
e29c3d6125
#3095 Added support for commit & tag label font size
2022-06-14 20:36:26 +02:00
Knut Sveidqvist
69b7b0e029
Fix for padding issue and some cleanup
2022-06-14 20:09:55 +02:00
ashishj
ef3c1c878c
Merge branch 'release/9.1.2'
2022-06-14 19:44:21 +02:00
ashishj
3b8d74f1f9
Updated release version to 9.1.2
2022-06-14 19:30:31 +02:00
Knut Sveidqvist
3fd9cabd43
Test file
2022-06-14 18:42:00 +02:00
ashishj
113efd1150
Added placeholder docs fro C4C diagram
2022-06-14 18:27:15 +02:00
Knut Sveidqvist
2d5e49fa15
2022-06-14 17:49:05 +02:00
Ashish Jain
f159808df6
Merge pull request #3122 from activus-d/typo-correction
...
typos in configuration.md corrected
2022-06-14 17:11:32 +02:00
Ashish Jain
e9148b4caf
Merge pull request #3120 from flywire/patch-1
...
Styling links default
2022-06-14 17:11:08 +02:00
Ashish Jain
611880414b
Merge pull request #3114 from siddhant-tripathy1/3093_Removing_sass_files
...
Removed the Sass files
2022-06-14 17:10:45 +02:00
dependabot[bot]
36321c7cb8
chore(deps-dev): bump webpack-cli from 4.9.2 to 4.10.0 ( #3130 )
...
Bumps [webpack-cli](https://github.com/webpack/webpack-cli ) from 4.9.2 to 4.10.0.
- [Release notes](https://github.com/webpack/webpack-cli/releases )
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.9.2...webpack-cli@4.10.0 )
---
updated-dependencies:
- dependency-name: webpack-cli
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-13 21:05:39 +02:00
dependabot[bot]
8f8c685a39
chore(deps-dev): bump cypress from 9.7.0 to 10.1.0
...
Bumps [cypress](https://github.com/cypress-io/cypress ) from 9.7.0 to 10.1.0.
- [Release notes](https://github.com/cypress-io/cypress/releases )
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js )
- [Commits](https://github.com/cypress-io/cypress/compare/v9.7.0...v10.1.0 )
---
updated-dependencies:
- dependency-name: cypress
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-13 18:59:06 +00:00
dependabot[bot]
6c0f8e2800
chore(deps-dev): bump lint-staged from 13.0.0 to 13.0.1 ( #3132 )
...
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 13.0.0 to 13.0.1.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Commits](https://github.com/okonet/lint-staged/compare/v13.0.0...v13.0.1 )
---
updated-dependencies:
- dependency-name: lint-staged
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-13 20:57:15 +02:00
dependabot[bot]
71e75c0900
chore(deps-dev): bump @applitools/eyes-cypress from 3.26.1 to 3.26.2 ( #3136 )
...
Bumps [@applitools/eyes-cypress](https://github.com/applitools/eyes.sdk.javascript1/tree/HEAD/packages/eyes-cypress ) from 3.26.1 to 3.26.2.
- [Release notes](https://github.com/applitools/eyes.sdk.javascript1/releases )
- [Changelog](https://github.com/applitools/eyes.sdk.javascript1/blob/master/packages/eyes-cypress/CHANGELOG.md )
- [Commits](https://github.com/applitools/eyes.sdk.javascript1/commits/@applitools/eyes-cypress@3.26.2/packages/eyes-cypress )
---
updated-dependencies:
- dependency-name: "@applitools/eyes-cypress"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-13 20:52:55 +02:00
dependabot[bot]
0400a597ef
chore(deps-dev): bump webpack-dev-server from 4.9.1 to 4.9.2 ( #3133 )
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 4.9.1 to 4.9.2.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases )
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v4.9.1...v4.9.2 )
---
updated-dependencies:
- dependency-name: webpack-dev-server
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-13 20:33:48 +02:00
dependabot[bot]
0e923ec771
chore(deps-dev): bump babel-jest from 28.1.0 to 28.1.1 ( #3137 )
...
Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest ) from 28.1.0 to 28.1.1.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v28.1.1/packages/babel-jest )
---
updated-dependencies:
- dependency-name: babel-jest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-13 20:32:46 +02:00
dependabot[bot]
79ce18c9bc
chore(deps-dev): bump jest-environment-jsdom from 28.1.0 to 28.1.1 ( #3129 )
...
Bumps [jest-environment-jsdom](https://github.com/facebook/jest/tree/HEAD/packages/jest-environment-jsdom ) from 28.1.0 to 28.1.1.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v28.1.1/packages/jest-environment-jsdom )
---
updated-dependencies:
- dependency-name: jest-environment-jsdom
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-13 20:28:26 +02:00
dependabot[bot]
91f863ad9f
chore(deps-dev): bump @babel/core from 7.18.2 to 7.18.5 ( #3134 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.18.2 to 7.18.5.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.18.5/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-13 20:21:46 +02:00
dependabot[bot]
1415c8eda0
chore(deps-dev): bump jest from 28.1.0 to 28.1.1 ( #3131 )
...
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest ) from 28.1.0 to 28.1.1.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v28.1.1/packages/jest )
---
updated-dependencies:
- dependency-name: jest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-13 20:20:54 +02:00
mmorel-35
9eae97ddab
chore: update browsers list
2022-06-13 07:03:33 +00:00
Damilola Mohammed
df28de62c1
typos in configuration.md corrected
2022-06-11 14:46:27 +01:00
flywire
72ada38417
Styling links default
2022-06-11 18:24:45 +10:00
Knut Sveidqvist
5d30d46535
Merge pull request #3118 from mermaid-js/3116_paddings
...
Handle diagram paddings in a consistent way
2022-06-08 20:24:18 +02:00
Knut Sveidqvist
4dd3d3bc76
2022-06-08 20:17:31 +02:00
Knut Sveidqvist
348fa3318b
Merge pull request #3115 from mermaid-js/#3060-Support-cherry-commit-in-Gitgraph
...
#3060 support cherry commit in gitgraph
2022-06-07 21:08:50 +02:00
ashishj
84ae430806
#3080 Updated docs for cherry pick functionality
2022-06-07 21:00:26 +02:00
siddhant tripathy
61c1b0aebb
Removed the Sass files
2022-06-08 00:27:23 +05:30
ashishj
e3df38e078
#3080 Added more rendering test for cherry pick functionality
2022-06-07 20:52:52 +02:00
ashishj
44b2fae0db
#3080 Added docs for cherry pick functionality
2022-06-07 20:48:40 +02:00
ashishj
c147404d1c
#3080 Added support for cherry pick commits
2022-06-07 20:32:43 +02:00
Knut Sveidqvist
7a4acb5c36
Merge pull request #3113 from mermaid-js/#3080-Commit-label-tilt
...
#3080 Adding rotated commit label functionality
2022-06-07 20:21:25 +02:00
ashishj
90d187c48a
#3080 Added rendering test cases
2022-06-07 18:52:38 +02:00
ashishj
1851e81794
#3080 Adding rotated commit label functionality
2022-06-07 18:45:07 +02:00
Knut Sveidqvist
aeb6e860bb
Merge pull request #3094 from deining/contrib
...
Fixing various typos
2022-06-07 17:17:49 +02:00
Knut Sveidqvist
3300ad09f3
Merge pull request #3038 from pinghe/develop
...
Add C4 Diagram. Compatible with C4-PlantUML syntax.
2022-06-07 17:12:10 +02:00
dependabot[bot]
c6e689255e
chore(deps-dev): bump @applitools/eyes-cypress from 3.26.0 to 3.26.1 ( #3105 )
...
Bumps [@applitools/eyes-cypress](https://github.com/applitools/eyes.sdk.javascript1/tree/HEAD/packages/eyes-cypress ) from 3.26.0 to 3.26.1.
- [Release notes](https://github.com/applitools/eyes.sdk.javascript1/releases )
- [Changelog](https://github.com/applitools/eyes.sdk.javascript1/blob/master/packages/eyes-cypress/CHANGELOG.md )
- [Commits](https://github.com/applitools/eyes.sdk.javascript1/commits/@applitools/eyes-cypress@3.26.1/packages/eyes-cypress )
---
updated-dependencies:
- dependency-name: "@applitools/eyes-cypress"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-06 22:19:49 +02:00
dependabot[bot]
8aff0d6321
chore(deps-dev): bump eslint from 8.16.0 to 8.17.0 ( #3103 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.16.0 to 8.17.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.16.0...v8.17.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-06 22:15:00 +02:00
dependabot[bot]
a4ead2f259
chore(deps-dev): bump lint-staged from 12.4.2 to 13.0.0 ( #3109 )
...
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 12.4.2 to 13.0.0.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Commits](https://github.com/okonet/lint-staged/compare/v12.4.2...v13.0.0 )
---
updated-dependencies:
- dependency-name: lint-staged
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-06 22:08:44 +02:00
dependabot[bot]
a569d5cbf6
chore(deps-dev): bump terser-webpack-plugin from 5.3.1 to 5.3.3 ( #3106 )
...
Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin ) from 5.3.1 to 5.3.3.
- [Release notes](https://github.com/webpack-contrib/terser-webpack-plugin/releases )
- [Changelog](https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.1...v5.3.3 )
---
updated-dependencies:
- dependency-name: terser-webpack-plugin
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-06 22:06:28 +02:00
dependabot[bot]
fb50a3a249
chore(deps-dev): bump @commitlint/config-conventional ( #3104 )
...
Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional ) from 17.0.0 to 17.0.2.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases )
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md )
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v17.0.2/@commitlint/config-conventional )
---
updated-dependencies:
- dependency-name: "@commitlint/config-conventional"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-06 22:06:01 +02:00
dependabot[bot]
c8cd61f0f8
chore(deps-dev): bump @commitlint/cli from 17.0.1 to 17.0.2 ( #3102 )
...
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli ) from 17.0.1 to 17.0.2.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases )
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md )
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v17.0.2/@commitlint/cli )
---
updated-dependencies:
- dependency-name: "@commitlint/cli"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-06 22:05:41 +02:00
dependabot[bot]
d1e51abe2d
chore(deps-dev): bump eslint-plugin-jest from 26.4.5 to 26.5.3 ( #3110 )
...
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest ) from 26.4.5 to 26.5.3.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases )
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v26.4.5...v26.5.3 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jest
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-06 22:04:55 +02:00
dependabot[bot]
b8c0cd9564
chore(deps-dev): bump webpack-dev-server from 4.9.0 to 4.9.1 ( #3107 )
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 4.9.0 to 4.9.1.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases )
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v4.9.0...v4.9.1 )
---
updated-dependencies:
- dependency-name: webpack-dev-server
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-06 22:04:43 +02:00
dependabot[bot]
56f2073ad5
chore(deps-dev): bump webpack from 5.72.1 to 5.73.0 ( #3108 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.72.1 to 5.73.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.72.1...v5.73.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-06 22:04:14 +02:00
mmorel-35
794d46beec
chore: update browsers list
2022-06-06 07:03:41 +00:00
Andreas Deininger
8e157423e0
Fixing various typos
...
Changing links from http to https
2022-06-01 12:06:53 +02:00
Knut Sveidqvist
ef9740bb38
Merge pull request #3092 from mermaid-js/_3089_cluster_edge_self
...
Fix for case where a compound state has a transition to it self.
2022-05-31 20:41:45 +02:00
Knut Sveidqvist
bd459fadd3
2022-05-31 20:35:44 +02:00
Knut Sveidqvist
bb5baa65cb
Merge branch 'develop' of github.com:mermaid-js/mermaid into develop
2022-05-31 17:11:29 +02:00
Knut Sveidqvist
ee61a26faf
Merge pull request #3063 from financelurker/feature/3062_critical_region_and_break_in_sequence_diagrams
...
feat: adding "Critical Region"/"Option" and "Break" blocks to sequence diagram
2022-05-31 17:11:03 +02:00
dependabot[bot]
ef943d4b0b
chore(deps-dev): bump cypress from 9.6.1 to 9.7.0 ( #3082 )
...
Bumps [cypress](https://github.com/cypress-io/cypress ) from 9.6.1 to 9.7.0.
- [Release notes](https://github.com/cypress-io/cypress/releases )
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js )
- [Commits](https://github.com/cypress-io/cypress/compare/v9.6.1...v9.7.0 )
---
updated-dependencies:
- dependency-name: cypress
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-30 09:30:08 +02:00
dependabot[bot]
4c25b95124
chore(deps-dev): bump @commitlint/cli from 17.0.0 to 17.0.1 ( #3086 )
...
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli ) from 17.0.0 to 17.0.1.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases )
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md )
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v17.0.1/@commitlint/cli )
---
updated-dependencies:
- dependency-name: "@commitlint/cli"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-30 09:29:42 +02:00
dependabot[bot]
3451a87d64
chore(deps-dev): bump eslint-plugin-jsdoc from 39.3.0 to 39.3.2 ( #3088 )
...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 39.3.0 to 39.3.2.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v39.3.0...v39.3.2 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-30 09:29:09 +02:00
dependabot[bot]
560b44daef
chore(deps-dev): bump eslint-plugin-jest from 26.2.2 to 26.4.5 ( #3085 )
...
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest ) from 26.2.2 to 26.4.5.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases )
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v26.2.2...v26.4.5 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jest
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-30 09:28:53 +02:00
dependabot[bot]
c7c211e031
chore(deps-dev): bump @babel/core from 7.18.0 to 7.18.2 ( #3083 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.18.0 to 7.18.2.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.18.2/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-30 09:28:29 +02:00
dependabot[bot]
de3cbeeff3
chore(deps-dev): bump @babel/preset-env from 7.18.0 to 7.18.2 ( #3084 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.18.0 to 7.18.2.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.18.2/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-30 09:27:46 +02:00
dependabot[bot]
689b204327
chore(deps-dev): bump @babel/eslint-parser from 7.17.0 to 7.18.2 ( #3087 )
...
Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser ) from 7.17.0 to 7.18.2.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.18.2/eslint/babel-eslint-parser )
---
updated-dependencies:
- dependency-name: "@babel/eslint-parser"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-30 09:27:28 +02:00
dependabot[bot]
ea265bc28e
chore(deps-dev): bump lint-staged from 12.4.1 to 12.4.2 ( #3081 )
...
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 12.4.1 to 12.4.2.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Commits](https://github.com/okonet/lint-staged/compare/v12.4.1...v12.4.2 )
---
updated-dependencies:
- dependency-name: lint-staged
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-30 09:27:06 +02:00
mmorel-35
63f145f5c0
chore: update browsers list
2022-05-30 07:07:08 +00:00
Knut Sveidqvist
66f2f42294
Selecting the correct title for gantt charts
2022-05-24 20:10:04 +02:00
Ashish Jain
1148039c6b
Merge pull request #3075 from mermaid-js/3074_access
...
Separation between title and accessibility title (sometimes)
2022-05-24 19:02:11 +02:00
Knut Sveidqvist
b82b2d2b78
#3074 Using regular title as a fallback for the accessibility title when no dedicated accessibility title is present
2022-05-24 18:52:37 +02:00
Knut Sveidqvist
6eef26f107
#3074 Fix for tests
2022-05-24 18:33:13 +02:00
Knut Sveidqvist
2ab1e162ea
#3074 Cleanup and fixes for issues with accessibility for gantt and journey diagrams
2022-05-24 18:20:05 +02:00
Knut Sveidqvist
56f79692a3
Disabling md linting for mental sanity
2022-05-24 17:27:48 +02:00
Knut Sveidqvist
ef66cf77e1
Merge pull request #3070 from mermaid-js/dependabot/npm_and_yarn/develop/commitlint/cli-17.0.0
...
chore(deps-dev): bump @commitlint/cli from 16.3.0 to 17.0.0
2022-05-24 17:18:13 +02:00
Knut Sveidqvist
4b72539e33
Merge pull request #3069 from mermaid-js/dependabot/npm_and_yarn/develop/babel/core-7.18.0
...
chore(deps-dev): bump @babel/core from 7.17.10 to 7.18.0
2022-05-24 17:17:57 +02:00
Ashish Jain
da31880319
Merge pull request #3057 from mgenereu/remove-textlength
...
Removed unnecessary textLength attribute.
2022-05-24 17:09:17 +02:00
dependabot[bot]
96dfa1dbed
chore(deps-dev): bump @babel/core from 7.17.10 to 7.18.0
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.17.10 to 7.18.0.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.18.0/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-24 15:08:54 +00:00
dependabot[bot]
dcedfdb674
chore(deps-dev): bump @commitlint/cli from 16.3.0 to 17.0.0
...
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli ) from 16.3.0 to 17.0.0.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases )
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md )
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v17.0.0/@commitlint/cli )
---
updated-dependencies:
- dependency-name: "@commitlint/cli"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-24 15:08:37 +00:00
Ashish Jain
bcb0cdfb3f
Merge pull request #3059 from schmelto/patch-2
...
docs: remove edit on GitHub duplicate
2022-05-24 17:07:11 +02:00
Knut Sveidqvist
6beab4f286
Merge pull request #3072 from mermaid-js/dependabot/npm_and_yarn/develop/eslint-plugin-jsdoc-39.3.0
...
chore(deps-dev): bump eslint-plugin-jsdoc from 39.2.9 to 39.3.0
2022-05-24 17:04:53 +02:00
Knut Sveidqvist
2f150b0c82
Merge pull request #3071 from mermaid-js/dependabot/npm_and_yarn/develop/applitools/eyes-cypress-3.26.0
...
chore(deps-dev): bump @applitools/eyes-cypress from 3.25.7 to 3.26.0
2022-05-24 17:04:35 +02:00
Knut Sveidqvist
8c29007c69
Merge pull request #3068 from mermaid-js/dependabot/npm_and_yarn/develop/babel/preset-env-7.18.0
...
chore(deps-dev): bump @babel/preset-env from 7.17.10 to 7.18.0
2022-05-24 17:02:04 +02:00
Knut Sveidqvist
02aafcabba
Merge pull request #3067 from mermaid-js/dependabot/npm_and_yarn/develop/commitlint/config-conventional-17.0.0
...
chore(deps-dev): bump @commitlint/config-conventional from 16.2.4 to 17.0.0
2022-05-24 17:01:53 +02:00
Knut Sveidqvist
81a7e6bc05
Merge pull request #3066 from mermaid-js/dependabot/npm_and_yarn/develop/eslint-8.16.0
...
chore(deps-dev): bump eslint from 8.15.0 to 8.16.0
2022-05-24 17:01:39 +02:00
Knut Sveidqvist
bf977311e1
Merge pull request #3065 from mermaid-js/dependabot/npm_and_yarn/develop/concurrently-7.2.1
...
chore(deps-dev): bump concurrently from 7.2.0 to 7.2.1
2022-05-24 17:01:24 +02:00
Knut Sveidqvist
79636af9f9
Merge pull request #3054 from sylhare/develop
...
[Documentation] Use actual theme name
2022-05-24 17:01:07 +02:00
Knut Sveidqvist
c956fb6570
Merge pull request #3064 from detj/fix/language-rename
...
docs: fix capitalisation of well known technologies
2022-05-24 17:00:20 +02:00
dependabot[bot]
48b2a15fd0
chore(deps-dev): bump eslint-plugin-jsdoc from 39.2.9 to 39.3.0
...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 39.2.9 to 39.3.0.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v39.2.9...v39.3.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-23 07:05:13 +00:00
mmorel-35
ce5bb4fef7
chore: update browsers list
2022-05-23 07:05:04 +00:00
dependabot[bot]
06081c73e9
chore(deps-dev): bump @applitools/eyes-cypress from 3.25.7 to 3.26.0
...
Bumps [@applitools/eyes-cypress](https://github.com/applitools/eyes.sdk.javascript1/tree/HEAD/packages/eyes-cypress ) from 3.25.7 to 3.26.0.
- [Release notes](https://github.com/applitools/eyes.sdk.javascript1/releases )
- [Changelog](https://github.com/applitools/eyes.sdk.javascript1/blob/master/packages/eyes-cypress/CHANGELOG.md )
- [Commits](https://github.com/applitools/eyes.sdk.javascript1/commits/@applitools/eyes-cypress@3.26.0/packages/eyes-cypress )
---
updated-dependencies:
- dependency-name: "@applitools/eyes-cypress"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-23 07:04:55 +00:00
dependabot[bot]
6c3c6a1e65
chore(deps-dev): bump @babel/preset-env from 7.17.10 to 7.18.0
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.17.10 to 7.18.0.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.18.0/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-23 07:03:45 +00:00
dependabot[bot]
e8f551964b
chore(deps-dev): bump @commitlint/config-conventional
...
Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional ) from 16.2.4 to 17.0.0.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases )
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md )
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v17.0.0/@commitlint/config-conventional )
---
updated-dependencies:
- dependency-name: "@commitlint/config-conventional"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-23 07:03:17 +00:00
dependabot[bot]
95407eea80
chore(deps-dev): bump eslint from 8.15.0 to 8.16.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.15.0 to 8.16.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.15.0...v8.16.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-23 07:03:02 +00:00
dependabot[bot]
61e35edf27
chore(deps-dev): bump concurrently from 7.2.0 to 7.2.1
...
Bumps [concurrently](https://github.com/open-cli-tools/concurrently ) from 7.2.0 to 7.2.1.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases )
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v7.2.0...v7.2.1 )
---
updated-dependencies:
- dependency-name: concurrently
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-23 07:02:45 +00:00
Debjeet Biswas
fe32845197
docs: fix capitalisation of well known technologies
2022-05-22 10:42:51 +05:30
Ronald Heggenberger
077e6621b9
Undo whitespace changes
2022-05-21 09:40:21 +02:00
Ronald Heggenberger
7372ca5e8e
Adding "Critical Region" and "Break" blocks
2022-05-21 09:31:06 +02:00
Tom Schmelzer
949f6dd4f9
docs: remove edit on GitHub duplicate
2022-05-20 08:30:04 +02:00
Michael Genereux
938b47bead
Removed unnecessary textLength attribute.
...
This attribute makes two digit numbers look bad.
2022-05-19 23:17:11 +00:00
Sidharth Vinod
ef2fea157b
Merge pull request #3052 from MindaugasLaganeckas/patch-2
...
Make initThrowsErrors available to clients
2022-05-19 18:03:58 +05:30
sylhare
eb20782aa4
Rename theme names
2022-05-18 15:14:13 -04:00
Mindaugas Laganeckas
ce3ba4f772
Make initThrowsErrors available to clients
...
Missing piece for https://github.com/mermaid-js/mermaid/pull/2379
2022-05-18 08:51:19 +02:00
ashishj
5b26934802
Added docs & examples for Accessibilty Options
2022-05-17 20:37:32 +02:00
Knut Sveidqvist
0fd11562bc
Merge pull request #3051 from mermaid-js/3050_setTitle_rename
...
#3050 Renaming setTitle to setAccTitle
2022-05-17 20:29:06 +02:00
Knut Sveidqvist
08eba8ccc1
Adding more hint for adding new diagrams
2022-05-17 20:26:56 +02:00
Knut Sveidqvist
a3878528c6
#3050 Renaming setTitle to setAccTitle
2022-05-17 20:23:45 +02:00
Knut Sveidqvist
3cb37ab802
Adding more hint for adding new diagrams
2022-05-17 19:56:50 +02:00
Knut Sveidqvist
7d52e99aba
Merge pull request #3049 from mermaid-js/3046_IIIegible-style-in-Git-when-more-that-8-branches
...
# Add support for cyclic themeVariable rotation when more than 8 branches
2022-05-17 19:32:18 +02:00
ashishj
91d5c7ed71
#3046 Fixed liniting issue
2022-05-17 19:28:23 +02:00
ashishj
85062ac570
#3046 Add support for cyclic themeVariable rotation for more than 8 branches
2022-05-17 19:15:50 +02:00
Ashish Jain
6f6755ec02
Merge pull request #3030 from sylhare/patch-1
...
[Documentation] Re-order theme variables
2022-05-17 17:24:50 +02:00
Ashish Jain
6d2c6c13a7
Merge pull request #3035 from SlideeScherz/patch-1
...
Fixed whitespace typo in Class diagram
2022-05-17 17:23:15 +02:00
ashishj
bda13c41fd
Merge branch 'develop' of github.com:mermaid-js/mermaid into develop
2022-05-17 17:06:54 +02:00
ashishj
ea58bb3359
Merge branch 'master' into develop
2022-05-17 17:06:38 +02:00
pinghe
390ec89045
Merge remote-tracking branch 'origin/develop' into develop
2022-05-17 22:41:10 +08:00
pinghe
4906460bf4
Merge branch 'mermaid-js:develop' into develop
2022-05-17 22:16:17 +08:00
pinghe
28ca1420f9
Add C4Context diagram. Compatible with C4-PlantUML syntax.
...
For an example, see the source code demos/index.html
- System Context
- Container diagram
- Component diagram
- Dynamic diagram
- Deployment diagram
2022-05-17 19:57:03 +08:00
pinghe
9ba8e6e491
Merge remote-tracking branch 'upstream/develop' into c4
2022-05-17 19:45:43 +08:00
dependabot[bot]
24eb2123e4
chore(deps-dev): bump cypress from 9.6.0 to 9.6.1 ( #3041 )
...
Bumps [cypress](https://github.com/cypress-io/cypress ) from 9.6.0 to 9.6.1.
- [Release notes](https://github.com/cypress-io/cypress/releases )
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js )
- [Commits](https://github.com/cypress-io/cypress/compare/v9.6.0...v9.6.1 )
---
updated-dependencies:
- dependency-name: cypress
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-16 09:42:10 +02:00
dependabot[bot]
a67b86b73b
chore(deps-dev): bump @commitlint/cli from 16.2.4 to 16.3.0 ( #3040 )
...
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli ) from 16.2.4 to 16.3.0.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases )
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md )
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v16.3.0/@commitlint/cli )
---
updated-dependencies:
- dependency-name: "@commitlint/cli"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-16 09:41:56 +02:00
dependabot[bot]
95a2ce244c
chore(deps): bump dompurify from 2.3.6 to 2.3.8 ( #3045 )
...
Bumps [dompurify](https://github.com/cure53/DOMPurify ) from 2.3.6 to 2.3.8.
- [Release notes](https://github.com/cure53/DOMPurify/releases )
- [Commits](https://github.com/cure53/DOMPurify/compare/2.3.6...2.3.8 )
---
updated-dependencies:
- dependency-name: dompurify
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-16 09:39:45 +02:00
dependabot[bot]
35e2dd4047
chore(deps-dev): bump eslint-plugin-jest from 26.1.5 to 26.2.2 ( #3044 )
...
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest ) from 26.1.5 to 26.2.2.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases )
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v26.1.5...v26.2.2 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jest
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-16 09:39:35 +02:00
dependabot[bot]
6ee632f245
chore(deps-dev): bump concurrently from 7.1.0 to 7.2.0 ( #3039 )
...
Bumps [concurrently](https://github.com/open-cli-tools/concurrently ) from 7.1.0 to 7.2.0.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases )
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v7.1.0...v7.2.0 )
---
updated-dependencies:
- dependency-name: concurrently
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-16 09:39:15 +02:00
dependabot[bot]
f9eb552382
chore(deps-dev): bump eslint from 8.4.1 to 8.15.0 ( #3042 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.4.1 to 8.15.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.4.1...v8.15.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-16 09:38:25 +02:00
dependabot[bot]
deff411f85
chore(deps-dev): bump webpack from 5.72.0 to 5.72.1 ( #3043 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.72.0 to 5.72.1.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.72.0...v5.72.1 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-16 09:23:50 +02:00
mmorel-35
e531997868
chore: update browsers list
2022-05-16 07:08:51 +00:00
pinghe
7d658403c2
Merge branch 'develop' of github.com:pinghe/mermaid into develop
2022-05-15 17:12:43 +08:00
pinghe
015c112103
Add C4Context diagram. Compatible with C4-PlantUML syntax.
...
```
C4Context
title System Context diagram for Internet Banking System
Person(customerA, "Banking Customer A", "A customer of the bank, with personal bank accounts.")
Person(customerB, "Banking Customer B")
Person_Ext(customerC, "Banking Customer C")
System(SystemAA, "Internet Banking System", "Allows customers to view information about their bank accounts, and make payments.")
Person(customerD, "Banking Customer D", "A customer of the bank, <br/> with personal bank accounts.")
Enterprise_Boundary(b1, "BankBoundary") {
SystemDb_Ext(SystemE, "Mainframe Banking System", "Stores all of the core banking information about customers, accounts, transactions, etc.")
System_Boundary(b2, "BankBoundary2") {
System(SystemA, "Banking System A")
System(SystemB, "Banking System B", "A system of the bank, with personal bank accounts.")
}
System_Ext(SystemC, "E-mail system", "The internal Microsoft Exchange e-mail system.")
SystemDb(SystemD, "Banking System D Database", "A system of the bank, with personal bank accounts.")
Boundary(b3, "BankBoundary3", "boundary") {
SystemQueue(SystemF, "Banking System F Queue", "A system of the bank, with personal bank accounts.")
SystemQueue_Ext(SystemG, "Banking System G Queue", "A system of the bank, with personal bank accounts.")
}
}
BiRel(customerA, SystemAA, "Uses")
BiRel(SystemAA, SystemE, "Uses")
Rel(SystemAA, SystemC, "Sends e-mails", "SMTP")
Rel(SystemC, customerA, "Sends e-mails to")
```
2022-05-15 17:08:09 +08:00
pinghe
a1ef3f0f4a
Add C4Context diagram. Compatible with C4-PlantUML syntax.
...
```
C4Context
title System Context diagram for Internet Banking System
Person(customerA, "Banking Customer A", "A customer of the bank, with personal bank accounts.")
Person(customerB, "Banking Customer B")
Person_Ext(customerC, "Banking Customer C")
System(SystemAA, "Internet Banking System", "Allows customers to view information about their bank accounts, and make payments.")
Person(customerD, "Banking Customer D", "A customer of the bank, <br/> with personal bank accounts.")
Enterprise_Boundary(b1, "BankBoundary") {
SystemDb_Ext(SystemE, "Mainframe Banking System", "Stores all of the core banking information about customers, accounts, transactions, etc.")
System_Boundary(b2, "BankBoundary2") {
System(SystemA, "Banking System A")
System(SystemB, "Banking System B", "A system of the bank, with personal bank accounts.")
}
System_Ext(SystemC, "E-mail system", "The internal Microsoft Exchange e-mail system.")
SystemDb(SystemD, "Banking System D Database", "A system of the bank, with personal bank accounts.")
Boundary(b3, "BankBoundary3", "boundary") {
SystemQueue(SystemF, "Banking System F Queue", "A system of the bank, with personal bank accounts.")
SystemQueue_Ext(SystemG, "Banking System G Queue", "A system of the bank, with personal bank accounts.")
}
}
BiRel(customerA, SystemAA, "Uses")
BiRel(SystemAA, SystemE, "Uses")
Rel(SystemAA, SystemC, "Sends e-mails", "SMTP")
Rel(SystemC, customerA, "Sends e-mails to")
```
2022-05-15 13:24:47 +08:00
Scott Scherzer
0c65ea25cb
Fixed whitespace typo in Class diagram
...
Easier copy and pasting
2022-05-13 15:59:35 -04:00
Sylhare
53c63b31c8
Re-order theme variables
2022-05-12 09:49:24 -04:00
ashishj
5a9ec30803
Updating Release version to 9.1.1
2022-05-11 14:05:21 +02:00
ashishj
ee0b31b3d5
#3025 Fix from broken init call
2022-05-11 14:04:50 +02:00
Yash-Singh1
18114ab9ce
fix: linting err in flowchart docs
2022-05-10 18:52:02 -07:00
Yash-Singh1
32a2e5fc47
fix: allow dot in entity name; fixes #1895
2022-05-10 18:39:11 -07:00
Yash-Singh1
af4c0591f9
chore: husky hooks executable
2022-05-10 18:27:55 -07:00
Yash-Singh1
d7b1cd912c
chore: no lint for html in md
2022-05-10 18:11:23 -07:00
Matthieu MOREL
3a56bbed2e
build: setup eslint-plugin-json ( #2552 )
...
Co-authored-by: Yash Singh <saiansh2525@gmail.com >
2022-05-10 17:52:55 -07:00
Yash-Singh1
b7b02fcc2c
chore: rm cypress ex. and prevent dup ci
2022-05-10 17:29:50 -07:00
Yash-Singh1
9365138206
chore: split ci into seperate workflows
2022-05-10 17:26:17 -07:00
dependabot[bot]
61771b97ad
chore(deps-dev): bump jest from 28.0.3 to 28.1.0 ( #3018 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-10 17:19:44 -07:00
Yash-Singh1
bc4ecdc791
fix: config files at root
2022-05-10 17:09:42 -07:00
Yash-Singh1
bc58c8e03c
chore: reduce excessive logs in unit tests
2022-05-10 17:09:42 -07:00
dependabot[bot]
8394bcd4a9
chore(deps-dev): bump jest-environment-jsdom from 28.0.2 to 28.1.0 ( #3017 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-10 17:04:41 -07:00
Yash-Singh1
c6cde959b3
chore: rm dist again
2022-05-10 16:56:19 -07:00
Yash-Singh1
e74e51fb25
fix: ci fails by removing more debug files
2022-05-10 16:50:52 -07:00
ashishj
4a0321fe3e
Merge branch 'master' into develop
2022-05-10 20:52:20 +02:00
ashishj
48eb871ab5
#3023 Updated the directives documention
2022-05-10 20:51:55 +02:00
Knut Sveidqvist
e306fcc795
merge
2022-05-10 20:37:39 +02:00
Knut Sveidqvist
3a2650dc6d
Merge branch 'applitools'
2022-05-10 20:34:29 +02:00
Knut Sveidqvist
eadbf595ba
Adding applitools to inegration tests
2022-05-10 20:33:55 +02:00
ashishj
20c4a68aa8
Merging release 9.1.0 to develop
2022-05-10 18:51:21 +02:00
ashishj
8889b05d29
Updating the release version to 9.1.0
2022-05-10 18:28:14 +02:00
Knut Sveidqvist
5ec5ebf94b
#2951 Fix for styling issue on labes when using htmlLabels in legacy flowcharts
2022-05-10 17:45:16 +02:00
Knut Sveidqvist
6cea0fd835
#2951 Fix for styling issue on labes when using htmlLabels in legacy flowcharts
2022-05-10 17:45:12 +02:00
Knut Sveidqvist
4fabf91e16
Merge pull request #3016 from mermaid-js/dependabot/npm_and_yarn/develop/husky-8.0.0
...
chore(deps-dev): bump husky from 7.0.4 to 8.0.0
2022-05-10 17:05:44 +02:00
Knut Sveidqvist
8ed7ea6b36
Merge pull request #3015 from mermaid-js/dependabot/npm_and_yarn/develop/eslint-8.15.0
...
chore(deps-dev): bump eslint from 8.14.0 to 8.15.0
2022-05-10 17:05:31 +02:00
Knut Sveidqvist
99f0eecb86
Merge pull request #3014 from mermaid-js/dependabot/npm_and_yarn/develop/webpack-dev-server-4.9.0
...
chore(deps-dev): bump webpack-dev-server from 4.8.1 to 4.9.0
2022-05-10 17:05:17 +02:00
Knut Sveidqvist
996e8ef9b8
Merge pull request #3013 from mermaid-js/dependabot/npm_and_yarn/develop/babel-jest-28.1.0
...
chore(deps-dev): bump babel-jest from 28.0.3 to 28.1.0
2022-05-10 17:01:19 +02:00
Knut Sveidqvist
734cef9017
Merge pull request #3004 from timmaffett/parse_parseError_fixes
...
fix mermaidAPI.parse() behavior to match documentation, add tests to ensure behavior matches docs
2022-05-10 17:00:22 +02:00
dependabot[bot]
0856d2e82c
chore(deps-dev): bump babel-jest from 28.0.3 to 28.1.0
...
Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest ) from 28.0.3 to 28.1.0.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v28.1.0/packages/babel-jest )
---
updated-dependencies:
- dependency-name: babel-jest
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-10 01:23:21 +00:00
dependabot[bot]
a8000bf51b
chore(deps-dev): bump webpack-dev-server from 4.8.1 to 4.9.0
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 4.8.1 to 4.9.0.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases )
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v4.8.1...v4.9.0 )
---
updated-dependencies:
- dependency-name: webpack-dev-server
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-10 01:22:45 +00:00
dependabot[bot]
24f181afc8
chore(deps-dev): bump eslint from 8.14.0 to 8.15.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.14.0 to 8.15.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.14.0...v8.15.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-10 01:20:15 +00:00
Yash-Singh1
97cc8a4afe
docs: add coffeescript highlighting
2022-05-09 18:17:04 -07:00
Yash-Singh1
4c1cf345fc
chore: rm classDiagram debug file
2022-05-09 18:05:18 -07:00
mmorel-35
01cdd28938
chore: update browsers list
2022-05-09 07:03:52 +00:00
dependabot[bot]
7198b6884c
chore(deps-dev): bump husky from 7.0.4 to 8.0.0
...
Bumps [husky](https://github.com/typicode/husky ) from 7.0.4 to 8.0.0.
- [Release notes](https://github.com/typicode/husky/releases )
- [Commits](https://github.com/typicode/husky/compare/v7.0.4...v8.0.0 )
---
updated-dependencies:
- dependency-name: husky
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-09 07:02:28 +00:00
ashishj
3cb926727c
Fixing failing test cases
2022-05-06 20:14:36 +02:00
Knut Sveidqvist
6528a0cfb6
Merge pull request #3010 from mermaid-js/GitGraph_mainBranchOrdering
...
Added support to change the position of the main branch
2022-05-06 19:48:05 +02:00
Knut Sveidqvist
65143a0182
#2732 Regression fixes for accessibility
2022-05-06 19:42:40 +02:00
ashishj
3ef7d6fbc6
Added support to change the position of the main branch
2022-05-06 19:37:32 +02:00
Ashish Jain
da548f1970
Merge pull request #3008 from mermaid-js/2732_accesible_charts
...
2732 accesible charts
2022-05-06 18:43:43 +02:00
Tim Maffett
c8e5525899
Merge branch 'develop' into parse_parseError_fixes
2022-05-06 09:24:49 -07:00
Knut Sveidqvist
3b94850084
Merge branch 'develop' into 2732_accesible_charts
2022-05-06 18:10:23 +02:00
Knut Sveidqvist
d8682cfb5f
#2732 rendering the title and descr fields for the gitGraph
2022-05-06 17:40:40 +02:00
Ashish Jain
1602755330
Merge pull request #3002 from husa/feature/2937-gitgraph-branch-ordering
...
GitGraph: add support for branch ordering
2022-05-06 17:38:06 +02:00
Knut Sveidqvist
572b29b35f
Merge branch 'develop' into 2732_accesible_charts
2022-05-06 17:17:59 +02:00
Knut Sveidqvist
c883631e50
Merge pull request #3005 from lexmin0412/doc/update-zh-readme
...
Doc/update zh readme
2022-05-06 17:11:54 +02:00
张乐
4269125838
docs(README.zh-CN): add tutorials link
2022-05-06 03:24:44 +08:00
张乐
0a0c5cae94
docs(README.zh-CN): update Chinese README
2022-05-06 03:10:10 +08:00
Tim Maffett
f7c28ff31e
Merge branch 'mermaid-js:develop' into parse_parseError_fixes
2022-05-05 11:52:23 -07:00
Tim Maffett
ca8080a371
add more test for mermaidAPI.parse() to ensure it matches documented behavior
2022-05-05 11:50:11 -07:00
Tim Maffett
0df80d2b52
fix parseError documentation to match reality
2022-05-05 11:49:27 -07:00
Tim Maffett
67b6414693
fix parse() to match spec (return true if valid, false if invalid (and a parseError handler is defined))
2022-05-05 11:48:53 -07:00
Tim Maffett
8210e3c80a
add setParseErrorHandler,check for undefined mermaidAPI before using
2022-05-05 11:47:46 -07:00
dependabot[bot]
52fbc604b8
chore(deps-dev): bump jest from 27.5.1 to 28.0.3 ( #2995 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yash-Singh1 <saiansh2525@gmail.com >
2022-05-04 17:42:11 -07:00
dependabot[bot]
8060fd8890
chore(deps-dev): bump @babel/core from 7.17.9 to 7.17.10 ( #2996 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-04 16:57:35 -07:00
Yuriy Husnay
d740fa5acf
add support for branch ordering
2022-05-04 18:04:41 +03:00
Knut Sveidqvist
ae0570e4cd
Merge pull request #2991 from mermaid-js/dependabot/npm_and_yarn/develop/babel/preset-env-7.17.10
...
chore(deps-dev): bump @babel/preset-env from 7.16.11 to 7.17.10
2022-05-04 07:25:21 +02:00
dependabot[bot]
f0563c861a
chore(deps-dev): bump @babel/preset-env from 7.16.11 to 7.17.10
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.16.11 to 7.17.10.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.17.10/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-03 05:52:48 +00:00
Knut Sveidqvist
d75455aca3
Merge pull request #2999 from Lance-DC/patch-1
...
Fix typos in gitgraph.md
2022-05-03 07:48:34 +02:00
Knut Sveidqvist
721e737918
Merge pull request #2992 from mermaid-js/dependabot/npm_and_yarn/develop/commitlint/cli-16.2.4
...
chore(deps-dev): bump @commitlint/cli from 16.2.3 to 16.2.4
2022-05-03 07:47:35 +02:00
Knut Sveidqvist
97e64f0125
Merge pull request #2993 from mermaid-js/dependabot/npm_and_yarn/develop/lint-staged-12.4.1
...
chore(deps-dev): bump lint-staged from 12.4.0 to 12.4.1
2022-05-03 07:47:18 +02:00
Knut Sveidqvist
40992e857e
Merge pull request #2994 from mermaid-js/dependabot/npm_and_yarn/develop/eslint-plugin-jsdoc-39.2.9
...
chore(deps-dev): bump eslint-plugin-jsdoc from 39.2.8 to 39.2.9
2022-05-03 07:47:06 +02:00
Knut Sveidqvist
97cf52976f
Merge pull request #2997 from mermaid-js/dependabot/npm_and_yarn/develop/commitlint/config-conventional-16.2.4
...
chore(deps-dev): bump @commitlint/config-conventional from 16.2.1 to 16.2.4
2022-05-03 07:46:33 +02:00
Knut Sveidqvist
a2ffad8f97
Merge pull request #2998 from mermaid-js/dependabot/npm_and_yarn/develop/cypress-9.6.0
...
chore(deps-dev): bump cypress from 9.5.4 to 9.6.0
2022-05-03 07:46:21 +02:00
Knut Sveidqvist
52a8a56448
Merge pull request #2990 from mermaid-js/dependabot/npm_and_yarn/develop/babel-jest-28.0.3
...
chore(deps-dev): bump babel-jest from 27.5.1 to 28.0.3
2022-05-03 07:45:40 +02:00
Lance Taylor
21beeb11e4
Fix typos
2022-05-02 10:50:58 -05:00
mmorel-35
2794553335
chore: update browsers list
2022-05-02 07:04:20 +00:00
dependabot[bot]
12b33a138d
chore(deps-dev): bump cypress from 9.5.4 to 9.6.0
...
Bumps [cypress](https://github.com/cypress-io/cypress ) from 9.5.4 to 9.6.0.
- [Release notes](https://github.com/cypress-io/cypress/releases )
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js )
- [Commits](https://github.com/cypress-io/cypress/compare/v9.5.4...v9.6.0 )
---
updated-dependencies:
- dependency-name: cypress
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-02 07:04:14 +00:00
dependabot[bot]
16c818bb42
chore(deps-dev): bump @commitlint/config-conventional
...
Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional ) from 16.2.1 to 16.2.4.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases )
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md )
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v16.2.4/@commitlint/config-conventional )
---
updated-dependencies:
- dependency-name: "@commitlint/config-conventional"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-02 07:03:59 +00:00
dependabot[bot]
aee66041e2
chore(deps-dev): bump eslint-plugin-jsdoc from 39.2.8 to 39.2.9
...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 39.2.8 to 39.2.9.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v39.2.8...v39.2.9 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-02 07:03:08 +00:00
dependabot[bot]
0eebfdc178
chore(deps-dev): bump lint-staged from 12.4.0 to 12.4.1
...
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 12.4.0 to 12.4.1.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Commits](https://github.com/okonet/lint-staged/compare/v12.4.0...v12.4.1 )
---
updated-dependencies:
- dependency-name: lint-staged
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-02 07:02:54 +00:00
dependabot[bot]
74a574f7e8
chore(deps-dev): bump @commitlint/cli from 16.2.3 to 16.2.4
...
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli ) from 16.2.3 to 16.2.4.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases )
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md )
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v16.2.4/@commitlint/cli )
---
updated-dependencies:
- dependency-name: "@commitlint/cli"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-02 07:02:43 +00:00
dependabot[bot]
cfc41fb5b9
chore(deps-dev): bump babel-jest from 27.5.1 to 28.0.3
...
Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest ) from 27.5.1 to 28.0.3.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v28.0.3/packages/babel-jest )
---
updated-dependencies:
- dependency-name: babel-jest
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-02 07:02:08 +00:00
Knut Sveidqvist
f299966a0a
Merge pull request #2989 from guidanoli/patch-1
...
Update README.md
2022-05-02 07:49:36 +02:00
Knut Sveidqvist
be36e83b5a
Merge branch 'develop' into patch-1
2022-05-02 07:49:30 +02:00
Knut Sveidqvist
8583c7b9a5
Merge pull request #2987 from timmaffett/develop
...
protect config.js from attempting to use invalid theme name (which corrupted mermaid use until reset())
2022-05-02 07:45:15 +02:00
Neil Cuzon
bae5b9ddea
Update README.md
2022-05-01 21:16:18 -07:00
Neil Cuzon
86bf447782
Update README.md
2022-05-01 21:13:17 -07:00
Neil Cuzon
1128f53fdc
Update integrations.md
2022-05-01 21:10:51 -07:00
Guilherme Dantas
2b6646e38c
Update README.md
2022-04-30 15:04:33 -03:00
Knut Sveidqvist
ed56e4858a
Cleanup
2022-04-30 16:14:43 +02:00
Knut Sveidqvist
fdd7af9089
Adding acc to gitGrapg parser
2022-04-30 16:06:53 +02:00
Knut Sveidqvist
e917347b81
Removing logging, cleanup
2022-04-30 15:54:03 +02:00
Knut Sveidqvist
3baf31695e
Updated user state diagram parsing with the new syntax
2022-04-30 15:50:02 +02:00
Knut Sveidqvist
ae91f794d6
Updated user journey diagram parsing with the new syntax
2022-04-30 15:44:03 +02:00
Knut Sveidqvist
34ffe2790b
Updated sequence diagram parsing with the new syntax
2022-04-30 15:35:34 +02:00
Knut Sveidqvist
a642ae356c
Updated requirement diagram parsing with the new syntax
2022-04-30 15:22:51 +02:00
Knut Sveidqvist
a401e44180
Updated pie parsing with the new syntax + fix for flowDb
2022-04-30 15:13:28 +02:00
Knut Sveidqvist
8372d4952e
Updated gantt parsing with the new syntax
2022-04-30 15:07:13 +02:00
Knut Sveidqvist
5f4b7ae369
Updated er diagrams with the new syntax
2022-04-30 15:00:50 +02:00
Knut Sveidqvist
5e6b4d73e1
Updated classdiagrams with the new syntax
2022-04-30 14:54:24 +02:00
Knut Sveidqvist
85e157f0d3
Updated flowcharts with the new syntax
2022-04-30 11:36:00 +02:00
Tim Maffett
4a87fa15c6
Merge branch 'mermaid-js:develop' into develop
2022-04-29 17:53:47 -07:00
Tim Maffett
0127238645
protect config.js from attempting to use invalid theme name
2022-04-29 17:46:19 -07:00
Tim Maffett
1450b8676c
add missing quotes to example theme default ( #2986 )
2022-04-29 10:41:34 -07:00
Tim Maffett
7cba061d18
add missing quotes to example theme default
2022-04-29 10:01:25 -07:00
Yash-Singh1
dc53699a96
chore: fix a few security vulnerabilities
2022-04-28 19:29:56 -07:00
Naveen
a62d53e9a7
chore: Enable codeql action ( #2982 )
2022-04-28 18:53:44 -07:00
Naveen
f3f06aaefb
chore(deps): Included dependency review ( #2984 )
...
> Dependency Review GitHub Action in your repository to enforce dependency reviews on your pull requests.
> The action scans for vulnerable versions of dependencies introduced by package version changes in pull requests,
> and warns you about the associated security vulnerabilities.
> This gives you better visibility of what's changing in a pull request,
> and helps prevent vulnerabilities being added to your repository.
https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review#dependency-review-enforcement
2022-04-28 16:13:43 -07:00
Ashish Jain
e2c78f1ebc
Merge pull request #2983 from mermaid-js/#2871_Fix-broken_GitGraph_without_ending_NL
...
Added default new line in the diagram text before parsing for special…
2022-04-28 20:16:48 +02:00
ashishj
b30790cac4
Added default new line in the diagram text before parsing for special case where code is trimmed
2022-04-28 20:09:42 +02:00
Knut Sveidqvist
bada661bd0
Merge branch 'develop' of github.com:mermaid-js/mermaid into develop
2022-04-28 18:45:22 +02:00
Knut Sveidqvist
d914e23626
Fix for hideUnusedParticipants
2022-04-28 18:45:18 +02:00
ashishj
c58a04bc94
Fix broken configuration spec test
2022-04-28 18:26:50 +02:00
ashishj
5aac0734d5
Fix for broken Requirement diagram cypress test
2022-04-28 18:26:31 +02:00
ashishj
90a631cdad
Merge branch 'feature/hideUnusedParticipants_1210' into develop
2022-04-28 17:40:39 +02:00
ashishj
386f3c7ce9
Merge branch 'develop' into feature/hideUnusedParticipants_1210
2022-04-28 17:38:48 +02:00
Knut Sveidqvist
7c25fb572e
Merge pull request #2969 from mermaid-js/dependabot/npm_and_yarn/develop/lint-staged-12.4.0
...
chore(deps-dev): bump lint-staged from 12.3.8 to 12.4.0
2022-04-28 17:21:45 +02:00
Knut Sveidqvist
fa514bc7bc
Merge pull request #2981 from Zumbala/develop
...
Sequence autonumbering and Git fix options parsing
2022-04-28 17:21:29 +02:00
Ashish Jain
a251b79b3f
Merge pull request #2971 from turrisxyz/setup-permissions
...
chore: Set permissions for GitHub actions
2022-04-28 17:08:36 +02:00
Knut Sveidqvist
bcf05aecd6
Merge pull request #2968 from mermaid-js/dependabot/npm_and_yarn/develop/eslint-plugin-jsdoc-39.2.8
...
chore(deps-dev): bump eslint-plugin-jsdoc from 39.2.2 to 39.2.8
2022-04-28 17:08:31 +02:00
Knut Sveidqvist
78798d8fd7
Merge pull request #2967 from mermaid-js/dependabot/npm_and_yarn/develop/stylis-4.1.1
...
chore(deps): bump stylis from 4.1.0 to 4.1.1
2022-04-28 17:08:17 +02:00
Knut Sveidqvist
fbc694ccf5
Merge pull request #2966 from mermaid-js/dependabot/npm_and_yarn/develop/eslint-8.14.0
...
chore(deps-dev): bump eslint from 8.13.0 to 8.14.0
2022-04-28 17:07:53 +02:00
Knut Sveidqvist
72087feaca
Merge pull request #2965 from mermaid-js/dependabot/npm_and_yarn/develop/eslint-plugin-jest-26.1.5
...
chore(deps-dev): bump eslint-plugin-jest from 26.1.4 to 26.1.5
2022-04-28 17:07:41 +02:00
Knut Sveidqvist
bfee7120f4
Merge pull request #2964 from mermaid-js/dependabot/npm_and_yarn/develop/babel-loader-8.2.5
...
chore(deps-dev): bump babel-loader from 8.2.4 to 8.2.5
2022-04-28 17:07:31 +02:00
Ashish Jain
66adb691fb
Merge pull request #2974 from egnor/patch-1
...
Remove a stray word
2022-04-28 17:06:56 +02:00
Hans Petersen
1b8c48e315
Merge branch 'develop' of https://github.com/Zumbala/mermaid into develop
2022-04-28 14:26:38 +02:00
Hans Petersen
3fcc43efdd
Sequence autonumbering and Git fix options parsing
2022-04-28 14:25:25 +02:00
Hans Petersen
a3f07b6390
Sequence autonumbering and Git fix options parsing
2022-04-28 12:15:34 +02:00
Daniel Egnor
873003c607
Remove a stray word
2022-04-26 09:27:38 -07:00
naveen
449ba284ce
chore: Set permissions for GitHub actions
...
Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much.
- Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
[Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/ )
Signed-off-by: naveen <172697+naveensrinivasan@users.noreply.github.com >
2022-04-25 23:38:27 +00:00
dependabot[bot]
684ec81fda
chore(deps-dev): bump lint-staged from 12.3.8 to 12.4.0
...
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 12.3.8 to 12.4.0.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Commits](https://github.com/okonet/lint-staged/compare/v12.3.8...v12.4.0 )
---
updated-dependencies:
- dependency-name: lint-staged
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-25 07:03:29 +00:00
dependabot[bot]
123e35394a
chore(deps-dev): bump eslint-plugin-jsdoc from 39.2.2 to 39.2.8
...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 39.2.2 to 39.2.8.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v39.2.2...v39.2.8 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-25 07:03:18 +00:00
dependabot[bot]
3e43a981e4
chore(deps): bump stylis from 4.1.0 to 4.1.1
...
Bumps [stylis](https://github.com/thysultan/stylis.js ) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/thysultan/stylis.js/releases )
- [Commits](https://github.com/thysultan/stylis.js/compare/v4.1.0...v4.1.1 )
---
updated-dependencies:
- dependency-name: stylis
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-25 07:03:06 +00:00
dependabot[bot]
e247c37275
chore(deps-dev): bump eslint from 8.13.0 to 8.14.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.13.0 to 8.14.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.13.0...v8.14.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-25 07:02:54 +00:00
dependabot[bot]
1a43be752b
chore(deps-dev): bump eslint-plugin-jest from 26.1.4 to 26.1.5
...
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest ) from 26.1.4 to 26.1.5.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases )
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v26.1.4...v26.1.5 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-25 07:02:41 +00:00
dependabot[bot]
f4f7e11c07
chore(deps-dev): bump babel-loader from 8.2.4 to 8.2.5
...
Bumps [babel-loader](https://github.com/babel/babel-loader ) from 8.2.4 to 8.2.5.
- [Release notes](https://github.com/babel/babel-loader/releases )
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel-loader/compare/v8.2.4...v8.2.5 )
---
updated-dependencies:
- dependency-name: babel-loader
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-25 07:02:29 +00:00
ashishj
170ed89e9e
Merge branch 'master' into develop
2022-04-21 22:08:29 +02:00
ashishj
611370c644
Updated docs mermaid version to 9.0.1
2022-04-21 22:07:46 +02:00
Knut Sveidqvist
c0bdf9d99b
Merge pull request #2958 from mermaid-js/decode_entities_update
...
Removal of vulnerability
2022-04-21 21:25:08 +02:00
Ashish Jain
a3e6d3cd76
Merge pull request #2954 from husa/feature/2936-gitgraph-pathed-branch-name
...
GitGraph: add support for "pathed" branches. fix #2936
2022-04-21 20:11:39 +02:00
Ashish Jain
1947af0693
Merge pull request #2955 from husa/feature/2934-gitgraph-support-merge-tags
...
GitGraph. Support tags for merge commits
2022-04-21 20:09:31 +02:00
ashishj
8966639e65
Fix for broken gitGraph for Mermaid Live Editor
2022-04-21 18:16:22 +02:00
Mindaugas Laganeckas
473aced449
Add initThrowsErrors() ( #2379 )
...
* Add initThrowsErrors()
* Update mermaid.js
* Update mermaid.js
2022-04-19 17:21:10 +02:00
Yuriy Husnay
3f812326a6
gitgraph #2934 support tags for merge commits
2022-04-19 18:02:41 +03:00
Yuriy Husnay
99a8c0d152
fix #2936 add support for "pathed" branches
...
allow "/" in branch names
2022-04-19 17:42:02 +03:00
dependabot[bot]
fb82a5be46
chore(deps-dev): bump lint-staged from 12.3.7 to 12.3.8 ( #2945 )
...
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 12.3.7 to 12.3.8.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Commits](https://github.com/okonet/lint-staged/compare/v12.3.7...v12.3.8 )
---
updated-dependencies:
- dependency-name: lint-staged
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-18 09:27:49 +02:00
dependabot[bot]
3d6aab98f7
chore(deps-dev): bump cypress from 9.5.3 to 9.5.4 ( #2946 )
...
Bumps [cypress](https://github.com/cypress-io/cypress ) from 9.5.3 to 9.5.4.
- [Release notes](https://github.com/cypress-io/cypress/releases )
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js )
- [Commits](https://github.com/cypress-io/cypress/compare/v9.5.3...v9.5.4 )
---
updated-dependencies:
- dependency-name: cypress
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-18 09:27:37 +02:00
dependabot[bot]
619258164a
chore(deps-dev): bump prettier-plugin-jsdoc from 0.3.36 to 0.3.38 ( #2947 )
...
Bumps [prettier-plugin-jsdoc](https://github.com/hosseinmd/prettier-plugin-jsdoc ) from 0.3.36 to 0.3.38.
- [Release notes](https://github.com/hosseinmd/prettier-plugin-jsdoc/releases )
- [Changelog](https://github.com/hosseinmd/prettier-plugin-jsdoc/blob/master/CHANGELOG.md )
- [Commits](https://github.com/hosseinmd/prettier-plugin-jsdoc/compare/v0.3.36...v0.3.38 )
---
updated-dependencies:
- dependency-name: prettier-plugin-jsdoc
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-18 09:27:22 +02:00
dependabot[bot]
5ad858d1fb
chore(deps-dev): bump moment from 2.29.2 to 2.29.3 ( #2948 )
...
Bumps [moment](https://github.com/moment/moment ) from 2.29.2 to 2.29.3.
- [Release notes](https://github.com/moment/moment/releases )
- [Changelog](https://github.com/moment/moment/blob/2.29.3/CHANGELOG.md )
- [Commits](https://github.com/moment/moment/compare/2.29.2...2.29.3 )
---
updated-dependencies:
- dependency-name: moment
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-18 09:27:06 +02:00
dependabot[bot]
7e7b707125
chore(deps-dev): bump eslint-plugin-jsdoc from 39.1.0 to 39.2.2 ( #2949 )
...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 39.1.0 to 39.2.2.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v39.1.0...v39.2.2 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-18 09:26:43 +02:00
dependabot[bot]
4757bebebf
chore(deps): bump async from 2.6.3 to 2.6.4 ( #2950 )
...
Bumps [async](https://github.com/caolan/async ) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases )
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md )
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4 )
---
updated-dependencies:
- dependency-name: async
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-18 09:26:26 +02:00
mmorel-35
2698bcdb28
chore: update browsers list
2022-04-18 07:04:20 +00:00
Neil Cuzon
a3b68ba294
Update README.md
2022-04-17 22:04:31 -07:00
Neil Cuzon
e7b84d008e
Update README.md
2022-04-17 22:03:34 -07:00
Yash-Singh1
4c93870580
feat: add hideUnusedParticipants and some cleanup
2022-04-14 19:19:18 -07:00
Yash Singh
88cf2023c9
fix: no codeblock language ( #2942 )
2022-04-14 17:44:59 -07:00
Arda Aydın
0ee72cd2fb
Fix example header: "A commit flow diagram." ( #2940 )
2022-04-14 17:44:38 -07:00
dependabot[bot]
2fd0b7f83b
chore(deps): bump khroma from 1.4.1 to 2.0.0 ( #2926 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yash-Singh1 <saiansh2525@gmail.com >
2022-04-13 18:27:19 -07:00
Mike Bostock
85485d850c
Add Observable to integrations ( #2935 )
2022-04-13 18:15:25 -07:00
Yash Singh
1014127246
chore: move cypress-image-snapshots to devDependencies
2022-04-13 17:36:59 -07:00
Yash Singh
37f6a42de8
fix: clear state before error; closes #2931 ( #2932 )
2022-04-12 19:04:00 -07:00
Knut Sveidqvist
0935fb0790
Lint fix
2022-04-12 07:40:01 +02:00
Knut Sveidqvist
3c725b97b1
Merge pull request #2919 from khiga8/kh-user-journey
...
feat: add accessible description and title to user journey
2022-04-12 07:36:41 +02:00
Knut Sveidqvist
cda21c50ac
Merge branch 'develop' into kh-user-journey
2022-04-12 07:36:33 +02:00
Knut Sveidqvist
7aa037ee60
Merge pull request #2917 from therzka/accessible-state-diagrams
...
feat: add accDescription field to state diagrams
2022-04-12 07:31:55 +02:00
Knut Sveidqvist
491933f114
Link fix
2022-04-12 07:26:18 +02:00
Knut Sveidqvist
c13f6f789f
Merge pull request #2916 from gwincr11/cg-sanitize
...
feat: add sanitization consistently
2022-04-12 07:20:39 +02:00
Knut Sveidqvist
6052636a62
Merge branch 'develop' into cg-sanitize
2022-04-12 07:20:31 +02:00
Knut Sveidqvist
7d2e77a1b3
Merge pull request #2915 from gwincr11/cg-req-access
...
feat: Add accessibility fields to requirements diagram
2022-04-12 07:19:40 +02:00
Knut Sveidqvist
e48d60f4cf
Linting changes to fix build
2022-04-12 07:16:14 +02:00
Knut Sveidqvist
4f833db2d0
Merge pull request #2913 from lindseywild/feat/flowchart-accessibility
...
feat: adds title and description to flowchart
2022-04-12 07:09:10 +02:00
Knut Sveidqvist
266bce45f2
Merge pull request #2912 from el-mapache/feat/gantt-diagram-accessibility
...
Adds accDescription to Gantt, draws tags to svg
2022-04-12 07:06:41 +02:00
dependabot[bot]
ab81f22b84
chore(deps-dev): bump eslint-plugin-jsdoc from 38.1.6 to 39.1.0 ( #2924 )
...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 38.1.6 to 39.1.0.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v38.1.6...v39.1.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-11 10:31:11 +02:00
dependabot[bot]
698cc5f914
chore(deps-dev): bump eslint-plugin-jest from 26.1.3 to 26.1.4 ( #2923 )
...
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest ) from 26.1.3 to 26.1.4.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases )
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v26.1.3...v26.1.4 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-11 10:00:35 +02:00
dependabot[bot]
6aa3e38edb
chore(deps): bump actions/upload-artifact from 2 to 3 ( #2927 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-11 09:55:28 +02:00
dependabot[bot]
787d499b9b
chore(deps-dev): bump webpack from 5.71.0 to 5.72.0 ( #2922 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.71.0 to 5.72.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.71.0...v5.72.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-11 09:54:49 +02:00
dependabot[bot]
2210af4e0f
chore(deps-dev): bump @babel/core from 7.17.8 to 7.17.9 ( #2921 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.17.8 to 7.17.9.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.17.9/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-11 09:54:39 +02:00
dependabot[bot]
e8987177a1
chore(deps-dev): bump eslint from 8.12.0 to 8.13.0 ( #2925 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.12.0 to 8.13.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.12.0...v8.13.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-11 09:54:28 +02:00
dependabot[bot]
c12dbce516
chore(deps-dev): bump webpack-dev-server from 4.7.4 to 4.8.1 ( #2928 )
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 4.7.4 to 4.8.1.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases )
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v4.7.4...v4.8.1 )
---
updated-dependencies:
- dependency-name: webpack-dev-server
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-11 09:54:18 +02:00
mmorel-35
a7231a5c25
chore: update browsers list
2022-04-11 07:03:51 +00:00
Kate Higa
a7527e6f88
fix test issue to ensure description is clearable
2022-04-08 13:35:48 -07:00
Kate Higa
6a57c99335
fix lint issues
2022-04-08 13:24:33 -07:00
Kate Higa
6b4eaa185e
add journey tests for accDescription
2022-04-08 13:07:52 -07:00
Kate Higa
81b982ac20
feat: add accDescription along with test page
2022-04-08 12:57:42 -07:00
Tali Herzka
897c4259ed
add title getters and setters, add spec for stateDiagram-v2
2022-04-08 18:44:22 +00:00
Tali Herzka
9eb18e78c3
add title to jison
2022-04-08 18:43:57 +00:00
Tali Herzka
adc0bd7f36
add v2 example to demo
2022-04-08 18:43:00 +00:00
Tali Herzka
c1a17d9fce
revert change to accessibility.js
2022-04-08 18:42:37 +00:00
Tali Herzka
081bdda55d
revert dist changes
2022-04-08 18:11:05 +00:00
Tali Herzka
df993f977c
add/remove semicolons
2022-04-08 18:03:31 +00:00
Cory Gwin
5452cedc51
always use the same setup
2022-04-08 13:38:57 +00:00
Tali Herzka
49409241bc
Add accDescription field to state diagrams
2022-04-07 21:35:13 +00:00
Adam B
e5345f209c
Sanitize user input for accessibility nodes
...
* Adds accDescription to demos/gantt.html
2022-04-07 15:34:53 -04:00
ashishj
0c5252594e
Merge branch 'master' into develop
2022-04-07 21:06:04 +02:00
Lindsey Wild
e2ec7fd653
feat: adds text sanitization, refactors function
2022-04-07 14:58:36 -04:00
Lindsey Wild
7a5149e39e
feat: adds title and description to flowchart
2022-04-07 14:42:13 -04:00
Cory Gwin
d36f45ec58
feat: add sanitization consistently
2022-04-07 18:36:30 +00:00
Knut Sveidqvist
380688c16a
Merge pull request #2879 from adam-hotait/develop
...
fix(sequencediagram): draw arrowheads on top of activation boxes
2022-04-07 20:33:17 +02:00
Cory Gwin
1d269f07e3
Update src/diagrams/requirement/requirementRenderer.js
...
Co-authored-by: Lindsey Wild <35239154+lindseywild@users.noreply.github.com >
2022-04-07 14:22:47 -04:00
Ashish Jain
7761561ac2
Merge pull request #2860 from ticapix/patch-1
...
typo on link type for aggregation
2022-04-07 20:20:07 +02:00
Cory Gwin
3d7cb212c0
feat: Add accessibility fields to requirements diagram
2022-04-07 18:02:48 +00:00
Knut Sveidqvist
f2e77917d7
Merge pull request #2911 from gwincr11/cg-class-diagram-accessibility
...
Class diagram accessibility
2022-04-07 19:57:27 +02:00
Knut Sveidqvist
0f8df335a7
Merge pull request #2908 from lindseywild/feat/accessibility-docs-updates
...
docs: adds alt text to images, corrects heading structure
2022-04-07 19:46:00 +02:00
Knut Sveidqvist
f1a0eb1e2a
Merge pull request #2894 from mermaid-js/dependabot/npm_and_yarn/develop/webpack-5.71.0
...
chore(deps-dev): bump webpack from 5.70.0 to 5.71.0
2022-04-07 19:29:23 +02:00
Knut Sveidqvist
938295cdcc
Merge pull request #2893 from mermaid-js/dependabot/npm_and_yarn/develop/eslint-plugin-jsdoc-38.1.6
...
chore(deps-dev): bump eslint-plugin-jsdoc from 38.1.1 to 38.1.6
2022-04-07 19:29:11 +02:00
Knut Sveidqvist
6562df4dd9
Merge pull request #2892 from mermaid-js/dependabot/npm_and_yarn/develop/prettier-plugin-jsdoc-0.3.36
...
chore(deps-dev): bump prettier-plugin-jsdoc from 0.3.33 to 0.3.36
2022-04-07 19:28:55 +02:00
dependabot[bot]
f15b318a77
chore(deps-dev): bump prettier-plugin-jsdoc from 0.3.33 to 0.3.36
...
Bumps [prettier-plugin-jsdoc](https://github.com/hosseinmd/prettier-plugin-jsdoc ) from 0.3.33 to 0.3.36.
- [Release notes](https://github.com/hosseinmd/prettier-plugin-jsdoc/releases )
- [Changelog](https://github.com/hosseinmd/prettier-plugin-jsdoc/blob/master/CHANGELOG.md )
- [Commits](https://github.com/hosseinmd/prettier-plugin-jsdoc/compare/v0.3.33...v0.3.36 )
---
updated-dependencies:
- dependency-name: prettier-plugin-jsdoc
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-07 17:24:31 +00:00
Knut Sveidqvist
53cc650aa8
Merge pull request #2891 from mermaid-js/dependabot/npm_and_yarn/develop/stylis-4.1.0
...
chore(deps): bump stylis from 4.0.13 to 4.1.0
2022-04-07 19:23:07 +02:00
Knut Sveidqvist
c540bf6a8b
Merge pull request #2890 from mermaid-js/dependabot/npm_and_yarn/develop/cypress-9.5.3
...
chore(deps-dev): bump cypress from 9.5.2 to 9.5.3
2022-04-07 19:21:37 +02:00
Knut Sveidqvist
dffedb7428
Merge pull request #2889 from mermaid-js/dependabot/npm_and_yarn/develop/concurrently-7.1.0
...
chore(deps-dev): bump concurrently from 7.0.0 to 7.1.0
2022-04-07 19:15:34 +02:00
Knut Sveidqvist
8325be8d00
Merge pull request #2888 from mermaid-js/dependabot/npm_and_yarn/develop/moment-2.29.2
...
chore(deps-dev): bump moment from 2.29.1 to 2.29.2
2022-04-07 19:13:59 +02:00
Knut Sveidqvist
81e8aec1ca
Merge pull request #2887 from mermaid-js/dependabot/npm_and_yarn/develop/prettier-2.6.2
...
chore(deps-dev): bump prettier from 2.6.1 to 2.6.2
2022-04-07 19:13:43 +02:00
Knut Sveidqvist
1ad2fad542
Tmp disabling of the e2e in the build
2022-04-07 19:12:55 +02:00
Adam B
65b0b83625
Adds accDescription, draws tags to svg
2022-04-07 10:05:54 -04:00
Cory Gwin
bfca242958
feat(:accessibility): Add accessibility fields to class chart
2022-04-07 13:56:23 +00:00
Lindsey Wild
861b866a4c
docs: adds alt text to images, corrects heading structure
2022-04-06 14:05:33 -04:00
Cory Gwin
d498106e90
Merge branch 'mermaid-js:develop' into develop
2022-04-06 08:59:15 -04:00
Adam Hotait
d3ba48a1b7
fix(sequencediagram): draw arrowheads on top of activation boxes
2022-04-04 13:00:59 +02:00
gwincr11
4855d0382e
chore: update browsers list
2022-04-04 07:08:10 +00:00
dependabot[bot]
564d951d4f
chore(deps-dev): bump webpack from 5.70.0 to 5.71.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.70.0 to 5.71.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.70.0...v5.71.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-04 07:03:42 +00:00
dependabot[bot]
2bfc09b84c
chore(deps-dev): bump eslint-plugin-jsdoc from 38.1.1 to 38.1.6
...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 38.1.1 to 38.1.6.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v38.1.1...v38.1.6 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-04 07:03:29 +00:00
dependabot[bot]
cdb814bba5
chore(deps): bump stylis from 4.0.13 to 4.1.0
...
Bumps [stylis](https://github.com/thysultan/stylis.js ) from 4.0.13 to 4.1.0.
- [Release notes](https://github.com/thysultan/stylis.js/releases )
- [Commits](https://github.com/thysultan/stylis.js/compare/v4.0.13...v4.1.0 )
---
updated-dependencies:
- dependency-name: stylis
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-04 07:02:59 +00:00
dependabot[bot]
a2c00f1efc
chore(deps-dev): bump cypress from 9.5.2 to 9.5.3
...
Bumps [cypress](https://github.com/cypress-io/cypress ) from 9.5.2 to 9.5.3.
- [Release notes](https://github.com/cypress-io/cypress/releases )
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js )
- [Commits](https://github.com/cypress-io/cypress/compare/v9.5.2...v9.5.3 )
---
updated-dependencies:
- dependency-name: cypress
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-04 07:02:40 +00:00
dependabot[bot]
701e313b82
chore(deps-dev): bump concurrently from 7.0.0 to 7.1.0
...
Bumps [concurrently](https://github.com/open-cli-tools/concurrently ) from 7.0.0 to 7.1.0.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases )
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v7.0.0...v7.1.0 )
---
updated-dependencies:
- dependency-name: concurrently
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-04 07:02:24 +00:00
dependabot[bot]
e4b9360512
chore(deps-dev): bump moment from 2.29.1 to 2.29.2
...
Bumps [moment](https://github.com/moment/moment ) from 2.29.1 to 2.29.2.
- [Release notes](https://github.com/moment/moment/releases )
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/moment/moment/compare/2.29.1...2.29.2 )
---
updated-dependencies:
- dependency-name: moment
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-04 07:02:13 +00:00
dependabot[bot]
328909f34d
chore(deps-dev): bump prettier from 2.6.1 to 2.6.2
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.6.1 to 2.6.2.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/2.6.1...2.6.2 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-04 07:02:04 +00:00
gwincr11
b0310d1f7a
chore: update browsers list
2022-03-28 07:10:14 +00:00
Pierre Gronlier
4bd45b7432
typo on link type for aggregation
2022-03-27 12:13:30 +02:00
gwincr11
cc6050332e
chore: update browsers list
2022-03-21 07:07:41 +00:00
Cory Gwin
2753b88cac
Merge branch 'mermaid-js:develop' into develop
2022-03-17 09:01:50 -04:00
gwincr11
c72384f5d2
chore: update browsers list
2022-03-14 07:08:05 +00:00
gwincr11
17bededad8
chore: update browsers list
2022-03-07 07:08:19 +00:00