docs: 3.19.1 change-log (#16820)

* update changelog

* add missing one
This commit is contained in:
zombieJ 2019-05-27 17:34:48 +08:00 committed by GitHub
parent 79a6b70e6a
commit 35d23edd01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 23 additions and 1 deletions

View File

@ -15,6 +15,17 @@ timeline: true
---
## 3.19.1
`2019-05-27`
- 🐞 Fix Tooltip not hidden when Menu collapsed in control mode. [#16812](https://github.com/ant-design/ant-design/pull/16812)
- 🐞 Fix Description warning with column count not correct. [#16819](https://github.com/ant-design/ant-design/pull/16819)
- 🐞 Correct typo icon names `canlendar` / `interation` to `calendar` / `interaction`. [#16818](https://github.com/ant-design/ant-design/pull/16818)
- TypeScript
- ⚡️ Fix Mentions definition. [#16814](https://github.com/ant-design/ant-design/pull/16814)
- ⚡️ Update Select `onSelect` & `onDeselect` prop definition. [#16817](https://github.com/ant-design/ant-design/pull/16817)
## 3.19.0
`2019-05-26`

View File

@ -15,6 +15,17 @@ timeline: true
---
## 3.19.1
`2019-05-27`
- 🐞 修复 Menu 在受控模式下收起 Tooltip 不消失的问题。[#16812](https://github.com/ant-design/ant-design/pull/16812)
- 🐞 修复 Descriptions 排列警告信息逻辑错误的问题。[#16819](https://github.com/ant-design/ant-design/pull/16819)
- 🐞 修复图标 `canlendar``interation` 为正确的拼写 `calendar``interaction`。[#16818](https://github.com/ant-design/ant-design/pull/16818)
- TypeScript
- ⚡️ 修复 Mentions 定义。[#16814](https://github.com/ant-design/ant-design/pull/16814)
- ⚡️ 完善 Select 中 `onSelect``onDeselect` 属性的定义。[#16817](https://github.com/ant-design/ant-design/pull/16817)
## 3.19.0
`2019-05-26`

View File

@ -1,6 +1,6 @@
{
"name": "antd",
"version": "3.19.0",
"version": "3.19.1",
"title": "Ant Design",
"description": "An enterprise-class UI design language and React components implementation",
"homepage": "http://ant.design/",