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.4.3
->10.2.3
Release Notes
mermaid-js/mermaid (mermaid)
v10.2.3
: 10.2.3Compare Source
Release Notes
🎉 Thanks to all contributors helping with this release! 🎉
What's Changed
pnpm-lock.yaml
file to fix CI by @aloisklink in https://github.com/mermaid-js/mermaid/pull/4425@mermaid-js/mermaid-zenuml
package for zenuml Integration by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/4334New Contributors
Full Changelog: mermaid-js/mermaid@v10.2.2...v10.2.3
v10.2.2
: 10.2.2Compare Source
What's Changed
Full Changelog: mermaid-js/mermaid@v10.2.1...v10.2.2
v10.2.1
: 10.2.1Compare Source
What's Changed
Bugfixes
master
to fix uploading v10.2.0 docs tomermaid.js.org
website by @aloisklink in https://github.com/mermaid-js/mermaid/pull/4426Full Changelog: mermaid-js/mermaid@v10.2.0...v10.2.1
v10.2.0
: 10.2.0Compare Source
What's Changed
Features
Bugfixes
package
on class diagram by @ksilverwall in https://github.com/mermaid-js/mermaid/pull/4206Documentation
Chores
await
in usage document by @rhysd in https://github.com/mermaid-js/mermaid/pull/4376🎉 Thanks to all contributors helping with this release! 🎉
New Contributors
Full Changelog: mermaid-js/mermaid@v10.1.0...v10.2.0
Thanks to Mermaid Chart for ongoing support
v10.1.0
: 10.1.0Compare Source
What's Changed
Features
Bugfixes
todayMarker
tests by @aloisklink in https://github.com/mermaid-js/mermaid/pull/4207Documentation
Chores
actions/setup-node
, ascypress-io/github-action
already caches for us by @aloisklink in https://github.com/mermaid-js/mermaid/pull/4194.npmrc
file to avoid merge conflicts by @aloisklink in https://github.com/mermaid-js/mermaid/pull/4249New Contributors
Full Changelog: mermaid-js/mermaid@v10.0.2...v10.1.0
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.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.