-
-
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 - static class attributes are not rendered underlined #5013
Fix - static class attributes are not rendered underlined #5013
Conversation
✅ Deploy Preview for mermaid-js ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #5013 +/- ##
============================================
+ Coverage 42.94% 80.14% +37.20%
============================================
Files 23 164 +141
Lines 4972 13820 +8848
Branches 21 693 +672
============================================
+ Hits 2135 11076 +8941
+ Misses 2836 2595 -241
- Partials 1 149 +148
Flags with carried forward coverage won't be shown. Click here to find out more.
|
@jgreywolf thanks for approving the PR but who can merge it? |
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.
Nice work with the PR, love the tests.
Would prefer to let @knsv decide regarding removing ?
.
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.
Let's do it!
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.
Looks good to me too!
I think the merge failed due to a random/flakey test, so retrying it should hopefully fix it.
Edit: Ah, it's cool to see that you work at Airbus Immenstaad, I also used to work there :)
@SteffenLm, Thank you for the contribution! |
What a pitty. I like to work with colleagues outside the company ;) let's stay in contact :) |
📑 Summary
This PR fixes the incorrect rendering of static class attributes in a class diagram.
Resolves #5009
📏 Design Decisions
It just fixes the regular expression which was wrong. Now it detects the right characters ('$' and '*').
📋 Tasks
Make sure you
MERMAID_RELEASE_VERSION
is used for all new features.develop
branchPlease let me know if i missed something!