Browse Source

docs: add 4.23.4 changelog (#37833)

* docs: add  4.23.4 changelog

* update package.json
pull/37710/head 4.23.4
陈帅 2 years ago
committed by GitHub
parent
commit
51c88e9fd7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      CHANGELOG.en-US.md
  2. 7
      CHANGELOG.zh-CN.md
  3. 2
      package.json

7
CHANGELOG.en-US.md

@ -15,6 +15,13 @@ timeline: true
---
## 4.23.4
`2022-10-01`
- 🐞 Fix Typography ellipsis percision bug. [#37802](https://github.com/ant-design/ant-design/pull/37802) [@zheeeng](https://github.com/zheeeng)
- 🐞 Fix Input.Password that should not have value prop on input when inputing. [#37801](https://github.com/ant-design/ant-design/pull/37801) [@MadCcc](https://github.com/MadCcc)
## 4.23.3
`2022-09-27`

7
CHANGELOG.zh-CN.md

@ -15,6 +15,13 @@ timeline: true
---
## 4.23.4
`2022-10-01`
- 🐞 修复 Typography `ellipsis` 精度问题。[#37802](https://github.com/ant-design/ant-design/pull/37802) [@zheeeng](https://github.com/zheeeng)
- 🐞 修复 Input.Password 在输入时 input 上会有 `value` 属性的问题。[#37801](https://github.com/ant-design/ant-design/pull/37801) [@MadCcc](https://github.com/MadCcc)
## 4.23.3
`2022-09-27`

2
package.json

@ -1,6 +1,6 @@
{
"name": "antd",
"version": "4.23.3",
"version": "4.23.4",
"description": "An enterprise-class UI design language and React components implementation",
"title": "Ant Design",
"keywords": [

Loading…
Cancel
Save