From f9a1de022e2245eb4e95f4a338538f0af5f70da9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=98=89=E6=B6=B5?= Date: Mon, 26 Aug 2019 10:18:56 +0800 Subject: [PATCH] docs(changelog): 2.1.6 --- docs/markdown/changelog.en-US.md | 20 ++++++++++++++++++++ docs/markdown/changelog.zh-CN.md | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/docs/markdown/changelog.en-US.md b/docs/markdown/changelog.en-US.md index 841da9378..3dc2ff6ae 100644 --- a/docs/markdown/changelog.en-US.md +++ b/docs/markdown/changelog.en-US.md @@ -1,5 +1,25 @@ # Changelog +### [v2.1.6](https://github.com/youzan/vant/tree/v2.1.6) +`2019-08-26` + +**Improvements** + +- Tag: add warning type [\#4232](https://github.com/youzan/vant/pull/4232) +- Image: add radius prop [\#4230](https://github.com/youzan/vant/pull/4230) +- Notify: add type prop [\#4237](https://github.com/youzan/vant/pull/4237) +- CellGroup: add title slot [\#4227](https://github.com/youzan/vant/pull/4227) +- Sku: initialSku can be set dynamically [\#4214](https://github.com/youzan/vant/pull/4214) +- Sku: can preview images of non-first level sku [\#4236](https://github.com/youzan/vant/pull/4236) +- Locale: add Spanish translation [\#4235](https://github.com/youzan/vant/pull/4235) + +**Bug Fixes** + +- fix Tabbar incorrect active style in route mode [\#4229](https://github.com/youzan/vant/pull/4229) +- fix NumberKeyboard incorrect sidebar position when has title [\#4228](https://github.com/youzan/vant/pull/4228) +- fix IndexBar the problem of rolling out parent boundaries when sticky bottom [\#4218](https://github.com/youzan/vant/pull/4218) + + ### [v2.1.5](https://github.com/youzan/vant/tree/v2.1.5) `2019-08-23` diff --git a/docs/markdown/changelog.zh-CN.md b/docs/markdown/changelog.zh-CN.md index 71af154a8..c11ed635a 100644 --- a/docs/markdown/changelog.zh-CN.md +++ b/docs/markdown/changelog.zh-CN.md @@ -1,5 +1,25 @@ # 更新日志 +### [v2.1.6](https://github.com/youzan/vant/tree/v2.1.6) +`2019-08-26` + +**Improvements** + +- Tag: 新增 warning 类型 [\#4232](https://github.com/youzan/vant/pull/4232) +- Image: 新增 radius 属性 [\#4230](https://github.com/youzan/vant/pull/4230) +- Notify: 新增 type 属性 [\#4237](https://github.com/youzan/vant/pull/4237) +- CellGroup: 新增 title 插槽 [\#4227](https://github.com/youzan/vant/pull/4227) +- Sku: 支持动态设置 initial-sku 属性 [\#4214](https://github.com/youzan/vant/pull/4214) +- Sku: 支持预览更高层级的规格类目图片 [\#4236](https://github.com/youzan/vant/pull/4236) +- Locale: 支持西班牙语 [\#4235](https://github.com/youzan/vant/pull/4235) + +**Bug Fixes** + +- 修复 Tabbar 在 route 模式下选中样式错误的问题 [\#4229](https://github.com/youzan/vant/pull/4229) +- 修复 NumberKeyboard 使用 title 属性时按钮位置错误的问题 [\#4228](https://github.com/youzan/vant/pull/4228) +- 修复 IndexBar 在 sticky 模式下锚点位置可能超出元素边界的问题 [\#4218](https://github.com/youzan/vant/pull/4218) + + ### [v2.1.5](https://github.com/youzan/vant/tree/v2.1.5) `2019-08-23`