From 778081b1cdfe651cf26e4618e3d812c519343a9f Mon Sep 17 00:00:00 2001 From: Ryan Waskiewicz Date: Thu, 26 Oct 2023 14:18:33 -0400 Subject: [PATCH] docs(suppport): add jest 28-29 to next/ docs (#1257) 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 --- docs/reference/support-policy.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/reference/support-policy.md b/docs/reference/support-policy.md index 195d9c73d..3a4890011 100644 --- a/docs/reference/support-policy.md +++ b/docs/reference/support-policy.md @@ -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