diff --git a/docs/markdown/changelog.en-US.md b/docs/markdown/changelog.en-US.md index 688c540fe..afa8fe476 100644 --- a/docs/markdown/changelog.en-US.md +++ b/docs/markdown/changelog.en-US.md @@ -1,5 +1,21 @@ ## Changelog +## [v1.6.8](https://github.com/youzan/vant/tree/v1.6.8) +`2019-03-02` + +**Improvements** + +- CouponList: optimize style of empty tip [\#2878](https://github.com/youzan/vant/pull/2878) +- allow use ref in functional components [\#2863](https://github.com/youzan/vant/pull/2863) + +**Bug Fixes** + +- fix Field label slot not work [\#2872](https://github.com/youzan/vant/pull/2872) +- fix Icon missing new icon [\#2887](https://github.com/youzan/vant/pull/2887) +- fix AddressList should hide radio when unswitchable [\#2886](https://github.com/youzan/vant/pull/2886) +- fix Tab scroll to correct position when use offset-top [\#2873](https://github.com/youzan/vant/pull/2873) + + ## [v1.6.7](https://github.com/youzan/vant/tree/v1.6.7) `2019-02-26` diff --git a/docs/markdown/changelog.zh-CN.md b/docs/markdown/changelog.zh-CN.md index 2bc151d6f..371919cd4 100644 --- a/docs/markdown/changelog.zh-CN.md +++ b/docs/markdown/changelog.zh-CN.md @@ -1,5 +1,21 @@ ## 更新日志 +## [v1.6.8](https://github.com/youzan/vant/tree/v1.6.8) +`2019-03-02` + +**Improvements** + +- CouponList: 优化列表为空的样式 [\#2878](https://github.com/youzan/vant/pull/2878) +- 支持在函数式组件上使用 ref 属性 [\#2863](https://github.com/youzan/vant/pull/2863) + +**Bug Fixes** + +- 修复 Field label 插槽未生效的问题 [\#2872](https://github.com/youzan/vant/pull/2872) +- 修复 Icon new 图标无法展示的问题 [\#2887](https://github.com/youzan/vant/pull/2887) +- 修复 AddressList 使用 switchable 属性时的样式错误 [\#2886](https://github.com/youzan/vant/pull/2886) +- 修复 Tab 使用 offset-top 属性时切换标签未滚动到正确位置的问题 [\#2873](https://github.com/youzan/vant/pull/2873) + + ## [v1.6.7](https://github.com/youzan/vant/tree/v1.6.7) `2019-02-26`