valleykid
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
25 additions and
1 deletions
CHANGELOG.en-US.md
CHANGELOG.zh-CN.md
package.json
@ -15,6 +15,18 @@ timeline: true
---
## 3.2.2
`2018-02-24`
- 🌟 Add font-family variable for `Pagination` . [#9351 ](https://github.com/ant-design/ant-design/issues/9351 )
- 🌟 Add font-weight variable for `Badge` . [#9352 ](https://github.com/ant-design/ant-design/issues/9352 )
- 🐞 Fix table custom spin indicator. [#9355 ](https://github.com/ant-design/ant-design/issues/9355 )
- 🐞 Fix `Form.create` . [#9331 ](https://github.com/ant-design/ant-design/issues/9331 )
- 🐞 Revert typescript definition of `column.dataIndex` . [#9393 ](https://github.com/ant-design/ant-design/issues/9393 )
- 🐞 Fix last menu item in Sider could be blocked by collapse trigger. [#9398 ](https://github.com/ant-design/ant-design/issues/9398 ) [@MJ111 ](https://github.com/MJ111 )
- 🐞 Fix badge works wrong in dot mode. [#9359 ](https://github.com/ant-design/ant-design/issues/9359 ) [@khayalan-mathew ](https://github.com/khayalan-mathew )
## 3.2.1
`2018-02-11`
@ -15,6 +15,18 @@ timeline: true
---
## 3.2.2
`2018-02-24`
- 🌟 添加 `Pagination` 字体变量。 [#9351 ](https://github.com/ant-design/ant-design/issues/9351 )
- 🌟 添加 `Badge` 字重变量。 [#9352 ](https://github.com/ant-design/ant-design/issues/9352 )
- 🐞 修复 `Table` 当自定义 `loading.indicator` 时,不显示emptyText。 [#9355 ](https://github.com/ant-design/ant-design/issues/9355 )
- 🐞 修复 `Form.create` 。 [#9331 ](https://github.com/ant-design/ant-design/issues/9331 )
- 🐞 回滚 `Table` 中 `column.dataIndex` 的 TypeScript 定义。 [#9393 ](https://github.com/ant-design/ant-design/issues/9393 )
- 🐞 修复 `Layout` 中 sider 高度不足时,最后一个菜单无法显示。 [#9398 ](https://github.com/ant-design/ant-design/issues/9398 ) [@MJ111 ](https://github.com/MJ111 )
- 🐞 修复 `Badge` dot 模式问题。 [#9359 ](https://github.com/ant-design/ant-design/issues/9359 ) [@khayalan-mathew ](https://github.com/khayalan-mathew )
## 3.2.1
`2018-02-11`
@ -1,6 +1,6 @@
{
"name" : "antd" ,
"version" : "3.2.1 " ,
"version" : "3.2.2 " ,
"title" : "Ant Design" ,
"description" : "An enterprise-class UI design language and React-based implementation" ,
"homepage" : "http://ant.design/" ,