From 914530992ec68e90d61e226b9d51bcb323bcc0cd Mon Sep 17 00:00:00 2001 From: tjz <415800467@qq.com> Date: Sun, 24 Jun 2018 22:36:25 +0800 Subject: [PATCH] docs: add 0.6.2 changelog --- CHANGELOG.en-US.md | 10 ++++++++++ CHANGELOG.zh-CN.md | 11 +++++++++++ 2 files changed, 21 insertions(+) diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 8aee77c77..667b72018 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -2,6 +2,16 @@ --- +## 0.6.2 + +`2018-06-24` +- 🌟 `Form` component data auto-checking support for `template` syntax[7c9232](https://github.com/vueComponent/ant-design/commit/7c923278b3678a822ff90da0cb8db7653d79e15c) +- `Select`: 🐞 add `focus` `blur` methods[52f6f5](https://github.com/vueComponent/ant-design/commit/52f6f50dbe38631c0e698a6ea23b3686f6c2a375) +- `Radio` + - 🐞 Fix Radiogroup `disabled` className[9df74b](https://github.com/vueComponent/ant-design/commit/9df74bedd7640b6066010c498f942ce544c658b7) + - 🐞 Fix `autoFoucs` `focus` `blur` `mouseenter` `mouseleave` not working[f7886c](https://github.com/vueComponent/ant-design/commit/f7886c7203730bedf519bc45f5f78726735d3aac) +- `TimePicker`: 🐞 Fix `autoFoucs` `focus` `blur` not working[28d009](https://github.com/vueComponent/ant-design/commit/28d009d3ced807051a86a2c09cd2764303de98f7) + ## 0.6.1 `2018-06-17` diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index 18cf61ac7..05a04df22 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -2,6 +2,17 @@ --- +## 0.6.2 + +`2018-06-24` +- 🌟 `Form`组件数据自动校验功能支持`template`语法[7c9232](https://github.com/vueComponent/ant-design/commit/7c923278b3678a822ff90da0cb8db7653d79e15c) +- `Select`: 🐞 添加`focus` `blur`方法[52f6f5](https://github.com/vueComponent/ant-design/commit/52f6f50dbe38631c0e698a6ea23b3686f6c2a375) +- `Radio` + - 🐞 修复Radiogroup `disabled` className[9df74b](https://github.com/vueComponent/ant-design/commit/9df74bedd7640b6066010c498f942ce544c658b7) + - 🐞 修复`autoFoucs` `focus` `blur` `mouseenter` `mouseleave` 不生效问题[f7886c](https://github.com/vueComponent/ant-design/commit/f7886c7203730bedf519bc45f5f78726735d3aac) +- `TimePicker`: 🐞 修复`autoFoucs` `focus` `blur`不生效问题[28d009](https://github.com/vueComponent/ant-design/commit/28d009d3ced807051a86a2c09cd2764303de98f7) + + ## 0.6.1 `2018-06-17`