Skip to content
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

Upgrade to Mermaid 10.6.1 #6265

Merged
merged 3 commits into from
Nov 26, 2023
Merged

Commits on Nov 7, 2023

  1. Upgrade to Mermaid 10.6.1

    Bump the version of Mermaid up to 10.6.1. Per the release notes at
    https://github.com/mermaid-js/mermaid/blob/develop/CHANGELOG.md the
    render function is async now, so update to the new async render
    function.
    
    There's also apparently a change to use ESM, but I didn't seem to have
    any trouble with just bumping the version and updating it to use async.
    It looks like it's working without any change to how we load it, but I'm
    not much of a frontend developer so I could be missing something.
    Brian Campbell committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    441e05b View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. Configuration menu
    Copy the full SHA
    b5cf38f View commit details
    Browse the repository at this point in the history
  2. Fixed linter errors

    squidfunk committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    494f557 View commit details
    Browse the repository at this point in the history