-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
Fix: edge case causing extreme height in Architecture Diagrams #6064
base: develop
Are you sure you want to change the base?
Fix: edge case causing extreme height in Architecture Diagrams #6064
Conversation
🦋 Changeset detectedLatest commit: 2a91849 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
✅ Deploy Preview for mermaid-js ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
commit: |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #6064 +/- ##
==========================================
- Coverage 4.49% 4.48% -0.02%
==========================================
Files 382 383 +1
Lines 53914 54048 +134
Branches 621 596 -25
==========================================
Hits 2425 2425
- Misses 51489 51623 +134
Flags with carried forward coverage won't be shown. Click here to find out more.
|
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
📑 Summary
Fix for edge cases in Architecture diagrams where the height would grow to extreme lengths
Resolves #5952
📏 Design Decisions
getAlignments()
now handles cases where nodes within two different groups connected along the x/y access cannot be aligned on the y/x axis.Before:
After:
📋 Tasks
Make sure you
MERMAID_RELEASE_VERSION
is used for all new features.pnpm changeset
and following the prompts. Changesets that add features should beminor
and those that fix bugs should bepatch
. Please prefix changeset messages withfeat:
,fix:
, orchore:
.