Browse Source
docs: changelog 5.1.4 (#40117)
* docs: changelog 5.1.4
* chore: code clean
* chore: umoji
pull/40124/head
MadCcc
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
15 additions and
1 deletions
-
CHANGELOG.en-US.md
-
CHANGELOG.zh-CN.md
-
package.json
|
|
@ -15,6 +15,13 @@ timeline: true |
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
|
## 5.1.4 |
|
|
|
|
|
|
|
`2023-1-9` |
|
|
|
|
|
|
|
- 🐞 Fix missing locale file. [#40116](https://github.com/ant-design/ant-design/pull/40116) |
|
|
|
- 🐞 Fix Cascader dropdown `placement` in RTL mode. [#40109](https://github.com/ant-design/ant-design/pull/40109) [@3hson](https://github.com/3hson) |
|
|
|
|
|
|
|
## 5.1.3 |
|
|
|
|
|
|
|
`2023-1-9` |
|
|
|
|
|
@ -15,6 +15,13 @@ timeline: true |
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
|
## 5.1.4 |
|
|
|
|
|
|
|
`2023-1-9` |
|
|
|
|
|
|
|
- 🐞 修复 locale 文件丢失的问题。[#40116](https://github.com/ant-design/ant-design/pull/40116) |
|
|
|
- 🐞 修复 Cascader 组件 RTL 模式中下拉菜单位置问题。[#40109](https://github.com/ant-design/ant-design/pull/40109) [@3hson](https://github.com/3hson) |
|
|
|
|
|
|
|
## 5.1.3 |
|
|
|
|
|
|
|
`2023-1-9` |
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
{ |
|
|
|
"name": "antd", |
|
|
|
"version": "5.1.3", |
|
|
|
"version": "5.1.4", |
|
|
|
"description": "An enterprise-class UI design language and React components implementation", |
|
|
|
"title": "Ant Design", |
|
|
|
"keywords": [ |
|
|
|