Alois Klink
cfe710f42b
refactor: handle StateDB .extract()
properly
...
Fix the StateDB properly for stateDiagram-v1 vs stateDiagram-v2.
2025-02-17 15:54:19 +05:30
saurabhg772244
fe6f05eec9
Merge branch 'develop' of github.com-mermaid:mermaid-js/mermaid into saurabh/refactor/convert-sequenceDb-to-class
2025-02-15 22:56:53 +05:30
Sidharth Vinod
548256507d
Merge pull request #6269 from mermaid-js/renovate/npm-esbuild-vulnerability
...
chore(deps): update dependency esbuild to ^0.25.0 [security]
2025-02-15 16:51:26 +00:00
Sidharth Vinod
d8ebf7a136
Merge pull request #6250 from mermaid-js/saurabh/refactor/convert-stateDb-to-class-v2
...
Refactor: V2. Change StateDB to class based architecture.
2025-02-15 16:50:55 +00:00
Sidharth Vinod
27912bee8c
Merge branch 'develop' into bug/5955_adjust-diagram-position-with-legend-width
2025-02-15 22:14:44 +05:30
renovate[bot]
a758b24b75
chore(deps): update dependency esbuild to ^0.25.0 [security]
2025-02-15 16:16:28 +00:00
Saurabh Gore
88abf46fc3
Update .changeset/grumpy-cheetahs-deliver.md
...
Co-authored-by: Sidharth Vinod <github@sidharth.dev >
2025-02-15 21:33:58 +05:30
Sidharth Vinod
2eeba0e999
Merge branch 'develop' into saurabh/refactor/convert-stateDb-to-class-v2
2025-02-15 21:31:14 +05:30
Sidharth Vinod
397684fe49
Merge pull request #6284 from mermaid-js/renovate/npm-dompurify-vulnerability
...
fix(deps): update dependency dompurify to v3.2.4 [security]
2025-02-15 16:00:56 +00:00
Sidharth Vinod
bc1f769f13
Merge pull request #6287 from sidharthv96/sidv/tokenlessArgos
...
chore: Add tokenless auth to argos
2025-02-15 21:30:39 +05:30
Sidharth Vinod
f6592235a2
chore: Use RUN_VISUAL_TEST in cypress config
2025-02-15 21:05:47 +05:30
Sidharth Vinod
57805dafa4
chore: Use argos tokenless auth
2025-02-15 20:51:56 +05:30
Sidharth Vinod
3b92f979e3
chore: Add tokenless auth to argos
2025-02-15 20:28:55 +05:30
renovate[bot]
7a7e4b4e6f
fix(deps): update dependency dompurify to v3.2.4 [security]
2025-02-15 14:39:21 +00:00
Sidharth Vinod
c5843bee23
chore: Update argos token
...
We have added a check in e2e, to ensure events in forks will not trigger the visual tests.
This will not protect against malicious users, but there is no other way to support PRs from forks.
A proposal has been sent to Argos team to add a secure approach for public repos, fingers crossed.
2025-02-15 20:07:41 +05:30
Sidharth Vinod
ada42b892c
Ignore huehive
2025-02-14 21:41:53 +05:30
Sidharth Vinod
62f9261c4e
Merge branch 'develop' into saurabh/refactor/convert-stateDb-to-class-v2
2025-02-14 21:21:00 +05:30
Sidharth Vinod
a19b42f3c2
Merge pull request #6283 from mermaid-js/sidv/argos-skip-renovate
...
Run visual test on all PRs, except renovate bot's
2025-02-14 21:20:38 +05:30
Sidharth Vinod
9f90f4f23a
chore: Run argos on all PRs, except renovate bot's
2025-02-14 21:17:29 +05:30
saurabhg772244
451c886f50
Code refactor.
2025-02-14 19:17:09 +05:30
saurabhg772244
0a1a112605
Move setWrap below clear in constructor.
2025-02-14 17:51:17 +05:30
Sidharth Vinod
348401c4f4
Merge pull request #6253 from mermaid-js/renovate/npm-vitest-vulnerability
...
chore(deps): update dependency vitest to v1.6.1 [security]
2025-02-13 19:48:12 +00:00
Sidharth Vinod
8145199203
Merge pull request #6265 from Mandzhi/Mandzhi-patch-2
...
Update tutorials.md
2025-02-13 19:47:54 +00:00
Sidharth Vinod
f408e938d4
chore: Fix exclude
2025-02-14 01:01:48 +05:30
autofix-ci[bot]
af6e2b4cb6
[autofix.ci] apply automated fixes
2025-02-13 08:23:14 +00:00
renovate[bot]
7a4a52b50a
chore(deps): update dependency vitest to v1.6.1 [security]
2025-02-13 08:21:24 +00:00
Sidharth Vinod
ee05d8588f
Merge pull request #6245 from homersimpsons/patch-1
...
Add git graph preview in README.md
2025-02-13 13:49:08 +05:30
Sidharth Vinod
58175f647e
docs: Cleanup minor issues
2025-02-13 13:47:49 +05:30
Shahir Ahmed
5f7c68def7
refactor: standardize variable naming and improve legend width calculations
...
Co-authored-by: pranavm2109 <mishrap@dickinson.edu >
2025-02-13 01:46:27 -05:00
Shahir Ahmed
d618b8398e
adds test for journey
...
Co-authored-by: Pranav Mishra <mishrap@dickinson.edu >
2025-02-12 19:54:56 -05:00
Shahir Ahmed
db4ea020ba
testing
...
Co-authored-by: Pranav Mishra <mishrap@dickinson.edu >
2025-02-12 18:39:03 -05:00
pranavm2109
5366e8b692
added first draft of cypress visual tests
...
Co-authored-by: Shahir Ahmed <ahmeds@dickinson.edu >
2025-02-12 15:19:37 -05:00
saurabhg772244
6ca8f46d37
Updated unit tests.
2025-02-12 16:15:06 +05:30
saurabhg772244
b2dfbb6ffd
Merge branch 'develop' of https://github.com/mermaid-js/mermaid into saurabh/refactor/convert-sequenceDb-to-class
2025-02-12 16:04:54 +05:30
saurabhg772244
ffa7804af0
added changeset
2025-02-12 16:04:22 +05:30
saurabhg772244
f454865b97
Updated unit tests to reflect new DB instance per parse.
2025-02-12 16:00:14 +05:30
saurabhg772244
d83b1a5dbc
Refactored arrow function to regular function and assigned unique ID to messages during parsing.
2025-02-12 15:54:51 +05:30
Radmila M.
d07f85e6ac
Add files via upload
2025-02-10 14:05:55 +03:00
Radmila M.
a79c0f4c00
Update tutorials.md
2025-02-10 14:01:09 +03:00
Radmila M.
4a19740aea
Update tutorials.md
2025-02-10 13:24:38 +03:00
Shahir Ahmed
fbac4c61bb
diagram adjusts with legend width changes
...
Co-authored-by: Pranav Mishra <mishrap@dickinson.edu >
2025-02-05 19:27:32 -05:00
saurabhg772244
4dbaa2b5d6
code refactor
2025-02-04 19:18:46 +05:30
saurabhg772244
9cad3c7aea
added changeset
2025-02-04 17:09:09 +05:30
saurabhg772244
56d66cdabc
Fix issue where data was not being set in the db after parsing.
2025-02-04 16:45:45 +05:30
saurabhg772244
a0e5408850
convert stateDb to class, added test case.
2025-02-04 16:41:54 +05:30
homersimpsons
d155e414a0
Add git graph preview in README.md
2025-02-01 11:20:06 +01:00
Ashish Jain
8dd0e7a794
Merge pull request #6229 from mermaid-js/patch/font-family-legend-user-diagram
...
Set custom font family for legend in user diagrams.
2025-01-28 10:30:20 +01:00
saurabhg772244
5e9c887385
Fixed unit tests.
2025-01-27 16:30:35 +05:30
saurabhg772244
fdb8ae5b53
Set custom font family for legend in user diagrams.
2025-01-27 16:16:43 +05:30
Sidharth Vinod
e2de55202f
Merge pull request #6224 from theHacker/patch-1
...
Fix: Wrong link to d3-shape documentation in Flowchart docs
2025-01-26 00:40:08 +05:30