Alois Klink
ac5a1b4501
fix(er): switch to deterministic uuids in ER
...
The entity relation diagram uses uuid v4, which is randomly generated.
uuid v5 uses a SHA-1 hash, which makes the uuid deterministic.
The input strings are unique for each diagram, so this should be
okay.
2022-12-15 18:00:48 +00:00
Sidharth Vinod
ff7ed7f49f
Merge branch 'develop' of https://github.com/mermaid-js/mermaid into develop
...
* 'develop' of https://github.com/mermaid-js/mermaid: (40 commits)
lint
fix typescript error
fix(docs): build the docs
fix(docs): remove duplicate section
chore(deps): update all non-major dependencies
Update docs/misc/integrations.md
Add links to github atom add-ons
remove links from atom.io; add note Atom has been archived
set svg role to 'graphics-document document'
common function for a11y; add to renderAsync; + renderAsync spec
fix cspell
fix cspell
fix lint
refactor theming doc
remove typeof
use camelCase
make test title clearer
update /docs
add test for multi-line accDescr
use MockedD3, spies in util insertTitle spec (remove MockD3)
...
2022-12-15 21:50:06 +05:30
Sidharth Vinod
333b974f10
Add workflow_dispatch
to lint.yml
2022-12-15 21:50:00 +05:30
Sidharth Vinod
01039c574c
Merge pull request #3914 from tommoor/patch-1
...
fix: Typescript error in usage
2022-12-15 21:45:06 +05:30
Sidharth Vinod
4e70f327c4
Merge pull request #3897 from weedySeaDragon/feat/3896_a11y-svg-role-graphics-doc-doc
...
feat: Set svg role to 'graphics-document document'
2022-12-15 21:42:08 +05:30
Sidharth Vinod
54bb2ef00e
Merge pull request #3908 from Joxtacy/patch-1
...
fix(docs): remove duplicate section
2022-12-15 20:39:52 +05:30
Tom Moor
78dd03dcdb
lint
2022-12-15 09:29:30 -05:00
Tom Moor
9f2d29b68b
fix typescript error
2022-12-15 06:09:22 -08:00
Jesper Hasselquist
dfa1d26952
fix(docs): build the docs
2022-12-12 22:32:50 +09:00
Jesper Hasselquist
32fcea3bdd
fix(docs): remove duplicate section
...
Remove duplicate `Return Type` section
2022-12-12 21:39:19 +09:00
renovate[bot]
a975c8c9cd
chore(deps): update all non-major dependencies
2022-12-12 04:57:37 +00:00
Alois Klink
e97bef2ff7
Merge pull request #3899 from weedySeaDragon/docs/remove-atom-links
...
doc: remove links from atom.io; add note Atom has been archived
2022-12-11 00:12:59 +00:00
Ashley Engelund
e4c9aa198e
Update docs/misc/integrations.md
...
Co-authored-by: Alois Klink <alois@aloisklink.com>
2022-12-10 13:47:01 -08:00
Ashley Engelund
76e9e07370
Add links to github atom add-ons
...
Co-authored-by: Alois Klink <alois@aloisklink.com>
2022-12-10 13:46:24 -08:00
Ashley Engelund (weedySeaDragon @ github)
de795a915e
remove links from atom.io; add note Atom has been archived
2022-12-09 04:56:55 -08:00
Ashley Engelund (weedySeaDragon @ github)
e59b830d74
set svg role to 'graphics-document document'
2022-12-08 11:25:04 -08:00
Knut Sveidqvist
90d9724d1a
Merge pull request #3808 from weedySeaDragon/feat/3626-aria-descBy-roledescription-mocks
...
Feat: Add aria-describedby, aria-roledescription
2022-12-08 10:44:31 +01:00
Ashley Engelund (weedySeaDragon @ github)
1c9a559362
common function for a11y; add to renderAsync; + renderAsync spec
2022-12-07 10:19:30 -08:00
Ashley Engelund (weedySeaDragon @ github)
b1dd0008bc
Merge remote-tracking branch 'MERMAID/develop' into feat/3626-aria-descBy-roledescription-mocks
2022-12-07 09:31:20 -08:00
Knut Sveidqvist
033201ff1f
Merge pull request #3889 from huynhicode/docs/theming
...
docs: refactor Theming doc
2022-12-07 08:55:00 +01:00
Sidharth Vinod
59fdaa3b53
fix: Fail docs:verify on non push events
2022-12-07 11:58:09 +05:30
Sidharth Vinod
9b547edbe9
Merge pull request #3547 from mermaid-js/sidv/autoBuildDocs
...
chore(docs): Auto build docs
2022-12-07 11:49:29 +05:30
Sidharth Vinod
48518a56c7
Merge branch 'sidv/autoBuildDocs' of https://github.com/mermaid-js/mermaid into sidv/autoBuildDocs
...
* 'sidv/autoBuildDocs' of https://github.com/mermaid-js/mermaid :
Update docs
2022-12-07 11:48:56 +05:30
Sidharth Vinod
1a767ee492
chore: Update cspell
2022-12-07 11:48:51 +05:30
sidharthv96
b2489523f2
Update docs
2022-12-07 06:13:07 +00:00
Sidharth Vinod
7553827985
fix: docs build command
2022-12-07 11:40:17 +05:30
Sidharth Vinod
792c1a8320
chore: Rebuild docs if linting fails
2022-12-07 11:19:44 +05:30
Sidharth Vinod
963a1f1eb1
Merge remote-tracking branch 'origin/develop' into sidv/autoBuildDocs
...
* origin/develop: (564 commits)
chore: Format Mermaid.vue
Made mermaidConfig a local variable so that it cannot be shared cross rendering.
Fix for issue #3882 moving the label when the path has been modified
Small fix for issue #3881
Fixed an issue that diagrams disappear from docs pages when switching themes or reloading pages
Fixed the issue that theme-switch does not work on docs.
chore: Fix mindmap link
chore: Switch back from unpkg to jsdelivr
delete functions not used in diagrams/c4 code (dead code)
Minor change
feat: Add @include support to docs
feat: Add @include example to docs
feat: Add @include support to docs
cleanup
fix lines
fix Async rendering
Revert "sync"
chore(deps): update pnpm to v7.17.1
chore(deps): remove dependency on `graphlib`
test(e2e): make gitgraph snapshots consistent
...
2022-12-07 11:11:45 +05:30
Sidharth Vinod
fdf261bda3
chore: Format Mermaid.vue
2022-12-06 15:53:36 +05:30
Sidharth Vinod
f2ee20fdf5
Merge pull request #3880 from ZenUml/defects/issue-3878
...
Defects/issue 3878
2022-12-06 15:52:15 +05:30
MrCoder
7a086890fd
Made mermaidConfig a local variable so that it cannot be shared cross rendering.
2022-12-06 19:44:14 +11:00
Knut Sveidqvist
c5653156d9
Merge pull request #3883 from mermaid-js/3882_edge_labels
...
3882 edge labels
2022-12-05 08:15:15 +01:00
steph
2cce562bc4
fix cspell
2022-12-04 22:10:33 -08:00
steph
f0aea0e6af
fix cspell
2022-12-04 22:04:20 -08:00
steph
24560b7d13
fix lint
2022-12-04 21:51:29 -08:00
steph
d451a0c508
refactor theming doc
2022-12-04 21:20:09 -08:00
Ashley Engelund (weedySeaDragon @ github)
96996d0fba
Merge remote-tracking branch 'MERMAID/develop' into feat/3626-aria-descBy-roledescription-mocks
2022-12-03 12:13:12 -08:00
Knut Sveidqvist
4124d186d0
Fix for issue #3882 moving the label when the path has been modified
2022-12-03 13:21:10 +01:00
Knut Sveidqvist
b68fee7e65
Small fix for issue #3881
2022-12-03 11:41:29 +01:00
MrCoder
a1e4ffb3f0
Fixed an issue that diagrams disappear from docs pages when switching themes or reloading pages
2022-12-03 19:30:09 +11:00
MrCoder
c7471f1755
Fixed the issue that theme-switch does not work on docs.
2022-12-03 19:10:05 +11:00
Sidharth Vinod
abc6ee049d
Merge pull request #3873 from mermaid-js/sidv/jsdelivr
...
Switch back to jsdelivr
2022-12-02 13:31:22 +05:30
Ashley Engelund (weedySeaDragon @ github)
bfe3f309d2
remove typeof
2022-12-01 10:09:43 -08:00
Ashley Engelund (weedySeaDragon @ github)
f036d58ec3
Merge remote-tracking branch 'MERMAID/develop' into feat/3626-aria-descBy-roledescription-mocks
...
# Conflicts:
# cypress/integration/rendering/gantt.spec.js
# cypress/integration/rendering/requirement.spec.js
# docs/config/setup/modules/mermaidAPI.md
# packages/mermaid/src/accessibility.js
2022-12-01 10:08:44 -08:00
Sidharth Vinod
bcbf68b7e1
Merge pull request #3871 from weedySeaDragon/chore/c4-remove-unused-code
...
chore: delete functions not used in diagrams/c4 code (dead code)
2022-12-01 23:07:29 +05:30
Sidharth Vinod
1e30e33ad3
chore: Fix mindmap link
2022-12-01 13:51:50 +05:30
Sidharth Vinod
4b5021c0cc
Merge branch 'develop' into sidv/jsdelivr
...
* develop:
2022-12-01 11:39:52 +05:30
Sidharth Vinod
41033008ec
Merge branch 'master' into develop
...
* master:
doc: Add mindmap integration docs
fix: Fetch depth
fix: Fetch depth
fix: Fetch depth
fix: Add commit count to release preview
fix: Add commit count to release preview
chore: Add working directory
fix: release-preview-publish.yml
Fix #3799 : Remove `type` from package.json
2022-12-01 11:39:28 +05:30
Sidharth Vinod
cd0eae2807
chore: Switch back from unpkg to jsdelivr
2022-12-01 11:23:50 +05:30
Sidharth Vinod
8cb6fbfab0
Merge branch 'master' into sidv/jsdelivr
...
* master:
doc: Add mindmap integration docs
fix: Fetch depth
fix: Fetch depth
fix: Fetch depth
fix: Add commit count to release preview
fix: Add commit count to release preview
chore: Add working directory
fix: release-preview-publish.yml
Fix #3799 : Remove `type` from package.json
2022-12-01 11:20:16 +05:30