Knut Sveidqvist
356da0b4d7
Merge branch 'develop' into 6576-state-diagram-label-position
2025-08-08 12:01:34 +02:00
Knut Sveidqvist
c4eb526162
Merge pull request #6734 from mermaid-js/6730-gantt-excludes-datetime-format
...
6730: Fix excluded dates ignored in YYYY-MM-DD HH:mm:ss date format in gantt diagram
2025-08-08 09:33:56 +00:00
Knut Sveidqvist
074701e316
Merge pull request #6833 from mermaid-js/6611-block-diagram-arrow-direction
...
6611: Block diagram shows incorrect arrow direction
2025-08-08 07:24:02 +00:00
Sidharth Vinod
4b31361506
Merge pull request #6733 from mermaid-js/fix-connection-gaps-in-flowchart-shapes
...
Fix: Connection gaps in flowchart shapes
2025-08-07 14:36:34 +00:00
darshanr0107
165ffefad5
chore: remove unnecessary test case
...
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com >
2025-08-07 12:09:49 +05:30
darshanr0107
f5445b266e
fix: incorrect arrow direction in block direction
...
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com >
2025-08-06 20:01:28 +05:30
Krishna Upadhyay
c99bce6bab
fix: add classLiteral to the language for class diagram namespace
2025-08-05 12:15:44 -05:00
omkarht
b451c66d7c
chore: added test case for updated shapes
...
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com >
2025-08-05 19:43:34 +05:30
shubham-mermaid
6d1d46f88a
Merge branch 'develop' into bug/6795_fix-flowchart-elk-detector
2025-07-29 15:11:56 +05:30
Alois Klink
0cc0b63e52
Merge pull request #6702 from qraqras/bug/6633_remove-unexpected-spaces-in-block-diagram
...
Fix: Remove unexpected spaces in Block Diagram
2025-07-29 08:29:22 +00:00
Alois Klink
e073c80019
test(e2e): test block column overflowing
...
Add a test-case for 939da082b
(Fix 6633, 2025-06-28), that checks
whether overflowing blocks render correctly.
2025-07-29 15:27:10 +09:00
Hashan Chandika
ac04172cf8
add tests for #6795
2025-07-27 14:53:28 +05:30
SpecularAura
af585bdcc7
Added a functioning visual test for per link curve styling
2025-07-17 21:09:22 +00:00
Sidharth Vinod
15e7c890ed
Merge branch 'develop' into 6576-state-diagram-label-position
2025-07-15 20:21:40 +05:30
darshanr0107
bb7cd70034
Merge branch 'develop' into 6730-gantt-excludes-datetime-format
2025-07-10 16:35:54 +05:30
darshanr0107
35a92efcdc
resolve PR comments
2025-07-10 15:49:53 +05:30
Sidharth Vinod
ca2eca58c9
Merge branch 'develop' into sidv/packet-release
...
* develop: (266 commits)
chore: update E2E timings
docs: Update changeset
fix: Add useful error message to test
chore: Add treemap example
chore: Add treemap example
chore: Add peerDependency to @mermaid-js/examples
Version Packages
docs: Update changeset
update in changeset
updated validaor and tests to use treemap
Updated parser to use treemap
chore: Fail build in CI on type errors
fix text going outside node
Version Packages
Updated phpbb url to support 403 in lychee
Updated lychee for working url phpbb.com
resolve PR comment
resolve PR comments
chore: update E2E timings
add changeset
...
2025-07-10 00:38:41 +05:30
darshanr0107
5f0c53c8a7
fix excluded dates ignored in YYYY-MM-DD HH:mm:ss date format
2025-07-09 20:02:18 +05:30
github-actions[bot]
cdd1a70b67
chore: update E2E timings
2025-07-08 04:14:48 +00:00
github-actions[bot]
c884def5fc
chore: update E2E timings
2025-07-03 04:14:58 +00:00
darshanr0107
7f109c7b94
Merge branch 'develop' into 6576-state-diagram-label-position
2025-07-01 11:15:46 +05:30
darshanr0107
4254bdd473
added test cases for edge label positions
2025-06-30 20:15:32 +05:30
shubham-mermaid
caa04aad8b
Updated code as per suggestions
2025-06-27 13:48:44 +05:30
shubham-mermaid
4ee124bf91
Merge branch 'develop' into knsv-treemap
2025-06-26 13:04:47 +05:30
Ashish Jain
ca80f719ea
fix(timeline): ensure consistent vertical line lengths with visible arrowheads
...
- Fixed inconsistent vertical line lengths in timeline diagrams
- All vertical lines now extend to same depth regardless of event count
- Added sufficient padding for clear visibility of dashed lines and arrowheads
- Added comprehensive test case and demo example
Fixes #6610
2025-05-26 12:16:58 +02:00
Knut Sveidqvist
dc3ed65c18
Commented out skipped tests
2025-05-20 15:26:27 +02:00
Knut Sveidqvist
43092e6e11
Fixed rendering issues found while testing, setting to treemap-beta
2025-05-20 15:22:49 +02:00
Knut Sveidqvist
878e77acab
Updates after review comments
2025-05-20 12:56:31 +02:00
Knut Sveidqvist
41108358f6
Adding support for title and accessibilities
2025-05-15 10:44:46 +02:00
Knut Sveidqvist
fe33d5fb53
Merge remote-tracking branch 'origin/develop' into knsv-treemap
2025-05-12 19:18:04 +02:00
Knut Sveidqvist
df1e739194
Added support for valueFormat directive
2025-05-12 17:40:23 +02:00
Knut Sveidqvist
2def5a0768
Added visual tests
2025-05-12 17:16:29 +02:00
Knut Sveidqvist
f0c3dfe3b3
Added rendering and documentation for treemap
2025-05-12 15:47:58 +02:00
Alois Klink
f20c677982
test(e2e): fix arrowMarkerAbsolute: true
test
...
The `/` and `:` characters in `url()` are now escaped using
`CSS.escape`.
See: e79147dcfc
2025-05-12 12:00:09 +02:00
Alois Klink
e46fd145b2
test(e2e): skip arrowMarkerAbsolute: 'false'
...
This feature looks like it's been broken for a long time, but something
about the Cypress environment was rewriting the URL to be relative,
causing this test to incorrectly pass.
2025-05-12 11:56:26 +02:00
Ashish Jain
ce1bfb2af5
Merge pull request #6470 from nour0205/fix/flowchart-inherit-dir
...
feat(flowchart): add inheritDir option for subgraph direction
2025-05-07 20:06:49 +00:00
Knut Sveidqvist
e0a075ecca
Adding treemap
2025-05-07 18:16:00 +02:00
Monica Nguyen
475532a839
Merge branch 'develop' into feature/3250/add_vertline_to_gantt_plot
2025-04-24 11:39:10 -04:00
github-actions[bot]
640a65f9a7
chore: update E2E timings
2025-04-24 04:07:51 +00:00
Megan Triplett
566b3db15f
Merge branch 'mermaid-js:develop' into feature/3250/add_vertline_to_gantt_plot
2025-04-22 15:16:18 -04:00
Sidharth Vinod
19884294bc
chore: Move packet
diagram out of beta
2025-04-20 14:09:27 +05:30
Sidharth Vinod
4077088f18
test: Tweak flowchart tests
2025-04-19 18:19:36 +05:30
Sidharth Vinod
867484a2cc
Revert "temp: Remove tests to check if cypress passes"
...
This reverts commit b0b76ef7a2
.
2025-04-19 18:12:03 +05:30
Sidharth Vinod
5ea7088e04
test: fix flowchart width in test
2025-04-19 18:11:44 +05:30
Sidharth Vinod
b0b76ef7a2
temp: Remove tests to check if cypress passes
2025-04-19 11:39:43 +05:30
Sidharth Vinod
53e89d97a0
Merge branch 'develop' into saurabh/refactor-fontawesome-icon-usage
2025-04-18 12:39:47 -07:00
Josh Soref
8ce1f70066
spelling: youtube
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com >
2025-04-17 17:38:55 -04:00
Josh Soref
e0f3f2bd5a
spelling: withdrawal
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com >
2025-04-17 17:38:55 -04:00
Josh Soref
6dad2ab327
spelling: very
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com >
2025-04-17 17:38:55 -04:00
Josh Soref
a463d11e57
spelling: threshold
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com >
2025-04-17 17:38:55 -04:00