Browse Source

docs: 4.24.12 changelog (#43293)

pull/43356/head 4.24.12
二货爱吃白萝卜 1 year ago
committed by GitHub
parent
commit
2afbf67d61
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.24.12
`2023-06-30`
- 🐞 Fix Form submit trigger wrong `onFieldsChange` event even all the fields do not config `rules`. [#43292](https://github.com/ant-design/ant-design/pull/43292)
- 🐞 Fix Form.List nested Form event bubble not correct. [#43292](https://github.com/ant-design/ant-design/pull/43292)
## 4.24.11
`2023-06-27`

7
CHANGELOG.zh-CN.md

@ -15,6 +15,13 @@ timeline: true
---
## 4.24.12
`2023-06-30`
- 🐞 修复 Form 在提交时,字段没有配置 `rules` 时仍会错误触发 `onFieldsChange` 事件的问题。[#43292](https://github.com/ant-design/ant-design/pull/43292)
- 🐞 修复 Form 嵌套 Form.List 嵌套 Form 的场景下,事件触发不正确的问题。[#43292](https://github.com/ant-design/ant-design/pull/43292)
## 4.24.11
`2023-06-27`

2
package.json

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

Loading…
Cancel
Save