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
Sidharth Vinod
069951a748
fix: docs
2022-10-14 13:03:27 +05:30
Sidharth Vinod
c913fc8407
Merge pull request #3643 from Some-Dood/refactor-handle-error
...
feat: make `parseError` function more type-safe
2022-10-14 10:02:23 +05:30
Knut Sveidqvist
4be66554b3
#3659 Adding height when not using maxWidth
2022-10-13 14:26:05 +02:00
Sidharth Vinod
d62c2d1e22
fix: relative paths
2022-10-13 13:51:27 +05:30
Sidharth Vinod
30a3a9ee53
Merge branch 'sidv/linkDocsSource' of https://github.com/mermaid-js/mermaid into sidv/linkDocsSource
...
* 'sidv/linkDocsSource' of https://github.com/mermaid-js/mermaid :
Update packages/mermaid/src/docs.mts
2022-10-13 13:49:27 +05:30
Sidharth Vinod
0d5664cc9b
Merge branch 'develop' into sidv/linkDocsSource
...
* develop: (36 commits)
chore(deps): update actions/setup-node action to v3
Remove inconsistent and deprecated semicolons
chore(deps): update actions/checkout action to v3
docs: Fix initial install step
docs: Update twitter link
chore: renovate lint
Update renovate.json
chore: Bump node to v18
chore: Set node v16
chore: Add volta
chore(deps): add renovate.json
Contrbution steps updated
refactor: use `posix.join()` instead of replacing `\`
Link added for local setup
contribution.md updated
fix: Fix eslint warnings
fix: docs path in windows
docs: Add twitter
docs: Add version to doc index.html
Update packages/mermaid/src/docs/n00b-gettingStarted.md
...
2022-10-13 13:48:36 +05:30
Sidharth Vinod
d03fdfdbca
Update packages/mermaid/src/docs.mts
...
Co-authored-by: Alois Klink <alois@aloisklink.com>
2022-10-13 13:48:00 +05:30
Sidharth Vinod
57b883c7dd
Merge pull request #3605 from arpansaha13/sidv/fixWindowsPath
...
Fix windows paths for `docs:build`
2022-10-13 12:59:07 +05:30
Iulian Onofrei
353895dceb
Remove inconsistent and deprecated semicolons
2022-10-12 23:01:29 +03: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
3240f8ae56
feat: loadExternalDiagramsAtStartup
2022-10-12 11:56:39 +05:30
uttk
627ddc0774
fix: Fix useMaxWidth option for git graph
2022-10-12 02:14:56 +00:00
Dima Kurilo
4fc3cc7aff
add aliases '0+', '1+' and '1'
2022-10-11 21:57:00 -04:00
Dima Kurilo
3e1b235055
add tests
2022-10-11 19:37:05 -04:00
Dima Kurilo
44706bc32e
add statement aliases for ER diagram
2022-10-11 19:02:43 -04:00
Ashley Engelund (weedySeaDragon @ github)
589dd70356
common consts; add consts in stateRenderer-v2 (will esp. make theme usage easier)
2022-10-11 13:03:55 -07:00
Ashley Engelund (weedySeaDragon @ github)
85ba4549fb
(minor) add "V2" to top level of v2 diagram spec
2022-10-11 13:02:49 -07:00
devcer
adf7702211
updated eslint config and fixed cspell warnings
2022-10-11 22:52:49 +05:30
Ashley Engelund (weedySeaDragon @ github)
ba71afcce5
diagram-v2: store results of stateDb.extract(), apply class to state; code cleanup
2022-10-11 10:19:28 -07:00
Ashley Engelund (weedySeaDragon @ github)
3c0727c744
diagram-v2 spec: added tests for labels, composite; fix typos,
2022-10-11 10:16:57 -07:00
Basti Ortiz
7391baae34
fix: ensure that ParseErrorFunction
type alias is compile-time only
2022-10-12 01:14:09 +08:00
Basti Ortiz
4b31112bcb
fix: apply new types to the Mermaid API
2022-10-12 01:07:17 +08:00
Basti Ortiz
17ff584d15
feat: account for the fact that an error may be a DetailedError
2022-10-12 01:06:31 +08:00
Ashley Engelund (weedySeaDragon @ github)
79f4eb2e32
stateDb: methods for classDef, (style) classes; update extract(); code cleanup + DRY
2022-10-11 09:53:45 -07:00
Basti Ortiz
e8cd3c0baf
fix: use ParseErrorFunction
alias for mocks
2022-10-12 00:53:10 +08:00
Basti Ortiz
15f31f9d95
feat: make parseError
function more type-safe
2022-10-12 00:32:41 +08:00
Ashley Engelund (weedySeaDragon @ github)
370806365f
parser: idStatement returns stmt: 'state'...; add classDef, class statements
2022-10-11 08:36:04 -07:00
Ashley Engelund (weedySeaDragon @ github)
7b7db4f60e
(minor) API: removed unused flowRenderer import; add comment
2022-10-11 08:33:43 -07:00
Ashley Engelund (weedySeaDragon @ github)
965eae5f45
add spec for stateDB addStyleClass
2022-10-11 08:33:43 -07:00
Ashley Engelund (weedySeaDragon @ github)
56f3fa6495
API: getClasses() with the diagram renderer (not flowchart renderer); add const
2022-10-11 08:33:43 -07:00
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
Dima Kurilo
f05f07e44f
add the way to add notes to class diagram
2022-10-10 20:53:09 -04:00
Michael Maier
7e8631dd19
fix: vertex property props
is overwritten instead of being merged with new value
...
Fixes #3263
2022-10-10 17:59:29 +02: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
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
Knut Sveidqvist
e876c35ef9
Merge pull request #3591 from mermaid-js/sidv/fixDetectDiagram
...
fix Detect diagram fallback
2022-10-10 13:43:41 +02:00
jasmaa
98f4c2d3ae
Update pie docs to reflect label order change
2022-10-09 22:20:59 -04:00
lemontreejs
2bb0cf17d1
refactor: use posix.join()
instead of replacing \
2022-10-09 21:03:57 +05:30
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
c55add73f6
docs: Add link to docs source
2022-10-09 21:00:02 +08:00