From a76625483c8e37304dd9cadf3cd488fa559b4d2e Mon Sep 17 00:00:00 2001 From: chenjiahan Date: Sun, 15 Nov 2020 20:52:09 +0800 Subject: [PATCH] docs(changelog): 2.10.14 --- 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 1b913832b..669029674 100644 --- a/docs/markdown/changelog.en-US.md +++ b/docs/markdown/changelog.en-US.md @@ -10,6 +10,27 @@ 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.14](https://github.com/youzan/vant/compare/v2.10.13...v2.10.14) + +`2020-11-15` + +**Feature** + +- ImagePreview: passing current index to index slot [#7552](https://github.com/youzan/vant/issues/7552) +- Popup: add transition-appear prop [#7525](https://github.com/youzan/vant/issues/7525) +- Skeleton: add @skeleton-avatar-size less var [#7556](https://github.com/youzan/vant/issues/7556) +- Skeleton: add @skeleton-title-width less var [#7557](https://github.com/youzan/vant/issues/7557) + +**Bug Fixes** + +- Calendar: month-show event triggered multiple times [#7565](https://github.com/youzan/vant/issues/7565) +- Calendar: should not render all months on mounted [#7564](https://github.com/youzan/vant/issues/7564) +- IndexBar: incorrect behavior inside popup [#7559](https://github.com/youzan/vant/issues/7559) +- NavBar: safe-area-inset-top css incorrect [#7534](https://github.com/youzan/vant/issues/7534) +- Skeleton: avatar-size can be number type [#7555](https://github.com/youzan/vant/issues/7555) +- Sticky: not work in some cases [#7561](https://github.com/youzan/vant/issues/7561) +- Swipe: leak when width has decimal [#7562](https://github.com/youzan/vant/issues/7562) + ### [v2.10.13](https://github.com/youzan/vant/compare/v2.10.12...v2.10.13) `2020-11-08` diff --git a/docs/markdown/changelog.zh-CN.md b/docs/markdown/changelog.zh-CN.md index 19c770028..dd8b9da8d 100644 --- a/docs/markdown/changelog.zh-CN.md +++ b/docs/markdown/changelog.zh-CN.md @@ -10,6 +10,27 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。 - 次版本号:每隔一至二个月发布,包含新特性和较大的功能更新,向下兼容。 - 主版本号:发布时间不定,包含不兼容更新,预计下一个主版本会与 Vue 3.0 同期发布。 +### [v2.10.14](https://github.com/youzan/vant/compare/v2.10.13...v2.10.14) + +`2020-11-15` + +**Feature** + +- ImagePreview: index 插槽新增 index 参数 [#7552](https://github.com/youzan/vant/issues/7552) +- Popup: 新增 transition-appear 属性 [#7525](https://github.com/youzan/vant/issues/7525) +- Skeleton: 新增 @skeleton-avatar-size less 变量 [#7556](https://github.com/youzan/vant/issues/7556) +- Skeleton: 新增 @skeleton-title-width less 变量 [#7557](https://github.com/youzan/vant/issues/7557) + +**Bug Fixes** + +- Calendar: 修复 month-show 事件触发时机不正确的问题 [#7565](https://github.com/youzan/vant/issues/7565) +- Calendar: 修复初始化时 lazy-render 不生效的问题 [#7564](https://github.com/youzan/vant/issues/7564) +- IndexBar: 修复在 Popup 内使用时锚点无法吸顶的问题 [#7559](https://github.com/youzan/vant/issues/7559) +- NavBar: 修复 safe-area-inset-top 属性未能正确生效的问题 [#7534](https://github.com/youzan/vant/issues/7534) +- Skeleton: 修复 avatar-size 属性传入 number 类型时报错的问题 [#7555](https://github.com/youzan/vant/issues/7555) +- Sticky: 修复某些情况下无法正确吸顶的问题 [#7561](https://github.com/youzan/vant/issues/7561) +- Swipe: 修复宽度为小数时漏边的问题 [#7562](https://github.com/youzan/vant/issues/7562) + ### [v2.10.13](https://github.com/youzan/vant/compare/v2.10.12...v2.10.13) `2020-11-08`