Skip to content

Commit

Permalink
docs(suppport): add jest 28-29 to next/ docs (#1257)
Browse files Browse the repository at this point in the history
add wording to next/ docs (slated for v4.7) to state we support jest
28/29 starting with v4.7.0. coalesce the support table for v24-26 to
minimize the horizontal space the table was taking up
  • Loading branch information
rwaskiewicz authored Oct 26, 2023
1 parent 692dab1 commit 778081b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/reference/support-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,14 +130,14 @@ compatibility tables to describe the interoperability requirements of these piec

#### Jest

| Stencil Version | Jest v24 | Jest v25 | Jest v26 | Jest v27 | Jest v28+ * |
|:---------------:|:--------:|:--------:|:--------:|:--------:|:-----------:|
| V4 | ✅ | ✅ | ✅ | ✅ | ❌ |
| V3 | ✅ | ✅ | ✅ | ✅ | ❌ |
| V2 | ✅ | ✅ | ✅ | ✅ | ❌ |
| V1 | ✅ | ✅ | ✅ | ❌ | ❌ |

\* Support for Jest 28+ will be released in an upcoming version of Stencil v4.
| Stencil Version | Jest v24-26 | Jest v27 | Jest v28 * | Jest v29 * |
|:---------------:|:-----------:|:--------:|:----------:|:-----------:|
| V4 | ✅ | ✅ | ✅ | ✅ |
| V3 | ✅ | ✅ | ❌ | ❌ |
| V2 | ✅ | ✅ | ❌ | ❌ |
| V1 | ✅ | ❌ | ❌ | ❌ |

\* Support for Jest 28 & 29 has been included since Stencil v4.7.0.

#### Puppeteer

Expand Down

1 comment on commit 778081b

@vercel
Copy link

@vercel vercel bot commented on 778081b Oct 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

stencil-docs – ./

stencil-docs-ionic1.vercel.app
stencil-docs-git-main-ionic1.vercel.app
stencil-site.vercel.app

Please sign in to comment.