Browse Source
docs: 3.26.11 changelog (#21405)
* update changelog
* update changelog
* update
* update link
pull/21459/head
3.26.11
二货机器人
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
13 additions and
1 deletions
-
CHANGELOG.en-US.md
-
CHANGELOG.zh-CN.md
-
package.json
|
|
@ -15,6 +15,12 @@ timeline: true |
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
|
## 3.26.11 |
|
|
|
|
|
|
|
`2020-02-17` |
|
|
|
|
|
|
|
- 🐞 Rollback misc `clearfix` style to breaks flex layout (mainly affect Row, Form, Layout style). [#21406](https://github.com/ant-design/ant-design/pull/21406) |
|
|
|
|
|
|
|
## 3.26.10 |
|
|
|
|
|
|
|
`2020-02-16` |
|
|
|
|
|
@ -15,6 +15,12 @@ timeline: true |
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
|
## 3.26.11 |
|
|
|
|
|
|
|
`2020-02-17` |
|
|
|
|
|
|
|
- 🐞 回滚原子样式 `clearfix` 以修复破坏 flex 布局的问题(主要影响 Row、Form、Layout 等布局问题)。[#21406](https://github.com/ant-design/ant-design/pull/21406) |
|
|
|
|
|
|
|
## 3.26.10 |
|
|
|
|
|
|
|
`2020-02-16` |
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
{ |
|
|
|
"name": "antd", |
|
|
|
"version": "3.26.10", |
|
|
|
"version": "3.26.11", |
|
|
|
"description": "An enterprise-class UI design language and React components implementation", |
|
|
|
"keywords": [ |
|
|
|
"ant", |
|
|
|