-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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 Requirement diagram to unified renderer #6219
base: develop
Are you sure you want to change the base?
Update Requirement diagram to unified renderer #6219
Conversation
|
✅ Deploy Preview for mermaid-js ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
commit: |
packages/mermaid/src/diagrams/requirement/requirementDiagram.ts
Outdated
Show resolved
Hide resolved
packages/mermaid/src/diagrams/requirement/requirementRenderer-unified.ts
Outdated
Show resolved
Hide resolved
packages/mermaid/src/rendering-util/rendering-elements/shapes/requirementBox.ts
Outdated
Show resolved
Hide resolved
…ermaid into update-requirement-diagram
📑 Summary
Updates the Requirement diagram to the new unified way of rendering including changes to bring it up to par with other diagrams. Styling and classes are now supported as well as changing the direction of the diagram and the hand drawn look.
📏 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:
.