Skip to content

Commit

Permalink
fix(testing): puppeteer v10 support (#2939)
Browse files Browse the repository at this point in the history
- This commit is a backport of #2934
- Offer better compatibility between Puppeteer 5 and 10 for projects
   that cannot upgrade to newer versions of Stencil
  • Loading branch information
rwaskiewicz committed Jun 25, 2021
1 parent 90775e3 commit 09afd3f
Show file tree
Hide file tree
Showing 11 changed files with 197 additions and 146 deletions.
7 changes: 7 additions & 0 deletions BREAKING_CHANGES.md
Expand Up @@ -557,3 +557,10 @@ When running Jest directly, previously most of Jest had to be manually configure
- ]
}
```

# Stencil v3.0.0 [Unreleased]

Stencil v3.0.0 is in development at this time and has not been released. The list below is not final and is subject to
change. Further details on each of these items will be included prior to the release.

- [fix(testing): puppeteer v10 support #2934](https://github.com/ionic-team/stencil/pull/2934)

0 comments on commit 09afd3f

Please sign in to comment.