We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently renderResult has svg and bindFunctions. But a new field diagramType should also be added.
The text was updated successfully, but these errors were encountered:
feat: Add diagramType to RenderResult and ParseResult #5117
c3c7ccd
Merge branch 'next' of github.com:mermaid-js/mermaid into combineImages
6c61d59
* 'next' of github.com:mermaid-js/mermaid: (83 commits) Fix merge error Update packages/mermaid/src/diagrams/flowchart/flowDb.ts chore: Add docs chore: Add docs Update docs Update packages/mermaid/src/docs/config/usage.md chore: Fix import.meta.vitest warnings chore: Overload parse type to be more specific. Remove default properties before generating the config types refactor: Address review comments test: Update tests refactor: Change return type to retain partial backwards compatibility. feat: Add diagramType to RenderResult and ParseResult #5117 chore: Cleanup types chore: Remove unused file Convert flowDb.spec.js fix: Flatten Nodelist chore: Fix bindFunctions type chore: Separate types refactor: Convert flowDB to TS ...
Successfully merging a pull request may close this issue.
Currently renderResult has svg and bindFunctions. But a new field diagramType should also be added.
The text was updated successfully, but these errors were encountered: