diff --git a/docs/markdown/changelog.en-US.md b/docs/markdown/changelog.en-US.md index fbe2169ed..968b4e8f4 100644 --- a/docs/markdown/changelog.en-US.md +++ b/docs/markdown/changelog.en-US.md @@ -10,6 +10,16 @@ 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.10.6](https://github.com/youzan/vant/compare/v2.10.5...v2.10.6) + +`2020-09-08` + +**Bug Fixes** + +- Calendar: readonly not work in multiple mode [#7127](https://github.com/youzan/vant/issues/7127) +- CouponCell: fix discounted price [#7123](https://github.com/youzan/vant/issues/7123) +- List: scoped style not applied to first child [#7128](https://github.com/youzan/vant/issues/7128) + ### [v2.10.5](https://github.com/youzan/vant/compare/v2.10.4...v2.10.5) `2020-09-06` diff --git a/docs/markdown/changelog.zh-CN.md b/docs/markdown/changelog.zh-CN.md index 633307bdf..0cf177221 100644 --- a/docs/markdown/changelog.zh-CN.md +++ b/docs/markdown/changelog.zh-CN.md @@ -10,6 +10,16 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。 - 次版本号:每隔一至二个月发布,包含新特性和较大的功能更新,向下兼容。 - 主版本号:发布时间不定,包含不兼容更新,预计下一个主版本会与 Vue 3.0 同期发布。 +### [v2.10.6](https://github.com/youzan/vant/compare/v2.10.5...v2.10.6) + +`2020-09-08` + +**Bug Fixes** + +- Calendar: 修复 readonly 属性在多选模式下无效的问题 [#7127](https://github.com/youzan/vant/issues/7127) +- CouponCell: 修复金额取值逻辑错误的问题 [#7123](https://github.com/youzan/vant/issues/7123) +- List: 修复第一个子元素的 scoped 样式无效的问题 [#7128](https://github.com/youzan/vant/issues/7128) + ### [v2.10.5](https://github.com/youzan/vant/compare/v2.10.4...v2.10.5) `2020-09-06`