Skip to content

Commit

Permalink
docs(puppeteer): update support table (#932)
Browse files Browse the repository at this point in the history
this commit updates the support table for puppeteer versions for stencil
v3. it serves as the documentation for ionic-team/stencil#3810

this commit updates the puppeteer section of the breaking_changes
document to clarify the version of puppeteer that is supported
  • Loading branch information
rwaskiewicz committed Jan 25, 2023
1 parent 5807841 commit 6120749
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
Expand Up @@ -404,6 +404,8 @@ $ npm install puppeteer
$ npm uninstall @types/puppeteer
```

To see which versions of Puppeteer are supported by Stencil, please see our [support matrix](/docs/support-policy#puppeteer)

## Need Help Upgrading?

Be sure to look at the Stencil [v3.0.0 Breaking Changes Guide](https://github.com/ionic-team/stencil/blob/v3.0.0-dev/BREAKING_CHANGES.md#stencil-v300).
Expand Down
10 changes: 5 additions & 5 deletions versioned_docs/version-v2/reference/support-policy.md
Expand Up @@ -130,8 +130,8 @@ please see [this document](https://github.com/ionic-team/stencil/blob/main/docs/

#### Puppeteer

| Stencil Version | Puppeteer v5-9 | Puppeteer v10 | Puppeteer v11 | Puppeteer v12 | Puppeteer v13 |
|:---------------:|:--------------:|:-------------:|:-------------:|:-------------:|:-------------:|
| V3 | ❌ | ✅ | ✅ | ✅ | ✅ |
| V2 | ✅ | ✅ | ❌ | ❌ | ❌ |
| V1 | ✅ | ❌ | ❌ | ❌ | ❌ |
| Stencil Version | Puppeteer v5-9 | Puppeteer v10 | Puppeteer v11-18 | Puppeteer v19 |
|:---------------:|:--------------:|:-------------:|:----------------:|:-------------:|
| V3 | ❌ | ✅ | ✅ | ✅ |
| V2 | ✅ | ✅ | ❌ | ❌ |
| V1 | ✅ | ❌ | ❌ | ❌ |

0 comments on commit 6120749

Please sign in to comment.