-
-
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 entity relationship diagram to use new renderer #5965
base: develop
Are you sure you want to change the base?
Conversation
|
✅ Deploy Preview for mermaid-js ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
commit: |
The latest updates on your projects. Learn more about Argos notifications ↗︎ Waiting for the first build to start… |
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.
Couple of small comments to start :)
E2E tests failing because of screenshot capacity
|
📑 Summary
Updates the er diagram to the new unified way of rendering. Includes a new "erBox" shape to be used in diagrams as well as some other updates to bring it to the same level as the other diagrams including: support for styling nodes, the handDrawn look, the introduction of the classDef statement and class styling, support for styling the default class, support for unicode text and markdown formatting, and direction statements. Adds tests for all the new features and new rendered version.
📏 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:
.