-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace Mermaid plugin to be backed by Playwright
- Loading branch information
Showing
9 changed files
with
188 additions
and
714 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
'scoobie': major | ||
--- | ||
|
||
Replace Mermaid plugin to be backed by Playwright | ||
|
||
Previously, the Mermaid plugin was backed by Puppeteer. This change replaces this via `mermaid-isomorphic`, in turn backed by Playwright. | ||
|
||
There are some consequences for Mermaid users: | ||
|
||
- Output changes (you should review and tweak these) | ||
- You'll no longer need to install puppeteer and manage it in e.g. your Dockerfiles | ||
- Before running builds with this change, you'll need to install `playwright` and run `<packageManager> playwright install chromium`. This could form a postinstall script. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.