-
-
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
Update class diagram to v3 using new renderer #5880
Conversation
|
✅ Deploy Preview for mermaid-js ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
commit: |
Changes are fully reviewed now, so going through and fixing and then it should be good! |
… into update-class-diagram
E2E tests failing because of screenshot capacity
|
@yari-dewalt, Thank you for the contribution! |
This isn't documented, but apparently changesets supports this in changesets/changesets@91d1ef2 This is needed to give @yari-dewalt credit for PR #5880
chore: update changeset for #5880
…ibility with classRenderer-v3 (mermaid-js#5880)
📑 Summary
Updates the class diagram to the new unified way of rendering. Includes a new "classBox" shape to be used in diagrams as well as some other updates such as: the option to hide the empty members box in class diagrams, support for handDrawn look, the introduction of the classDef statement into class diagrams, support for styling the default class, and lollipop interfaces.
Includes fixes / additions for #5562 #3139 and #4037
📏 Design Decisions
📋 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:
.