Skip to content

Commit 47b90f8

Browse files
Version Packages (#691)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ceabfd4 commit 47b90f8

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

.changeset/neat-wasps-admire.md

-13
This file was deleted.

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# scoobie
22

3+
## 17.0.0
4+
5+
### Major Changes
6+
7+
- Replace Mermaid plugin to be backed by Playwright ([#689](https://github.com/seek-oss/scoobie/pull/689))
8+
9+
Previously, the Mermaid plugin was backed by Puppeteer. This change replaces this via `mermaid-isomorphic`, in turn backed by Playwright.
10+
11+
There are some consequences for Mermaid users:
12+
13+
- Output changes (you should review and tweak these)
14+
- You'll no longer need to install puppeteer and manage it in e.g. your Dockerfiles
15+
- Before running builds with this change, you'll need to install `mermaid-isomorphic` (which is now a `scoobie` peer dependency), and `playwright` in order to run `<packageManager> playwright install chromium`. This could form a postinstall script.
16+
317
## 16.0.0
418

519
### Major Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"main": "src/index.ts",
66
"sideEffects": false,
7-
"version": "16.0.0",
7+
"version": "17.0.0",
88
"dependencies": {
99
"@capsizecss/core": "^4.0.0",
1010
"@mdx-js/react": "^1.6.22",

0 commit comments

Comments
 (0)