From af2d52f3595c7e359d5811cf28de7d218713c081 Mon Sep 17 00:00:00 2001 From: neverland Date: Sat, 26 Nov 2022 22:50:02 +0800 Subject: [PATCH] docs: add maintenance status table (#11315) --- README.md | 2 +- README.zh-CN.md | 2 +- packages/vant/docs/markdown/home.en-US.md | 13 ++++++++++++- packages/vant/docs/markdown/home.zh-CN.md | 13 ++++++++++++- 4 files changed, 26 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 86d63dd27..e88b392a3 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ - 🍭 Support Tree Shaking - 🍭 Support Custom Theme - 🍭 Support Accessibility (still improving) -- 🍭 Support Dark Mode (Requires upgrade to [Vant 4](https://vant-contrib.gitee.io/vant/v4/#/en-US/config-provider)) +- 🍭 Support Dark Mode - 🍭 Support SSR - 🌍 Support i18n, built-in 20+ languages diff --git a/README.zh-CN.md b/README.zh-CN.md index 7a3eccb44..fe4ee5cf9 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -41,7 +41,7 @@ Vant 是一个**轻量、可靠的移动端组件库**,于 2017 年开源。 - 🍭 支持主题定制,内置 700+ 个主题变量 - 🍭 支持按需引入和 Tree Shaking - 🍭 支持无障碍访问(持续改进中) -- 🍭 支持深色模式(从 [Vant 4](https://vant-contrib.gitee.io/vant/v4/#/zh-CN/config-provider) 开始支持) +- 🍭 支持深色模式 - 🍭 支持服务器端渲染 - 🌍 支持国际化,内置 20+ 种语言包 diff --git a/packages/vant/docs/markdown/home.en-US.md b/packages/vant/docs/markdown/home.en-US.md index 8b8b9dd9c..36982c191 100644 --- a/packages/vant/docs/markdown/home.en-US.md +++ b/packages/vant/docs/markdown/home.en-US.md @@ -19,7 +19,7 @@ - 🍭 Support Tree Shaking - 🍭 Support Custom Theme - 🍭 Support Accessibility (still improving) -- 🍭 Support Dark Mode (Requires upgrade to [Vant 4](https://vant-contrib.gitee.io/vant/v4/#/en-US/config-provider)) +- 🍭 Support Dark Mode - 🍭 Support SSR - 🌍 Support i18n, built-in 20+ languages @@ -33,6 +33,17 @@ Vant 2 supports modern browsers and Android >= 4.0、iOS >= 8.0. Vant 3/4 supports modern browsers and Chrome >= 51、iOS >= 10.0 (same as Vue 3). +### Maintenance Status + +The current maintenance status of each version of Vant is as follows: + +| Name | Framework | Release | Latest Version | Status | +| --- | --- | --- | --- | --- | +| Vant 4 | Vue 3 | `2022.11` | ![](https://img.shields.io/npm/v/vant/latest?style=flat-square) | Under active development | +| Vant 3 | Vue 3 | `2020.12` | ![](https://img.shields.io/npm/v/vant/latest-v3?style=flat-square) | Bugfix only | +| Vant 2 | Vue 2 | `2019.06` | ![](https://img.shields.io/npm/v/vant/latest-v2?style=flat-square) | Bugfix only | +| Vant 1 | Vue 2 | `2018.03` | ![](https://img.shields.io/npm/v/vant/latest-v1?style=flat-square) | End of life | + ## Links ### Official Ecosystem diff --git a/packages/vant/docs/markdown/home.zh-CN.md b/packages/vant/docs/markdown/home.zh-CN.md index e0655e36e..65581e3f8 100644 --- a/packages/vant/docs/markdown/home.zh-CN.md +++ b/packages/vant/docs/markdown/home.zh-CN.md @@ -25,7 +25,7 @@ Vant 是一个**轻量、可靠的移动端组件库**,于 2017 年开源。 - 🍭 支持主题定制,内置 700+ 个主题变量 - 🍭 支持按需引入和 Tree Shaking - 🍭 支持无障碍访问(持续改进中) -- 🍭 支持深色模式(从 [Vant 4](https://vant-contrib.gitee.io/vant/v4/#/zh-CN/config-provider) 开始支持) +- 🍭 支持深色模式 - 🍭 支持服务器端渲染 - 🌍 支持国际化,内置 20+ 种语言包 @@ -43,6 +43,17 @@ Vant 2 支持现代浏览器以及 Android >= 4.0、iOS >= 8.0。 Vant 3/4 支持现代浏览器以及 Chrome >= 51、iOS >= 10.0(与 Vue 3 一致)。 +### 维护状态 + +目前 Vant 各个版本的维护状态如下: + +| 名称 | 框架 | 发布时间 | 最新版 | 维护状态 | +| --- | --- | --- | --- | --- | +| Vant 4 | Vue 3 | `2022.11` | ![](https://img.shields.io/npm/v/vant/latest?style=flat-square) | 持续迭代新功能 | +| Vant 3 | Vue 3 | `2020.12` | ![](https://img.shields.io/npm/v/vant/latest-v3?style=flat-square) | 停止迭代新功能,bug 会被处理和修复 | +| Vant 2 | Vue 2 | `2019.06` | ![](https://img.shields.io/npm/v/vant/latest-v2?style=flat-square) | 停止迭代新功能,重要 bug 会被处理和修复 | +| Vant 1 | Vue 2 | `2018.03` | ![](https://img.shields.io/npm/v/vant/latest-v1?style=flat-square) | 停止维护,不再接受 PR | + ## 链接 ### 官方生态