zombieJ
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
11 additions and
3 deletions
CHANGELOG.en-US.md
CHANGELOG.zh-CN.md
package.json
@ -15,6 +15,10 @@ timeline: true
---
## 3.21.1
- 🐞 Fix ConfigProvider crash with multiple children. [#18075 ](https://github.com/ant-design/ant-design/pull/18075 )
## 3.21.0
- 🌟 Breadcrumb adds `Separator` component. [#17873 ](https://github.com/ant-design/ant-design/pull/17873 ) [@long-zhuge ](https://github.com/long-zhuge )
@ -39,7 +43,7 @@ timeline: true
- 💄 Merge LocaleProvider into ConfigProvider. [#17816 ](https://github.com/ant-design/ant-design/pull/17816 )
- 💄 Add some less variables. [#17976 ](https://github.com/ant-design/ant-design/pull/17976 ) [@Yangzhedi ](https://github.com/Yangzhedi ) [#17613 ](https://github.com/ant-design/ant-design/pull/17613 ) [@alxkosov ](https://github.com/alxkosov ):
- `@table-footer-bg`
- `@table-footer-color `
- `@table-footer-color`
- `@menu-icon-size`
- `@menu-icon-size-lg`
- 🇲🇾 Add locale Malay. [#17546 ](https://github.com/ant-design/ant-design/pull/17546 ) [@austin-krave ](https://github.com/austin-krave )
@ -15,6 +15,10 @@ timeline: true
---
## 3.21.1
- 🐞 修复 ConfigProvider 存在多个子节点崩溃的问题。[#18075](https://github.com/ant-design/ant-design/pull/18075)
## 3.21.0
- 🌟 新增 `Breadcrumb.Separator` 组件,可进行 `separator` 自定义。[#17873](https://github.com/ant-design/ant-design/issues/17873) [@long-zhuge ](https://github.com/long-zhuge )
@ -39,7 +43,7 @@ timeline: true
- 💄 将 LocaleProvider 合并入 ConfigProvider。[#17816](https://github.com/ant-design/ant-design/pull/17816)
- 💄 增加 less 变量 [#17976 ](https://github.com/ant-design/ant-design/pull/17976 ) [@Yangzhedi ](https://github.com/Yangzhedi ) [#17613 ](https://github.com/ant-design/ant-design/pull/17613 ) [@alxkosov ](https://github.com/alxkosov ):
- `@table-footer-bg`
- `@table-footer-color `
- `@table-footer-color`
- `@menu-icon-size`
- `@menu-icon-size-lg`
- 🇲🇾 新增马来语语言包。[#17546](https://github.com/ant-design/ant-design/pull/17546) [@austin-krave ](https://github.com/austin-krave )
@ -1,6 +1,6 @@
{
"name" : "antd" ,
"version" : "3.21.0 " ,
"version" : "3.21.1 " ,
"title" : "Ant Design" ,
"description" : "An enterprise-class UI design language and React components implementation" ,
"homepage" : "http://ant.design/" ,