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
v10.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
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