Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge back v11.5.0 back to develop #6375

Merged
merged 59 commits into from
Mar 13, 2025
Merged
Changes from 1 commit
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
10562e7
Initial update to new renderer
yari-dewalt Oct 8, 2024
f2f1ad4
Add erBox shape
yari-dewalt Oct 8, 2024
983c286
Register erBox shape in nodes
yari-dewalt Oct 8, 2024
d2892ea
Add erDiagram specific arrow markers
yari-dewalt Oct 8, 2024
d0dd4e6
Fix cyclical / recursive edges to not show duplicated arrow start mar…
yari-dewalt Oct 8, 2024
cba4752
Fix diagram title not being centered
yari-dewalt Oct 8, 2024
6247bd5
Add test html file
yari-dewalt Oct 8, 2024
df110e5
Add default class to nodes and fix styles
yari-dewalt Oct 8, 2024
29c3293
Update documentation
yari-dewalt Oct 15, 2024
0d664b1
Add tests
yari-dewalt Oct 15, 2024
1d4ea56
Support direction data
yari-dewalt Oct 15, 2024
b5da91b
Update
yari-dewalt Oct 15, 2024
8b169f3
Fix issue with text content using < and >
yari-dewalt Oct 15, 2024
49e23c7
Update parser to include changes
yari-dewalt Oct 15, 2024
69e12fd
Merge branch 'develop' into update-er-diagram
yari-dewalt Oct 16, 2024
5be5aa3
Register erBox shape
yari-dewalt Oct 16, 2024
723b8f1
[autofix.ci] apply automated fixes
autofix-ci[bot] Oct 16, 2024
5d2b0f7
Add fix for er markers when using elk layout
yari-dewalt Oct 16, 2024
df22fb5
Merge branch 'update-er-diagram' of github.com:yari-dewalt/mermaid in…
yari-dewalt Oct 16, 2024
1d68c4f
Update to test elk layout
yari-dewalt Oct 18, 2024
c789172
Update tests
yari-dewalt Oct 18, 2024
b67cdb1
Fix for edge markers displaying above nodes when using elk
yari-dewalt Oct 18, 2024
2771b14
Update tests
yari-dewalt Oct 23, 2024
39a6c30
Fix conflict with style statements
yari-dewalt Oct 23, 2024
8ace44b
Add fix for edge markers showing under node if handDrawn
yari-dewalt Oct 23, 2024
b49afee
Cleanup
yari-dewalt Oct 23, 2024
87fa698
Merge branch 'develop' into update-er-diagram
yari-dewalt Oct 23, 2024
1b34077
Adjust tests
yari-dewalt Oct 23, 2024
01e5346
Update handling of classes and add support for default class
yari-dewalt Oct 24, 2024
5ae5a0c
Merge branch 'develop' into update-er-diagram and fix conflicts
yari-dewalt Oct 28, 2024
9854748
Merge branch 'develop' into update-er-diagram
yari-dewalt Oct 29, 2024
5a2a8f9
Fix typos
yari-dewalt Oct 29, 2024
295af02
Merge branch 'develop' into update-er-diagram
yari-dewalt Jan 27, 2025
40686f1
[autofix.ci] apply automated fixes
autofix-ci[bot] Jan 27, 2025
aeec4b7
Fix non-htmlLabels not being centered
yari-dewalt Jan 27, 2025
1a9a9f4
Update erDb to use class to wrap data
yari-dewalt Jan 27, 2025
58fa997
Merge branch 'update-er-diagram' of github.com:yari-dewalt/mermaid in…
yari-dewalt Jan 27, 2025
8a8d169
Fix typo
yari-dewalt Jan 27, 2025
509793d
Remove unnecessary default export
yari-dewalt Jan 28, 2025
1273909
Merge branch 'develop' into update-er-diagram
yari-dewalt Jan 28, 2025
a5561b9
Merge branch 'develop' into update-er-diagram
sidharthv96 Feb 25, 2025
9268cc2
fix promo bar
huynhicode Feb 26, 2025
510fd0f
update styling
huynhicode Feb 26, 2025
b22103b
Merge pull request #6331 from mermaid-js/fix-promo
sidharthv96 Feb 26, 2025
ae0fcbf
Merge branch 'develop' into update-er-diagram
yari-dewalt Feb 26, 2025
840a197
Fix syntax error
yari-dewalt Feb 26, 2025
40494b1
Update labelBkg styles and dasharray for edges
yari-dewalt Feb 26, 2025
4128197
Remove to update to .ts
yari-dewalt Feb 26, 2025
5caaf36
[autofix.ci] apply automated fixes
autofix-ci[bot] Feb 26, 2025
d0986ac
Fix styling of erBox rows
yari-dewalt Feb 28, 2025
34cd280
Merge branch 'update-er-diagram' of github.com:yari-dewalt/mermaid in…
yari-dewalt Feb 28, 2025
00ca7ac
Merge branch 'develop' into update-er-diagram
yari-dewalt Feb 28, 2025
1341e3d
Added support for row odd/even in different themes
ashishjain0512 Mar 12, 2025
3848649
Merge `develop` into release/11.5.0
ashishjain0512 Mar 12, 2025
292cd83
Fix for multi-line row issue and failsafe for edge style for stroke n…
ashishjain0512 Mar 12, 2025
05bdf0e
Added changeset
ashishjain0512 Mar 13, 2025
f399561
Merge pull request #6373 from mermaid-js/release/11.5.0
ashishjain0512 Mar 13, 2025
0c2e1bc
Version Packages
github-actions[bot] Mar 13, 2025
41a737f
Merge pull request #6374 from mermaid-js/changeset-release/master
ashishjain0512 Mar 13, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix syntax error
yari-dewalt committed Feb 26, 2025
commit 840a197044bc4160ca80311b697f2227578d4f44
Original file line number Diff line number Diff line change
@@ -398,6 +398,8 @@ const zero_or_more = (elem, type, id) => {
.attr('orient', 'auto');
endMarker.append('circle').attr('fill', 'white').attr('cx', 9).attr('cy', 18).attr('r', 6);
endMarker.append('path').attr('d', 'M21,18 Q39,0 57,18 Q39,36 21,18');
};

const requirement_arrow = (elem, type, id) => {
elem
.append('defs')