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

feat: update mermaid #8

Merged
merged 1 commit into from
May 21, 2022
Merged

feat: update mermaid #8

merged 1 commit into from
May 21, 2022

Conversation

dkarter
Copy link
Contributor

@dkarter dkarter commented May 20, 2022

Adds new features such as gitGraph! :)

In Github Markdown:

gitGraph
  commit
  commit
  branch develop
  checkout develop
  commit
  commit
  branch feat/do-thing
  checkout feat/do-thing
  commit
  commit
  checkout develop
  merge feat/do-thing
  checkout main
  merge develop tag: "v1.0.0"
Loading

In Inkdrop:
image


Reason for major version update of Mermaid:

Moving the gitGraph from experimental alpha status to a fully supported diagram type which handles theming and directives. The grammar has changed slightly from the alpha version, and no longer supports reset operations and some internal fast-forwarding has been removed for simplicity. Some few GitGraphs based on the alpha version might break with the update. This is the reason for the major version number update.

https://github.com/mermaid-js/mermaid/releases/tag/9.0.0

package.json Outdated Show resolved Hide resolved
Adds new features such as gitGraph!
@craftzdog craftzdog merged commit 23c67a3 into inkdropapp:master May 21, 2022
@craftzdog
Copy link
Contributor

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants