From 4f81d7c0acf842ae50502712fc05ccd53bde40f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=98=89=E6=B6=B5?= Date: Thu, 9 Jan 2020 16:59:28 +0800 Subject: [PATCH] docs(changelog): 2.4.2-beta.1 --- docs/markdown/changelog.en-US.md | 21 +++++++++++++++++++++ docs/markdown/changelog.zh-CN.md | 21 +++++++++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/docs/markdown/changelog.en-US.md b/docs/markdown/changelog.en-US.md index e5be8d3ee..9ad03b649 100644 --- a/docs/markdown/changelog.en-US.md +++ b/docs/markdown/changelog.en-US.md @@ -1,5 +1,26 @@ # Changelog +### [v2.4.2-beta.1](https://github.com/youzan/vant/compare/v2.4.2-beta.0...v2.4.2-beta.1) +`2020-01-09` + +**Feature** + +* Field: add digit type [#5524](https://github.com/youzan/vant/issues/5524) +* Sku: add properties support [#5525](https://github.com/youzan/vant/issues/5525) +* Calendar: scroll to current month when show [#5526](https://github.com/youzan/vant/issues/5526) + +**Bug Fixes** + +* CouponList: incorrect click feedback [#5521](https://github.com/youzan/vant/issues/5521) +* Field: should limit number input in iOS [#5520](https://github.com/youzan/vant/issues/5520) +* Tabs: can not render line when wrapper is fixed [#5496](https://github.com/youzan/vant/issues/5496) + +**Improvement** + +* CouponList: update style [#5501](https://github.com/youzan/vant/issues/5501) +* AddressList: update style [#5507](https://github.com/youzan/vant/issues/5507) + + ### [v2.4.2-beta.0](https://github.com/youzan/vant/compare/v2.4.1...v2.4.2-beta.0) `2020-01-06` diff --git a/docs/markdown/changelog.zh-CN.md b/docs/markdown/changelog.zh-CN.md index 7a2b848d9..6888b8a39 100644 --- a/docs/markdown/changelog.zh-CN.md +++ b/docs/markdown/changelog.zh-CN.md @@ -11,6 +11,27 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。 - 主版本号:发布时间不定,包含不兼容更新,预计下一个主版本会与 Vue 3.0 同期发布。 +### [v2.4.2-beta.1](https://github.com/youzan/vant/compare/v2.4.2-beta.0...v2.4.2-beta.1) +`2020-01-09` + +**Feature** + +* Field: 新增 digit 类型 [#5524](https://github.com/youzan/vant/issues/5524) +* Sku: 支持 properties 数据结构 [#5525](https://github.com/youzan/vant/issues/5525) +* Calendar: 弹出时自动滚动到当前选中的日期 [#5526](https://github.com/youzan/vant/issues/5526) + +**Improvement** + +* CouponList: 优化样式细节 [#5501](https://github.com/youzan/vant/issues/5501) +* AddressList: 优化样式细节 [#5507](https://github.com/youzan/vant/issues/5507) + +**Bug Fixes** + +* CouponList: 修复点击反馈区域错误的问题 [#5521](https://github.com/youzan/vant/issues/5521) +* Tabs: 修复容器设置 fixed 布局时无法渲染底部条的问题 [#5496](https://github.com/youzan/vant/issues/5496) +* Field: 修复 type 为 number 时在 iOS 上仍然能输入非数字字符的问题 [#5520](https://github.com/youzan/vant/issues/5520) + + ### [v2.4.2-beta.0](https://github.com/youzan/vant/compare/v2.4.1...v2.4.2-beta.0) `2020-01-06`