darshanr0107
50127f3ffe
fix: review comments related to getUserDefinedConfig tests
...
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com >
2025-08-26 13:17:38 +05:30
darshanr0107
4760ed8893
fix: add unit tests for getUserDefinedConfig across different scenarios
...
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com >
2025-08-25 19:13:58 +05:30
darshanr0107
31ecf31c2e
refactor: remove layout-specific checks and create generic function
...
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com >
2025-08-25 18:26:03 +05:30
darshanr0107
8322a63598
feat: add helper to differentiate user-defined layout from default
...
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com >
2025-08-25 16:17:04 +05:30
omkarht
95d48e3497
Merge branch 'develop' into 6637-add-new-participant-types-to-sequence-diagrams
2025-08-25 12:42:03 +05:30
Shubham P
29886b8dd4
Merge pull request #6886 from mermaid-js/6721/Bidirectional-arrows--render-incorrectly-with-autonumber-in-sequence-diagrams
...
6721: Correct rendering of bidirectional arrows with auto number
2025-08-21 15:57:22 +00:00
darshanr0107
d4c76968e9
fix: correct rendering of bidirectional arrows with autonumber
...
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com >
2025-08-21 19:09:39 +05:30
omkarht
7bdcf93412
Merge branch 'develop' into 6637-add-new-participant-types-to-sequence-diagrams
2025-08-19 13:54:32 +05:30
omkarht
d86e46b705
fix: refactored test cases
...
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com >
2025-08-19 13:44:11 +05:30
github-actions[bot]
d4c058bd56
Version Packages
2025-08-19 08:02:22 +00:00
Sidharth Vinod
b638a0a9c1
temp: Remove peerDeps from examples
2025-08-19 13:29:58 +05:30
Sidharth Vinod
fd9aa36c77
chore: Update peerDependencies for examples
2025-08-19 13:22:32 +05:30
Sidharth Vinod
e448c53b53
Merge pull request #6876 from mermaid-js/develop
...
Pre Release
2025-08-18 19:47:51 +05:30
omkarht
71e09bcaef
fix: refactored code and adjusted shape, shape label
...
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com >
2025-08-18 18:21:41 +05:30
Sidharth Vinod
cad144734d
chore: ignore redmine.org in linkchecker
2025-08-18 17:55:32 +05:30
Sidharth Vinod
fc2c32603d
fix: Config handling
...
Co-authored-by: Saurabh Gore <saurabh@mermaidchart.com >
2025-08-18 17:26:01 +05:30
Sidharth Vinod
803e2e14be
Merge remote-tracking branch 'upstream/develop' into advisory-fix-1
...
* upstream/develop: (68 commits)
fix: sanitize addHtmlLabel in createLabel
docs(integrations): update Tiki to Tiki Wiki CMS Groupware community in list cms/ecm to avoid confusion
updated lock file
#6856 Exposing elk configuration forceNodeModelOrder and considerModelOrder to the mermaid configuration
chore: Modify changeset
Update .changeset/strong-laws-confess.md
fix: fallback to raw text instead of rendering empty boxes when `htmlLabels: false`
chore: Modify changeset
[autofix.ci] apply automated fixes
test: Add E2E test for unsupported markdown
Create strong-laws-confess.md
fix: Remove data loss when unsupported markdown is encountered
Apply suggestion from @sidharthv96
Add changeset and integration test
chore: update E2E timings
Make elk not force model order, but strongly consider it instead
chore(deps): update peter-evans/create-pull-request digest to 1310d7d
added changeset
Fix border style for hand drawn shapes
test: Verify label is sanitized
...
2025-08-18 16:59:44 +05:30
Sidharth Vinod
685516a85e
Merge commit from fork
...
fix: Sanitize KATEX blocks
2025-08-18 16:57:11 +05:30
Sidharth Vinod
880f7454a3
fix: sanitize addHtmlLabel in createLabel
...
Co-authored-by: Chris Grieger <chris@scolp.de >
2025-08-18 16:53:20 +05:30
omkarht
cba659d097
Merge branch 'develop' into 6637-add-new-participant-types-to-sequence-diagrams
2025-08-18 12:16:44 +05:30
Baraka Kinywa
ec7099dc27
docs(integrations): update Tiki to Tiki Wiki CMS Groupware community in list cms/ecm to avoid confusion
2025-08-16 10:20:05 +02:00
Sidharth Vinod
e6ee145edf
Merge pull request #6857 from mermaid-js/elk-exposing-considerModelOrder-to-config
...
Exposing elk configuration forceNodeModelOrder and considerMode…
2025-08-14 11:18:58 +00:00
Alois Klink
690cc73259
Merge pull request #6855 from mermaid-js/sidv/showRawData
...
fix: fallback to raw text instead of rendering *Unsupported markdown*
2025-08-14 11:01:58 +00:00
Knut Sveidqvist
b9ef683fb6
#6856 Exposing elk configuration forceNodeModelOrder and considerModelOrder to the mermaid configuration
2025-08-14 12:56:20 +02:00
Sidharth Vinod
52be254ad3
fix: fallback to raw text instead of rendering empty boxes when htmlLabels: false
2025-08-14 16:17:04 +05:30
Sidharth Vinod
d74013c642
fix: Remove data loss when unsupported markdown is encountered
2025-08-14 13:05:44 +05:30
rajat-ht
62dee0bad4
chore: update UI for variant A
2025-08-13 21:51:21 +05:30
rajat-ht
9e81e1146a
chore: spell check
2025-08-13 19:34:48 +05:30
rajat-ht
186429ae32
chore: Update UI design
2025-08-13 16:28:18 +05:30
anderium
4f24489d81
Make elk not force model order, but strongly consider it instead
...
This improves the ordering in models with crossings that can be resolved by reordering nodes. It keeps the node order to still avoid #6647 which cause this regression to be introduced.
[See this example on the ELK Editor.](https://rtsys.informatik.uni-kiel.de/elklive/elkgraph.html?compressedContent=IYGw5g9gTglgLgCwLYC4AEJgE8CmUcAmAUAPQloDGUEAzjTAHZgCyjMSMAXsHDBAwDoAZtAo4AchAI5mUnCADyUaVHRwoAVxxEK-eitnTFyvAJrqeOMFnTiFAEQCiAZQD6AQXH3Xj+wHEXIlJyABUEGBo0CLQAI2ACNAB3BBwGNA16JjQRKDFJaUN5JRU1TRwBIIY5NAYABjQAbwxgGPk0ACJa9rQAXyIq6Rr3RubWkA7gbr6BnBqARhHMMY65qf7qhgAmRZa29s21mZqADR3l9uPDjYAhM72Yq8GGa+GmpfuBVd71p+vbt9243aMQEB2+R2epwB5wAWmsiIQwLM6mgALQAPiGaARBCRNXqGPmQURyIWhK2xNxyOG5OulLxzzRmOe7hxDNutLpbORLyZNWux25-I5zMFQq2fIYYuCaGuGjgaEQ0RoCAgGhACVaaAA1jgAA4KxCzGjAJDlGUASQV+GgKkicAgaAAzAAaNAAFjdczd2xgQkoehgBjkxhUZgscCsNjQdnEjjQAAppEJgOq4ABKSrVABu9Whe1zj1m2YW+aBJaLaGz2zLHWrlezTru5adDfdzbr7vhJKrBMxJaFub51cHfarTtHw-dRCAA )
2025-08-13 01:47:25 +02:00
rajat-ht
2a514fa69e
Feat: Add editor selection A/B test
2025-08-12 18:18:03 +05:30
omkarht
9f6ee53382
fix: refactored parsing logic for new syntax
...
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com >
2025-08-12 14:20:47 +05:30
omkarht
3248bf3da4
Merge branch 'develop' of https://github.com/mermaid-js/mermaid into 6637-add-new-participant-types-to-sequence-diagrams
2025-08-12 13:01:18 +05:30
Sidharth Vinod
bf3ca9d1ef
Merge pull request #6332 from ajuckel/ajuckel/issue-6171-equals-in-sequence-labels
...
fix: Allow equals sign in sequenceDiagram labels
2025-08-11 14:36:42 +00:00
omkarht
e7a7ff8a2a
fix: refactored code
...
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com >
2025-08-11 13:20:49 +05:30
omkarht
68fc68c239
Merge branch 'develop' into 6637-add-new-participant-types-to-sequence-diagrams
2025-08-11 13:15:44 +05:30
omkarht
e4d3aa4610
fix: refactored documentation, test cases and sequenceDiagram.jison file
...
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com >
2025-08-08 20:18:21 +05:30
omkarht
716548548a
fix: rendering test cases
...
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com >
2025-08-08 19:31:56 +05:30
Sidharth Vinod
aeaf626bb5
fix: Sanitize check in unit test
2025-08-08 18:59:47 +05:30
Sidharth Vinod
9322771b5c
Merge pull request #6839 from aloisklink/refactor/remove-unnecessary-check-in-DOMPurify-hooks
...
refactor: remove unnecessary `Element` check since DOMPurify 3.2.2
2025-08-08 13:09:49 +00:00
Shubham P
4e55a45b1b
Merge branch 'develop' into saurabh/fix-node-border-style-for-hand-drawn-shapes
2025-08-08 16:57:55 +05:30
omkarht
4bece53a3c
Merge branch 'develop' into 6637-add-new-participant-types-to-sequence-diagrams
2025-08-08 16:08:54 +05:30
Knut Sveidqvist
3d319824a6
Merge pull request #6683 from mermaid-js/6576-state-diagram-label-position
...
6576: State diagram edge label position
2025-08-08 10:26:18 +00:00
Knut Sveidqvist
aa5d443a46
Merge pull request #6693 from mermaid-js/6649-gantt-chart-dateformat
...
6649: gantt chart date format issue
2025-08-08 10:09:59 +00:00
Knut Sveidqvist
356da0b4d7
Merge branch 'develop' into 6576-state-diagram-label-position
2025-08-08 12:01:34 +02:00
Knut Sveidqvist
22530a8bdf
Merge pull request #6653 from mermaid-js/4459-remove-beta-suffix
...
#4459 : Remove beta suffix
2025-08-08 09:55:06 +00:00
Knut Sveidqvist
e6574ef40c
Merge pull request #6651 from mermaid-js/6584-piechart-zero-negative-values
...
6584: prevent pie chart crash on zero or negative values
2025-08-08 09:52:16 +00: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
saurabhg772244
5af489d8dd
Fix border style for hand drawn shapes
2025-08-08 14:17:09 +05:30
omkarht
297be4a868
Merge branch 'develop' into 6637-add-new-participant-types-to-sequence-diagrams
2025-08-08 13:40:38 +05:30