Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^9.2.2
->^10.0.0
Release Notes
mermaid-js/mermaid
v10.0.2
: 10.0.2Compare Source
Release Notes
Bugfixes
v10.0.1
: 10.0.1Compare Source
Release Notes
Features
Bugfixes
Documentation
Chores
moment-mini
/moment
date library withdayjs
(#4153) @aloisklink🎉 Thanks to all contributors helping with this release! 🎉
New Contributors
Full Changelog: mermaid-js/mermaid@v10.0.0...v10.0.1
v10.0.0
Compare Source
Mermaid is ESM only!
We've dropped CJS support. So, you will have to update your import scripts as follows.
You can keep using v9 by adding the
@9
in the CDN URL.mermaid.render is async and doesn't accept callbacks
mermaid.parse is async and ParseError is removed
Init deprecated and InitThrowsErrors removed
The config passed to
init
was not being used eariler.It will now be used.
The
init
function is deprecated and will be removed in the next major release.init currently works as a wrapper to
initialize
andrun
.// TODO: Populate changelog pre v10
defaultConfig
instead of current config. Usereset
instead.v9.4.3
Compare Source
Full Changelog: mermaid-js/mermaid@v9.4.2...v9.4.3
Fixes imports for dayjs and cytoscape.
v9.4.2
Compare Source
What's Changed
New Contributors
Full Changelog: mermaid-js/mermaid@v9.4.0...v9.4.2
v9.4.0
Compare Source
What's Changed
Features
Breaking changes
Documentation
primaryBorderColor
field by @LiHowe in https://github.com/mermaid-js/mermaid/pull/3986Bug Fixes
Chores
pnpm run lint
by @aloisklink in https://github.com/mermaid-js/mermaid/pull/4035eslint
in pre-commit script (makesgit commit
5x faster) by @aloisklink in https://github.com/mermaid-js/mermaid/pull/4057New Contributors
Full Changelog: mermaid-js/mermaid@v9.3.0...v9.4.0
v9.3.0
Compare Source
Significant Changes
dagre-d3
withdagre-es
Release Notes
type
from package.json (#3802) @sidharthv96dagre
/dagre-d3
withdagre-d3-es
(#3809) @aloisklinkgithub-dark
to highlight fence blocks in vitepress docs (#3807) @aloisklinkgraphlib
(#3861) @aloisklink🎉 Thanks to all contributors helping with this release! 🎉
What's Changed
docs:build
by @arpansaha13 in https://github.com/mermaid-js/mermaid/pull/3605parseError
function more type-safe by @Some-Dood in https://github.com/mermaid-js/mermaid/pull/3643eslint-plugin-tsdoc
for TypeScript files instead ofeslint-plugin-jsdoc
by @aloisklink in https://github.com/mermaid-js/mermaid/pull/3708type
from package.json by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/3802github-dark
to highlight fence blocks in vitepress docs by @aloisklink in https://github.com/mermaid-js/mermaid/pull/3807dagre
/dagre-d3
withdagre-d3-es
by @aloisklink in https://github.com/mermaid-js/mermaid/pull/3809graphlib
by @aloisklink in https://github.com/mermaid-js/mermaid/pull/3861New Contributors
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.