-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
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
6369 mirror edge color on arrowhead #6371
Conversation
🦋 Changeset detectedLatest commit: 4d25cab 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 #6371 +/- ##
==========================================
- Coverage 3.88% 3.88% -0.01%
==========================================
Files 398 399 +1
Lines 42044 42080 +36
Branches 638 638
==========================================
Hits 1635 1635
- Misses 40409 40445 +36
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
A long time ago, in a galaxy far away, I made this remark, and @knsv recognized as good-to-have feature. It is nice to have it now, thanks!! |
📑 Summary
The arrowhead color should match the color of the edge.
Resolves #6369
📏 Design Decisions
Instead of using CSS to style existing markers (which had inconsistent browser support), this implementation:
This ensures styling consistency across all browsers and prevents side effects between different edges.
📋 Tasks
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:
.