From 49cd33d1b813badca289273392a8147552ca94b5 Mon Sep 17 00:00:00 2001 From: chenjiahan Date: Thu, 9 Apr 2020 16:38:15 +0800 Subject: [PATCH] docs(changelog): 2.6.0 --- docs/markdown/changelog.en-US.md | 12 ++++++++++-- docs/markdown/changelog.zh-CN.md | 18 ++++++++++++++---- docs/markdown/quickstart.en-US.md | 4 ++-- docs/markdown/quickstart.zh-CN.md | 4 ++-- package.json | 2 +- 5 files changed, 29 insertions(+), 11 deletions(-) diff --git a/docs/markdown/changelog.en-US.md b/docs/markdown/changelog.en-US.md index a3aeb683b..8fe3cac3b 100644 --- a/docs/markdown/changelog.en-US.md +++ b/docs/markdown/changelog.en-US.md @@ -10,9 +10,14 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/). - Minor version:released every one to two months, including backwards compatible features. - Major version:including breaking changes and new features. -### [v2.6.0-beta.0](https://github.com/youzan/vant/compare/v2.5.9-beta.0...v2.6.0-beta.0) +### [v2.6.0](https://github.com/youzan/vant/compare/v2.5.9...v2.6.0) -`2020-04-02` +`2020-04-09` + +**Feature** + +- add Empty component [#6010](https://github.com/youzan/vant/issues/6010) +- add ShareSheet component [508076](https://github.com/youzan/vant/commit/5080761cfee10881bb3db771609800f3fcfb1af7) **Feature** @@ -23,12 +28,15 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/). - SubmitBar: enable safe-area-inset-bottom by default [#5956](https://github.com/youzan/vant/issues/5956) - GoodsAction: enable safe-area-inset-bottom by default [#5955](https://github.com/youzan/vant/issues/5955) - Swipe: allow swipe multiple item at once [#5953](https://github.com/youzan/vant/issues/5953) +- Calendar: auto selected to max range [#5992](https://github.com/youzan/vant/issues/5992) **Improvement** - NavBar: improve active feedback [#5949](https://github.com/youzan/vant/issues/5949) - Popup: improve leave animation timing function [#5954](https://github.com/youzan/vant/issues/5954) - Picker: improve scroll speed [#5951](https://github.com/youzan/vant/issues/5951) +- Swipe: improve swipe threshold [#6003](https://github.com/youzan/vant/issues/6003) +- TreeSelect: update nav background color [#5991](https://github.com/youzan/vant/issues/5991) **Bug Fixes** diff --git a/docs/markdown/changelog.zh-CN.md b/docs/markdown/changelog.zh-CN.md index 5fb10e320..7184a8814 100644 --- a/docs/markdown/changelog.zh-CN.md +++ b/docs/markdown/changelog.zh-CN.md @@ -10,25 +10,35 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。 - 次版本号:每隔一至二个月发布,包含新特性和较大的功能更新,向下兼容。 - 主版本号:发布时间不定,包含不兼容更新,预计下一个主版本会与 Vue 3.0 同期发布。 -### [v2.6.0-beta.0](https://github.com/youzan/vant/compare/v2.5.9-beta.0...v2.6.0-beta.0) +### [v2.6.0](https://github.com/youzan/vant/compare/v2.6.0-beta.0...v2.6.0) -`2020-04-02` +`2020-04-09` **Feature** -- Form: 新增 show-error 属性 [#5941](https://github.com/youzan/vant/issues/5941) -- Tabbar: 新增 placeholder 属性 [#5979](https://github.com/youzan/vant/issues/5979) +- 新增 ShareSheet 分享面板组件,用于进行分享操作 [508076](https://github.com/youzan/vant/commit/5080761cfee10881bb3db771609800f3fcfb1af7) +- 新增 Empty 空状态组件,作为空状态时的占位提示 [#6010](https://github.com/youzan/vant/issues/6010) + + + +**Feature** + +- Form: 新增 show-error 属性,用于控制展示错误提示 [#5941](https://github.com/youzan/vant/issues/5941) +- Tabbar: 新增 placeholder 属性,用于在吸底时生成占位元素 [#5979](https://github.com/youzan/vant/issues/5979) - Sku: 默认开启底部安全区适配 [#5960](https://github.com/youzan/vant/issues/5960) - SubmitBar: 默认开启底部安全区适配 [#5956](https://github.com/youzan/vant/issues/5956) - GoodsAction: 默认开启底部安全区适配 [#5955](https://github.com/youzan/vant/issues/5955) - Tabbar: 固定在底部时默认开启底部安全区适配 [#5968](https://github.com/youzan/vant/issues/5968) - Swipe: 允许一次滚动多页轮播 [#5953](https://github.com/youzan/vant/issues/5953) +- Calendar: 设置 max-range 后,选择超出范围时会自动选择到最大范围 [#5992](https://github.com/youzan/vant/issues/5992) **Improvement** - NavBar: 优化点击反馈效果 [#5949](https://github.com/youzan/vant/issues/5949) - Popup: 优化退场动画效果 [#5954](https://github.com/youzan/vant/issues/5954) - Picker: 优化惯性滑动速率 [#5951](https://github.com/youzan/vant/issues/5951) +- Swipe: 优化滚动手势体验,滑动较慢时会回弹到原位置 [#6003](https://github.com/youzan/vant/issues/6003) +- TreeSelect: 更新左侧栏背景色,增强区分度 [#5991](https://github.com/youzan/vant/issues/5991) **Bug Fixes** diff --git a/docs/markdown/quickstart.en-US.md b/docs/markdown/quickstart.en-US.md index 3a1f00d71..323bb918a 100644 --- a/docs/markdown/quickstart.en-US.md +++ b/docs/markdown/quickstart.en-US.md @@ -99,12 +99,12 @@ The easiest way to use Vant is to include a CDN link in the html file, after whi - + - +