From 10051cd395f39ef6716dce510d8fef8ed24d1ec9 Mon Sep 17 00:00:00 2001 From: chenjiahan Date: Fri, 3 Jul 2020 14:27:24 +0800 Subject: [PATCH] docs(changelog): 2.9.0 --- docs/markdown/changelog.en-US.md | 5 +++-- docs/markdown/changelog.zh-CN.md | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/markdown/changelog.en-US.md b/docs/markdown/changelog.en-US.md index c7f75cc89..54ed52e5e 100644 --- a/docs/markdown/changelog.en-US.md +++ b/docs/markdown/changelog.en-US.md @@ -10,9 +10,9 @@ 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.9.0-beta.4](https://github.com/youzan/vant/compare/v2.9.0-beta.3...v2.9.0-beta.4) +### [v2.9.0](https://github.com/youzan/vant/compare/v2.8.7...v2.9.0) -`2020-07-02` +`2020-07-03` **Feature** @@ -33,6 +33,7 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/). - AddressEdit: adjust label width [#6591](https://github.com/youzan/vant/issues/6591) - AddressEdit: area picker use round popup [#6584](https://github.com/youzan/vant/issues/6584) - Button: adjust small button size [#6371](https://github.com/youzan/vant/issues/6371) +- Cell: adjust inner border gap [#6686](https://github.com/youzan/vant/issues/6686) - ContactEdit: adjust label width [a77ebe](https://github.com/youzan/vant/commit/a77ebe11d722a3f242ef8e4125bb94629a56b81f) - Field: label color updated to gray-7 [#6581](https://github.com/youzan/vant/issues/6581) - Field: label width adjusted to 6em [#6583](https://github.com/youzan/vant/issues/6583) [#6589](https://github.com/youzan/vant/issues/6589) diff --git a/docs/markdown/changelog.zh-CN.md b/docs/markdown/changelog.zh-CN.md index 863ef096b..ba5b98011 100644 --- a/docs/markdown/changelog.zh-CN.md +++ b/docs/markdown/changelog.zh-CN.md @@ -10,9 +10,9 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。 - 次版本号:每隔一至二个月发布,包含新特性和较大的功能更新,向下兼容。 - 主版本号:发布时间不定,包含不兼容更新,预计下一个主版本会与 Vue 3.0 同期发布。 -### [v2.9.0-beta.4](https://github.com/youzan/vant/compare/v2.9.0-beta.3...v2.9.0-beta.4) +### [v2.9.0](https://github.com/youzan/vant/compare/v2.8.7...v2.9.0) -`2020-07-02` +`2020-07-03` **Feature** @@ -30,6 +30,7 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。 **style** - Button: 调整 small 和 mini 按钮的样式,移除最小宽度限制 [#6371](https://github.com/youzan/vant/issues/6371) +- Cell: 内侧边框增加 16px 的右边距 [#6686](https://github.com/youzan/vant/issues/6686) - ActionSheet: 顶部描述文字的颜色调整为 gray-6 [#6586](https://github.com/youzan/vant/issues/6586) - AddressEdit: 省市区弹窗调整为圆角样式 [#6584](https://github.com/youzan/vant/issues/6584) - AddressEdit: 表单文本宽度调整为 4em [#6591](https://github.com/youzan/vant/issues/6591)