Knut Sveidqvist
bb0d549d0d
Mermaid release v10.5.0
2023-10-02 10:00:13 +02:00
Knut Sveidqvist
47acc1e423
Fix for issue with backticks in ids in classDiagrams
2023-09-29 13:38:00 +02:00
Sidharth Vinod
f96d351fdc
fix: Sequence loop rendering
2023-09-28 13:09:56 +05:30
Sidharth Vinod
ee58743a04
fix: Use log instead of console
2023-09-26 19:24:39 +05:30
Sidharth Vinod
63f4a56ec5
chore: Add test for gantt rendering
2023-09-26 19:21:14 +05:30
Sidharth Vinod
7cb1c2e0aa
fix(gantt): Set max exclude interval length to 5 years
2023-09-26 19:21:05 +05:30
Sidharth Vinod
5f5b216428
fix: Performance issue in Gantt diagram
2023-09-26 19:15:44 +05:30
Sidharth Vinod
a3456ec933
fix: Sequence diagram loop rendering
2023-09-26 18:36:05 +05:30
Sidharth Vinod
ad596086ea
10.5.0-rc.2
2023-09-15 01:24:02 +05:30
Knut Sveidqvist
9d1c109612
Merge branch 'develop' into release/10.5.0
2023-09-14 11:59:57 +02:00
Sidharth Vinod
4201e4775d
fix: Arrow markers in flowchart-elk
2023-09-14 14:52:39 +05:30
Sidharth Vinod
46a5b9543e
Bump version
2023-09-14 14:06:15 +05:30
Knut Sveidqvist
d539f7050f
Merge pull request #4825 from chadfawcett/bug/1871_fix_duplicate_marker_ids
...
Give markers unique id's per graph
2023-09-14 08:03:01 +00:00
Sidharth Vinod
983cf45b2f
Merge branch 'develop' into pr/chadfawcett/4825
...
* develop:
chore: Fix type in 'getLineFunctionsWithOffset'
refactor: Add getLineFunctionsWithOffset function
refactor: Move EdgeData to types
fix: PointStart marker refX
chore(deps): update all patch dependencies
refactor: Fix typings in utils.ts
chore: Add @internal to createCSSStyles
chore: Bump version
refactor: Remove unused variables
fix : #4818 support `getClasses` in external diagrams.
2023-09-14 13:06:35 +05:30
Sidharth Vinod
ce78ff116e
chore: Fix type in 'getLineFunctionsWithOffset'
2023-09-14 13:05:21 +05:30
Knut Sveidqvist
ed9159cece
Merge pull request #4830 from mermaid-js/fix/flowchartElkArrow
...
Fix: flowchartElk Arrow overlap
2023-09-14 06:41:56 +00:00
Sidharth Vinod
f208631a16
Merge branch 'develop' into fix/flowchartElkArrow
2023-09-13 22:30:57 +05:30
Sidharth Vinod
6219aa55f7
Merge pull request #4819 from mermaid-js/sidv/4818_supportClassDefsExternally
...
Support ClassDefs in external diagrams
2023-09-13 16:16:32 +00:00
Sidharth Vinod
feeb0073f2
Merge branch 'develop' into sidv/4818_supportClassDefsExternally
2023-09-13 19:49:31 +05:30
Knut Sveidqvist
d70c8cdb4c
Merge pull request #4826 from mermaid-js/sidv/cleanupUtils
...
refactor: Fix typings in utils.ts
2023-09-13 07:36:55 +00:00
Chad Fawcett
bceae92d30
Update cypress/platform/marker_unique_id.html
...
Co-authored-by: Sidharth Vinod <sidharthv96@gmail.com >
2023-09-12 10:29:39 -07:00
Sidharth Vinod
3c34fbaacd
refactor: Add getLineFunctionsWithOffset function
2023-09-12 14:08:02 +05:30
Sidharth Vinod
78346943a2
refactor: Move EdgeData to types
2023-09-12 14:06:53 +05:30
Sidharth Vinod
6b7a0e1d8e
fix: PointStart marker refX
2023-09-12 14:04:54 +05:30
Chad Fawcett
924c9e913b
Added cypress test
2023-09-11 11:59:28 -07:00
Sidharth Vinod
e561cbd3be
Merge pull request #4828 from mermaid-js/renovate/patch-all-patch
...
chore(deps): update all patch dependencies (patch)
2023-09-11 14:48:52 +00:00
renovate[bot]
11aaee043f
chore(deps): update all patch dependencies
2023-09-11 13:44:53 +00:00
Sidharth Vinod
f3e0d5a20a
refactor: Fix typings in utils.ts
2023-09-09 11:15:55 +05:30
Chad Fawcett
552d3ec2e1
Give markers unique id's per graph
2023-09-08 15:28:41 -07:00
Sidharth Vinod
6eb3337d20
chore: Add @internal to createCSSStyles
2023-09-08 08:20:03 +05:30
Sidharth Vinod
00d06c7282
Merge pull request #4780 from mermaid-js/jgreywolf-patch-1
...
Update README.md
2023-09-07 18:13:01 +00:00
Sidharth Vinod
e75af86ef2
chore: Bump version
2023-09-07 12:46:58 +05:30
Sidharth Vinod
5ff308f0c6
Merge branch 'develop' into sidv/4818_supportClassDefsExternally
...
* develop:
Remove unnecessary tests
chore: Add deprecation notices, improve types
chore: Cleanup gitGraph tests
refactor: Move setWrap to individual diagrams as necessary.
refactor: Remove directives from grammar
refactor: Update DBs to remove directive handling
refactor: Move directive processing before parsing
2023-09-07 12:43:18 +05:30
Sidharth Vinod
ef95919691
refactor: Remove unused variables
2023-09-07 12:40:56 +05:30
Knut Sveidqvist
07f460a184
Merge pull request #4759 from sidharthv96/sidv/removeDirectiveGrammar
...
Add directive support to all diagrams by preprocessing
2023-09-07 07:00:44 +00:00
Sidharth Vinod
38123d2f21
fix : #4818 support getClasses
in external diagrams.
2023-09-07 12:01:22 +05:30
Sidharth Vinod
667b17bf66
Remove unnecessary tests
2023-09-07 10:15:58 +05:30
Sidharth Vinod
6fa97a8b71
Merge branch 'pr/RohanHandore/4340' into develop
...
* pr/RohanHandore/4340:
Remove optional chaining
2023-09-07 08:33:20 +05:30
Sidharth Vinod
56aa503ded
Remove optional chaining
2023-09-07 08:31:05 +05:30
Sidharth Vinod
4f2902e0a8
Merge pull request #4340 from RohanHandore/patch-1
...
Refactor `cypress/helpers/util.ts`
2023-09-06 18:00:13 +00:00
Sidharth Vinod
4e142c438e
Merge branch 'develop' into pr/RohanHandore/4340
...
* develop:
chore: Update docs
2023-09-06 23:25:31 +05:30
Sidharth Vinod
ba66b219e2
chore: Update docs
2023-09-06 23:23:48 +05:30
Sidharth Vinod
f0d388851b
Merge branch 'develop' into pr/RohanHandore/4340
...
* develop:
Update flowchart.md (#4798 )
Update flowchart.md (#4792 )
chore: Fix warning formatting
docs: Disable showValues in sankey example
2023-09-06 23:22:45 +05:30
Sidharth Vinod
7d2b39f69f
refactor: Use ||
instead of ??
2023-09-06 23:21:51 +05:30
Sidharth Vinod
19f0308142
Merge branch 'develop' of https://github.com/mermaid-js/mermaid into develop
...
* 'develop' of https://github.com/mermaid-js/mermaid :
Update flowchart.md (#4792 )
2023-09-06 23:15:41 +05:30
Sidharth Vinod
c12deca02a
Merge branch 'master' into develop
...
* master:
Update flowchart.md (#4798 )
chore: Fix warning formatting
docs: Disable showValues in sankey example
2023-09-06 23:15:25 +05:30
Douglas Blank
2eb9afa2f2
Update flowchart.md ( #4798 )
...
* Update flowchart.md
Fixed typos
* docs: Fix proper doc
* docs: Fix npmjs link
---------
Co-authored-by: Sidharth Vinod <sidharthv96@gmail.com >
2023-09-06 17:44:35 +00:00
Oscar Andersson
53dee70292
Update flowchart.md ( #4792 )
...
* Update flowchart.md
Update from mermaid 8.4.8 to 10.4.0 for jsfiddle
* Update flowchart.md
* Update flowchart.md
2023-09-06 17:34:20 +00:00
Sidharth Vinod
8662b33de9
core: Adapt changes from 3f7bafb2d7
...
Co-authored-by: RohanHandore <110839432+RohanHandore@users.noreply.github.com >
2023-09-06 22:50:32 +05:30
Sidharth Vinod
bf18f25c82
Merge branch 'develop' into pr/RohanHandore/4340
...
* develop: (864 commits)
chore: Update docs
chore: Fix unit tests
chore(deps): update all patch dependencies
chore: Update docs
Update docs
New Mermaid Live Editor for Confluence Cloud (#4814 )
Update link to Discourse theme component (#4811 )
Update flowchart.md (#4810 )
chore: remove unneeded `CommomDB`
chore: Update docs
"CSS" instead of "css" in flowchart.md (#4797 )
Update CONTRIBUTING.md
Update CONTRIBUTING.md
fix: typos (#4801 )
chore: Align with convention
fix: Add support for `~test Array~string~`
chore: Add JSDoc to apply in sequenceDB
refactor: Tidy up direction handling
chore: Fix flowchart arrow
chore: Add test to verify activate
...
2023-09-06 22:49:35 +05:30
Sidharth Vinod
fd39ea8049
Update cypress/helpers/util.js
2023-09-06 17:07:08 +00:00
Sidharth Vinod
773abbe7e2
Merge pull request #4701 from jonashaag/jonashaag-patch-1
...
Use utf8 encoding in Jupyter example
2023-09-06 16:44:06 +00:00
Sidharth Vinod
bcd03151e8
chore: Update docs
2023-09-06 22:09:15 +05:30
Sidharth Vinod
18079a44be
chore: Add deprecation notices, improve types
...
Co-authored-by: Alois Klink <alois@aloisklink.com >
2023-09-06 22:06:05 +05:30
Sidharth Vinod
32729f82b9
Merge branch 'develop' into sidv/removeDirectiveGrammar
...
* develop: (26 commits)
chore: Fix unit tests
chore(deps): update all patch dependencies
Update docs
chore: remove unneeded `CommomDB`
fix: Add support for `~test Array~string~`
chore: Add JSDoc to apply in sequenceDB
refactor: Tidy up direction handling
chore: Fix flowchart arrow
chore: Add test to verify activate
chore: Update tests snapshot
fix : #4691 Align arrowheads properly in sequenceDiagram
chore: move `commonDb` into `diagrams/common/commonDb`
Update docs
run prettier fix
Apply suggestions from code review
chore: Add comments in edge handling
chore: Make aggregation arrow transparent
chore: Remove structuredClone
chore: Make extension arrow transparent
chore: Align edge markers properly in class
...
2023-09-06 18:36:02 +05:30
Sidharth Vinod
c212490248
Merge pull request #4778 from vertxxyz/feature/4771_tickInterval-support-for-sec-and-ms
...
Added support for millisecond and second to gantt tickInterval
2023-09-06 13:03:05 +00:00
Knut Sveidqvist
abcf2a2eab
Merge pull request #4805 from mermaid-js/sidv/FixTilde
...
fix: Add support for `~test Array~string~` back in Class
2023-09-06 02:26:29 +00:00
Sidharth Vinod
a0e33bee71
chore: Cleanup gitGraph tests
2023-09-05 21:57:05 +05:30
Sidharth Vinod
ebaabbf19a
Merge pull request #4786 from mermaid-js/sidv/2685_supportMember
...
Support member definition to initialize class
2023-09-05 16:16:15 +00:00
Sidharth Vinod
fd7406b94a
chore: Fix unit tests
2023-09-05 21:41:49 +05:30
Sidharth Vinod
e5e44dbd39
Merge pull request #4802 from Yokozuna59/move-commondb-to-common-dir
...
chore: move `commonDb` into `diagrams/common/commonDb`
2023-09-05 14:19:54 +00:00
Sidharth Vinod
7cc76505a8
Merge branch 'develop' into move-commondb-to-common-dir
2023-09-05 14:15:09 +00:00
Sidharth Vinod
c38478f6c3
Merge branch 'develop' into sidv/2685_supportMember
2023-09-05 13:58:53 +00:00
Knut Sveidqvist
3cf7649682
Merge pull request #4788 from mermaid-js/sidv/classEdgeMarkers
...
fix: Allow hollow markers on edges
2023-09-05 12:47:22 +00:00
Knut Sveidqvist
12d4386fd3
Merge pull request #4804 from mermaid-js/fix/4691_sequenceArrowHeads
...
Align arrows on sequence diagram
2023-09-05 12:40:49 +00:00
Sidharth Vinod
4f0abab91f
Merge pull request #4809 from mermaid-js/renovate/patch-all-patch
...
chore(deps): update all patch dependencies (patch)
2023-09-05 11:47:44 +00:00
renovate[bot]
ce7783414b
chore(deps): update all patch dependencies
2023-09-05 11:23:25 +00:00
Sidharth Vinod
1503306651
Merge pull request #4776 from tomperr/fix/4775_allow-leading-underscore-entity-name
...
fix(er): allow underscore as leading char
2023-09-05 11:16:57 +00:00
Sidharth Vinod
88d1885cdc
Merge branch 'develop' into fix/4775_allow-leading-underscore-entity-name
2023-09-05 11:04:52 +00:00
Sidharth Vinod
4ab47a2ce7
Merge pull request #4781 from mermaid-js/jgreywolf-patch-2
...
Update classDiagram.md
2023-09-05 11:03:53 +00:00
Sidharth Vinod
5ed155508a
Merge branch 'develop' into sidv/removeDirectiveGrammar
...
* develop: (31 commits)
chore: Update docs
New Mermaid Live Editor for Confluence Cloud (#4814 )
Update link to Discourse theme component (#4811 )
Update flowchart.md (#4810 )
chore: Update docs
"CSS" instead of "css" in flowchart.md (#4797 )
Update CONTRIBUTING.md
Update CONTRIBUTING.md
fix: typos (#4801 )
chore: Align with convention
add additional test case
chore(deps): update all patch dependencies
chore(deps): update all minor dependencies
added test case
add sanitize text
Update docs
modifications to generic parser
improvements to parseGenericTypes
Update packages/mermaid/src/diagrams/class/svgDraw.js
return comment
...
2023-09-05 14:33:40 +05:30
Sidharth Vinod
8f3bcf401d
Merge branch 'develop' into move-commondb-to-common-dir
2023-09-05 09:00:16 +00:00
Sidharth Vinod
3959e076cf
chore: Update docs
2023-09-05 14:28:21 +05:30
sidharthv96
bc770c48c7
Update docs
2023-09-05 05:52:03 +00:00
Sidharth Vinod
82404dd0f6
Merge branch 'develop' into move-commondb-to-common-dir
2023-09-05 05:47:11 +00:00
yzf
f707dafcb4
New Mermaid Live Editor for Confluence Cloud ( #4814 )
2023-09-05 05:42:00 +00:00
Gerhard Schlager
a91679db30
Update link to Discourse theme component ( #4811 )
...
Both previously mentioned plugins are out-of-date.
2023-09-05 05:41:12 +00:00
Andriy
916c0b95e7
Update flowchart.md ( #4810 )
2023-09-05 05:40:12 +00:00
Reda Al Sulais
bdaf58a322
chore: remove unneeded CommomDB
2023-09-03 17:31:08 +03:00
Sidharth Vinod
900748250c
chore: Update docs
2023-09-03 14:06:12 +05:30
Jake Boone
54b78acb47
"CSS" instead of "css" in flowchart.md ( #4797 )
2023-09-03 08:35:36 +00:00
Sidharth Vinod
a7d5c8492d
Update CONTRIBUTING.md
2023-09-03 08:34:28 +00:00
Sidharth Vinod
caa61df363
Update CONTRIBUTING.md
2023-09-03 08:34:10 +00:00
omahs
06e44f5da8
fix: typos ( #4801 )
...
* fix typos
* fix typo
* fix typo
* fix typo
* fix typos
* fix typos
* fix typos
* fix typos
* fix typos
* fix typo
* fix typo
* chore: Update docs
---------
Co-authored-by: Sidharth Vinod <sidharthv96@gmail.com >
2023-09-03 08:12:13 +00:00
Sidharth Vinod
49446940f5
Merge branch 'develop' into sidv/FixTilde
...
* develop:
chore: Align with convention
chore(deps): update all patch dependencies
chore(deps): update all minor dependencies
2023-09-03 12:27:22 +05:30
Sidharth Vinod
69b4b48f62
Merge pull request #4534 from mermaid-js/UpdateClassMemberHandling
...
Update class member handling
2023-09-03 06:51:37 +00:00
Sidharth Vinod
05c2a11e3d
chore: Align with convention
2023-09-03 12:00:32 +05:30
Sidharth Vinod
650d712bd8
fix: Add support for ~test Array~string~
2023-09-03 11:55:32 +05:30
Sidharth Vinod
d61f9fbe62
Merge branch 'develop' into jgreywolf-patch-2
2023-09-03 05:31:14 +00:00
Sidharth Vinod
be3829232c
chore: Add JSDoc to apply in sequenceDB
...
Co-authored-by: Alois Klink <alois@aloisklink.com >
2023-09-03 10:54:18 +05:30
Sidharth Vinod
20fd6d35f0
refactor: Tidy up direction handling
2023-09-03 10:46:26 +05:30
Sidharth Vinod
5b724b180f
chore: Fix flowchart arrow
2023-09-03 03:02:58 +05:30
Sidharth Vinod
784e235ff9
chore: Add test to verify activate
2023-09-03 02:34:46 +05:30
Sidharth Vinod
02a0596e3c
chore: Update tests snapshot
2023-09-03 02:33:06 +05:30
Sidharth Vinod
498f75eece
fix : #4691 Align arrowheads properly in sequenceDiagram
2023-09-03 02:32:28 +05:30
Reda Al Sulais
a61887f5a2
chore: move commonDb
into diagrams/common/commonDb
2023-09-02 17:51:33 +03:00
jgreywolf
44a6a6758e
Update docs
2023-09-01 13:16:16 +00:00
Justin Greywolf
a12864d9e4
run prettier fix
2023-09-01 06:10:41 -07:00
Sidharth Vinod
bbbae7d59f
Apply suggestions from code review
...
Co-authored-by: Alois Klink <alois@aloisklink.com >
2023-08-30 05:19:12 +00:00
Sidharth Vinod
e84ee32408
Merge branch 'develop' into feature/4771_tickInterval-support-for-sec-and-ms
2023-08-29 18:38:44 +00:00
Sidharth Vinod
cca9662365
chore: Add comments in edge handling
2023-08-29 23:49:00 +05:30
Sidharth Vinod
f30a23f41e
chore: Make aggregation arrow transparent
2023-08-29 23:35:21 +05:30
Sidharth Vinod
58cb827839
chore: Remove structuredClone
2023-08-29 23:32:10 +05:30
Sidharth Vinod
7de1abbcc2
chore: Make extension arrow transparent
2023-08-29 23:28:45 +05:30
Sidharth Vinod
26e32665a4
chore: Align edge markers properly in class
2023-08-29 23:18:55 +05:30
Sidharth Vinod
c3df18fc5b
feat: #2685 Support class member initialization by member definition
2023-08-28 18:57:34 +05:30
Sidharth Vinod
eca0cea339
refactor: Fir classDB types
2023-08-28 18:54:30 +05:30
Justin Greywolf
efa6cb3434
Update classDiagram.md
2023-08-28 06:20:49 -07:00
Justin Greywolf
5839e0de87
add additional test case
2023-08-28 06:13:30 -07:00
Thomas Ingram
4efac6721d
Added missing integration tests and release version in docs.
2023-08-28 20:17:15 +10:00
Sidharth Vinod
6e51f8fd98
Merge pull request #4782 from mermaid-js/renovate/patch-all-patch
...
chore(deps): update all patch dependencies (patch)
2023-08-28 07:37:22 +00:00
Sidharth Vinod
9823834a56
Merge pull request #4783 from mermaid-js/renovate/all-minor
...
chore(deps): update all minor dependencies (minor)
2023-08-28 07:37:09 +00:00
Sidharth Vinod
02517e8a7d
chore: Fix warning formatting
2023-08-28 12:31:40 +05:30
Sidharth Vinod
f6325f6906
docs: Disable showValues in sankey example
2023-08-28 12:30:39 +05:30
renovate[bot]
6b0e0e21ac
chore(deps): update all patch dependencies
2023-08-28 05:09:59 +00:00
renovate[bot]
19aaf459a5
chore(deps): update all minor dependencies
2023-08-28 00:12:53 +00:00
Justin Greywolf
6aa20ed64b
Update classDiagram.md
2023-08-27 16:22:38 -07:00
Justin Greywolf
12f11c6721
added test case
2023-08-27 15:47:22 -07:00
Justin Greywolf
75737544c8
Update classDiagram.md
2023-08-27 15:39:07 -07:00
Justin Greywolf
b6d5497f51
Update README.md
...
Quick fix to remove namespace from readme class definition since github has not been update to the version that uses namespaces
2023-08-27 15:23:59 -07:00
Thomas Ingram
8f340094d9
Added support for millisecond and second to gantt tickInterval
2023-08-27 16:08:47 +10:00
Tom PERRILLAT-COLLOMB
264f7920f0
fix(er): allow underscore as leading char
2023-08-27 00:15:50 +02:00
Justin Greywolf
b513169f12
Merge branch 'develop' into UpdateClassMemberHandling
2023-08-26 14:01:42 -07:00
Justin Greywolf
87880fdf40
add sanitize text
2023-08-26 14:01:14 -07:00
Sidharth Vinod
066e0967de
refactor: Move setWrap to individual diagrams as necessary.
2023-08-26 23:27:25 +05:30
Sidharth Vinod
04ce5d6a9a
Merge branch 'develop' into sidv/removeDirectiveGrammar
...
* develop: (22 commits)
docs: Fix link
Update docs
fix(pie): align slices and legend orders
Mermaid version v10.4.0
unique batches every time, if not repeated tests end up in the same batch
Added missed .md
Increase JS heap
More tests for redirects + prettier
Fixed redirects inside vitepress, extended tests
chore: Explain redirect.ts clearly
Reverted docker compose to develop branch
Run GA
Update docs
Update docs
fix(er): bug if relationship is declared first
update latest news
Removed all n00b file names and added redirects
test(er): add cypress test on entity name alias
feat(er): use square brackets to add aliases
docs(er): add release version for entity name aliases
...
2023-08-26 23:08:36 +05:30
Nikolay Rozhkov
ed819e96d5
Merge pull request #4758 from tomperr/feat/4746_add_er_alias
...
feat(er): add entity name alias
2023-08-26 11:02:15 +00:00
Justin Greywolf
5a2b3db14c
Merge branch 'develop' into UpdateClassMemberHandling
2023-08-25 13:21:57 -07:00
jgreywolf
fa6198b4ce
Update docs
2023-08-25 20:13:40 +00:00
Justin Greywolf
3678ad4e9d
modifications to generic parser
2023-08-25 13:08:51 -07:00
Sidharth Vinod
979dcb073d
Merge pull request #4774 from Yokozuna59/bug/4772_align-slices-and-legend-orders
...
fix(pie): align slices and legend orders
2023-08-25 19:58:52 +00:00
Sidharth Vinod
ecf14cd4e3
docs: Fix link
2023-08-26 01:33:15 +05:30
Sidharth Vinod
92d9f35f89
Update docs
2023-08-26 01:20:17 +05:30
Justin Greywolf
8e64995047
Merge branch 'develop' into UpdateClassMemberHandling
2023-08-25 10:58:49 -07:00
Justin Greywolf
8b96282c48
improvements to parseGenericTypes
2023-08-25 10:58:20 -07:00
Sidharth Vinod
15c7c37227
Merge pull request #4723 from GingerNinjaNicko/fix-fontawesome-class
...
Fix Twitter fontawesome class in flowchart.md
2023-08-25 13:51:02 +00:00
Reda Al Sulais
267935713c
fix(pie): align slices and legend orders
2023-08-25 16:12:26 +03:00
Knut Sveidqvist
8ef5f38861
Merge remote-tracking branch 'origin/develop' into develop
2023-08-25 14:26:27 +02:00
Knut Sveidqvist
47af4760bc
Merge branch 'master' into develop
2023-08-25 14:26:21 +02:00
Knut Sveidqvist
8e5275d844
Mermaid version v10.4.0
2023-08-25 14:19:00 +02:00
Knut Sveidqvist
c51afa4dd2
Merge branch 'release/10.4.0'
2023-08-25 14:16:18 +02:00
Knut Sveidqvist
671ad82ad3
unique batches every time, if not repeated tests end up in the same batch
2023-08-25 14:13:11 +02:00
Sidharth Vinod
1bfa1a8c88
Merge pull request #4767 from nirname/docs/2910_renaming-docs-and-fixes
...
Docs/2910 Remove n00b and fix some docs
2023-08-25 11:32:00 +00:00
Nikolay Rozhkov
ab140a0fc7
Added missed .md
2023-08-25 14:27:06 +03:00
Nikolay Rozhkov
7d395e176e
Increase JS heap
2023-08-25 12:55:26 +03:00
Nikolay Rozhkov
3d35015ee9
More tests for redirects + prettier
2023-08-25 12:37:29 +03:00
Nikolay Rozhkov
2676130146
Fixed redirects inside vitepress, extended tests
2023-08-25 12:35:07 +03:00
Sidharth Vinod
fb3814bf85
chore: Explain redirect.ts clearly
2023-08-25 14:56:20 +05:30
Sidharth Vinod
1e0918c2ff
refactor: Remove directives from grammar
2023-08-25 12:55:58 +05:30
Sidharth Vinod
f0883be0e3
refactor: Update DBs to remove directive handling
2023-08-25 12:55:35 +05:30
Sidharth Vinod
276fd7ad84
refactor: Move directive processing before parsing
...
Directives and fronmatter will be preprocessed
and removed from the text before parsing.
2023-08-25 12:54:44 +05:30
Sidharth Vinod
2dd1415849
docs: Fix npmjs link
2023-08-25 12:43:31 +05:30
Sidharth Vinod
9fa6dc23ca
Merge branch 'develop' into feat/4746_add_er_alias
2023-08-25 04:35:40 +00:00
Sidharth Vinod
9dccf4d9c9
chore: Update editor.bash to build latest version
2023-08-25 10:04:53 +05:30
Sidharth Vinod
f248a22c71
Merge branch 'develop' into feat/4746_add_er_alias
2023-08-25 04:14:24 +00:00
Sidharth Vinod
6563a6ea26
chore: Build after clone
2023-08-25 09:43:53 +05:30
Sidharth Vinod
87d2899e4e
Merge branch 'develop' into feat/4746_add_er_alias
2023-08-25 04:07:38 +00:00
Sidharth Vinod
a3a6eb9bf5
chore: Force install npm to avoid cache.
2023-08-25 09:37:22 +05:30
Sidharth Vinod
c28c285711
Merge branch 'develop' into feat/4746_add_er_alias
2023-08-25 03:48:11 +00:00
Sidharth Vinod
5f8f79fc3e
fix: live editor exists error
2023-08-25 09:15:21 +05:30
Sidharth Vinod
a4ba192aad
Merge branch 'develop' into feat/4746_add_er_alias
2023-08-25 03:06:47 +00:00
Sidharth Vinod
f553fa5eb8
Merge pull request #4769 from mermaid-js/sidv/liveEditor
...
chore: Preview PRs with mermaid-live-editor on Netlify
2023-08-25 03:00:42 +00:00
Sidharth Vinod
c3939d3fb3
chore: Add netlify.toml
2023-08-25 08:26:34 +05:30
Sidharth Vinod
32d1783390
chore: Update editor script
...
Co-authored-by: Alois Klink <alois@aloisklink.com >
2023-08-25 08:22:24 +05:30
Nikolay Rozhkov
58afdd1baa
Reverted docker compose to develop branch
2023-08-25 01:49:36 +03:00
Justin Greywolf
0881619fcb
Merge branch 'UpdateClassMemberHandling' of https://github.com/mermaid-js/mermaid into UpdateClassMemberHandling
2023-08-24 14:05:19 -07:00
Nikolay Rozhkov
eba5fcca6b
Run GA
2023-08-24 22:26:20 +03:00
nirname
52cbf9fd28
Update docs
2023-08-24 19:07:14 +00:00
nirname
fc19bf93aa
Update docs
...
Fixed link to mermaid-js.github.io after review
Update docs
Fixed link again
2023-08-24 22:01:35 +03:00
Sidharth Vinod
54de763a66
chore: Add live editor build script for previews
2023-08-25 00:12:14 +05:30
Tom PERRILLAT-COLLOMB
56419f7459
fix(er): bug if relationship is declared first
2023-08-24 16:16:40 +02:00
Sidharth Vinod
2537152c7a
Merge pull request #4768 from mermaid-js/latest-news
...
Docs: update Latest News section
2023-08-24 10:32:58 +00:00
Steph
14c1c1cc59
update latest news
2023-08-23 23:11:58 -07:00
Nikolay Rozhkov
108c25f19f
Removed all n00b file names and added redirects
2023-08-23 23:32:33 +03:00
Justin Greywolf
3ec32521f8
Update packages/mermaid/src/diagrams/class/svgDraw.js
...
Co-authored-by: Sidharth Vinod <sidharthv96@gmail.com >
2023-08-23 05:22:23 -07:00
Knut Sveidqvist
72b4a74bee
Merge branch 'master' of github.com:mermaid-js/mermaid
2023-08-23 10:24:56 +02:00
Knut Sveidqvist
c3160b2693
Merge pull request #4748 from mermaid-js/feature/4674_sankeyValues
...
feat(sankey): Show values
2023-08-23 07:42:30 +00:00
Knut Sveidqvist
2ab393cd16
Merge pull request #4763 from mermaid-js/sidv/fixTypeImports
...
chore: Enforce type imports
2023-08-23 07:37:45 +00:00
Sidharth Vinod
bd98da16a0
Merge pull request #4744 from nirname/docs/2910_split-development-documentation
...
Split development documentation into several pages
2023-08-23 06:36:46 +00:00
Nikolay Rozhkov
cee2a458f1
Fixed docs according review
...
Update docs
2023-08-23 00:30:17 +03:00
Tom PERRILLAT-COLLOMB
4a06bc1a68
test(er): add cypress test on entity name alias
2023-08-22 13:53:37 +02:00
Tom PERRILLAT-COLLOMB
a7ae1b6890
feat(er): use square brackets to add aliases
2023-08-22 11:05:09 +02:00
Sidharth Vinod
ce6992ea9b
docs: Fix sankey demo
2023-08-22 14:06:46 +05:30
Sidharth Vinod
0114a87f15
Merge branch 'develop' into feature/4674_sankeyValues
...
* develop:
chore: Remove circular dependency
2023-08-22 13:58:55 +05:30
Sidharth Vinod
adfed1e432
Merge pull request #4750 from mermaid-js/feature/frontmatterConfig
...
feat: Support config in frontmatter.
2023-08-22 08:22:59 +00:00
Sidharth Vinod
11b599d77c
chore: Fix type imports
2023-08-22 13:44:11 +05:30
Sidharth Vinod
3944e9ac00
chore: Remove circular dependency
2023-08-22 13:36:32 +05:30
Sidharth Vinod
37aa6632aa
Merge branch 'feature/frontmatterConfig' into feature/4674_sankeyValues
...
* feature/frontmatterConfig:
chore: Remove duplicate CI action
chore: Add circular dependency check in CI
refactor: Remove circular dependencies
2023-08-22 13:32:25 +05:30
Sidharth Vinod
7e251ee8bc
Merge remote-tracking branch 'origin/develop' into feature/frontmatterConfig
...
* origin/develop:
chore: Remove duplicate CI action
chore: Add circular dependency check in CI
refactor: Remove circular dependencies
2023-08-22 13:30:36 +05:30
Knut Sveidqvist
6e0f41180f
Merge pull request #4761 from mermaid-js/sidv/RemoveCircularDeps
...
Remove Circular Dependencies
2023-08-22 07:37:32 +00:00
Sidharth Vinod
52f05552a1
chore: Remove duplicate CI action
2023-08-22 11:42:12 +05:30
Sidharth Vinod
bb01b3972d
chore: Add circular dependency check in CI
2023-08-22 11:38:55 +05:30
Sidharth Vinod
1a50a326cb
refactor: Remove circular dependencies
2023-08-22 11:38:25 +05:30
Tom PERRILLAT-COLLOMB
cc8b4572d5
docs(er): add release version for entity name aliases
2023-08-22 00:30:33 +02:00
Tom PERRILLAT-COLLOMB
e5315f2933
feat(er): add entity name alias
2023-08-21 23:33:42 +02:00
Sidharth Vinod
d21eb29672
Merge branch 'feature/frontmatterConfig' into feature/4674_sankeyValues
...
* feature/frontmatterConfig:
Update docs
docs: Add frontmatter config demos
docs: Add frontmatter config docs
fix: XSS vulnerability
chore: Minor typo fixes
chore: Add test with both frontmatter and directive
Update docs
feat: Add support for config in frontmatter
deps: Update unocss and webpack to address vulnerability.
chore: Fix type in assignWithDepth
refactor: Move `sanitizeDirective` into `addDirective`
refactor: Rename and cleanup `directiveSanitizer`
chore(deps): update all patch dependencies
ci(release-drafter): add more release notes categories
2023-08-21 20:23:08 +05:30
Sidharth Vinod
fd45dbfc14
Merge branch 'develop' into feature/frontmatterConfig
2023-08-21 14:18:12 +00:00
sidharthv96
5c9eafabae
Update docs
2023-08-21 09:36:24 +00:00
Sidharth Vinod
2b9dc0ea80
docs: Add frontmatter config demos
2023-08-21 15:02:29 +05:30
Sidharth Vinod
8ac7dc81e0
docs: Add frontmatter config docs
2023-08-21 15:02:05 +05:30
Sidharth Vinod
2967b3c1bb
fix: XSS vulnerability
2023-08-21 14:25:25 +05:30
Sidharth Vinod
534fd85339
chore: Minor typo fixes
2023-08-21 12:53:29 +05:30
Sidharth Vinod
7298008374
Merge branch 'feature/frontmatterConfig' of https://github.com/mermaid-js/mermaid into feature/frontmatterConfig
...
* 'feature/frontmatterConfig' of https://github.com/mermaid-js/mermaid :
Update docs
2023-08-21 12:30:23 +05:30
Sidharth Vinod
844a175039
chore: Add test with both frontmatter and directive
2023-08-21 12:30:04 +05:30
sidharthv96
fd35a54735
Update docs
2023-08-21 06:43:15 +00:00
Sidharth Vinod
a6e6c3fb18
feat: Add support for config in frontmatter
2023-08-21 12:09:38 +05:30
Sidharth Vinod
31c0a0cbab
deps: Update unocss and webpack to address vulnerability.
2023-08-21 10:26:41 +05:30
Sidharth Vinod
767baa4ec6
chore: Fix type in assignWithDepth
2023-08-21 10:18:23 +05:30
Sidharth Vinod
f422a66dde
refactor: Move sanitizeDirective
into addDirective
2023-08-21 10:17:55 +05:30
Sidharth Vinod
fae976e994
refactor: Rename and cleanup directiveSanitizer
2023-08-21 10:13:48 +05:30
Sidharth Vinod
f4c62436ea
Merge pull request #4753 from mermaid-js/renovate/patch-all-patch
...
chore(deps): update all patch dependencies (patch)
2023-08-21 03:53:05 +00:00
renovate[bot]
21d0998db8
chore(deps): update all patch dependencies
2023-08-21 03:01:21 +00:00
Sidharth Vinod
0899f7918a
Merge pull request #4752 from mermaid-js/chore/add-more-release-notes-categories
...
ci(release-drafter): add more release notes categories
2023-08-21 02:55:59 +00:00
Alois Klink
7a547abd89
ci(release-drafter): add more release notes categories
...
Add the following new categories to the release notes:
- **BREAKING CHANGES**
- Performance
- Documentation
I've also made the `feature`, `fix`, and `chore` label point to
their appropriate section.
2023-08-20 23:42:18 +01:00
Sidharth Vinod
4d84f1cd71
feat(sankey): Show values ( #4674 )
2023-08-20 21:18:09 +05:30
Sidharth Vinod
72fa3488b5
Merge pull request #4501 from Yokozuna59/standardized-pie-definitions
...
standardized pie definitions
2023-08-20 14:56:42 +00:00
Sidharth Vinod
cfffba2817
chore: Add comments on redirectMaps
2023-08-20 00:59:58 +05:30
Reda Al Sulais
e7ee3eb9ea
Merge branch 'develop' into standardized-pie-definitions
2023-08-19 01:07:55 +03:00
Nikolay Rozhkov
7b45dbea1a
Fixed links
2023-08-18 03:14:12 +03:00
Nikolay Rozhkov
341130856f
Split development documentation in several separate pages, fixes for the sidebar menu
...
United similar sections at the intro page
Fix spelling
Update docs
2023-08-18 02:17:15 +03:00
Nikolay Rozhkov
b85c011cd1
Merge pull request #4742 from nirname/docs/2910_small-fixes
...
Fixes to Docs sidebar, main page and badges
2023-08-17 17:59:12 +00:00
Nikolay Rozhkov
aec97d68cc
Fixed wrong collapsible option at the left menu, updated vue
...
Fixed badges
Rely on classes instead of DOM structure
Prettier
Update docs
2023-08-17 16:37:22 +03:00
Sidharth Vinod
7b7e281ec7
Merge pull request #4740 from jason-curtis/issue-2509-subgraph-direction-limitation
...
Documentation for #2509
2023-08-17 04:57:56 +00:00
Sidharth Vinod
35cc34d422
chore: Move SVG import to comment.
2023-08-17 10:28:50 +05:30
Jason Curtis
edb6ceae43
build docs
2023-08-17 03:48:00 +00:00
Jason Curtis
ef8b75a6da
Remove whitespace on empty line
2023-08-17 03:32:42 +00:00
Reda Al Sulais
02daf5417b
Merge branch 'standardized-pie-definitions' of https://github.com/Yokozuna59/mermaid into standardized-pie-definitions
2023-08-17 02:22:12 +03:00
Reda Al Sulais
77d8e15dc4
remove chart
from pie.spec.ts
description
2023-08-17 02:21:15 +03:00
Yokozuna59
62142089f1
Update docs
2023-08-16 22:47:51 +00:00
Reda Al Sulais
defe40692a
change defaultConfig
type to RequiredDeep
and use it in pieDb
2023-08-17 01:42:41 +03:00
Jason Curtis
337ff3c32b
Documentation for #2509
2023-08-16 21:12:32 +00:00
Reda Al Sulais
744cc792f4
Merge branch 'develop' into standardized-pie-definitions
2023-08-15 23:27:03 +03:00
Justin Greywolf
3f327196fd
return comment
2023-08-15 11:07:21 -07:00
Justin Greywolf
bbaab54ec9
add tsdoc comments
2023-08-15 11:02:06 -07:00
Justin Greywolf
9a9abac5b1
Merge branch 'develop' into UpdateClassMemberHandling
2023-08-15 10:08:42 -07:00
Justin Greywolf
6ed0c9bc36
update tests
2023-08-15 10:02:31 -07:00
Reda Al Sulais
99978da55b
Merge pull request #4724 from Yokozuna59/chore/convert-svgDrawCommon-to-ts
...
convert `diagrams/common/svgDrawCommon.js` to ts
2023-08-15 16:41:11 +00:00
Reda Al Sulais
50eb3cf1c9
Merge branch 'develop' into chore/convert-svgDrawCommon-to-ts
2023-08-15 19:37:02 +03:00
Reda Al Sulais
c1b9c54fc9
use DiagramStylesProvider
in pieStyles.ts
2023-08-15 17:56:18 +03:00
Reda Al Sulais
0d179c501e
Merge branch 'develop' into standardized-pie-definitions
2023-08-15 14:01:09 +03:00
Sidharth Vinod
085e8f78b3
Merge pull request #4731 from mermaid-js/renovate/patch-all-patch
...
Update all patch dependencies (patch)
2023-08-14 11:05:49 +00:00
Sidharth Vinod
f9d4a62609
Merge pull request #4732 from mermaid-js/renovate/all-minor
...
Update all minor dependencies (minor)
2023-08-14 11:04:27 +00:00
renovate[bot]
2a8374312f
Update all minor dependencies
2023-08-14 03:07:45 +00:00
renovate[bot]
b60410161d
Update all patch dependencies
2023-08-14 02:02:28 +00:00
Reda Al Sulais
d219f92a19
Merge branch 'develop' into chore/convert-svgDrawCommon-to-ts
2023-08-13 17:45:37 +03:00
Reda Al Sulais
3f3a7340e3
remove setConfig
and resetConfig
in pie
2023-08-12 21:18:07 +03:00
Reda Al Sulais
cb5f70c139
add structuredClone
in pie getConfig
2023-08-12 21:09:14 +03:00
Reda Al Sulais
99c1758490
make more RectData
required and remove optional assignment
2023-08-12 20:25:10 +03:00
Sidharth Vinod
43217e1395
Merge branch 'master' into develop
...
* master:
Version update and adjusted error diagram
Fix for broker error diagram related #4178
Adding new flowchart tests related to issue #2139
Fix for interim issue with classes in state diagrams
#2139 Applying user defined classes properly when calculating shape width
chore: Ignore localhost
Update packages/mermaid/src/docs/community/development.md
Update docs/community/development.md
docs: Add development example page.
2023-08-12 17:04:25 +05:30
Sidharth Vinod
aa34b99203
Merge remote-tracking branch 'origin/release/10.3.1'
...
* origin/release/10.3.1: (85 commits)
Version update and adjusted error diagram
Fix for broker error diagram related #4178
Adding new flowchart tests related to issue #2139
Fix for interim issue with classes in state diagrams
use default export in `error` diagram
create `ParserDefinition` type
standardized `error` diagram'
#2139 Applying user defined classes properly when calculating shape width
style: format packages/mermaid/src/config.type.ts
build(types): use prettier conf on config.types.ts
Syntax Update CONTRIBUTING.md
docs: Correct detectType filename
chore: Minor cleanups
chore: remove comment
chore: Remove comments, cleanup
fix!(deps): fix zenuml style leakage. update @zenuml/core to ^3.0.6 to fix the style leakage.
Update selectSvgElement.ts
create `Group` type
Add specialChars in textNoTagsToken, alphaNumToken
Return Unicode Text to idStringToken definition
...
2023-08-12 17:04:06 +05:30
Reda Al Sulais
541ee1eade
Merge remote-tracking branch 'upstream/develop' into chore/convert-svgDrawCommon-to-ts
2023-08-11 23:07:45 +03:00
Reda Al Sulais
f01ad644e3
Merge remote-tracking branch 'upstream/develop' into standardized-pie-definitions
...
Signed-off-by: Reda Al Sulais <u.yokozuna@gmail.com >
2023-08-11 22:44:05 +03:00
Reda Al Sulais
9538233573
use lineBreakRegex in svgDrawCommon
2023-08-11 21:16:53 +03:00
Reda Al Sulais
5a2ea7c297
fix svgDrawCommon import by adding .js
2023-08-11 21:13:17 +03:00
Reda Al Sulais
22b172d873
add types to svgDrawCommon.ts
2023-08-11 20:56:00 +03:00
Reda Al Sulais
92098e23eb
convert svgDrawCommon
to TS
2023-08-11 20:54:39 +03:00
Sidharth Vinod
591cb794eb
Merge pull request #4717 from Yokozuna59/chore/convert-assignWithDepth-to-ts
...
convert `assignWithDepth` to TS
2023-08-11 17:32:40 +00:00
Reda Al Sulais
f9d978859e
Merge branch 'develop' into standardized-pie-definitions
2023-08-11 19:56:22 +03:00
Reda Al Sulais
6170538c47
Merge branch 'develop' into chore/convert-assignWithDepth-to-ts
2023-08-11 19:54:57 +03:00
Reda Al Sulais
c37c494a1e
Update assignWithDepth.ts
2023-08-11 19:54:37 +03:00
Nicko J. Ruddock
65c93807d8
Fix Twitter fontawesome class in flowchart.md
2023-08-11 15:23:16 +01:00
Knut Sveidqvist
8ed9ddc7aa
Merge branch 'release/10.3.1'
2023-08-11 14:21:10 +02:00
Knut Sveidqvist
a0b80f5490
Version update and adjusted error diagram
2023-08-11 14:03:56 +02:00
Knut Sveidqvist
493023118f
Fix for broker error diagram related #4178
2023-08-11 13:59:16 +02:00
Knut Sveidqvist
c5e7e6040c
Adding new flowchart tests related to issue #2139
2023-08-11 13:58:19 +02:00
Knut Sveidqvist
c938c7a438
Fix for interim issue with classes in state diagrams
2023-08-11 13:57:26 +02:00
Knut Sveidqvist
c7bcf72c69
Merge branch 'develop' into release/10.4.0
2023-08-11 11:46:30 +02:00
Sidharth Vinod
da602add5d
Merge pull request #4697 from mermaid-js/sidv/fixTripleParsing
...
fix: Remove triple parsing of diagrams
2023-08-11 15:14:33 +05:30
Knut Sveidqvist
9049a99c8d
Merge pull request #4722 from mermaid-js/2139-handling-styling-properly-when-calculating-width
...
#2139 Applying user defined classes properly when calculating shape width
2023-08-11 09:58:29 +02:00
Knut Sveidqvist
60957519c8
Merge branch 'develop' into release/10.4.0
2023-08-11 09:43:58 +02:00
Reda Al Sulais
8a8e062342
cleanAndMerge pieConfig
2023-08-11 03:55:04 +03:00
Reda Al Sulais
1721282182
Merge branch 'develop' into standardized-pie-definitions
2023-08-11 01:46:33 +03:00
Reda Al Sulais
d8dd68cad2
redeclare config
parameter add default value for each variable
2023-08-11 01:42:26 +03:00
Reda Al Sulais
9b9ad1da7d
Merge pull request #4718 from Yokozuna59/chore/standardized-error-definitions
...
standardized `error` diagram
2023-08-10 22:35:02 +00:00
Reda Al Sulais
0d380bb2c7
Merge branch 'develop' into chore/standardized-error-definitions
2023-08-11 01:24:47 +03:00
Reda Al Sulais
120bdabee1
Merge branch 'develop' into standardized-pie-definitions
2023-08-11 01:04:06 +03:00
Reda Al Sulais
9ab048c7e9
use default export in error
diagram
2023-08-11 00:55:31 +03:00
Reda Al Sulais
a5a3ffc768
Merge pull request #2 from mermaid-js/sidv/cleanMerge
...
Sidv/clean merge
2023-08-11 00:49:38 +03:00
Sidharth Vinod
1078b1c8f6
Merge pull request #4719 from Yokozuna59/chore/create-ParserDefinition-type
...
create `ParserDefinition` type
2023-08-10 21:35:57 +00:00
Sidharth Vinod
dfeb25127b
remove cleanClone
2023-08-11 02:50:24 +05:30
Sidharth Vinod
396bda8d95
feat: Add cleanAndMerge and tests
2023-08-11 02:47:46 +05:30
Sidharth Vinod
cc70d37166
chore: Rename utils.spec.ts
2023-08-11 02:38:57 +05:30
Reda Al Sulais
3f5da06bb0
move db assignment from beforeEach
to beforeAll
2023-08-10 22:43:39 +03:00
Reda Al Sulais
be106befff
create structuredCleanClone
helper function
2023-08-10 23:10:06 +03:00
Reda Al Sulais
980a5ac8b5
create ParserDefinition
type
2023-08-10 22:26:04 +03:00
Reda Al Sulais
d5f11fc80a
convert assignWithDepth
to TS
2023-08-10 22:09:14 +03:00
Reda Al Sulais
46de343785
standardized error
diagram'
...
* remove empty `styles.js`
* use named imports/exports instead of default
* remove unnecessary data in diagram definition
2023-08-10 22:07:39 +03:00
Reda Al Sulais
c4113541e1
Merge remote-tracking branch 'upstream/develop' into standardized-pie-definitions
2023-08-10 21:44:29 +03:00
Reda Al Sulais
fb49f25eef
add more types to pieRenderer
2023-08-10 21:36:39 +03:00
Reda Al Sulais
a9681d1b1c
add resetConfig
to clear
in pieDb
2023-08-10 21:19:56 +03:00
Reda Al Sulais
545d361d3f
rename reset
to resetConfig
2023-08-10 21:01:32 +03:00
Sidharth Vinod
66b579cd89
Merge pull request #4715 from aloisklink/chore/use-our-prettier-config-for-types
...
Use our prettier config on the `packages/mermaid/src/config.type.ts` file
2023-08-10 14:36:03 +00:00
Knut Sveidqvist
c55a0947be
#2139 Applying user defined classes properly when calculating shape width
2023-08-10 13:15:16 +02:00
Alois Klink
0b9f6d1ff9
style: format packages/mermaid/src/config.type.ts
...
Run `pnpm run --filter mermaid types:build-config` to format
the `packages/mermaid/src/config.type.ts` file with the new prettier
config.
2023-08-09 19:22:30 +01:00
Alois Klink
7742a6c485
build(types): use prettier conf on config.types.ts
...
Currently, the `packages/mermaid/src/config.type.ts` types file
(auto-generated via `pnpm run --filter mermaid types:build-config`)
uses the default prettier config.
Instead, we should use the prettier config in the Mermaid repo, as it's
slightly different from the default prettier config.
2023-08-09 19:15:09 +01:00
Nikolay Rozhkov
3e598f4e8e
Merge pull request #4714 from mermaid-js/sidv/exampleDev
...
docs: Add development example page.
2023-08-09 17:08:29 +03:00
Sidharth Vinod
eb397fdb04
Merge branch 'sidv/exampleDev' of https://github.com/mermaid-js/mermaid into sidv/exampleDev
...
* 'sidv/exampleDev' of https://github.com/mermaid-js/mermaid :
Update packages/mermaid/src/docs/community/development.md
Update docs/community/development.md
2023-08-09 19:00:01 +05:30
Sidharth Vinod
6c1afb7a8d
chore: Ignore localhost
2023-08-09 18:59:55 +05:30
Sidharth Vinod
fee6f459a8
Update packages/mermaid/src/docs/community/development.md
2023-08-09 17:44:49 +05:30
Sidharth Vinod
e128a11f3b
Update docs/community/development.md
2023-08-09 17:44:24 +05:30
Reda Al Sulais
38dc17f426
use structedClone
in pieDb
2023-08-09 14:12:08 +03:00
Reda Al Sulais
453c67e5ea
remove PieDiagramConfig
and import generated one
2023-08-09 13:47:08 +03:00
Reda Al Sulais
a69a97fdd9
remove unnecessary lines in pie files
2023-08-09 13:41:01 +03:00
Reda Al Sulais
820cc48c11
Merge remote-tracking branch 'upstream/develop' into standardized-pie-definitions
2023-08-09 13:31:34 +03:00
Sidharth Vinod
06e4a6398c
docs: Add development example page.
2023-08-09 14:59:50 +05:30
Sidharth Vinod
85a988c31c
Merge pull request #4713 from soomrozaid/soomrozaid-patch-1
...
Syntax Update CONTRIBUTING.md
2023-08-09 07:58:58 +00:00
Zaid Soomro
776035553a
Syntax Update CONTRIBUTING.md
2023-08-09 01:04:04 -06:00
Reda Al Sulais
ca1cdb1d94
remove unused HTML
import in pieRenderer
2023-08-08 19:00:27 +03:00
Reda Al Sulais
5485517b27
remove SVG import logs in setupGraphViewbox
2023-08-08 18:55:46 +03:00
Reda Al Sulais
96380600d9
Merge remote-tracking branch 'upstream/develop' into standardized-pie-definitions
2023-08-08 15:02:23 +03:00
Sidharth Vinod
da8112afa5
Merge branch 'develop' into sidv/fixTripleParsing
...
* develop: (59 commits)
fix!(deps): fix zenuml style leakage. update @zenuml/core to ^3.0.6 to fix the style leakage.
Update selectSvgElement.ts
create `Group` type
Add specialChars in textNoTagsToken, alphaNumToken
Return Unicode Text to idStringToken definition
Add underscore to unit test on special Chars
Revert to old docs concerning quotations marks in string
Refactor unit tests and remove repetition
Correct idStringToken definition to include all individual special tokens
Add unit tests for node ids with special Chars
Create lychee.toml
create `selectSvgElement`
change `svgElem` to `SVG` in `configureSvgSize`
add `configureSvgSize` in infoRenderer
run docs:build
remove info sandbox test case
Remove replaceAll method in addLink
Modify HREF token regex to contain space
Add unit tests for stange node names
Remove escaped quotes with backslash feature
...
2023-08-08 13:37:02 +05:30
Sidharth Vinod
bae9a7c1b8
docs: Correct detectType filename
2023-08-08 11:13:45 +05:30
Sidharth Vinod
776b219c03
chore: Minor cleanups
2023-08-08 00:31:17 +05:30
Sidharth Vinod
4471001ef2
chore: remove comment
...
Co-authored-by: Alois Klink <alois@aloisklink.com >
2023-08-08 00:24:38 +05:30
Sidharth Vinod
bcb0817ecd
Merge pull request #4705 from danshuitaihejie/fix_zenuml_style_leakage
...
fix!(deps): fix zenuml style leakage.
2023-08-07 18:50:03 +00:00
Sidharth Vinod
646f7662d0
chore: Remove comments, cleanup
...
Co-authored-by: Alois Klink <alois@aloisklink.com >
Co-authored-by: Nikolay Rozhkov <nironame@gmail.com >
Co-authored-by: Yokozuna59 <u.yokozuna@gmail.com >
2023-08-07 15:12:37 +05:30
Reda Al Sulais
9563b22132
refactor pieRenderer
2023-08-06 21:23:42 +03:00
danshuitaihejie
6df76d93e5
fix!(deps): fix zenuml style leakage.
...
update @zenuml/core to ^3.0.6 to fix the style leakage.
2023-08-07 00:21:57 +08:00
Reda Al Sulais
e6a18eea91
Merge remote-tracking branch upstream/develop into standardized-pie-definitions
2023-08-06 18:30:51 +03:00
Reda Al Sulais
7da38b9afe
Merge pull request #4514 from Yokozuna59/resolve-info-html-assignment
...
resolve info `HTML` and `Document` assignment
2023-08-06 15:16:00 +00:00
Jonas Haag
d2ed52461e
Use utf8 encoding in Jupyter example
...
mermaid.ink can render some UTF-8 characters
2023-08-06 13:44:09 +02:00
Reda Al Sulais
71205f5bd6
Merge branch 'mermaid-js:develop' into standardized-pie-definitions
2023-08-05 21:33:03 +03:00
Reda Al Sulais
1802f5d0c0
Update selectSvgElement.ts
2023-08-05 20:45:23 +03:00
Reda Al Sulais
ef29388d68
Merge branch 'develop' into resolve-info-html-assignment
2023-08-05 19:03:35 +03:00
Nikolay Rozhkov
e1379ee048
Merge pull request #4657 from ibrahimWassouf/bug/4645_graph_node_containing_keyword
...
Bug/4645 graph node containing keyword
2023-08-05 15:56:32 +00:00
Reda Al Sulais
4845635f48
create Group
type
2023-08-05 16:00:06 +03:00
Ibrahim Wassouf
34bf618ecb
Merge branch 'develop' into bug/4645_graph_node_containing_keyword
2023-08-03 20:25:51 -04:00
Ibrahim Wassouf
c9db0ee749
Add specialChars in textNoTagsToken, alphaNumToken
...
This will ensure that alphaNumToken does not lose any of
the previously used tokens in its definition. The same
tokens were added to textNoTagsToken explicitly, because it used to
have alphaNumToken in its definition before I removed it.
Previously, textNoTagsToken and alphaNumToken had many tokens in
common in their definition. To avoid grammar conflicts, the
alphaNumStatement grammar was created. However, I found this
unintuitive and was an extra step just to avoid repetition in
the definitions.
I opted to have repetition in the definitions of textNoTagsToken
and alphaNumToken and it be explicitly clear right away, rather than
have extra grammar statements like alphaNumStatement which don't look
like they do anything at first glance
2023-08-03 21:05:41 -03:00
Ibrahim Wassouf
850513fa3d
Return Unicode Text to idStringToken definition
2023-08-03 20:58:37 -03:00
Ibrahim Wassouf
aaf333676c
Add underscore to unit test on special Chars
2023-08-03 20:15:11 -03:00
Ibrahim Wassouf
5a165e4c1d
Revert to old docs concerning quotations marks in string
2023-08-03 20:11:50 -03:00
Ibrahim Wassouf
ee6fa94aa2
Refactor unit tests and remove repetition
2023-08-03 20:05:11 -03:00
Reda Al Sulais
23b6d53f80
Merge branch 'standardized-pie-definitions' of https://github.com/Yokozuna59/mermaid into standardized-pie-definitions
2023-08-04 01:33:29 +03:00
Reda Al Sulais
f4671e4e3a
Merge branch 'mermaid-js:develop' into standardized-pie-definitions
2023-08-04 01:32:12 +03:00
Ibrahim Wassouf
971215e353
Correct idStringToken definition to include all individual special tokens
2023-08-03 19:15:23 -03:00
Ibrahim Wassouf
199fdce982
Add unit tests for node ids with special Chars
2023-08-03 18:59:39 -03:00
Reda Al Sulais
90c8dd1dab
Merge branch 'develop' into resolve-info-html-assignment
2023-08-04 00:42:55 +03:00
Sidharth Vinod
f8ebfeefec
Merge pull request #4699 from mermaid-js/lychee-config
...
Lychee config
2023-08-03 19:13:59 +00:00
Matthieu MOREL
8db2fb8f90
Create lychee.toml
...
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com >
2023-08-03 19:04:24 +00:00
Reda Al Sulais
e2fac72166
create selectSvgElement
2023-08-03 21:34:22 +03:00
Reda Al Sulais
c954e0eb1d
rename styles.ts
into pieStyles.ts
2023-08-03 21:00:22 +03:00
Reda Al Sulais
de37efefd7
add type
for PieStyleOptions
2023-08-03 20:58:39 +03:00
Reda Al Sulais
bdfd8974d4
change default useWidth
in pie to 984
2023-08-03 20:56:18 +03:00
Sidharth Vinod
95efc1786f
fix: unitTests after tripleParsing removal
2023-08-03 23:21:49 +05:30
Reda Al Sulais
0c55e4c2ad
Merge branch 'develop' into resolve-info-html-assignment
2023-08-03 20:44:29 +03:00
Sidharth Vinod
10d5b5d1d6
fix: Remove triple parsing of diagrams
2023-08-03 22:54:37 +05:30
Sidharth Vinod
23fea41fb4
Merge branch 'master' into develop
...
* master:
fix : #4676 redirect fix
fix style in contributors section of intro
add latest blog post
2023-08-03 22:16:17 +05:30
Reda Al Sulais
a4f778f4de
change svgElem
to SVG
in configureSvgSize
2023-08-03 15:55:05 +03:00
Reda Al Sulais
bb6664a2c6
add configureSvgSize
in infoRenderer
2023-08-03 15:47:31 +03:00
Sidharth Vinod
939d082a8e
Merge pull request #4668 from mermaid-js/latest-news
...
Docs: add latest blog post
2023-08-02 23:52:50 +05:30
Steph
b26449f338
Merge branch 'master' into latest-news
2023-08-02 11:18:28 -07:00
Reda Al Sulais
b99eb8b624
run docs:build
2023-08-02 16:30:55 +03:00
Reda Al Sulais
ffdfe11f10
Merge branch 'develop' into resolve-info-html-assignment
2023-08-02 16:26:15 +03:00
Reda Al Sulais
7465384e1d
remove info sandbox test case
2023-08-02 16:18:21 +03:00
Reda Al Sulais
aecf451ed1
update pnpm-lock.yaml
2023-08-02 15:55:02 +03:00
Reda Al Sulais
7d69ad2d5b
Merge remote-tracking branch upstream/develop into standardized-pie-definitions
2023-08-02 15:54:23 +03:00
Reda Al Sulais
74fa9956a3
run pnpm lint:fix
2023-08-02 15:46:18 +03:00
Reda Al Sulais
e33340331a
add type-fest to mermaid dev deps
2023-08-02 15:44:44 +03:00
Sidharth Vinod
bdd9394d0b
Merge pull request #4693 from mermaid-js/sidv/fix/4676
...
fix : #4676 redirect fix
2023-08-02 09:40:37 +05:30
Sidharth Vinod
7ebfc272e4
fix : #4676 redirect fix
2023-08-02 09:36:40 +05:30
Sidharth Vinod
b87f1f2098
Merge pull request #4692 from mermaid-js/dependabot/npm_and_yarn/pnpm-8.6.8
...
build(deps-dev): bump pnpm from 8.3.1 to 8.6.8
2023-08-02 03:08:17 +00:00
Sidharth Vinod
c9c2f6c121
Merge pull request #4677 from djadmin/chore_dompurify_unpin_dependency
...
chore(deps): unpin the dompurify dependency
2023-08-02 03:06:18 +00:00
Sidharth Vinod
585834c561
Merge pull request #4689 from Incognito/chore/4678_misleading-ts-ignore-comment
...
chore: ts-ignore comment was misleading, JISON doesn't support types
2023-08-02 03:05:51 +00:00
Ibrahim Wassouf
dc57fcf7e7
Remove replaceAll method in addLink
2023-08-01 16:46:37 -03:00
dependabot[bot]
8b79060829
build(deps-dev): bump pnpm from 8.3.1 to 8.6.8
...
Bumps [pnpm](https://github.com/pnpm/pnpm ) from 8.3.1 to 8.6.8.
- [Release notes](https://github.com/pnpm/pnpm/releases )
- [Commits](https://github.com/pnpm/pnpm/compare/v8.3.1...v8.6.8 )
---
updated-dependencies:
- dependency-name: pnpm
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-01 17:07:15 +00:00
Ibrahim Wassouf
daf43f8d34
Merge branch 'develop' into bug/4645_graph_node_containing_keyword
2023-08-01 11:07:25 -04:00
Brian Graham
4cdb43f791
ts-ignore comment was misleading, JISON doesn't support types
2023-08-01 14:30:58 +02:00
Sidharth Vinod
660162686b
Merge pull request #4681 from mermaid-js/renovate/patch-all-patch
...
chore(deps): update all patch dependencies (patch)
2023-08-01 12:16:41 +00:00
Sidharth Vinod
6e2bf00a43
Merge pull request #4688 from Incognito/docs/4659_new-diagrams-no-directives
...
Docs: Directives not needed in new diagrams as yaml formatter does this for all new diagrams
2023-08-01 12:16:20 +00:00
Brian Graham
cc01ff9129
Directives not needed in new diagrams as yaml formatter does this for all new diagrams
2023-08-01 14:08:41 +02:00
Ibrahim Wassouf
7dc985712a
Merge branch 'develop' into bug/4645_graph_node_containing_keyword
2023-08-01 06:59:12 -04:00
Ibrahim Wassouf
e3c5e6f095
Modify HREF token regex to contain space
...
This attempts to maintain the current behaviour.
Previously, because HREF contained a space and called
a state, the href token was able to be placed in the
beginning of node ids (because it wouldn't conflict
without the space). We require the space to keep that
behaviour.
2023-08-01 07:54:48 -03:00
Ibrahim Wassouf
ef4f22841f
Add unit tests for stange node names
2023-08-01 07:54:32 -03:00
renovate[bot]
c292c897a1
chore(deps): update all patch dependencies
2023-08-01 08:42:21 +00:00
Alois Klink
cc7fd337ac
Merge pull request #4687 from mermaid-js/dependabot/npm_and_yarn/vite-4.3.9
...
build(deps-dev): bump vite from 4.3.3 to 4.3.9
2023-08-01 08:28:15 +00:00
Alois Klink
6b41420ddd
Merge pull request #4686 from mermaid-js/dependabot/npm_and_yarn/braintree/sanitize-url-6.0.1
...
build(deps): bump @braintree/sanitize-url from 6.0.0 to 6.0.1
2023-08-01 08:27:58 +00:00
Alois Klink
351b229c37
Merge pull request #4685 from mermaid-js/dependabot/npm_and_yarn/json5-2.2.3
...
build(deps-dev): bump json5 from 2.2.1 to 2.2.3
2023-08-01 08:27:48 +00:00
dependabot[bot]
266a5e8133
build(deps-dev): bump vite from 4.3.3 to 4.3.9
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 4.3.3 to 4.3.9.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v4.3.9/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-01 06:38:37 +00:00
dependabot[bot]
55963107d0
build(deps): bump @braintree/sanitize-url from 6.0.0 to 6.0.1
...
Bumps [@braintree/sanitize-url](https://github.com/braintree/sanitize-url ) from 6.0.0 to 6.0.1.
- [Changelog](https://github.com/braintree/sanitize-url/blob/main/CHANGELOG.md )
- [Commits](https://github.com/braintree/sanitize-url/compare/v6.0.0...v6.0.1 )
---
updated-dependencies:
- dependency-name: "@braintree/sanitize-url"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-01 06:38:16 +00:00
dependabot[bot]
a7e37d0c8b
build(deps-dev): bump json5 from 2.2.1 to 2.2.3
...
Bumps [json5](https://github.com/json5/json5 ) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.3 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-01 06:36:36 +00:00
Sidharth Vinod
ead48600be
Merge pull request #4682 from mermaid-js/renovate/all-minor
...
chore(deps): update all minor dependencies (minor)
2023-08-01 06:28:51 +00:00
Ibrahim Wassouf
834c67ecaa
Remove escaped quotes with backslash feature
2023-07-31 22:47:05 -03:00
renovate[bot]
1a99825ab2
chore(deps): update all minor dependencies
2023-07-31 01:25:54 +00:00
Ibrahim Wassouf
b5456813e8
Show escaped quotes in docs using old and new method
2023-07-29 22:44:18 -03:00
Ibrahim Wassouf
ed4feaebf2
Remove required space from TAGEND token regex
...
Originally, I thought this was necessary to prevent parsing
the token as part of an edge. I forgot that the token will always
be separated from the link/edge by the node id. Added an unit test
for an edge case to be certain.
2023-07-29 22:27:31 -03:00
Ibrahim Wassouf
844f9d96e7
Update and add new imgSnapshotTest
2023-07-29 22:16:28 -03:00
Ibrahim Wassouf
bed05ce061
Disallow any vertex shape start or end token in any text state
2023-07-29 21:23:05 -03:00
Ibrahim Wassouf
f269f8cc5b
Refactor unit tests for vertex shape
2023-07-29 21:14:02 -03:00
Ibrahim Wassouf
e25763d645
Modified docs to mention escaping quotes with backslash
2023-07-28 21:19:30 -03:00
Dheeraj Joshi
6c12bbb80f
chore(deps): unpin the dompurify dependency
2023-07-28 16:02:17 +05:30
Ibrahim Wassouf
d8897426cd
Correct edge strings to have same configuration as vertex strings
2023-07-27 09:29:26 -03:00
Ibrahim Wassouf
9eed2e278b
Add imgSnapshotTest for escaped quotes
2023-07-27 09:29:26 -03:00
Ibrahim Wassouf
1df68f9a5f
Remove class statement to show application of default class
2023-07-27 09:29:26 -03:00
Sidharth Vinod
1397a873c2
Merge pull request #4670 from keer4n/docs/fix-style-in-contributors-section-of-intro
...
fix style in contributors section of intro
2023-07-27 17:27:36 +05:30
Ibrahim Wassouf
1dfb400a46
Merge branch 'develop' into bug/4645_graph_node_containing_keyword
2023-07-26 16:59:54 -04:00
Knut Sveidqvist
35299978a4
Merge branch 'master' into develop
2023-07-26 09:49:59 +02:00
Knut Sveidqvist
165e0b6c68
Merge pull request #4669 from mermaid-js/release/10.3.0
...
Release/10.3.0
2023-07-26 09:49:15 +02:00
Knut Sveidqvist
9c92f779ae
Updates after testing and new version for mermaid-zenuml
2023-07-26 09:44:24 +02:00
Kiran
304d8844f0
fix style in contributors section of intro
2023-07-26 00:19:50 -06:00
Sidharth Vinod
aa54127784
Set proper release version
2023-07-26 11:34:10 +05:30
Sidharth Vinod
21b90cbcd2
Add release version
2023-07-26 11:33:20 +05:30
Sidharth Vinod
e1ca108b00
Update version
2023-07-26 11:26:07 +05:30
Sidharth Vinod
29d078c822
Merge branch 'master' into release/10.3.0
...
* master:
chore: Rename C4C to C4
update latest news section
Corrects name of C4 link
Bump zenuml package version
2023-07-26 11:23:24 +05:30
Sidharth Vinod
40d30b7045
Merge remote-tracking branch 'origin/release/10.3.2' into develop
...
* origin/release/10.3.2:
2023-07-26 11:21:11 +05:30
Sidharth Vinod
dbee34aba7
fix: edgeLabel width
2023-07-26 11:14:46 +05:30
Ibrahim Wassouf
9655ba9e63
Merge branch 'develop' into bug/4645_graph_node_containing_keyword
2023-07-25 20:57:14 -03:00
Ibrahim Wassouf
fd461b7860
Reimplement old alphaNumToken
2023-07-25 20:56:08 -03:00
Ibrahim Wassouf
30a9b5574d
Correct classDef and class grammar
...
Previously, you were allowed to define a class called 'default'
but were not allowed to use it because the classStatement grammar
expected an alphanum, which did not include the word DEFAULT
2023-07-25 20:35:08 -03:00
Steph
edf94790f2
add latest blog post
2023-07-25 10:22:17 -07:00
Sidharth Vinod
68909a43f7
Update lockfile
2023-07-25 21:57:48 +05:30
Sidharth Vinod
d178626bac
Merge branch 'develop' into release/10.4.0
...
* develop:
Add MERMAID_RELEASE_VERSION in sankey
2023-07-25 21:55:24 +05:30
Sidharth Vinod
d69a2f7895
Merge branches 'develop' and 'develop' of https://github.com/mermaid-js/mermaid into develop
...
* 'develop' of https://github.com/mermaid-js/mermaid: (21 commits)
Add comments
Update packages/mermaid/src/rendering-util/types.d.ts
Remove redundant test. Already checked in lint.
Update docs
Fix lint
Update packages/mermaid/src/rendering-util/splitText.spec.ts
Add comments
Add tests without Intl.Segmenter
Cleanup
Fix flowchart failure
Handle proper formatting for markdown strings
createText to TS
Use joiner to split unicode
Add types
rename handle-markdown-text
Add logs
Cleanup
Use splitLineToFitWidth function
Update docs
feat: split unicode properly
...
* 'develop' of https://github.com/mermaid-js/mermaid: (21 commits)
Add comments
Update packages/mermaid/src/rendering-util/types.d.ts
Remove redundant test. Already checked in lint.
Update docs
Fix lint
Update packages/mermaid/src/rendering-util/splitText.spec.ts
Add comments
Add tests without Intl.Segmenter
Cleanup
Fix flowchart failure
Handle proper formatting for markdown strings
createText to TS
Use joiner to split unicode
Add types
rename handle-markdown-text
Add logs
Cleanup
Use splitLineToFitWidth function
Update docs
feat: split unicode properly
...
2023-07-25 21:54:32 +05:30
Knut Sveidqvist
97f457ca4a
Merge branch 'develop' into release/10.4.0
2023-07-25 17:30:24 +02:00
Sidharth Vinod
48c8311369
Add MERMAID_RELEASE_VERSION in sankey
2023-07-25 20:49:54 +05:30
Knut Sveidqvist
c99e1c689e
Merge pull request #4470 from mermaid-js/sidv/splitUnicode
...
Split formatted markdown strings with unicode support.
2023-07-25 15:16:01 +00:00
Knut Sveidqvist
15c6dfcbb5
Updates after tests
2023-07-25 16:43:09 +02:00
Sidharth Vinod
651bc980d2
Merge branch 'sidv/splitUnicode' of https://github.com/mermaid-js/mermaid into sidv/splitUnicode
...
* 'sidv/splitUnicode' of https://github.com/mermaid-js/mermaid :
Update packages/mermaid/src/rendering-util/types.d.ts
2023-07-25 20:10:17 +05:30
Sidharth Vinod
841ae15fb5
Add comments
2023-07-25 20:10:05 +05:30
Sidharth Vinod
a7d40724b4
Update packages/mermaid/src/rendering-util/types.d.ts
...
Co-authored-by: Alois Klink <alois@aloisklink.com >
2023-07-25 19:13:54 +05:30
Sidharth Vinod
409dedb3ef
Remove redundant test.
...
Already checked in lint.
2023-07-25 19:08:40 +05:30
sidharthv96
4ea1227e29
Update docs
2023-07-25 13:33:37 +00:00
Sidharth Vinod
68305fea9e
Fix lint
2023-07-25 18:56:58 +05:30
Sidharth Vinod
ea192ccf4d
Merge branch 'develop' into sidv/splitUnicode
2023-07-25 18:55:34 +05:30
Sidharth Vinod
509a580f9d
Merge pull request #4396 from gjtorikian/patch-2
...
Fix a typo
2023-07-25 18:54:56 +05:30
Sidharth Vinod
db9051b03e
Merge pull request #4660 from Incognito/patch-1
...
Docs: Corrects name of C4 link
2023-07-25 18:53:14 +05:30
Sidharth Vinod
91ae9a2901
Merge branch 'master' into pr/Incognito/4660
...
* master:
update latest news section
2023-07-25 18:41:26 +05:30
Sidharth Vinod
27d98728a6
chore: Rename C4C to C4
2023-07-25 17:42:12 +05:30
Knut Sveidqvist
cfbd38d5fa
Merge branch 'develop' into release/10.4.0
2023-07-25 13:02:43 +02:00
Knut Sveidqvist
c67b4178bd
Merge pull request #4667 from mermaid-js/develop
...
2023-07-25
2023-07-25 11:56:58 +02:00
Sidharth Vinod
9ea4b1388f
Merge pull request #4666 from kgilbert78/docs/add-typora-to-integrations-list
...
added Typora to integrations list
2023-07-25 07:57:14 +00:00
Sidharth Vinod
934735372f
Merge pull request #4655 from mermaid-js/update-latest-news
...
Docs: update Latest News section
2023-07-25 13:26:31 +05:30
Steph
28bb0df6c8
update latest news section
2023-07-24 22:15:22 -07:00
Ibrahim Wassouf
20cd685ae3
Allow escaped quotations in strings
2023-07-24 22:43:55 -03:00
Ibrahim Wassouf
47c100809b
Add unit tests for all cases of TEXT and STR combinations
2023-07-24 21:46:28 -03:00
Ibrahim Wassouf
651274bc6f
Only allow quotes to wrap entire string
2023-07-24 21:23:21 -03:00
Ibrahim Wassouf
4cfbd0d380
Remove unused definitions
2023-07-24 21:05:17 -03:00
Ibrahim Wassouf
45d92769aa
Change rest of grammar statements to use variable name instead of position
2023-07-24 21:04:36 -03:00
kgilbert78
3e3e784fd9
added Typora to integrations list
2023-07-24 13:24:33 -04:00
Sidharth Vinod
1f3902e598
Merge pull request #4662 from mermaid-js/renovate/patch-all-patch
...
chore(deps): update all patch dependencies (patch)
2023-07-24 07:01:06 +00:00
Sidharth Vinod
3ef02ee66f
Merge pull request #4663 from mermaid-js/renovate/all-minor
...
chore(deps): update all minor dependencies (minor)
2023-07-24 07:00:51 +00:00
Ibrahim Wassouf
474e0b9c82
Refactor vertex grammars to use name values instead of position in production
2023-07-23 21:54:42 -03:00
Ibrahim Wassouf
087738df78
Refactor statement grammars to use name values instead of positions in production
2023-07-23 21:39:21 -03:00
Ibrahim Wassouf
fa8e02721a
Refactor directive grammar to use name instead of position in production
2023-07-23 21:32:52 -03:00
Ibrahim Wassouf
4b9773a272
Refactor token precedence that concern vertex text states
2023-07-23 21:25:19 -03:00
renovate[bot]
45400240d4
chore(deps): update all minor dependencies
2023-07-24 00:19:12 +00:00
renovate[bot]
e4699ef02a
chore(deps): update all patch dependencies
2023-07-24 00:18:49 +00:00
Brian Graham
60cf043c3d
Corrects name of C4 link
2023-07-23 08:27:54 +02:00
Ibrahim Wassouf
fd88b424b4
Add unit test for vertex and edge having both strings and text
2023-07-22 15:09:24 -03:00
Ibrahim Wassouf
3ab0e9998d
Remove href state and give call higher precedence
...
Similar to what was done in the class diagram parser,
this will allow string tokens to appear in any state.
This is especially helpful, because it will simplify the
code and any future refactoring
2023-07-22 14:39:45 -03:00
Ibrahim Wassouf
f48a9c8696
Merge branch 'develop' into bug/4645_graph_node_containing_keyword
2023-07-21 21:12:16 -03:00
Ibrahim Wassouf
eea0ea5e07
Add unit tests for node id strings with keywords
2023-07-21 21:10:37 -03:00
Ibrahim Wassouf
20011c6882
Add unit tests for edge text
2023-07-21 20:44:37 -03:00
Ibrahim Wassouf
0cc8f89115
Add edgeText states
2023-07-21 19:40:04 -03:00
Ibrahim Wassouf
8ff06e88ce
Correct expected error message in unit test
2023-07-21 18:27:20 -03:00
Ibrahim Wassouf
3fa3ed7b18
Remove grammar and unit test that expects HEX token
...
This was never really used and had many things wrong with it.
I believe that if a hex was provided in the diagram specification,
the alphanum grammar would break it up into a BRKT and NUM token
and use the first line with the addVertex() function.
Second, the styleLink grammar provides the exact same functionality
with the linkStyle keyword.
Third, updateLink() expects an array of nums, not a hex digit.
Fourth, no documentation is provided on this grammar statement existing.
Fifth, the unit test does not work in version 10.2.4
2023-07-21 18:15:43 -03:00
Ibrahim Wassouf
0a4e5f5f6b
Slightly alter unit test node idString
2023-07-21 18:15:27 -03:00
Ibrahim Wassouf
0d7cc748b8
Replace alphanum with idString where appropriate
2023-07-21 17:33:33 -03:00
Nikolay Rozhkov
a3c645c3eb
Merge pull request #4639 from mastersibin/feature/4451-vertical-branches-in-gitgraph
...
feat | Vertical branches in Git Diagram
2023-07-21 16:30:06 +00:00
Sibin Thomas
bb7b3491e5
Merge branch 'develop' into feature/4451-vertical-branches-in-gitgraph
2023-07-21 14:00:01 +05:30
Ibrahim Wassouf
69c91ae5ed
Add unit test for edge case with lean_right/left vertices
2023-07-21 00:06:18 -03:00
Ibrahim Wassouf
7adb1bccb3
Replace alphanum with NODE_STRING for most usecases
...
What this allows is for idStrings that are separated by
dashes or underscores to be considered one whole string
rather than a bunch of tokens mixed together.
This is necessary for examples such as a-node-graph[text].
Now, the last part of the idString 'graph' will be read as
part of the NODE_STRING token rather than attempting to add
a GRAPH token to the idString.
2023-07-20 23:49:43 -03:00
Alois Klink
38f2ff0bca
Merge pull request #4652 from mermaid-js/dependabot/npm_and_yarn/word-wrap-1.2.4
...
build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4
2023-07-20 22:05:59 +00:00
dependabot[bot]
cd0da4e060
build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4
...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap ) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases )
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4 )
---
updated-dependencies:
- dependency-name: word-wrap
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-07-20 17:44:05 +00:00
Sibin Thomas
df89b92e2c
ran docs:build for documentation
2023-07-20 21:45:47 +05:30
Ibrahim Wassouf
5b987dee93
Put parser in stable state
2023-07-20 13:05:18 -03:00
Sibin Thomas
114f918417
Merge branch 'develop' into feature/4451-vertical-branches-in-gitgraph
2023-07-20 21:29:56 +05:30
Sibin Thomas
346a7fe8b2
Merge branch 'feature/4451-vertical-branches-in-gitgraph' of https://github.com/mastersibin/mermaid into feature/4451-vertical-branches-in-gitgraph
2023-07-20 21:28:21 +05:30
Sibin Thomas
8ae35c1382
updated documentation for vertical branches
2023-07-20 21:27:34 +05:30
Sidharth Vinod
687a9a08d7
Merge pull request #4612 from mermaid-js/sidv/docsVersion
...
Support MERMAID_RELEASE_VERSION in docs.
2023-07-20 15:30:11 +00:00
Sidharth Vinod
478d350188
Update .github/pull_request_template.md
...
Co-authored-by: Alois Klink <alois@aloisklink.com >
2023-07-20 20:48:12 +05:30
Sidharth Vinod
4795204719
Merge branch 'develop' into sidv/docsVersion
...
* develop:
build(docs): handle YAML edgecases in markdown
run pnpm lint:fix
Update cypress/helpers/util.ts
change deprecated `btoa` into `Buffer.from`
allow ts extension imports in cypress ts files
build(docs): allow using custom `editLink`
build(docs): add `editLink: ` to MD frontmatter
build(docs): run remark plugins on MermaidConfig
Fix import file extension
Batch by commit
resolve lint issues for `no-inferrable-types`
fix wrong config paramater in some cypress spec
convert cypress/helpers/util.js into ts
convert file from js into ts
2023-07-20 20:46:53 +05:30
Sibin Thomas
99e88e4d0d
Merge branch 'develop' into feature/4451-vertical-branches-in-gitgraph
2023-07-20 16:03:19 +05:30
Sibin Thomas
a171903088
added tests for overlapping commits
2023-07-20 13:15:05 +05:30
Sidharth Vinod
1b2340ba75
Merge pull request #4640 from aloisklink/docs/fix-edit-url
...
Fix the "Edit this page on GitHub" link in Vitepress documentation for the Mermaid Config pages
2023-07-20 06:59:46 +00:00
Ibrahim Wassouf
3496f275bc
Re-implement markdown as its own text type
2023-07-19 22:56:53 -03:00
Ibrahim Wassouf
b46c28425e
Add text state and tests
2023-07-19 22:49:39 -03:00
Alois Klink
4d2d790cc8
build(docs): handle YAML edgecases in markdown
...
Our current method of adding a entry using `+=` is not safe in YAML,
since it's valid to make a YAML object entirely in JSON,
see https://github.com/mermaid-js/mermaid/pull/4640#discussion_r1265133463
We're already using `js-yaml` elsewhere in this file, so we may as well
use it for parsing/stringifying.
Reported-by: Remco Haszing <remcohaszing@gmail.com >
2023-07-19 23:40:46 +01:00
Sidharth Vinod
477bb4308d
Merge pull request #4552 from Yokozuna59/convert-cypress-util-to-ts
...
convert `cypress/helpers/util.js` to ts
2023-07-19 17:49:42 +00:00
Yokozuna59
8cd8714aaf
run pnpm lint:fix
2023-07-19 23:45:02 +03:00
Sidharth Vinod
e25faeee4c
Update cypress/helpers/util.ts
2023-07-19 22:36:55 +05:30
Sibin Thomas
cba5b5a7e3
ran preetier
2023-07-19 21:55:24 +05:30
Yokozuna59
66e5f8ae18
Merge branch 'develop' into convert-cypress-util-to-ts
2023-07-19 19:09:58 +03:00
Sibin Thomas
52a4f8f077
added tests for vertical branches
2023-07-19 20:22:59 +05:30
Sibin Thomas
d81e4fabd5
positioned tags, tilted commit labels and fixed some bugs
2023-07-19 20:22:29 +05:30
Sibin Thomas
863d1bfd4d
removed BT and added TB
2023-07-19 20:21:15 +05:30
Sibin Thomas
9c2afac319
Merge branch 'mermaid-js:develop' into feature/4451-vertical-branches-in-gitgraph
2023-07-19 20:13:53 +05:30
Sidharth Vinod
568d686d2f
Merge branch 'develop' into sidv/docsVersion
2023-07-18 22:07:42 +05:30
Sidharth Vinod
3fcb071592
Move docs.cli to scripts
2023-07-18 22:06:43 +05:30
Sidharth Vinod
483385b2f6
Update PR template
2023-07-18 21:59:00 +05:30
Sidharth Vinod
fff3acd064
Verify release-version on push to release or master
2023-07-18 21:55:44 +05:30
Sidharth Vinod
e66135b67e
Merge pull request #4496 from moka-care/bug/4439_graph_doesnt_load_when_img_fail_to_load
...
Fix graph not loading when the img loads too fast or fail to load
2023-07-18 07:57:38 +00:00
Yokozuna59
072638ce9d
Merge pull request #4634 from leinelissen/develop
...
feat: allow specifying on which weekday a tickInterval should start
2023-07-18 07:33:08 +00:00
Yokozuna59
d9314a869a
change deprecated btoa
into Buffer.from
2023-07-17 15:58:58 +03:00
Yokozuna59
662eb431ab
allow ts extension imports in cypress ts files
2023-07-17 15:53:26 +03:00
Yokozuna59
bed8710dbb
Merge branch 'mermaid-js:develop' into convert-cypress-util-to-ts
2023-07-17 15:31:11 +03:00
Sidharth Vinod
38c0a94067
Merge pull request #4633 from ibrahimWassouf/bug/4592_fix_newLine_padding_class_diagram
...
Bug/4592 fix new line padding class diagram
2023-07-17 09:50:47 +00:00
Sidharth Vinod
d3006f6298
chore: Remove numbers from tests
2023-07-17 15:16:05 +05:30
Sidharth Vinod
24f04bb24d
Merge branch 'develop' into bug/4592_fix_newLine_padding_class_diagram
2023-07-17 15:11:39 +05:30
Sidharth Vinod
b5bcc3b992
Revert "Refactor integration tests"
...
This reverts commit 80add648e6
.
2023-07-17 15:11:14 +05:30
Sidharth Vinod
48a49b1b4d
Merge pull request #4588 from ibrahimWassouf/enhancement/4158_Add_primary_key_beginning_with_asterisk
...
Allow entity diagram attribute names to start with asterisk
2023-07-17 09:26:46 +00:00
Sidharth Vinod
5e6d42cb5b
Merge pull request #4641 from aloisklink/chore/remove-unused-coveralls-devDependency
...
chore: remove unused `devDependency` on coveralls
2023-07-17 09:20:02 +00:00
Sidharth Vinod
417c69d7e2
Merge pull request #4646 from guilhermgonzaga/docs/fix_checkbox_format
...
docs: Fix checkbox syntax
2023-07-17 09:07:08 +00:00
Guilherme Gonzaga
855f6ef9bf
docs: Fix checkbox syntax
2023-07-16 23:16:37 +00:00
Alois Klink
a0a25ed756
chore: remove unused devDependency
on coveralls
...
This `devDependency` hasn't been used for a long time.
2023-07-16 00:21:43 +01:00
Alois Klink
af9b3f77cb
build(docs): allow using custom editLink
...
In Vitepress, allow using a custom `editLink`, if specified in the YAML
frontmatter.
2023-07-15 23:43:24 +01:00
Alois Klink
57ee181fad
build(docs): add editLink:
to MD frontmatter
...
Add a YAML front-matter entry called `editLink` to Markdown files in
Vitepress, e.g.
```markdown
---
editLink: "https://github.com/mermaid-js/mermaid/edit/develop/packages/mermaid/src/schemas/config.schema.yaml "
---
Here is my markdown file!
```
Although Vitepress doesn't officially support adding a URL as a
`editLink:` YAML front-matter, we can add a custom `editLink` function
to our Vitepress config that does allow it.
2023-07-15 23:43:24 +01:00
Yokozuna59
39ccad8e5e
Merge branch 'develop' into develop
2023-07-15 15:44:19 +02:00
Lei Nelissen
7e39c13836
chore: narrow down tstype
2023-07-15 15:38:21 +02:00
Lei Nelissen
85515bcf8d
chore: leave the newLine out of the jison spec
2023-07-15 15:28:48 +02:00
Sibin Thomas
383bbefa9e
Added code for Vertical branches for GitGraph and Added TB option in the parser file.
2023-07-15 18:27:42 +05:30
Ibrahim Wassouf
9b9671b57c
Merge branch 'develop' into enhancement/4158_Add_primary_key_beginning_with_asterisk
2023-07-15 08:50:01 -04:00
Ibrahim Wassouf
d6c88ab589
Merge branch 'develop' into bug/4592_fix_newLine_padding_class_diagram
2023-07-15 08:49:38 -04:00
Sidharth Vinod
840609af63
Merge pull request #4577 from kislerdm/bug/4576-c4-support-for-ContainerQueue_Ext
...
Fixes support of the macro `ContainerQueue_Ext` for C4 diagrams definition.
2023-07-15 07:35:05 +00:00
Lei Nelissen
eff9f7e5db
chore: re-generate config
2023-07-15 00:24:02 +02:00
Lei Nelissen
803cd826ed
chore: replace switch-case with map
2023-07-15 00:17:10 +02:00
Lei Nelissen
90c68f5069
chore: add tsType for weekday config
2023-07-15 00:17:09 +02:00
Lei Nelissen
103321bf72
chore: return after scanning weekday in jison
2023-07-15 00:17:09 +02:00
Lei Nelissen
d0afc3bffe
feat: validate individual values of weekdays
2023-07-14 14:13:18 +02:00
Lei Nelissen
11f2e31ff1
fix: also set weekday value to sunday in clear
2023-07-14 14:13:18 +02:00
Lei Nelissen
d9c15b1e7a
chore: move spec test to it.each
2023-07-14 14:13:18 +02:00
Lei Nelissen
4e8eeda30e
chore: also apply weekday to topXAxis
2023-07-14 14:13:18 +02:00
Lei Nelissen
cfe31fe89f
chore: generate new docs
2023-07-14 14:13:18 +02:00
Lei Nelissen
ebf639377b
chore: generate typescript config type
2023-07-14 14:13:18 +02:00
Lei Nelissen
37adc23ae2
chore: also default to sundat in ganttDb
2023-07-14 14:13:18 +02:00
Lei Nelissen
5f7212c769
chore: move default value to config.schema.yaml
2023-07-14 14:13:18 +02:00
Lei Nelissen
cd92c46f31
chore: format example more correctly
2023-07-14 14:13:18 +02:00
Lei Nelissen
df10ab501a
chore: add tests for all days
2023-07-14 14:13:18 +02:00
Lei Nelissen
0d7427ed20
chore: add cypress test
2023-07-14 14:13:18 +02:00
Lei Nelissen
e360e90f88
chore: move documentation to source file
2023-07-14 14:13:18 +02:00
Lei Nelissen
03ce2810b5
feat: allow specifying on which weekday a tickInterval should start
2023-07-14 14:13:18 +02:00
Lei Nelissen
5631a218d1
fix: make gantt chart interval weeks start on monday instead of sunday
2023-07-14 14:13:18 +02:00
Alois Klink
7cb009cd38
build(docs): run remark plugins on MermaidConfig
...
We use the `unified.stringify()` function on our remark plugins to
stringify the Markdown AST for our MermaidConfig documentation.
However, [`.stringify()`][1] only runs the stringify phase in unified,
not the "run" phase. If we want to run our plugins on the Markdown AST,
we need to also use the [`.run()`][2] function.
[1]: https://github.com/unifiedjs/unified#processorstringifytree-file
[2]: https://github.com/unifiedjs/unified#processorruntree-file-done
2023-07-13 23:59:27 +01:00
Ibrahim Wassouf
bb220b8b87
Add test for string label
2023-07-13 16:53:29 -03:00
Ibrahim Wassouf
80add648e6
Refactor integration tests
2023-07-13 16:43:52 -03:00
Ibrahim Wassouf
081d1b1144
Merge branch 'develop' into bug/4592_fix_newLine_padding_class_diagram
2023-07-13 16:38:47 -03:00
Sidharth Vinod
946b5f161e
Merge pull request #4623 from mermaid-js/renovate/patch-all-patch
...
chore(deps): update all patch dependencies (patch)
2023-07-13 19:09:27 +00:00
Ibrahim Wassouf
e9f032cceb
Update packages/mermaid/src/dagre-wrapper/nodes.js
...
Co-authored-by: Sidharth Vinod <sidharthv96@gmail.com >
2023-07-13 15:57:58 -03:00
Ibrahim Wassouf
aeba7a1d0e
Update packages/mermaid/src/dagre-wrapper/nodes.js
...
Co-authored-by: Sidharth Vinod <sidharthv96@gmail.com >
2023-07-13 15:57:28 -03:00
Yokozuna59
14d3d203d7
Merge branch 'develop' into convert-cypress-util-to-ts
2023-07-13 17:29:33 +02:00
Dmitry Kisler
584b51d7c5
Merge branch 'develop' into bug/4576-c4-support-for-ContainerQueue_Ext
2023-07-13 12:07:46 +02:00
Ibrahim Wassouf
12c657f514
Add imgSnapshotTests
2023-07-12 16:46:29 -03:00
Ibrahim Wassouf
d47c9d754a
Merge branch 'develop' into enhancement/4158_Add_primary_key_beginning_with_asterisk
2023-07-11 20:04:20 -03:00
Ibrahim Wassouf
d2ab132a18
Change class member height to use own BBox
2023-07-11 19:39:39 -03:00
renovate[bot]
d46ef4cc91
chore(deps): update all patch dependencies
2023-07-11 17:19:31 +00:00
Nikolay Rozhkov
0a493c79ff
Merge pull request #4631 from nirname/refactoring/removed-unused-code-in-state-diagrams
...
Removed unused code in state diagrams
2023-07-11 17:13:03 +00:00
Nikolay Rozhkov
3664ff4463
Removed unused code in state diagrams
2023-07-11 18:12:27 +03:00
Pierrick Wauquier
9e5ccbe13f
Merge branch 'develop' into bug/4439_graph_doesnt_load_when_img_fail_to_load
2023-07-11 17:10:19 +02:00
Nikolay Rozhkov
cd1765a012
Merge pull request #4597 from ibrahimWassouf/bug/4590_allow_notes_identical_to_keywords
...
Bug/4590 allow notes identical to keywords
2023-07-11 11:52:33 +00:00
Ibrahim Wassouf
1bafc7b84f
Merge branch 'develop' into enhancement/4158_Add_primary_key_beginning_with_asterisk
2023-07-10 19:35:24 -04:00
Ibrahim Wassouf
7bf1d38bad
Merge branch 'develop' into bug/4590_allow_notes_identical_to_keywords
2023-07-10 19:34:51 -04:00
Sidharth Vinod
8e0cb185e9
Merge pull request #4624 from mermaid-js/renovate/all-minor
...
chore(deps): update all minor dependencies (minor)
2023-07-10 06:58:59 +00:00
renovate[bot]
47f46c8a46
chore(deps): update all minor dependencies
2023-07-10 01:17:36 +00:00
Ibrahim Wassouf
e127b146e9
Add more test cases
2023-07-08 17:46:28 -03:00
Ibrahim Wassouf
c59fee8de2
Split tests to have one parse statement in each test
2023-07-08 17:20:56 -03:00
Ibrahim Wassouf
00bb2a1f68
Revert back to single quotes for generic grammar
2023-07-08 14:45:06 -03:00
Ibrahim Wassouf
007724a7c7
Merge branch 'develop' into bug/4590_allow_notes_identical_to_keywords
2023-07-08 13:34:28 -04:00
Ibrahim Wassouf
f82407a2f0
Make unit test regex unit test more accurate
2023-07-08 14:33:57 -03:00
Ibrahim Wassouf
4bec3188de
Reformat code
2023-07-08 14:12:45 -03:00
Ibrahim Wassouf
fbb6eb849e
Give call higher precedence than STR
2023-07-08 14:07:46 -03:00
Ibrahim Wassouf
6a40f4b955
Decouple HREF token from STR and correct grammar
2023-07-08 13:34:51 -03:00
Ibrahim Wassouf
58b2b0993a
Give STR token higher precedence
2023-07-08 13:29:48 -03:00
Ibrahim Wassouf
d05d249080
Undo state changes
2023-07-08 13:28:45 -03:00
Ibrahim Wassouf
1e781c0c90
Refactor unit tests
2023-07-08 13:23:46 -03:00
Sidharth Vinod
eca2efa46d
Update packages/mermaid/src/rendering-util/splitText.spec.ts
...
Co-authored-by: Alois Klink <alois@aloisklink.com >
2023-07-08 19:01:45 +05:30
Ibrahim Wassouf
23f27d151a
Remove redundancy in unit tests
2023-07-07 22:44:34 -03:00
Ibrahim Wassouf
cd118ad5cb
Update erDiagram to make entity names in singular form
2023-07-07 19:59:52 -03:00
Ibrahim Wassouf
cf0a9c3016
Merge branch 'develop' into enhancement/4158_Add_primary_key_beginning_with_asterisk
2023-07-07 14:31:45 -04:00
Sidharth Vinod
0cdf801884
Fix import file extension
2023-07-07 17:21:18 +05:30
Sidharth Vinod
07df9eeb60
Rename docs.cli.mts
2023-07-07 15:57:05 +05:30
Sidharth Vinod
962ff73fc3
Batch by commit
2023-07-07 15:56:30 +05:30
Yokozuna59
f0bf6bf574
Merge branch 'develop' into convert-cypress-util-to-ts
2023-07-07 11:17:22 +02:00
Sidharth Vinod
79d38cef4b
Run docs:release-version
in CI
2023-07-07 11:32:00 +05:30
Sidharth Vinod
88856a721f
Support MERMAID_RELEASE_VERSION in docs
2023-07-07 11:28:04 +05:30
Sidharth Vinod
60c2d494a1
Merge pull request #4607 from mermaid-js/fix/prLabeler
...
Run PR-labeler-config-validator only if config changes
2023-07-07 05:15:14 +00:00
Sidharth Vinod
0f4af09398
Add Area: Documentation
to labeler
2023-07-07 10:32:13 +05:30
Sidharth Vinod
052e9db16a
Remove filter action
2023-07-07 10:30:59 +05:30
Sidharth Vinod
4648532814
Update .github/workflows/pr-labeler-config-validator.yml
...
Co-authored-by: Alois Klink <alois@aloisklink.com >
2023-07-07 10:29:58 +05:30
Sidharth Vinod
9263f75e5b
Update .github/pr-labeler.yml
...
Co-authored-by: Alois Klink <alois@aloisklink.com >
2023-07-07 10:27:56 +05:30
Sidharth Vinod
8348a2f2d8
Merge pull request #4610 from aloisklink/test/remove-old-default-config-test
...
Remove the test checking whether the JSON Schema default config matched the old default config
2023-07-07 04:41:00 +00:00
Sidharth Vinod
28406fc9c4
Add comments
2023-07-07 10:05:05 +05:30
Sidharth Vinod
d58c41dbc0
Add tests without Intl.Segmenter
2023-07-07 10:02:04 +05:30
Ibrahim Wassouf
5d76c033f0
Merge branch 'develop' into enhancement/4158_Add_primary_key_beginning_with_asterisk
2023-07-06 21:18:38 -04:00
Ibrahim Wassouf
fad11bce95
Correct one unit test and add another
2023-07-06 22:17:33 -03:00
Ibrahim Wassouf
42da53f58a
Add imgSnapshotTest
2023-07-06 22:15:18 -03:00
Alois Klink
8167f8c1df
Revert "test(config): add temp test for defaultConfig"
...
This reverts commit 063cb124cd
.
This file was originally added to test whether the new implementation
of the default config in
`packages/mermaid/src/schemas/config.schema.yaml` matched the old
existing default config in `packages/mermaid/src/oldDefaultConfig.ts`,
and this test is no longer needed.
2023-07-07 02:05:43 +01:00
Alois Klink
2b53e02153
test: fix 'new default config' test
...
This test was accidentally removed by a bad merge commit, see
29291c89
(Merge branch 'develop' into pr/aloisklink/4112, 2023-07-06).
This test checks whether the default config defined in the
`config.schema.yaml` file matches the old default config defined in
`oldDefaultConfig.ts`.
Fixes: 29291c8901
2023-07-07 02:01:03 +01:00
Ibrahim Wassouf
4af2fca339
Add documentation for feature
2023-07-06 19:40:54 -03:00
Sidharth Vinod
b14bcda12a
Merge branch 'develop' into sidv/splitUnicode
2023-07-06 22:08:51 +05:30
Sidharth Vinod
1682fa1e53
Update PR Labeler config
2023-07-06 22:05:58 +05:30
Sidharth Vinod
355586f297
Run PR-labeler-config-validator only if config changes
2023-07-06 22:03:48 +05:30
Sidharth Vinod
7d996c3d33
Cleanup
2023-07-06 21:48:18 +05:30
Sidharth Vinod
194ef202ac
Merge pull request #4603 from mermaid-js/sidv/optimiseDocs
...
Avoid downloading avtars everytime on docs:dev
2023-07-06 16:10:53 +00:00
Sidharth Vinod
bcffff3b7b
Terminate build in CI if download fails
2023-07-06 21:36:10 +05:30
Sidharth Vinod
d4281d365d
Add Yokozuna59 & nirname
2023-07-06 21:29:40 +05:30
Sidharth Vinod
5ac70bbc00
Fix flowchart failure
2023-07-06 21:22:28 +05:30
Sidharth Vinod
60a93f7377
Handle proper formatting for markdown strings
2023-07-06 20:34:17 +05:30
Sidharth Vinod
f5484636aa
createText to TS
2023-07-06 16:12:09 +05:30
Sidharth Vinod
b0a104e3da
Merge branch 'develop' into sidv/splitUnicode
...
* develop: (293 commits)
chore: Remove lint warnings in example-diagram
chore: Reduce codecov pushes
Turn off codecov project status check
build(docs): fix links to `config.schema.json`
ci(lint): check if MermaidConfig types are in sync
docs: add link to mermaid config docs in sidebar
test(config): add temp test for defaultConfig
build(types): create types from config JSON Schema
build(types): add script to generate Config types
build(docs): build JSON Schema docs
build: use vite to get default mermaid config
feat: add Mermaid Config in JSON Schema format
docs: add support for ```regexp``` code blocks
test: test partial QuadrantChartConfig options
test: fix types in `config.spec.ts`
style: fix lint issues in src/config.spec.ts
test: rename src/config.spec.js to config.spec.ts
fix(quadrant): make quadrant options optional
fix lint
update homepage community link
...
2023-07-06 16:00:11 +05:30
Sidharth Vinod
48050333a0
Merge branch 'develop' into sidv/optimiseDocs
2023-07-06 15:57:01 +05:30
Sidharth Vinod
c17dc15c57
chore: Rename to teamMembers
2023-07-06 15:54:27 +05:30
Sidharth Vinod
34abbcadae
Merge pull request #4604 from mermaid-js/sidv/fixCodecov
...
chore: Reduce codecov pushes
2023-07-06 10:20:26 +00:00
Sidharth Vinod
2b5da79cdf
Merge pull request #4112 from aloisklink/add-jsonschema-schema-for-config
...
Use JSON Schema to define and document `MermaidConfig`
2023-07-06 10:03:55 +00:00
Sidharth Vinod
2366ca85b3
Merge branch 'develop' into sidv/fixCodecov
2023-07-06 11:59:44 +05:30
Sidharth Vinod
aaec16ed6c
chore: Remove lint warnings in example-diagram
2023-07-06 11:58:55 +05:30
Sidharth Vinod
a3d95ceec4
Bump zenuml package version
2023-07-06 11:36:16 +05:30
Sidharth Vinod
4d0c461fa3
chore: Reduce codecov pushes
...
pushes to non-develop branches will not send coverage reports.
This might reduce the coverage variability issue we're having.
2023-07-06 11:32:37 +05:30
Sidharth Vinod
db30f21ac5
Turn off codecov project status check
2023-07-06 11:16:41 +05:30
Sidharth Vinod
d2e62022f1
Avoid downloading avtars everytime on docs:dev
2023-07-06 11:09:09 +05:30
Sidharth Vinod
29291c8901
Merge branch 'develop' into pr/aloisklink/4112
...
* develop:
test: test partial QuadrantChartConfig options
test: fix types in `config.spec.ts`
style: fix lint issues in src/config.spec.ts
test: rename src/config.spec.js to config.spec.ts
fix lint
update homepage community link
docs(flowchart): add documentation on multiple nodes style
Add docker-specific command, leave commonly used command intact
Support docs:dev in docker
Fix lint.
Update docs
add ChatGPT plugin blog post
Fix flowchart tooltip typing
2023-07-06 10:42:13 +05:30
Sidharth Vinod
1a4e5d9c5a
Merge pull request #4562 from lishid/patch-3
...
Fix flowchart tooltip typing bug
2023-07-06 04:19:08 +00:00
Sidharth Vinod
e80e281a66
Merge pull request #4600 from tomperr/docs/4558-multiple-vertices-with-style
...
docs(flowchart): add documentation on multiple nodes style
2023-07-06 04:10:43 +00:00
Nikolay Rozhkov
04597d29c0
Merge pull request #4599 from nirname/fix/support-docs-dev-in-docker
...
Support docs:dev in docker
2023-07-06 04:04:18 +00:00
Sidharth Vinod
43df84a4d5
Merge branch 'master' into develop
...
* master:
fix lint
update homepage community link
Update docs
add ChatGPT plugin blog post
2023-07-06 09:34:26 +05:30
Sidharth Vinod
a753b1f18b
Merge branch 'develop' into fix/support-docs-dev-in-docker
2023-07-06 09:29:51 +05:30
Sidharth Vinod
d80095bbef
Merge pull request #4601 from mermaid-js/homepage-community-link
...
Docs: update link - "Join the Community"
2023-07-06 09:26:10 +05:30
Sidharth Vinod
4d79f42d0e
Merge pull request #4602 from aloisklink/fix/make-quadrant-chart-options-optional
...
Make quadrant chart options TypeScript types optional
2023-07-06 03:54:08 +00:00
Alois Klink
c29088af01
build(docs): fix links to config.schema.json
...
Fix the link in some Mermaid Config markdown documentation,
which previously pointed to `src/schemas/config.schema.yaml`,
which went nowhere.
Now, these links point to:
- config.schema.json (i.e. the generated JSON file, not YAML)
- links are relative to the markdown documentation
We also needed to store the `schema.json` file in the Vitepress
`public/` folder, as Vitepress otherwise doesn't bundle `.json` files
properly, when running `vitepress build src/vitepress`.
2023-07-06 03:53:40 +01:00
Alois Klink
23d6a0dab7
ci(lint): check if MermaidConfig types are in sync
...
Add a CI check that runs
`pnpm run --filter mermaid types:verify-config` and checks whether
the MermaidConfig TypeScript types are in sync with the MermaidConfig
JSON Schema.
2023-07-06 03:53:40 +01:00
Alois Klink
70a5a13273
docs: add link to mermaid config docs in sidebar
2023-07-06 03:53:40 +01:00
Alois Klink
063cb124cd
test(config): add temp test for defaultConfig
...
Adds a temporary test to ensure that the new defaultConfig,
generated by Vite automatically from the `MermaidConfig` JSON Schema,
has the same values as the old defaultConfig
(taken from
38013de711/packages/mermaid/src/defaultConfig.ts
)
The only minor difference seems to be that:
- `gitGraph` now has a default `useMaxWidth: false` option
(previously used to be `undefined`),
- `class` now has a `htmlLabels` value of `false` instead of `undefined`.
2023-07-06 03:53:40 +01:00
Alois Klink
eb5d65fabc
build(types): create types from config JSON Schema
...
Runs `pnpm --filter mermaid run types:build-config` to automatically
generate typescript types for `MermaidConfig` from the
JSON Schema file.
2023-07-06 03:53:40 +01:00
Alois Klink
7c3a73d4a8
build(types): add script to generate Config types
...
Add script `packages/mermaid/scripts/create-types-from-json-schema.mts`
to automatically generate the TypeScript definition for `MermaidConfig`
from the `MermaidConfig` JSON Schema at
`packages/mermaid/src/schemas/config.schema.yaml`.
To do this, we are using this library
[`json-schema-to-typescript`][1], which is also used by Webpack to
generate their types from their JSON Schema.
In order to make sure that this isn't a breaking change, the script
makes all fields **optional**, as that is what the original typescript
file has.
Additionally, I've put in some custom logic into the script, so that
the exact same order is used for the TypeScript file, to make the
`git diff` easier to review. In the future, we can remove this custom
logic, once we no longer need to worry about `git merge` conflicts.
[1]: https://github.com/bcherny/json-schema-to-typescript
2023-07-06 03:53:40 +01:00
Alois Klink
0230722d36
build(docs): build JSON Schema docs
...
Automatically build documentation for JSON Schema.
This is only built when running with `--vitepress`,
as it currently produces loads of markdown files, which I feel like
we shouldn't be committing.
This currently manually uses some internal `jsonschema2md` functions
so that we can manually control the Markdown output.
2023-07-06 03:53:40 +01:00
Alois Klink
52a1243da5
build: use vite to get default mermaid config
...
Adds a vitepress JsonSchema plugin that automatically loads
the Mermaid Config JSON Schema from a .schema.yaml file and
gets the default values from it.
2023-07-06 03:53:40 +01:00
Alois Klink
58b43976ff
feat: add Mermaid Config in JSON Schema format
...
Add a JSON Schema file (in YAML) for the MermaidConfig.
This JSON Schema file follows [JSON Schema 2019-09][1], with some slight
modifications to work with:
- [json-schema-to-typescript][2]
The `tsType` keyword is used to override the generated TypeScript
type, when it doesn't match the JSON Schema type.
This is used in two cases:
- when the current type cannot be represented in JSON Schema
(e.g. `FontCalculator`, which is a function)
- when the JSON Schema type is narrower than the TypeScript type.
Currently, many enums types are listed as `string` in TypeScript,
but json-schema-to-typescript converts them to `"val1" | "val2"`.
I've manually set them to `string | "val1" | "val2"` to avoid
causing a breaking change in the TypeScript types. We should
remove these in a future major version of TypeScript.
- [@adobe/jsonschema2md][3]
The `meta:enum` keyword is used to add documentation for specific enum
values.
[1]: https://json-schema.org/draft/2019-09/release-notes.html
[2]: https://www.npmjs.com/package/json-schema-to-typescript
[3]: https://www.npmjs.com/package/@adobe/jsonschema2md
2023-07-06 03:53:35 +01:00
Alois Klink
4372a54dba
docs: add support for ``regexp
`` code blocks
...
Currently, shiki doesn't support code-blocks that use the regexp
language, which means vitepress throws an error on them:
```regexp
^([1-9][0-9]*)(minute|hour|day|week|month)$
```
As a hack until shiki supports them, I've just modified them to get
converted into JavaScript RegEx literal code-blocks, e.g.:
```javascript
/^([1-9][0-9]*)(minute|hour|day|week|month)$/
```
2023-07-06 03:04:08 +01:00
Alois Klink
a862565a24
test: test partial QuadrantChartConfig options
2023-07-06 01:35:11 +01:00
Alois Klink
6ceee7f253
test: fix types in config.spec.ts
...
The `foo`, `bar`, and `foobar` options don't exist in MermaidConfig.
Instead, I've replaced them with:
- `foo` -> `fontFamily`
- `bar` -> `fontSize`
- `foobar` -> `altfontFamily`
2023-07-06 01:27:24 +01:00
Alois Klink
f731853e01
style: fix lint issues in src/config.spec.ts
...
It looks like our linter automatically converts `let` to `const` in
TypeScript files, but not in JavaScript files.
2023-07-06 01:20:24 +01:00
Alois Klink
5885f5f82a
test: rename src/config.spec.js to config.spec.ts
2023-07-06 01:19:34 +01:00
Alois Klink
38013de711
fix(quadrant): make quadrant options optional
...
Make the types of the options in QuadrantChartConfig in the
MermaidConfig optional. All of these (except for the values in
`BaseDiagramConfig`) will be automatically set to their
default values, so they're optional from a user perspective.
2023-07-06 01:06:01 +01:00
Steph
9251e520ab
fix lint
2023-07-05 13:50:33 -07:00
Steph
5e7e3e21c8
update homepage community link
2023-07-05 13:42:42 -07:00
Tom PERRILLAT-COLLOMB
fcb25aee7c
docs(flowchart): add documentation on multiple nodes style
2023-07-05 21:09:44 +02:00
Nikolay Rozhkov
95d62367e9
Add docker-specific command, leave commonly used command intact
2023-07-05 19:39:05 +03:00
Ibrahim Wassouf
1d5f3bb64d
Merge branch 'develop' into enhancement/4158_Add_primary_key_beginning_with_asterisk
2023-07-05 11:19:08 -04:00
Ibrahim Wassouf
bd772e1bf4
Merge branch 'develop' into bug/4590_allow_notes_identical_to_keywords
2023-07-05 11:00:00 -04:00
Nikolay Rozhkov
34b2b5ba35
Support docs:dev in docker
2023-07-05 17:25:07 +03:00
Nikolay Rozhkov
c742ac71a4
Merge pull request #4598 from mermaid-js/sidv/fixDocsDev
...
Fix docs:dev
2023-07-05 14:05:27 +00:00
Sidharth Vinod
62b988a09f
Merge pull request #4595 from nirname/fix/sankey-diagram-examples
...
Sankey: Remove duplicated examples
2023-07-05 06:53:43 +00:00
Sidharth Vinod
382026ed33
Fix docs:dev
2023-07-05 12:20:56 +05:30
Ibrahim Wassouf
34e89098f5
Refactor code smells in unit tests
2023-07-04 21:34:14 -03:00
Ibrahim Wassouf
e3c90ac084
Apply formatting to file
2023-07-04 21:16:14 -03:00
Ibrahim Wassouf
099f85f014
Add unit tests with keywords in notes
2023-07-04 21:07:46 -03:00
Ibrahim Wassouf
49747b314d
Modify wildcard state of tokens in lexer
2023-07-04 20:44:22 -03:00
Nikolay Rozhkov
9f5f0a6e66
Reduce sankey width
2023-07-05 01:49:58 +03:00
nirname
6f03e22cc4
Update docs
2023-07-04 22:18:57 +00:00
Nikolay Rozhkov
8449a44607
Sankey: Remove duplicated examples
2023-07-05 01:15:22 +03:00
Lishid
12fe6ff26e
Fix lint.
2023-07-03 18:56:00 -07:00
Ibrahim Wassouf
451b6b687e
Merge branch 'develop' into enhancement/4158_Add_primary_key_beginning_with_asterisk
2023-07-03 19:54:26 -04:00
Nikolay Rozhkov
f431bae0ba
Merge pull request #4587 from nirname/refactoring/remove-double-parsing
...
Remove double parsing
2023-07-03 22:02:20 +00:00
Ibrahim Wassouf
5a94256e4f
Allow entity diagram attribute names to start with asterisk
2023-07-03 15:11:02 -03:00
Justin Greywolf
02acf9d7d9
Merge branch 'UpdateClassMemberHandling' of https://github.com/mermaid-js/mermaid into UpdateClassMemberHandling
2023-07-03 09:40:52 -07:00
Justin Greywolf
e29d2b29a9
apply suggesitons
2023-07-03 09:40:25 -07:00
Nikolay Rozhkov
d5021cab1d
Remove double parsing
2023-07-03 18:57:26 +03:00
Sidharth Vinod
288f51216d
Add codecov token
2023-07-03 21:01:04 +05:30
Sidharth Vinod
1b190b2892
Merge pull request #4551 from Yokozuna59/refactor-accessibility
...
refactor accessibility
2023-07-03 15:07:21 +00:00
Sidharth Vinod
8e15e534ea
Add codecov token
2023-07-03 19:19:11 +05:30
Sidharth Vinod
6d7cd2b41f
Merge pull request #4580 from aloisklink/refactor/replace-enums
...
Remove all TypeScript enums and forbid them in ESLint
2023-07-03 07:26:39 +00:00
Sidharth Vinod
15b2105ce6
Merge pull request #4581 from mermaid-js/renovate/patch-all-patch
...
Update all patch dependencies (patch)
2023-07-03 07:10:51 +00:00
renovate[bot]
d6731a07db
Update all patch dependencies
2023-07-03 05:18:01 +00:00
Justin Greywolf
c001520e54
Update packages/mermaid/src/diagrams/class/classTypes.ts
...
Co-authored-by: Alois Klink <alois@aloisklink.com >
2023-07-02 18:11:25 -07:00
Justin Greywolf
8435330534
Update packages/mermaid/src/diagrams/class/classTypes.ts
...
Co-authored-by: Alois Klink <alois@aloisklink.com >
2023-07-02 18:10:53 -07:00
Justin Greywolf
1d391d9408
Merge branch 'develop' into UpdateClassMemberHandling
2023-07-02 17:45:30 -07:00
Alois Klink
79688a1dc1
build: forbid using TypeScript enums using eslint
...
[TypeScript enums][1] are an unusual TypeScript feature, because it's
one of the only features that is "not a type-level extension of
JavaScript".
This means TypeScript generates custom code for enums, which can cause a
bunch of issues, especially as this custom code can be built differently
depending on which bundler you use, and because of this, many people
discourage the use of enums:
- [The Dangers of TypeScript Enums][2]
- [Tidy TypeScript: Prefer union types over enums][3]
- [TypeScript: Handbook - Enums # Objects vs Enums][4]
I've added an ESLint rule that forbids TypeScript enums, as in most
cases, it's better to use string literals instead, e.g. like
`type a = "a" | "b" | "c";`.
[1]: https://www.typescriptlang.org/docs/handbook/enums.html#string-enums
[2]: https://dev.to/azure/the-dangers-of-typescript-enums-55pd
[3]: https://fettblog.eu/tidy-typescript-avoid-enums/
[4]: https://www.typescriptlang.org/docs/handbook/enums.html#objects-vs-enums
2023-07-03 00:04:16 +01:00
Alois Klink
fbf79ffcc0
refactor: replace TypeScript enum with JS obj
...
[`const` assertions where added in TypeScript 3.4][1] and can be used
to create enum-like objects in plain JavaScript, that act like
TypeScript enums, but has none of the downsides of TypeScript enums.
[1]: https://devblogs.microsoft.com/typescript/announcing-typescript-3-4/#const-assertions
2023-07-02 23:56:42 +01:00
Alois Klink
b989ff5362
fix: change sankey config types to be unions
...
Replace the TypeScript `enum {a = "a", b = "b"}` types with
TypeScript's literal types (e.g. `"a" | "b"`).
This is because TypeScript enums are
[_not_ a type-level addition to JavaScript][1], and even the official
TypeScript docs say to be careful when using.
[1]: https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#enums
2023-07-02 23:44:19 +01:00
Dmitry Kisler
592e9c959b
fix(diagrams/c4/parser): fixes support of the macro ContainerQueue_Ext for C4 diagrams.
2023-07-02 17:10:06 +02:00
Yokozuna59
406df57f81
Merge branch 'develop' into refactor-accessibility
2023-07-02 10:24:21 +02:00
Sidharth Vinod
9c011abbd4
Merge pull request #4466 from Valentine14th/feature/1838_actor_creation_destruction
...
Feature/1838 actor creation destruction
2023-07-02 08:10:24 +00:00
Sidharth Vinod
dfc466514d
Merge branch 'develop' into feature/1838_actor_creation_destruction
2023-07-02 13:36:04 +05:30
Sidharth Vinod
29c866b09a
Don't fail CI on codecov error
2023-07-02 13:22:00 +05:30
Sidharth Vinod
2a1759aab4
Merge branch 'develop' into refactor-accessibility
2023-07-02 13:04:09 +05:30
Sidharth Vinod
28ce5e780f
Merge pull request #4566 from mermaid-js/renovate/patch-all-patch
...
Update all patch dependencies (patch)
2023-07-02 05:12:41 +00:00
renovate[bot]
b55a9328f4
Update all patch dependencies
2023-07-02 05:07:56 +00:00
Sidharth Vinod
19325777e5
Merge branch 'develop' into feature/1838_actor_creation_destruction
2023-07-02 10:32:59 +05:30
Sidharth Vinod
f0b8e5bc37
Merge pull request #4574 from mermaid-js/sidv/renameWorkflows
...
Rename workflow jobs
2023-07-02 05:01:53 +00:00
Sidharth Vinod
1995f62b3c
Merge branch 'develop' into sidv/renameWorkflows
2023-07-02 10:16:49 +05:30
Sidharth Vinod
78377daf2f
Rename workflow jobs
2023-07-02 10:14:35 +05:30
Sidharth Vinod
4a95589b5a
Add merge_group
to CI triggers
2023-07-02 10:03:31 +05:30
Sidharth Vinod
812e44183b
Merge pull request #4502 from nirname/feature/4492_sankey-diagrams
...
Sankey diagrams
2023-07-02 04:29:43 +00:00
Sidharth Vinod
afb979f32b
Merge branch 'develop' into feature/4492_sankey-diagrams
2023-07-02 09:55:45 +05:30
Sidharth Vinod
4d19db8d0c
Merge pull request #4573 from ibrahimWassouf/develop
...
Fix relative link to theme variables list
2023-07-02 09:55:29 +05:30
nirname
c327ea9f21
Update docs
2023-07-01 23:38:02 +00:00
Nikolay Rozhkov
abb7bb23d6
More detailed sankey docs
2023-07-02 02:34:22 +03:00
Nikolay Rozhkov
8ed2ee30ec
Sankey alignment tests
2023-07-02 02:15:23 +03:00
Nikolay Rozhkov
084b765e9f
Added tests for colors and fully setup cypress in Docker
2023-07-02 01:10:06 +03:00
Ibrahim Wassouf
4570f824f7
Fix relative link to theme variables list
2023-07-01 15:45:48 -03:00
Nikolay Rozhkov
a62719826a
Docker+Cypress, better run, removed unused syntax
...
Added cypress container (from their official image),
may be reconsidered later to choose our own
The only minor problem is node JS version mistmatch
package.json 18.16.0
docker-compose mermaid 18.16.1
docker-compose cypress 18.16.0
Host option in cypress docker container must be removed
in favor of possible configuration option.
http://localhost:9000 are currently hard-coded, that is bad
Updated ./run script with better documentation
and added some styles too it as well
Started sankey.spec.js as an example
2023-07-01 16:17:25 +03:00
Sidharth Vinod
ddbe977fcc
Merge pull request #4570 from mermaid-js/update-latest-news-section
...
Docs: add ChatGPT plugin blog post
2023-07-01 17:29:26 +05:30
Nikolay Rozhkov
cd7fce4e4d
Merge branch 'develop' into feature/4492_sankey-diagrams
2023-06-30 22:58:56 +03:00
Sidharth Vinod
ae4d81cdfd
move codecov
2023-07-01 00:39:01 +05:30
Sidharth Vinod
b90c8402cb
Set default branch in codecov
2023-07-01 00:38:10 +05:30
Sidharth Vinod
181a8498a3
Merge branch 'update-latest-news-section' of https://github.com/mermaid-js/mermaid into update-latest-news-section
...
* 'update-latest-news-section' of https://github.com/mermaid-js/mermaid :
Update docs
2023-07-01 00:35:21 +05:30
Sidharth Vinod
738ba3d012
Merge branch 'develop' into update-latest-news-section
...
* develop:
Fix docs
2023-07-01 00:34:06 +05:30
Sidharth Vinod
eb37e6886c
Merge branch 'develop' into pr/Valentine14th/4466
...
* develop:
Fix docs
2023-07-01 00:33:24 +05:30
Sidharth Vinod
64f5d34465
Fix docs
2023-07-01 00:33:08 +05:30
sidharthv96
032830d7e0
Update docs
2023-06-30 19:02:57 +00:00
Sidharth Vinod
04d79b16c3
Fix docs
2023-07-01 00:30:27 +05:30
Sidharth Vinod
1645bf0479
Merge branch 'develop' into pr/Valentine14th/4466
...
* develop:
Add threshold
Updated mermaid version to 10.2.4
update latest news section
2023-07-01 00:29:43 +05:30
Sidharth Vinod
4217bfc15d
Merge branch 'develop' into update-latest-news-section
...
* develop:
Add threshold
Fix Typo
2023-07-01 00:29:06 +05:30
Sidharth Vinod
598addf506
Merge branch 'develop' of https://github.com/mermaid-js/mermaid into develop
...
* 'develop' of https://github.com/mermaid-js/mermaid :
Updated mermaid version to 10.2.4
Fix Typo
update latest news section
2023-07-01 00:28:43 +05:30
Sidharth Vinod
959a773b64
Add threshold
2023-07-01 00:28:37 +05:30
Steph
efa3ba6397
add ChatGPT plugin blog post
2023-06-30 11:08:42 -07:00
Knut Sveidqvist
02d4be23cf
Merge remote-tracking branch 'origin/develop' into develop
2023-06-30 13:25:32 +02:00
Knut Sveidqvist
ec1e34c4f1
Merge branch 'master' into develop
2023-06-30 13:25:21 +02:00
Knut Sveidqvist
04b11d1ba6
Merge branch 'release/10.2.4'
2023-06-30 13:24:43 +02:00
Knut Sveidqvist
453b337e6e
Updated mermaid version to 10.2.4
2023-06-30 13:10:22 +02:00
Sidharth Vinod
3fe0c8b13d
Merge branch 'develop' into feature/1838_actor_creation_destruction
2023-06-30 16:00:24 +05:30
Sidharth Vinod
824dfbd574
Merge pull request #4567 from ryru/patch-1
...
Fix Typo
2023-06-30 15:36:59 +05:30
Pascal Knecht
a1dfc3dac9
Fix Typo
2023-06-30 11:59:40 +02:00
Lishid
0cab66c9d8
Fix flowchart tooltip typing
...
Tooltip is an object that gets reset to an array. It is then looked up for properties without guard, causing array functions like "length" and "constructor" to run into undefined behvaior.
2023-06-29 15:33:35 -04:00
Nikolay Rozhkov
163a4b819b
Trigger build in GA
2023-06-29 21:01:21 +03:00
nirname
36df7260cc
Update docs
2023-06-29 17:32:39 +00:00
Nikolay Rozhkov
b2f6858ff7
Prettier
2023-06-29 20:23:10 +03:00
Nikolay Rozhkov
06cb0c3be9
Fixed package json
2023-06-29 20:22:06 +03:00
Nikolay Rozhkov
9177350a39
Fixed double quotes, docs, demo and added more examples to run script
2023-06-29 20:16:25 +03:00
Nikolay Rozhkov
e24dce10a2
Added sankey documentation
2023-06-29 19:51:46 +03:00
Justin Greywolf
6abf0f1d19
Merge branch 'develop' into UpdateClassMemberHandling
2023-06-29 08:55:37 -07:00
Nikolay Rozhkov
e7ad294283
Merge branch 'develop' into feature/4492_sankey-diagrams
2023-06-29 16:50:38 +03:00
Nikolay Rozhkov
95a436595e
Let it be as it was in dev branch
2023-06-29 16:44:33 +03:00
Nikolay Rozhkov
8e3f8b1a57
Fixes after review
2023-06-29 15:39:50 +03:00
Nikolay Rozhkov
408c32781e
Contributors fetching failure must not hinder docs development
2023-06-29 15:24:14 +03:00
Nikolay Rozhkov
a712e61888
Loading avatars in parallel & started sankey documentation
2023-06-29 15:24:14 +03:00
Sidharth Vinod
8066d94c1d
Merge pull request #4560 from mermaid-js/sidv/v8Coverage
...
Use v8 coverage in vitest
2023-06-29 17:44:19 +05:30
Sidharth Vinod
3a03070f5d
Merge branch 'develop' into sidv/v8Coverage
...
* develop:
Update docs
Cleanup
Clean up some spacing in examples
Correct the Gantt milestones example
fix(class): keep members in namespace classes
2023-06-29 12:53:56 +05:30
Sidharth Vinod
562910e831
Merge pull request #4532 from tomperr/fix/4519-namespace-lose-members
...
fix(class): keep members in namespace classes
2023-06-29 11:57:22 +05:30
sidharthv96
85fdbab6b9
Update docs
2023-06-29 05:16:38 +00:00
Sidharth Vinod
3fac8d7be5
Merge pull request #4561 from AlexMooney/patch-1
...
Fix up Gantt Chart demo
2023-06-29 10:43:02 +05:30
Sidharth Vinod
47db1a3c9f
Cleanup
2023-06-29 10:36:21 +05:30
Alex Mooney
491f8c1259
Clean up some spacing in examples
2023-06-28 15:14:28 -07:00
Alex Mooney
83bda9febd
Correct the Gantt milestones example
2023-06-28 14:37:08 -07:00
Justin Greywolf
7b2ef1110a
update tests and db name
2023-06-28 12:37:32 -07:00
Sidharth Vinod
0d833fb4ce
Use v8 coverage
2023-06-28 23:28:23 +05:30
Justin Greywolf
3718274a1c
Merge branch 'develop' into UpdateClassMemberHandling
2023-06-28 08:26:33 -07:00
sidharthv96
c11ac644a1
Update docs
2023-06-28 07:39:44 +00:00
Sidharth Vinod
6aae7450aa
Merge pull request #4557 from nienow/patch-1
...
Add Standard Notes extension in integrations page
2023-06-28 13:05:22 +05:30
Sidharth Vinod
c042c4a5ef
Merge pull request #4553 from tomperr/fix/4550-chaining-style
...
fix(flowchart): allow multiple vertices with style
2023-06-28 13:02:55 +05:30
Sidharth Vinod
0a3dcfaa4c
Merge pull request #4556 from Yokozuna59/add-cypress-coverage-clean
...
add cypress coverage clean
2023-06-28 12:45:36 +05:30
Random Bits
777f6d9749
Add Standard Notes extension in integrations page
2023-06-27 21:28:36 -05:00
Yokozuna59
191309a79d
run lint:fix
2023-06-28 03:34:28 +03:00
Yokozuna59
346daa2327
prettierignore .nyc_output
2023-06-28 03:12:46 +03:00
Yokozuna59
21e3001f4f
add coverage:cypress:clean
script
2023-06-28 03:11:01 +03:00
Yokozuna59
38ba45f735
run lint:fix
2023-06-28 01:35:27 +03:00
Yokozuna59
925e76e283
Merge branch 'develop' into resolve-info-html-assignment
2023-06-28 01:29:14 +03:00
Yokozuna59
b11c38ea00
run docs:build to fix linting issue
2023-06-27 21:25:55 +03:00
Yokozuna59
2b0f078c99
resolve lint issues for no-inferrable-types
2023-06-27 21:09:26 +03:00
Tom PERRILLAT-COLLOMB
9e024fd5f5
allow multiple vertices with style
2023-06-27 20:04:47 +02:00
Yokozuna59
48fc60f866
fix wrong config paramater in some cypress spec
...
- flowchart
- mindmap
2023-06-27 20:59:43 +03:00
Yokozuna59
a2cf41c9c0
convert cypress/helpers/util.js into ts
...
- add types for parameter and returned value and variables
- change the deperated `unescape` into `decodeURIComponent`
- create `CypressConfig` and `CypressMermaidConfig` and `CodeObject` types
- add default value for some parameter
2023-06-27 20:53:01 +03:00
Yokozuna59
6cbd24f704
convert file from js into ts
2023-06-27 20:50:42 +03:00
Yokozuna59
226960ef46
refactor mermaidAPI accessibilities
2023-06-27 20:07:50 +03:00
Yokozuna59
228bafa909
refactor accessibility
...
- remove @ts-ignore comments
- rename vitest test and describe title
- remove unnecessary types, e.i, `null` and `number`
- clean `addSVGa11yTitleDescription` and `setA11yDiagramInfo` functions
2023-06-27 20:04:41 +03:00
nirname
19bea10983
Update docs
2023-06-27 14:54:57 +00:00
Nikolay Rozhkov
8b111760b1
Updates after review
2023-06-27 17:50:51 +03:00
nirname
301073a60d
Update docs
2023-06-27 13:51:44 +00:00
Sidharth Vinod
d9db2edf5a
Merge pull request #4539 from ellenealds/patch-1
...
Update Tutorials.md
2023-06-27 19:16:31 +05:30
Nikolay Rozhkov
149cc44c39
Empty
2023-06-27 16:46:20 +03:00
Sidharth Vinod
f7c999a6b3
Merge pull request #4548 from mermaid-js/renovate/node-20.x
...
chore(deps): update node.js to v20
2023-06-27 19:09:15 +05:30
Sidharth Vinod
7fe9c9e139
Docs Build
2023-06-27 19:07:34 +05:30
Nikolay Rozhkov
e1c9aec775
Merge remote-tracking branch 'nirname/develop' into feature/4492_sankey-diagrams
2023-06-27 16:25:18 +03:00
Nikolay Rozhkov
f0231ad9b1
Lint
2023-06-27 16:22:12 +03:00
Nikolay Rozhkov
0bbf0555d3
Fix linters
2023-06-27 16:17:55 +03:00
Nikolay Rozhkov
d4d7ce5a4b
Fixed majority of ts errors for sankey
2023-06-27 16:12:44 +03:00
ellenealds
0b663ecbba
Update cSpell.json
2023-06-27 13:59:33 +01:00
Nikolay Rozhkov
bbba643288
Rmoved unnecessary imports in tests
2023-06-27 15:30:53 +03:00
Nikolay Rozhkov
830319e3db
Removed unnecessary TODO
2023-06-27 15:21:36 +03:00
Nikolay Rozhkov
32c8524317
Put d3-sankey under mermaid package
2023-06-27 15:15:34 +03:00
Nikolay Rozhkov
616c5e6914
Move UID to separate file, refine run sh
2023-06-27 15:05:25 +03:00
renovate[bot]
22a1813e9e
chore(deps): update node.js to v20
2023-06-27 12:00:44 +00:00
Sidharth Vinod
f27015fcf8
Merge pull request #4547 from mermaid-js/renovate/major-workbox-monorepo
...
chore(deps): update dependency workbox-window to v7
2023-06-27 17:23:44 +05:30
Sidharth Vinod
d2ff3a63e8
Merge pull request #4524 from mcbeelen/docs/label-color-timelines
...
docs: Howto on foreground color on timelines
2023-06-27 17:23:24 +05:30
Nikolay Rozhkov
605e8d4a92
Sankey refactoring
2023-06-27 14:11:06 +03:00
Marco Beelen
e2f21a2d98
Lint fix
2023-06-27 13:03:31 +02:00
Marco Beelen
f606ad2d9d
docs: Howto on foreground color on timelines
2023-06-27 11:23:54 +02:00
renovate[bot]
1730a229a5
chore(deps): update dependency workbox-window to v7
2023-06-27 09:21:55 +00:00
Sidharth Vinod
dff0f1e7d4
Merge pull request #4545 from mermaid-js/renovate/eslint-plugin-unicorn-47.x
...
chore(deps): update dependency eslint-plugin-unicorn to v47
2023-06-27 14:50:48 +05:30
renovate[bot]
b7af9bace4
chore(deps): update dependency eslint-plugin-unicorn to v47
2023-06-27 08:00:16 +00:00
Sidharth Vinod
a167d61d2a
Merge pull request #4546 from mermaid-js/renovate/jsdom-22.x
...
chore(deps): update dependency jsdom to v22
2023-06-27 13:28:56 +05:30
renovate[bot]
f48652322d
chore(deps): update dependency jsdom to v22
2023-06-27 07:13:43 +00:00
Sidharth Vinod
b95b2790dc
Merge pull request #4544 from mermaid-js/renovate/eslint-plugin-jsdoc-46.x
...
chore(deps): update dependency eslint-plugin-jsdoc to v46
2023-06-27 12:42:01 +05:30
Sidharth Vinod
fa81bf113b
Merge pull request #4543 from mermaid-js/renovate/patch-all-patch
...
fix(deps): update all patch dependencies (patch)
2023-06-27 12:41:39 +05:30
renovate[bot]
120029913d
chore(deps): update dependency eslint-plugin-jsdoc to v46
2023-06-27 06:23:27 +00:00
renovate[bot]
aa67646b5a
fix(deps): update all patch dependencies
2023-06-27 06:22:43 +00:00
Sidharth Vinod
a20aa4f0f5
Merge pull request #4541 from Yokozuna59/add-suggested-solutions-field-in-bug-report
...
add `Suggested Solutions` field in `bug_report.yml`
2023-06-27 11:51:55 +05:30
Sidharth Vinod
b60ec8e5ff
Update .github/ISSUE_TEMPLATE/bug_report.yml
2023-06-27 11:51:44 +05:30
Sidharth Vinod
2b463237b0
Merge pull request #4521 from schackartk/docs/4480_add_citation_file
...
Add citation.cff file
2023-06-27 11:43:59 +05:30
Sidharth Vinod
7bd4e03005
Fix lint issue
2023-06-27 11:38:04 +05:30
Sidharth Vinod
8565a3106d
Add release-date
2023-06-27 11:35:06 +05:30
Sidharth Vinod
2bec82707f
Merge pull request #4528 from Yokozuna59/bug/4527_fix-optional-style-issue
...
fix not rendered style when style is optional
2023-06-27 11:30:15 +05:30
Sidharth Vinod
5baeda0b5e
Merge pull request #4540 from tomperr/fix/4536-double-circle-style
...
fix(flowchart): apply style on doublecircle
2023-06-27 11:23:26 +05:30
Yokozuna59
d15590f0a5
add suggested solutions field in bug_report.yml
2023-06-27 02:31:09 +03:00
Yokozuna59
760548335c
Merge branch 'develop' into standardized-pie-definitions
2023-06-27 01:45:35 +03:00
Tom PERRILLAT-COLLOMB
5a96bd1b9f
fix(flowchart): apply style on doublecircle
2023-06-27 00:22:59 +02:00
Yokozuna59
64a28be5e3
rename getDiagramStyles
type into DiagramStylesProvider
2023-06-26 20:34:21 +03:00
Yokozuna59
8b67200717
change options
paramter to any instead of unknown
2023-06-26 19:31:53 +03:00
Yokozuna59
3106ddbd1e
add getDiagramStyles
type and use it in style.ts
2023-06-26 19:28:22 +03:00
Yokozuna59
f020f4a292
remove diagramTheme
arrow function return
...
Co-authored-by: Sidharth Vinod <sidharthv96@gmail.com >
2023-06-26 19:12:04 +03:00
Yokozuna59
0a6fc1b582
Merge branch 'mermaid-js:develop' into resolve-info-html-assignment
2023-06-26 19:06:19 +03:00
Yokozuna59
c439424511
Merge branch 'mermaid-js:develop' into bug/4527_fix-optional-style-issue
2023-06-26 19:06:08 +03:00
Sidharth Vinod
2fe5750be1
Merge pull request #4531 from Yokozuna59/fix-cspell-issue-in-md-files
...
fix cspell issues in *.md files
2023-06-26 21:32:44 +05:30
Nikolay Rozhkov
b0825ebb35
Import at the top
2023-06-26 18:37:41 +03:00
Yokozuna59
20eb28e1a4
fix cspell issues in *.md files
2023-06-26 18:21:09 +03:00
Yokozuna59
f2c40271b2
change diagramTheme
and themes
to return string
2023-06-26 18:06:48 +03:00
renovate[bot]
f90a7dc784
fix(deps): update all patch dependencies
2023-06-26 03:12:45 +00:00
Justin Greywolf
b32da2b1b1
Fix tests
2023-06-25 15:07:47 -07:00
Nikolay Rozhkov
a38733346f
Removed unnecessary configs and extra code
2023-06-25 21:56:14 +03:00
Nikolay Rozhkov
c5b89d127d
Update docs
2023-06-25 01:38:31 +03:00
Nikolay Rozhkov
95ab598ea4
Fix docs
2023-06-25 01:31:53 +03:00
Nikolay Rozhkov
2a22bae1f9
Update docs
2023-06-25 01:18:38 +03:00
Tom PERRILLAT-COLLOMB
61e5dbeaa6
fix(class): keep members in namespace classes
2023-06-25 00:15:35 +02:00
Nikolay Rozhkov
6a893a758b
Styles are optional
2023-06-25 01:07:11 +03:00
Nikolay Rozhkov
1d6074dbfa
Sankey: Use [] instead of Array
2023-06-25 00:42:12 +03:00
Nikolay Rozhkov
db2a556f62
Cleanup
2023-06-25 00:23:42 +03:00
Nikolay Rozhkov
b23e86aea3
Added options for coloring
2023-06-25 00:22:36 +03:00
Nikolay Rozhkov
1674f12b62
Renamed sankey to sankey-beta
2023-06-24 23:11:54 +03:00
Yokozuna59
07f6358a80
fix not rendered style when style is optional
2023-06-24 22:18:00 +03:00
Nikolay Rozhkov
2f281ba228
Improvements for sankey diagram after review
2023-06-24 22:02:18 +03:00
Nikolay Rozhkov
0a7d429192
Fixes for docker local development
2023-06-24 21:37:19 +03:00
Yokozuna59
30a66533bc
use backtick for cleaner variable string and the DOM document for default values
2023-06-23 23:26:45 +03:00
ellenealds
b117265fcb
Update Tutorials.md
...
Added tutorial and application demo for AI generated Mermaid Mind Map
2023-06-23 19:08:13 +01:00
Kenneth Schackart
7f098c069c
Add citation.cff file
2023-06-22 16:00:40 -07:00
Nikolay Rozhkov
d766ac6d20
Prettier
2023-06-22 23:50:11 +03:00
Nikolay Rozhkov
73840ead05
Decrease docker mem
2023-06-22 23:38:00 +03:00
Nikolay Rozhkov
7ace602a6c
Fixed linters
2023-06-22 23:24:41 +03:00
Nikolay Rozhkov
c75c106490
Put styles back
2023-06-22 23:02:13 +03:00
Nikolay Rozhkov
d9036c7af1
Added gradient for sankey and cleaned code
2023-06-22 21:26:39 +03:00
Nikolay Rozhkov
518da3236f
Remove unnecessary parsing stage from render and prepare text before parsing
2023-06-22 18:28:02 +03:00
Nikolay Rozhkov
104aece46e
Cleanup sankey diagrams according code review
2023-06-22 17:35:46 +03:00
Nikolay Rozhkov
9a29066426
Ensure that sankey keyword does not intefere with csv
2023-06-22 16:53:44 +03:00
Nikolay Rozhkov
be9cd480aa
Sankey syntax has beed reduced
2023-06-22 15:58:09 +03:00
Yokozuna59
41c5152015
Merge branch 'mermaid-js:develop' into standardized-pie-definitions
2023-06-21 15:23:21 +03:00
Yokozuna59
b0ae0708e1
Merge branch 'mermaid-js:develop' into resolve-info-html-assignment
2023-06-21 15:23:11 +03:00
Nikolay Rozhkov
272615e580
Fixed tests and added node alignment
2023-06-21 03:54:55 +03:00
Nikolay Rozhkov
bc33c8210c
Merge branch 'develop' into feature/4492_sankey-diagrams
2023-06-21 03:00:27 +03:00
Nikolay Rozhkov
7bc5c1930e
Fix specs
2023-06-21 02:58:25 +03:00
Nikolay Rozhkov
24d9f59d69
Fix specs
2023-06-21 02:52:21 +03:00
Nikolay Rozhkov
6c6efb24f4
Fix graph width
2023-06-21 01:58:57 +03:00
Nikolay Rozhkov
362648b74b
Trim trailing spaces
2023-06-21 01:37:06 +03:00
Nikolay Rozhkov
a2c055ba5d
CSV syntax implementation
2023-06-21 01:29:34 +03:00
Yokozuna59
796a761a7d
remove unnecessary types in pieRenderer
2023-06-21 00:32:14 +03:00
Yokozuna59
09c4a26509
rename PieDb interface and more types with null sefety
2023-06-21 00:22:56 +03:00
Yokozuna59
e5907ec5ea
add info in sandbox cypress test case
2023-06-20 17:53:33 +03:00
Yokozuna59
daa98a2f54
use body of document instead of document itself in infoRenderer
2023-06-20 17:52:50 +03:00
Yokozuna59
99da3d7cd5
validate that height
in putInfoIframe
is defined
2023-06-20 17:49:07 +03:00
sidharthv96
3d11781542
Update docs
2023-06-20 07:34:18 +00:00
Sidharth Vinod
ecc5289c5f
Merge pull request #4512 from tobie/patch-1
...
Fix typo in quadrant chart documentation
2023-06-20 13:00:34 +05:30
Nikolay Rozhkov
6077ba5405
Updated syntax and fixed comments from review
2023-06-20 03:06:47 +03:00
Tobie Langel
53eada8028
Fix typo in quadrant chart documentation
2023-06-19 21:33:40 +02:00
Yokozuna59
ce9d0e2e6a
use global useMaxWidth until making setConfig updates pie setConfig
2023-06-19 22:07:15 +03:00
Yokozuna59
ae8860eec3
add undefined
to getConfig return type until handle other diagrams
2023-06-19 21:56:35 +03:00
Yokozuna59
67d287f85e
use local config instead of glolal one in pieRenderer
2023-06-19 21:51:38 +03:00
Yokozuna59
9c2b95fc3c
add config functions to DiagramDB interface
2023-06-19 20:13:15 +03:00
Yokozuna59
3a22d4a501
shorten vitest pie.spec.ts by removing one time use variables
2023-06-19 17:57:39 +03:00
Yokozuna59
cecf759b0b
add showData unit test case
2023-06-19 17:52:28 +03:00
Yokozuna59
35c6b671de
add config unit test cases for pie chart
2023-06-19 17:46:19 +03:00
Yokozuna59
c894c1f5b5
add Required
and RequiredDeep
to pieDb, add config functions
2023-06-19 17:45:38 +03:00
Yokozuna59
a92571d588
add type-fest to mermaid dev deps
2023-06-19 17:40:01 +03:00
Yokozuna59
34a47706fd
update pnpm-lock.yaml
2023-06-19 13:41:36 +03:00
Yokozuna59
906d909d87
Merge branch develop into standardized-pie-definitions
2023-06-19 13:39:41 +03:00
Sidharth Vinod
b041e5168b
Merge pull request #4510 from mermaid-js/renovate/patch-all-patch
...
fix(deps): update all patch dependencies (patch)
2023-06-19 11:02:10 +05:30
renovate[bot]
14582fb13d
fix(deps): update all patch dependencies
2023-06-19 04:53:17 +00:00
Nikolay Rozhkov
fd3ffdc22a
Prettify
2023-06-19 04:34:41 +03:00
Nikolay Rozhkov
1009bb8fb7
Prettify
2023-06-19 04:29:41 +03:00
Nikolay Rozhkov
6722ac7540
Multiple improvements on syntax
...
Syntax has been simplified
Removed extra initial states
Removed unused groups
Nodes can be wrapped in double qotes
Updated demo page
2023-06-19 04:02:40 +03:00
Nikolay Rozhkov
726efdad53
Fixed packaged
2023-06-19 01:09:21 +03:00
Nikolay Rozhkov
9dbb9872bc
Fix linters
2023-06-19 01:05:33 +03:00
Nikolay Rozhkov
19f858b73b
Fixed nodes duplicates
2023-06-19 01:05:33 +03:00
Nikolay Rozhkov
d22131e2fb
It can read syntax and draw diagram
2023-06-19 01:05:33 +03:00
Nikolay Rozhkov
f5add81e29
Simple flow is done
2023-06-19 01:05:33 +03:00
Nikolay Rozhkov
c41fc67254
Added nodes and paths
2023-06-19 01:05:33 +03:00
Nikolay Rozhkov
81542142f5
Fix errors
2023-06-19 01:05:33 +03:00
Nikolay Rozhkov
afaf87e414
At last something is working
2023-06-19 01:05:20 +03:00
Nikolay Rozhkov
1782f69c8f
Increased mem for lint, fixed spell checking, run lint
2023-06-19 01:05:20 +03:00
Nikolay Rozhkov
40f7105ae4
Started renderer development
2023-06-19 01:05:20 +03:00
Nikolay Rozhkov
5eae790740
Sankey stream is ending on node only
2023-06-19 01:05:20 +03:00
Nikolay Rozhkov
f71769e07b
Attributes within strings
2023-06-19 01:05:09 +03:00
Nikolay Rozhkov
b4b535f997
Recognizing attributes
2023-06-19 01:05:09 +03:00
Nikolay Rozhkov
d2226604e4
Recognizing attrubutes
2023-06-19 01:05:09 +03:00
Nikolay Rozhkov
567686e140
Implementing new syntax
2023-06-19 01:05:09 +03:00
Nikolay Rozhkov
ad95c99cc2
Started sankey syntax
2023-06-19 01:04:45 +03:00
Nikolay Rozhkov
c874d74faf
Some fixes to docker and demos
2023-06-19 01:02:50 +03:00
Nikolay Rozhkov
fe3dd5a531
Updated dockerfile
2023-06-19 01:02:50 +03:00
Nikolay Rozhkov
8e001b92f2
Cleared sankey renderer
2023-06-19 01:02:50 +03:00
Nikolay Rozhkov
6b40b394c8
Picked state diagram as a sample for sankey
2023-06-19 01:02:50 +03:00
Nikolay Rozhkov
c2417de5f1
Stated sankey backbone
2023-06-19 01:02:50 +03:00
Nikolay Rozhkov
116453d2a7
Desired syntax sankey
2023-06-19 01:02:49 +03:00
Nikolay Rozhkov
7f19e50403
Desired sankey syntax
2023-06-19 01:02:49 +03:00
Nikolay Rozhkov
4018fad416
Ideas about sankey diagram syntax
2023-06-19 01:02:49 +03:00
Yokozuna59
1d0aa763de
document pie useWidth and update other pie config attributes
2023-06-18 17:53:28 +03:00
Yokozuna59
f6dc089ddf
add D3Sections type with variable renaming
2023-06-18 17:39:15 +03:00
Sidharth Vinod
2cc9a52e9e
Merge pull request #3923 from tomperr/feature/3036_group_style_definition
...
feat(flowchart): add classDef style group definition
2023-06-18 16:04:11 +05:30
Sidharth Vinod
0c2b5d0d79
Revert change to if
2023-06-18 13:13:40 +05:30
Sidharth Vinod
e3e12bbc78
Update _id
to id
2023-06-18 13:02:35 +05:30
Sidharth Vinod
bfa76af434
Merge branch 'develop' into pr/tomperr/3923
...
* develop: (783 commits)
chore(deps): update all minor dependencies
chore: Run codecov based on E2E test status
change REAMDME.md coverage from coveralls into codecov
Add codecov.yaml
Upload E2E
set normal mode for vitest coverage
Fix path name
Add codecov to unit tests
Add codecov to E2E
chore: Add coverage scripts
chore: add excludes
chore: update deps
Merge coverages
Add coverage paths
Rebuild
chore: update pnpm
Add coverage for E2E tests
rename plugin variable into info in infoDetector.ts
remove cypress/platform/index.html
update pnpm-lock.yaml
...
2023-06-18 12:45:58 +05:30
renovate[bot]
2ee37752c8
chore(deps): update all minor dependencies
2023-06-18 06:35:43 +00:00
Yokozuna59
95e01b4935
move PieDiagramConfig
into pieTypes
2023-06-18 01:45:21 +03:00
Sidharth Vinod
a76097a843
Merge pull request #4507 from Yokozuna59/add-codecov-to-root-readme
...
change REAMDME.md coverage from coveralls into codecov
2023-06-18 02:59:19 +05:30
Sidharth Vinod
2dd2f310af
Merge branch 'develop' into pr/Yokozuna59/4507
...
* develop:
chore: Run codecov based on E2E test status
2023-06-17 23:23:36 +05:30
Sidharth Vinod
3340240b9f
chore: Run codecov based on E2E test status
2023-06-17 23:23:00 +05:30
Yokozuna59
7ee971eb9e
change REAMDME.md coverage from coveralls into codecov
2023-06-17 17:29:43 +03:00
Sidharth Vinod
548874eb6a
Merge pull request #4504 from mermaid-js/sidv/codecov
...
Add codecov
2023-06-17 18:25:53 +05:30
Sidharth Vinod
152b295837
Add codecov.yaml
2023-06-17 18:07:49 +05:30
Sidharth Vinod
f8540e9468
Upload E2E
2023-06-17 17:54:13 +05:30
Yokozuna59
9145a9e69e
Merge branch 'mermaid-js:develop' into standardized-pie-definitions
2023-06-17 15:21:39 +03:00
Sidharth Vinod
7bebe2b348
Merge pull request #4505 from Yokozuna59/bug/set-normal-mode-for-vitest-coverage
...
set normal mode for vitest coverage
2023-06-17 17:47:32 +05:30
Yokozuna59
0f45124f84
set normal mode for vitest coverage
2023-06-17 15:14:54 +03:00
Sidharth Vinod
2ad32f9208
Fix path name
2023-06-17 17:44:27 +05:30
Sidharth Vinod
8d244062e2
Add codecov to unit tests
2023-06-17 17:40:06 +05:30
Sidharth Vinod
1e84668270
Add codecov to E2E
2023-06-17 17:34:19 +05:30
Yokozuna59
6941814729
update pnpm-lock.yaml
2023-06-17 15:01:20 +03:00
Yokozuna59
32d3001e2a
Merge branch 'develop' into standardized-pie-definitions
2023-06-17 14:54:44 +03:00
Sidharth Vinod
702c3ea80f
Merge pull request #4500 from mermaid-js/sidv/mergeCoverage
...
Merge coverage
2023-06-17 17:22:49 +05:30
Yokozuna59
452e543e77
Merge branch 'develop' into standardized-pie-definitions
2023-06-17 14:43:51 +03:00
Sidharth Vinod
cc7f555160
chore: Add coverage scripts
2023-06-17 17:11:05 +05:30
Sidharth Vinod
8d38ccc44c
Merge branch 'develop' into sidv/mergeCoverage
...
* develop:
2023-06-17 16:52:28 +05:30
Sidharth Vinod
299b423e6b
chore: add excludes
2023-06-17 16:52:03 +05:30
Sidharth Vinod
6c96650043
chore: update deps
2023-06-17 16:51:30 +05:30
Sidharth Vinod
f98087ebce
Merge pull request #4498 from mermaid-js/sidv/E2ECoverage
...
Add coverage for E2E tests
2023-06-17 16:48:58 +05:30
Yokozuna59
23a5832fc9
add null safety in pieRenderer
2023-06-17 04:05:07 +03:00
Yokozuna59
8794fa0b38
clean up pieRenderer.ts
2023-06-17 03:28:08 +03:00
Yokozuna59
f2338f5b66
remove vanilla-extract from dev dependencies
2023-06-17 00:42:29 +03:00
Yokozuna59
5aba2fed8b
remove cy.get of info diagram
2023-06-17 00:01:54 +03:00
Yokozuna59
bd6795032f
return pieRender back to original and update it partially
2023-06-16 23:58:56 +03:00
Yokozuna59
c17b723295
convert pie.spec.js to ts, remove cy.get and useless comment, add showData unit test case
2023-06-16 23:45:13 +03:00
Yokozuna59
231a9630df
do deep cloning on section field in pie clear
2023-06-16 23:30:41 +03:00
Yokozuna59
bdb967e0a8
fix renderer import in pieDiagram
2023-06-16 23:09:10 +03:00
Yokozuna59
ea3fbbd58d
initial converting pie files
2023-06-16 23:05:06 +03:00
Yokozuna59
afea3e8f37
clean up demos/pie.html
2023-06-16 23:03:42 +03:00
Yokozuna59
4e7dbf76cc
add SVG type in configureSvgSize
function
2023-06-16 23:03:07 +03:00
Sidharth Vinod
8a0a874d1c
Merge coverages
2023-06-17 01:24:15 +05:30
Yokozuna59
a3901f691a
add @types/d3-scale
and @types/d3-shape` to mermaid dev deps
2023-06-16 22:47:40 +03:00
Sidharth Vinod
7434031003
Add coverage paths
2023-06-16 23:54:02 +05:30
Sidharth Vinod
3011b7a1ea
Merge branch 'develop' into sidv/E2ECoverage
...
* develop:
Rebuild
Fix lint
Changed C4 stereotype braces to «»
2023-06-16 23:23:40 +05:30
Sidharth Vinod
5c63c5ceae
Rebuild
2023-06-16 23:12:03 +05:30
Pierrick Wauquier
9efd9e8a45
defer a bit for electron to catch up
2023-06-16 18:01:52 +02:00
Sidharth Vinod
6d4a064df2
Merge pull request #4460 from jonathan-r-young/develop
...
Changed C4 stereotype braces to «»
2023-06-16 20:38:38 +05:30
Sidharth Vinod
69d9c09f33
chore: update pnpm
2023-06-16 20:32:07 +05:30
Sidharth Vinod
ecc4aa734b
Merge branch 'develop' into sidv/E2ECoverage
...
* develop: (43 commits)
rename plugin variable into info in infoDetector.ts
remove cypress/platform/index.html
update pnpm-lock.yaml
indent info.html files
update pnpm-lock.yaml
remove empty options in cypress info.spec.ts
format and add theme to cypress info.html
convert the cypress info.spec.js into ts
add messing timeline and info demoes links
change infoDb db export
remove default export in info files
resolve db import in info.spec.ts
remove assigned variables to their variables and export db without default
use object destructuring for getConfig in infoRenderer
move default_info_db into infoDbOF
remove id and diagram assigning in info loader
assign returned variables to their variables
remove handled `ts-ignore` in info diagram
handle optional `.styles`
add info fields interface
...
2023-06-16 20:31:52 +05:30
Sidharth Vinod
547358fc7e
Add coverage for E2E tests
2023-06-16 20:25:40 +05:30
Pierrick Wauquier
270586095f
fix typo in test description
2023-06-16 16:37:34 +02:00
Pierrick Wauquier
aa1b998fbf
always resolve in the end
2023-06-16 16:32:57 +02:00
Pierrick Wauquier
8b6485035e
add failing test
2023-06-16 16:32:11 +02:00
Sidharth Vinod
15dbf22a40
Merge pull request #4486 from Yokozuna59/standardized-diagrams-definitions
...
standardize info diagram definitions
2023-06-16 17:44:31 +05:30
Sidharth Vinod
1a31dc4be8
Merge pull request #4495 from mermaid-js/update-latest-news-section
...
Update latest news section
2023-06-16 08:24:15 +05:30
steph
9a692b3437
update latest news section
2023-06-15 16:20:22 -07:00
Yokozuna59
95bba56bd8
rename plugin variable into info in infoDetector.ts
2023-06-16 00:07:06 +03:00
Yokozuna59
45f8fb4a84
remove cypress/platform/index.html
2023-06-16 00:05:39 +03:00
Yokozuna59
302f335704
update pnpm-lock.yaml
2023-06-15 23:52:11 +03:00
Yokozuna59
896a8a23ca
indent info.html files
2023-06-15 23:51:03 +03:00
Yokozuna59
9928a15a66
update pnpm-lock.yaml
2023-06-15 14:44:26 +03:00
Yokozuna59
2b388ec6ec
Merge branch 'develop' into standardized-diagrams-definitions
2023-06-15 11:38:41 +03:00
Knut Sveidqvist
cf706ea917
Merge pull request #4493 from mermaid-js/develop
...
Release docs
2023-06-15 09:23:24 +02:00
Sidharth Vinod
3662869ce1
Ignore slack link
2023-06-15 12:50:59 +05:30
Sidharth Vinod
415e73b6f4
Fix lycheeignore
2023-06-15 12:48:20 +05:30
Sidharth Vinod
609530b246
Fix lycheeignore
2023-06-15 12:39:34 +05:30
Sidharth Vinod
cae612dfff
Merge branch 'master' into develop
...
* master:
Use script instead of npm package.
feat: Add plausible
update cSpell
update latest news section
2023-06-15 12:27:47 +05:30
Sidharth Vinod
7cd62bd052
Revert patch changes
2023-06-15 12:25:56 +05:30
Sidharth Vinod
d4a473b88a
Revert patch changes
2023-06-15 12:25:10 +05:30
Sidharth Vinod
c73d4939e9
Ignore localhost
2023-06-15 12:23:17 +05:30
Sidharth Vinod
beb3a227d1
Merge pull request #3814 from weedySeaDragon/docs/3682-developer-contributing
...
chore: revise Contributing documentation
2023-06-15 12:21:29 +05:30
Sidharth Vinod
66116ef8a0
Add docker
2023-06-15 12:08:54 +05:30
Sidharth Vinod
307aa6f623
Merge branch 'develop' into pr/weedySeaDragon/3814
...
* develop:
Rerun
Support for development in Docker
2023-06-15 12:08:30 +05:30
Sidharth Vinod
08c1071382
Ignore localhost links
2023-06-15 12:06:29 +05:30
Sidharth Vinod
186de337b4
Remove duplication from Contributing.md
2023-06-15 12:04:37 +05:30
Sidharth Vinod
8426716886
Merge pull request #4478 from nirname/feature/docker-development-support
...
Support for development in Docker
2023-06-15 10:34:09 +05:30
Sidharth Vinod
ecec4d9e4c
Update development.md
2023-06-15 10:31:16 +05:30
Sidharth Vinod
5b4efbad49
ignore .pnpm-store
2023-06-15 09:50:14 +05:30
Sidharth Vinod
1a6fd69f65
Merge branch 'develop' into pr/weedySeaDragon/3814
...
* develop: (815 commits)
Move filetype Recommendations to the top
Update docs
Update integrations.md per review
Disable coveralls
Update coveralls
Ignore bundlephobia
Update docs
strawman extension and mime type docs
Update docs
Rename info to note
Rename "info" to "note"
Update all patch dependencies
Fix Directives Documentation
Run docs:build
Update tutorial link
Run build
Fix link to Tutorials from n00b-overview page
Correct timeline spelling
UPdated version to 10.2.3
Remove old changelog
...
2023-06-15 09:49:26 +05:30
Yokozuna59
b7795ef12d
remove empty options in cypress info.spec.ts
2023-06-15 03:18:09 +03:00
Yokozuna59
35e81f3fd4
format and add theme to cypress info.html
2023-06-15 02:56:29 +03:00
Yokozuna59
7e639bec3a
convert the cypress info.spec.js into ts
2023-06-15 02:41:07 +03:00
Yokozuna59
9deae27c82
add messing timeline and info demoes links
2023-06-15 02:30:51 +03:00
Yokozuna59
689ffbf5a5
change infoDb db export
2023-06-15 01:01:35 +03:00
Yokozuna59
f630fba392
remove default export in info files
2023-06-14 23:27:27 +03:00
Yokozuna59
bf346ea155
resolve db import in info.spec.ts
2023-06-14 22:23:31 +03:00
Yokozuna59
d6bd59c46e
remove assigned variables to their variables and export db without default
2023-06-14 22:09:15 +03:00
Yokozuna59
0cc93d38c6
use object destructuring for getConfig in infoRenderer
2023-06-14 22:04:28 +03:00
Yokozuna59
6ff33149e0
move default_info_db into infoDbOF
2023-06-14 22:01:27 +03:00
Yokozuna59
638c3691a8
remove id and diagram assigning in info loader
2023-06-14 21:14:55 +03:00
Yokozuna59
599fb3a728
assign returned variables to their variables
2023-06-14 20:13:22 +03:00
Yokozuna59
4b7ed7845b
remove handled ts-ignore
in info diagram
2023-06-14 17:28:37 +03:00
Yokozuna59
0c449bbd27
handle optional .styles
2023-06-14 17:27:04 +03:00
Yokozuna59
8d60ef6d0a
add info fields interface
2023-06-14 13:54:09 +03:00
Yokozuna59
6af2438474
add default info db and recreate clear function for info
2023-06-14 13:48:39 +03:00
Sidharth Vinod
56a9625d95
Merge pull request #4485 from bollwyvl/gh-3098-document-extension-and-mime
...
Document recommended file extension and MIME type docs
2023-06-13 21:20:19 +05:30
Sidharth Vinod
921bbd1a9f
Move filetype Recommendations to the top
2023-06-13 21:19:01 +05:30
Yokozuna59
750b1d2223
add HTML type and change svg type generic types
2023-06-13 16:56:31 +03:00
Yokozuna59
ae14f6a947
add parial parts to info graph
2023-06-13 18:50:08 +03:00
Yokozuna59
daee545e78
ignore ts check for renders until handle them
2023-06-13 17:59:41 +03:00
Yokozuna59
ab0eb6c9bf
add @types/d3-selection
to mermaid dev deps
2023-06-13 17:58:25 +03:00
Yokozuna59
2a5b122d0c
standardize ts-ignore for info graph
2023-06-13 15:32:00 +03:00
bollwyvl
3e20a42b3e
Update docs
2023-06-13 12:00:46 +00:00
Nicholas Bollweg
e2a32e5040
Update integrations.md per review
2023-06-13 06:57:16 -05:00
Yokozuna59
f0b1529727
rename inf
into toggle
for better readability in infoDb
2023-06-13 13:27:15 +03:00
Yokozuna59
171d7a04f4
caps DB
part in DiagramDb
and InfoDb
2023-06-13 12:24:10 +03:00
Sidharth Vinod
445da58b51
Merge branch 'develop' into sidv/splitUnicode
...
* develop:
Disable coveralls
2023-06-13 12:50:52 +05:30
Sidharth Vinod
40199e28b8
Disable coveralls
2023-06-13 12:23:41 +05:30
Sidharth Vinod
25a85eef69
Merge branch 'develop' into sidv/splitUnicode
...
* develop:
Update coveralls
Ignore bundlephobia
Run docs:build
Correct timeline spelling
2023-06-13 11:50:08 +05:30
Sidharth Vinod
245c4f8c78
Update coveralls
2023-06-13 11:49:43 +05:30
Sidharth Vinod
b36a0177db
Use joiner to split unicode
2023-06-13 11:42:39 +05:30
Sidharth Vinod
dd4e14690d
Add types
2023-06-13 11:26:25 +05:30
Sidharth Vinod
5903792207
rename handle-markdown-text
2023-06-13 10:34:24 +05:30
Nikolay Rozhkov
616d445074
Rerun
2023-06-13 00:37:31 +03:00
Justin Greywolf
a9ee184551
spec changes
2023-06-12 14:23:36 -07:00
Nikolay Rozhkov
cdea0ea829
Support for development in Docker
...
Updated lintignore and move dockerfile to .dev
Fix
Updated contributing
Fixing GA
Fix contributing.md
Fixing issues after review
No need to change .eslintignore
2023-06-13 00:20:14 +03:00
Yokozuna59
d0e8074de7
remove empty styles in info diagram
2023-06-12 23:15:24 +03:00
Yokozuna59
e7b9b5a0a9
set styles as optional in DiagramDefinition
2023-06-12 23:10:20 +03:00
Yokozuna59
f35e0cafdf
fix TODs
type in erDiagram
2023-06-12 23:09:26 +03:00
Justin Greywolf
164605b442
update classes to handle , in generic
2023-06-12 11:31:29 -07:00
Sidharth Vinod
af13f3430a
Ignore bundlephobia
2023-06-12 23:57:22 +05:30
Yokozuna59
c78ad7dbac
create ParseDirectiveDefinition
type for parsing directives
2023-06-12 21:11:34 +03:00
Yokozuna59
4320fe7839
return draw function export in info renderer
2023-06-12 20:46:18 +03:00
Yokozuna59
5b4356bd43
remove unnecessary typeof Error in info diagram renderer
2023-06-12 20:34:41 +03:00
Yokozuna59
98d9205e6f
update info @ts-ignore comments deception
2023-06-12 19:49:37 +03:00
Yokozuna59
dfdfa63009
add type
keyword for import for info diagram files
2023-06-12 19:44:36 +03:00
Yokozuna59
e6a48f8baf
standardize info diagram definition
...
* create types
* remove unnessery db attributes
* convert js files to ts
* remove empty styles.js
2023-06-12 19:41:37 +03:00
Yokozuna59
372b57d540
create DrawDefinition
function type
2023-06-12 19:36:54 +03:00
bollwyvl
a7b75d71e4
Update docs
2023-06-12 14:14:19 +00:00
Nicholas Bollweg
64558ffa9c
strawman extension and mime type docs
2023-06-12 09:09:29 -05:00
Yokozuna59
9573f336c3
standardize detectors loeader function definition with DiagramLoader
type
2023-06-12 15:28:45 +03:00
Yokozuna59
6ced1673b0
standardize detector function definition with DiagramDetector
type
2023-06-12 15:21:43 +03:00
Yokozuna59
e688138167
pref: change detectors from .match
into .test
...
there is no need for matching, capturing results, and validating nullablity
just using `.test` would be enough and significantly faster
for more info, see https://stackoverflow.com/10940138/16476610
2023-06-12 14:45:08 +03:00
Yokozuna59
b11c511c5c
remove unnecessary @ts-ignore
and @ts-nocheck
2023-06-12 13:27:40 +03:00
Yokozuna59
5b3e565b63
update pnpm-lock.yaml file
2023-06-12 13:25:36 +03:00
Sidharth Vinod
8cbe1a9046
Fix lint
2023-06-12 15:23:43 +05:30
Sidharth Vinod
4a200473c9
Merge pull request #4467 from adamazing/patch-1
...
Correct "Bronze" spelling in timeline docs
2023-06-12 15:04:24 +05:30
Sidharth Vinod
c85e479f88
Merge branch 'develop' into sidv/splitUnicode
...
* develop:
Update docs
Rename info to note
Rename "info" to "note"
Update all patch dependencies
Fix Directives Documentation
Update tutorial link
Run build
Fix link to Tutorials from n00b-overview page
UPdated version to 10.2.3
Remove old changelog
Remove old changelog
Setting version to 10.2.2
#4446 Improved regular expression
#4446 Updating the cleanup criteria
#4438 Reverted to the changes from #4285
Fix download
Fix compile error in docs.
Fix Contributor link in homepage
Update docs
Add hint on "flowchart" and "graph" (and some more styling)
2023-06-12 14:58:58 +05:30
Sidharth Vinod
a379cd02e7
Add logs
2023-06-12 14:57:56 +05:30
Sidharth Vinod
190d79613d
Merge pull request #4096 from koppor/patch-1
...
Add hint on "flowchart" and "graph"
2023-06-12 13:59:43 +05:30
koppor
bdd3ed41fc
Update docs
2023-06-12 07:51:59 +00:00
Oliver Kopp
ea138ef29f
Rename info to note
2023-06-12 09:48:28 +02:00
Oliver Kopp
26d0e5cb04
Rename "info" to "note"
2023-06-12 09:48:02 +02:00
Oliver Kopp
355b471ca0
Merge branch 'develop' into patch-1
2023-06-12 09:09:29 +02:00
Sidharth Vinod
b651be77f1
Merge pull request #4482 from mermaid-js/renovate/patch-all-patch
...
Update all patch dependencies (patch)
2023-06-12 12:01:52 +05:30
renovate[bot]
a754f7b699
Update all patch dependencies
2023-06-12 05:43:36 +00:00
Sidharth Vinod
2abb9541b6
Merge pull request #4475 from adamazing/fix-directives-documentation
...
Fix Directives Documentation
2023-06-12 11:12:13 +05:30
Adam Henley
d32d935c44
Fix Directives Documentation
...
Signed-off-by: Adam Henley <adamazing@gmail.com >
2023-06-10 23:31:34 +12:00
Adam Henley
c76cb93f6f
Run docs:build
...
Signed-off-by: Adam Henley <adamazing@gmail.com >
2023-06-10 18:27:07 +12:00
Sidharth Vinod
779acb1b72
Merge pull request #4472 from Spiderpig86/patch-1
...
Fix link to Tutorials from n00b-overview page
2023-06-10 08:42:22 +05:30
Stanley Lim
19fab1f6a7
Update tutorial link
2023-06-09 16:52:49 -07:00
Justin Greywolf
f4ffd5c965
Merge branch 'develop' into UpdateClassMemberHandling
2023-06-09 16:01:15 -07:00
Sidharth Vinod
40f517daee
Merge pull request #4473 from mermaid-js/sidv/addPlausible
...
Add Plausible analytics
2023-06-10 01:38:31 +05:30
Sidharth Vinod
88bda42e74
Use script instead of npm package.
2023-06-10 01:37:39 +05:30
Sidharth Vinod
9b6f2ecf42
feat: Add plausible
2023-06-10 01:20:48 +05:30
Stanley Lim
071f490047
Run build
2023-06-09 11:17:03 -07:00
Stanley Lim
6e657e56a0
Fix link to Tutorials from n00b-overview page
2023-06-09 10:41:54 -07:00
Sidharth Vinod
b3ce56c7fc
Cleanup
2023-06-09 17:03:02 +05:30
Sidharth Vinod
3f080e5bc8
Merge branch 'sidv/splitUnicode' of https://github.com/mermaid-js/mermaid into sidv/splitUnicode
...
* 'sidv/splitUnicode' of https://github.com/mermaid-js/mermaid :
Update docs
2023-06-09 16:57:27 +05:30
Sidharth Vinod
7b4601762a
Use splitLineToFitWidth function
2023-06-09 16:57:13 +05:30
sidharthv96
d4edd98b8a
Update docs
2023-06-09 11:24:11 +00:00
Sidharth Vinod
0a437f5800
feat: split unicode properly
2023-06-09 16:48:30 +05:30
Sidharth Vinod
c41df420d7
Add splitText
2023-06-09 11:06:45 +05:30
Sidharth Vinod
dad9e94816
Merge pull request #4468 from mermaid-js/update-latest-news
...
Update latest news section
2023-06-09 10:57:38 +05:30
steph
4adc94761d
update cSpell
2023-06-08 22:00:50 -07:00
steph
a51e6e06f7
update latest news section
2023-06-08 21:55:20 -07:00
Adam Henley
768e0122e2
Correct timeline spelling
...
Spotted a spelling mistake while browsing the docs.
s/Broze/Bronze/
2023-06-09 16:40:28 +12:00
Laura Valentine Tscharner
b79f9bdced
docs(sequence): actor creation and destruction #1838
2023-06-08 17:44:36 +01:00
Laura Valentine Tscharner
d06bb05c5f
feat(sequence): actor creation and destruction #1838
2023-06-08 17:17:31 +01:00
Knut Sveidqvist
ac9a79643c
Merge branch 'release/10.2.3'
2023-06-08 16:30:10 +02:00
Knut Sveidqvist
9a080bb975
Merge branch 'release/10.2.3' into develop
2023-06-08 16:29:53 +02:00
Knut Sveidqvist
75f9de3d4a
UPdated version to 10.2.3
2023-06-08 16:24:25 +02:00
Knut Sveidqvist
81e86bc87c
Merge branch '10.2.2' into develop
2023-06-08 15:07:31 +02:00
Sidharth Vinod
f464212dc0
Merge pull request #4416 from MikeJeffers/bug/4408
...
Fix #4408 : Handle wrapping long words
2023-06-08 11:46:09 +05:30
Sidharth Vinod
0ad084182a
Remove old changelog
2023-06-08 11:42:14 +05:30
Sidharth Vinod
e2e9d0f1f3
Remove old changelog
2023-06-08 11:36:47 +05:30
Sidharth Vinod
ac488dd800
Merge branch 'develop' into pr/MikeJeffers/4416
...
* develop:
Update docs
2023-06-08 11:13:51 +05:30
sidharthv96
d00d20fc37
Update docs
2023-06-07 18:49:51 +00:00
Sidharth Vinod
88b94dea66
Merge branch 'develop' into pr/MikeJeffers/4416
...
* develop: (45 commits)
Add nextra to cSpell
Update docs: Added Nextra to Blogs category on integrations page
Render empty lines correctly
Restore classes on edges for elk
Update diagram proposal
Update docs
Added CKEditor and GitHub Writer to available integrations.
Fix exceptions for empty lines
chore(deps): update all patch dependencies
build(deps): fix broken pnpm-lock.yaml file
Mermaid version 10.2.0
Mermaid Version 10.2.0-rc.4
Label background fix
Test commit
Fix for regression error in sequenceDiagrams
Update all minor dependencies
Update all patch dependencies
Update docs
Add contributors profile url
ignore ZenUML types
...
2023-06-08 00:16:49 +05:30
Sidharth Vinod
9896402be6
Merge branch 'develop' of https://github.com/mermaid-js/mermaid into develop
...
* 'develop' of https://github.com/mermaid-js/mermaid :
Update docs: Added Nextra to Blogs category on integrations page
2023-06-08 00:16:16 +05:30
Sidharth Vinod
e9b76bba9b
Add nextra to cSpell
2023-06-08 00:16:12 +05:30
Sidharth Vinod
ad09d63f65
only split if string is over length.
2023-06-08 00:07:33 +05:30
Sidharth Vinod
af7531d08a
Merge pull request #4463 from try-to-fly/add-nextra-to-blogs-integrations
...
Update docs: Added Nextra to Blogs category on integrations page
2023-06-07 20:28:40 +05:30
微笑
eef6745272
Update docs: Added Nextra to Blogs category on integrations page
2023-06-07 16:06:52 +08:00
mikejeffers
0cb6df1ef8
refactor text width computing func
2023-06-06 23:11:07 -04:00
Jonathan Young
ab627802a8
Changed C4 stereotype braces to «»
2023-06-05 12:01:37 +01:00
Sidharth Vinod
f20ff4d580
Merge pull request #4436 from slab/zh-mermaid-empty-text
...
Fix exceptions for empty lines
2023-06-05 11:43:43 +05:30
Zihua Li
2a6603b33a
Render empty lines correctly
2023-06-04 16:24:41 +08:00
Sidharth Vinod
6115f6976a
Merge pull request #4452 from yoavst/feature/restore-classes-on-edges-for-elk
...
Restore classes on edges for elk
2023-06-04 12:02:54 +05:30
Yoav Sternberg
da1beb36bf
Restore classes on edges for elk
2023-06-02 22:10:39 +03:00
Justin Greywolf
b0b3c7f410
Update and add tests
2023-06-02 03:08:53 -07:00
Knut Sveidqvist
1b40f552b2
Merge pull request #4334 from mermaid-js/sidv/zenuml
...
Add `@mermaid-js/mermaid-zenuml` package for zenuml Integration
2023-06-02 08:41:49 +02:00
Knut Sveidqvist
5b696a72f8
Merge pull request #4448 from mermaid-js/sidv/diagramProposal
...
Update diagram proposal
2023-06-02 08:40:35 +02:00
Sidharth Vinod
d148a65967
Merge branch 'develop' into sidv/zenuml
...
* develop: (22 commits)
Update docs
Added CKEditor and GitHub Writer to available integrations.
chore(deps): update all patch dependencies
build(deps): fix broken pnpm-lock.yaml file
Mermaid version 10.2.0
Mermaid Version 10.2.0-rc.4
Label background fix
Test commit
Fix for regression error in sequenceDiagrams
Fix visibility issue for fields
fix parsing issue with class diagrams
fix: Use unicode arrows in quadrant chart axis
fix: Use unicode arrows in quadrant chart axis
fix lint command
Bump version
Back to JS with jsdoc types
Add unsupported text
Reduce changes in test
Fix deps
Fix lockfile
...
2023-06-02 11:59:12 +05:30
Sidharth Vinod
74ccf6410d
Update diagram proposal
2023-06-02 11:50:49 +05:30
sidharthv96
c2c8024718
Update docs
2023-05-31 11:11:04 +00:00
Sidharth Vinod
5338d90077
Merge pull request #4440 from AnnaTomanek/patch-1
...
Add CKEditor and GitHub Writer to available integrations
2023-05-31 16:36:30 +05:30
Anna Tomanek
180c695f2f
Added CKEditor and GitHub Writer to available integrations.
2023-05-31 12:15:40 +02:00
Justin Greywolf
0aa09bfca5
Create new type for member handling
2023-05-30 10:43:44 -07:00
Zihua Li
ce9bdcc53f
Fix exceptions for empty lines
2023-05-29 21:00:37 +08:00
renovate[bot]
38d9ebc5da
chore(deps): update all patch dependencies
2023-05-29 05:19:50 +00:00
Sidharth Vinod
5fd5de10b5
Merge pull request #4400 from mermaid-js/sidv/quadrantArrows
...
Quadrant chart unicode arrows
2023-05-26 17:21:26 +05:30
Alois Klink
cb2bc2a587
Merge pull request #4425 from aloisklink/chore/fix-broken-lockfile
...
Fix broken `pnpm-lock.yaml` file to fix CI
2023-05-24 23:03:54 +01:00
Sidharth Vinod
102b9bc8c3
Merge branch 'develop' into sidv/zenuml
...
* develop:
Update all minor dependencies
Update all patch dependencies
2023-05-23 10:36:02 +05:30
Sidharth Vinod
9cec5ae1c4
Merge branch 'sidv/zenuml' of https://github.com/mermaid-js/mermaid into sidv/zenuml
...
* 'sidv/zenuml' of https://github.com/mermaid-js/mermaid :
Update docs
Add contributors profile url
ignore ZenUML types
fixed typo and update peerDependencies version
update pnpm-lock.yaml
Address mermaid-zenuml PR comments
Update all minor dependencies
Update all patch dependencies
Fix vitepress build
2023-05-23 10:34:08 +05:30
mikejeffers
496585b543
handle trailing whitespace on lines
2023-05-20 16:04:58 -04:00
mikejeffers
9e6168111f
add e2e test
2023-05-20 15:20:28 -04:00
mikejeffers
f535640c1e
Fixes #4408 : solve infinite loop on words that exceed width constraint with word break
2023-05-20 14:59:04 -04:00
Alois Klink
acc19db5bb
Merge branch 'develop' into sidv/zenuml
...
Conflicts:
pnpm-lock.yaml
2023-05-17 19:59:58 +01:00
aloisklink
6cce1b20fb
Update docs
2023-05-17 18:46:58 +00:00
dontry
a00616863d
Add contributors profile url
2023-05-17 19:26:43 +01:00
dontry
49c97dad4c
ignore ZenUML types
2023-05-17 19:26:43 +01:00
Alois Klink
e984b34af4
Merge branch 'develop' into sidv/zenuml
...
* develop: (66 commits)
Update docs
Update docs
Improve the wording of security level values
Added quadrantChart to the side bar
Added e2e test cases with some fixes
Added documentation for the quadrantChart
Restructured the build function and addressed more review comment
Fixed some parser issue and added test cases for the parser
Fixed review comment
Update docs
Converted files to typescript and added proper types
Fix blog linting
Debug fetch-contributors
Fix lockfile
Revert "Replace esno & ts-node with tsx"
[draft] Added support for quadrant chart
Fix lockfile
Fix build
Update pnpm-lock
Replace esno & ts-node with tsx
...
Merge conflicts:
- pnpm-lock.yaml
2023-05-17 19:25:29 +01:00
Sidharth Vinod
c255d95ae2
Merge pull request #4405 from ZenUml/dongc/zenuml
...
Address mermaid-zenuml PR comments
2023-05-17 19:10:25 +01:00
Dong Cai
27e59e5adc
fixed typo and update peerDependencies version
2023-05-17 19:10:19 +01:00
Dong Cai
507e24cc72
update pnpm-lock.yaml
2023-05-17 19:10:03 +01:00
Dong Cai
bb400d53b9
Address mermaid-zenuml PR comments
2023-05-17 19:09:48 +01:00
Sidharth Vinod
6a89ef94f7
Cleanup
2023-05-17 11:21:03 +05:30
Sidharth Vinod
97be4983f0
Merge branch 'develop' into sidv/zenuml
...
* develop: (66 commits)
Update docs
Update docs
Improve the wording of security level values
Added quadrantChart to the side bar
Added e2e test cases with some fixes
Added documentation for the quadrantChart
Restructured the build function and addressed more review comment
Fixed some parser issue and added test cases for the parser
Fixed review comment
Update docs
Converted files to typescript and added proper types
Fix blog linting
Debug fetch-contributors
Fix lockfile
Revert "Replace esno & ts-node with tsx"
[draft] Added support for quadrant chart
Fix lockfile
Fix build
Update pnpm-lock
Replace esno & ts-node with tsx
...
2023-05-16 23:26:35 +05:30
Sidharth Vinod
c7affbe33b
Merge pull request #4405 from ZenUml/dongc/zenuml
...
Address mermaid-zenuml PR comments
2023-05-16 23:25:29 +05:30
Dong Cai
82eccb70fa
fixed typo and update peerDependencies version
2023-05-16 23:41:53 +10:00
Dong Cai
c889ef0c30
update pnpm-lock.yaml
2023-05-16 21:08:25 +10:00
Dong Cai
cce5505662
Address mermaid-zenuml PR comments
2023-05-16 20:30:25 +10:00
Garen J. Torikian
dfb15901f4
Make the doc change in the right place
...
This is due to the sloppy fact that there are two copies of every doc
page in the repo.
2023-05-15 09:26:49 -04:00
Sidharth Vinod
b925849893
fix: Use unicode arrows in quadrant chart axis
2023-05-15 13:36:35 +05:30
Sidharth Vinod
d86d1e7887
fix: Use unicode arrows in quadrant chart axis
2023-05-15 13:32:59 +05:30
Garen Torikian
c9da36dc8b
Fix a typo
2023-05-14 14:27:08 -04:00
koppor
5c8b739047
Update docs
2023-04-30 18:19:56 +00:00
Oliver Kopp
df1095166e
Add hint on "flowchart" and "graph" (and some more styling)
2023-04-30 20:16:24 +02:00
Sidharth Vinod
a01343bf1b
Fix lockfile
2023-04-27 10:37:35 +05:30
Sidharth Vinod
88f9233aa8
Merge branch 'develop' into sidv/zenuml
...
* develop:
submit built docs
update Font Awesome Version
Clarify FontAwesome support
2023-04-27 10:36:16 +05:30
Sidharth Vinod
8cd48bf405
Add docs
2023-04-26 00:31:00 +05:30
Sidharth Vinod
8b18fd93f4
Add test
2023-04-26 00:20:00 +05:30
Sidharth Vinod
ec62c2bf5b
Merge branch 'develop' into sidv/zenuml
...
* develop: (33 commits)
Update version
Fix classParser
Check for conflict when linting jison
Update class grammar test
fix Class diagram grammar
Skip sourcemap
Bump version
Update deps
Fix unit tests
Update vite
Fix applitools cypress
Update packages/mermaid/package.json
chore(deps): update dependency typescript to v5
fix typedoc
fix(deps): update all minor dependencies
chore(deps): update pnpm to v8
chore(deps): update fregante/setup-git-user action to v2
fix(deps): update all minor dependencies
chore(deps): update dependency start-server-and-test to v2
chore(deps): update dependency rimraf to v5
...
2023-04-26 00:15:52 +05:30
Sidharth Vinod
b9e7ba023f
Update ZenUML
2023-04-26 00:12:39 +05:30
RohanHandore
3f7bafb2d7
I refactored the code to improve its time complexity by removing unnecessary code and optimizing the existing code.
...
Here are the changes I made:
Removed unnecessary variables and assignments
Removed unnecessary object property assignments
Removed redundant code by consolidating similar conditionals
Removed unused parameters and default values
Simplified some conditionals with boolean expressions
Removed unused variables and imports
Extracted common code into a reusable function
By optimizing the code in these ways, we can reduce the time complexity of the code and improve its performance.
2023-04-24 12:14:40 +05:30
Sidharth Vinod
12ed81855a
Add zenuml
2023-04-23 00:34:59 +05:30
Tom PERRILLAT-COLLOMB
c15326b896
test(flowchart): add test on multiple classes declaration
2022-12-22 13:59:49 +01:00
Tom PERRILLAT-COLLOMB
c0391c8a15
docs(flowchart): add docs on multiple classDef/linkStyle definition
2022-12-22 13:47:53 +01:00
Tom PERRILLAT-COLLOMB
2055f89bf7
feat(flowchart): add classDef group definition
...
enable to add styles to many classDef in a single statement
2022-12-17 11:34:44 +00:00
Ashley Engelund (weedySeaDragon @ github)
a497909446
fix pnpm dev command example
2022-11-28 08:54:14 -08:00
Ashley Engelund
75fa259472
simplify pnpm cypress command example
...
Co-authored-by: Sidharth Vinod <sidharthv96@gmail.com >
2022-11-28 08:46:10 -08:00
Ashley Engelund (weedySeaDragon @ github)
6807f19ec2
fix links
2022-11-28 07:38:19 -08:00
Ashley Engelund (weedySeaDragon @ github)
3c49fb2c84
(minor) force link check again (too many network calls before)
2022-11-27 11:39:25 -08:00
Ashley Engelund (weedySeaDragon @ github)
b15eacf6f2
remove references to old sidebar.md file
2022-11-27 11:11:13 -08:00
Ashley Engelund (weedySeaDragon @ github)
3eb2bb9c0b
Merge develop into HEAD; install; lint:fix
2022-11-25 10:40:04 -08:00
Ashley Engelund (weedySeaDragon @ github)
ee0f872b5b
Merge develop cSpell.json
2022-11-25 10:37:17 -08:00
Ashley Engelund (weedySeaDragon @ github)
bd5b5cda06
Merge remote-tracking branch 'origin/docs/3682-developer-contributing' into docs/3682-developer-contributing
...
# Conflicts:
# packages/mermaid/src/docs/community/development.md
2022-11-19 09:23:24 -08:00
Ashley Engelund (weedySeaDragon @ github)
fee63d83ee
update related /docs file
2022-11-19 09:16:19 -08:00
Ashley Engelund
0333bc172c
spelling: description; .. help us keep release notes organized
...
Co-authored-by: Sidharth Vinod <sidharthv96@gmail.com >
2022-11-18 15:39:29 -08:00
Ashley Engelund
71d2175e19
questions? search in... capitalize Search, + closed issues
...
Co-authored-by: Sidharth Vinod <sidharthv96@gmail.com >
2022-11-18 15:38:52 -08:00
Ashley Engelund (weedySeaDragon @ github)
bd8f620480
updates based on sidharthv96's review
2022-11-18 15:24:10 -08:00
Ashley Engelund (weedySeaDragon @ github)
3fbc26dfc9
Merge remote-tracking branch 'MERMAID/develop' into docs/3682-developer-contributing
2022-11-18 09:50:21 -08:00
Ashley Engelund (weedySeaDragon @ github)
a867400d56
(minor) fix formatting; add "upvoting" to cSpell.json
2022-11-18 09:37:57 -08:00
Ashley Engelund (weedySeaDragon @ github)
acebcbffc8
/doc files changed
2022-11-18 09:06:48 -08:00
Ashley Engelund (weedySeaDragon @ github)
449cbdfd02
make TODOs bold, ital so they're obv
2022-11-18 09:03:01 -08:00
Ashley Engelund (weedySeaDragon @ github)
3bdcfd9160
add TODO - PRs should start with... (fix|bug|feat|...)
2022-11-18 08:52:16 -08:00
Ashley Engelund (weedySeaDragon @ github)
9c0b81cee0
sidebar menu: remove sub-sub sections since sub menus cannot be collapsed
2022-11-18 08:52:16 -08:00
Ashley Engelund (weedySeaDragon @ github)
6b8f60efcf
nav menu: contributing now points to src/doc about contributing
2022-11-18 08:52:16 -08:00
Ashley Engelund (weedySeaDragon @ github)
950832e56b
Minor wording changes to Tech Reqs/Setup
2022-11-18 08:52:16 -08:00
Ashley Engelund (weedySeaDragon @ github)
535a1fc8cf
add mermaid diagram
2022-11-18 08:52:16 -08:00
Ashley Engelund (weedySeaDragon @ github)
548ae5b023
sidebar: add sub-entries for Development/contribution
2022-11-18 08:52:16 -08:00
Ashley Engelund (weedySeaDragon @ github)
16d1610d75
clarify section headings; add TODO
2022-11-18 08:52:16 -08:00
Ashley Engelund (weedySeaDragon @ github)
e02240450a
delete vdocs dir; it not longer exists
2022-11-18 08:52:16 -08:00
Ashley Engelund (weedySeaDragon @ github)
5eee76764d
add TBD/comments in 'Contribute to Documentation....' section
2022-11-18 08:52:16 -08:00
Ashley Engelund (weedySeaDragon @ github)
dabda9d4ef
CONTRIBUTING.md is note (with link) to development.md on doc site
2022-11-18 08:52:16 -08:00
Ashley Engelund (weedySeaDragon @ github)
135893f067
copy working draft to vdocs/community/development.md
2022-11-18 08:52:16 -08:00
Ashley Engelund (weedySeaDragon @ github)
95120c3f21
added main TOC headings
2022-11-18 08:52:16 -08:00
Ashley Engelund (weedySeaDragon @ github)
47b695c3c5
reorganize, start adding text
2022-11-18 08:52:16 -08:00