From 1bf3788798c26cb2f2a4e038603f5dd89f43e678 Mon Sep 17 00:00:00 2001 From: neverland Date: Thu, 15 Apr 2021 09:50:01 +0800 Subject: [PATCH] docs: update browser support (#8532) --- README.md | 4 +++- README.zh-CN.md | 4 +++- docs/markdown/changelog.zh-CN.md | 2 +- docs/markdown/home.en-US.md | 4 +++- docs/markdown/home.zh-CN.md | 4 +++- 5 files changed, 13 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 35e8a8c07..9d1ba67b5 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,9 @@ Please make sure to read the [Contributing Guide](./.github/CONTRIBUTING.md) bef ## Browser Support -Modern browsers and Android 4.0+, iOS 8.0+. +Vant 2 supports modern browsers and Android >= 4.0、iOS >= 8.0. + +Vant 3 supports modern browsers and Chrome >= 51、iOS >= 10.0 (same as Vue 3). ## Ecosystem diff --git a/README.zh-CN.md b/README.zh-CN.md index 63233e601..dc3b94ea1 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -73,7 +73,9 @@ vant 也支持按需引入、CDN 引入等方式,详细说明见 [快速上手 ## 浏览器支持 -现代浏览器以及 Android 4.0+, iOS 8.0+. +Vant 2 支持现代浏览器以及 Android >= 4.0、iOS >= 8.0。 + +Vant 3 支持现代浏览器以及 Chrome >= 51、iOS >= 10.0(与 Vue 3 一致)。 ## 生态 diff --git a/docs/markdown/changelog.zh-CN.md b/docs/markdown/changelog.zh-CN.md index 3966061d7..f8b08de76 100644 --- a/docs/markdown/changelog.zh-CN.md +++ b/docs/markdown/changelog.zh-CN.md @@ -12,7 +12,7 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。 - 修订号:每周发布,包含新特性和问题修复。 - 次版本号:每隔一至二个月发布,包含新特性和较大的功能更新,向下兼容。 -- 主版本号:发布时间不定,包含不兼容更新。 +- 主版本号:无固定的发布时间,包含不兼容更新和重大功能更新。 ## 更新内容 diff --git a/docs/markdown/home.en-US.md b/docs/markdown/home.en-US.md index d23373d73..3ef5c1b02 100644 --- a/docs/markdown/home.en-US.md +++ b/docs/markdown/home.en-US.md @@ -29,7 +29,9 @@ Please make sure to read the [Contributing Guide](https://github.com/youzan/vant ### Browser Support -Modern browsers and Android 4.0+, iOS 8.0+. +Vant 2 supports modern browsers and Android >= 4.0、iOS >= 8.0. + +Vant 3 supports modern browsers and Chrome >= 51、iOS >= 10.0 (same as Vue 3). ### Ecosystem diff --git a/docs/markdown/home.zh-CN.md b/docs/markdown/home.zh-CN.md index 83adb308e..6fdd4c427 100644 --- a/docs/markdown/home.zh-CN.md +++ b/docs/markdown/home.zh-CN.md @@ -37,7 +37,9 @@ Vant 是**有赞前端团队**开源的移动端组件库,于 2017 年开源 ### 浏览器支持 -现代浏览器以及 Android 4.0+, iOS 8.0+。 +Vant 2 支持现代浏览器以及 Android >= 4.0、iOS >= 8.0。 + +Vant 3 支持现代浏览器以及 Chrome >= 51、iOS >= 10.0(与 Vue 3 一致)。 ### 生态