Skip to content

Commit

Permalink
docs: update docs for new puppeteer version (#1506)
Browse files Browse the repository at this point in the history
* docs(stencil): update link to changed config in 02-config.md

* docs(stencil): add new version support for puppeteer
  • Loading branch information
s-gurevich authored Feb 7, 2025
1 parent d1d4af0 commit fa206ac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions versioned_docs/version-v4.25/reference/support-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@ compatibility tables to describe the interoperability requirements of these piec

#### Puppeteer

| Stencil Version | Puppeteer v5-9 | Puppeteer v10 | Puppeteer v11-21 |
|:---------------:|:--------------:|:-------------:|:----------------:|
| V4 | ❌ | ✅ | ✅ |
| V3 | ❌ | ✅ | ✅ |
| V2 | ✅ | ✅ | ❌ |
| V1 | ✅ | ❌ | ❌ |
| Stencil Version | Puppeteer v5-9 | Puppeteer v10 | Puppeteer v11-21 | Puppeteer v22-24 |
|:---------------:|:--------------:|:-------------:|:----------------:|:----------------:|
| V4 | ❌ | ✅ | ✅ | ✅ |
| V3 | ❌ | ✅ | ✅ | ❌ |
| V2 | ✅ | ✅ | ❌ | ❌ |
| V1 | ✅ | ❌ | ❌ | ❌ |
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ Keep in mind that the usual way of configuring Jest (`package.json` and `jest.co
Some additional Stencil specific options may be set here as well for configuring the e2e tests.

```tsx reference title=""
https://github.com/ionic-team/stencil/blob/d847e92fbc297754cb8dbb7f633de9ce906f54ac/src/declarations/stencil-public-compiler.ts#L1892-L2044
https://github.com/ionic-team/stencil/blob/32811591777de726f0374649a4f5e250a0a8e355/src/declarations/stencil-public-compiler.ts#L1968-L2119
```

0 comments on commit fa206ac

Please sign in to comment.