Skip to content

Commit

Permalink
docs(changeset): mermaid-js explain type no longer supported, inste…
Browse files Browse the repository at this point in the history
…ad use `plan` which produces a JSON object. You can use the new `import { planToMermaid } from 'grafast/mermaid'` to convert this object back into a mermaid definition.
  • Loading branch information
benjie committed Sep 1, 2023
1 parent e64ada6 commit e613b47
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .changeset/sour-penguins-prove.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"grafast": patch
---

`mermaid-js` explain type no longer supported, instead use `plan` which produces
a JSON object. You can use the new
`import { planToMermaid } from 'grafast/mermaid'` to convert this object back
into a mermaid definition.

0 comments on commit e613b47

Please sign in to comment.