mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
docs: add 4.17.4 changelog (#33354)
* docs: add 4.17.4 changelog * update changelog
This commit is contained in:
parent
448da5774f
commit
8135ef04df
@ -15,6 +15,13 @@ timeline: true
|
||||
|
||||
---
|
||||
|
||||
## 4.17.4
|
||||
|
||||
`2021-12-19`
|
||||
|
||||
- 🐞 Fix a bug that Form.Item name is "parentNode" casue endless loop and memory leak. [#31846](https://github.com/ant-design/ant-design/pull/31846) [@DaoxingHuang](https://github.com/DaoxingHuang)
|
||||
- 🐞 Revert "fix: TextArea missing maxLength attr.". [#32448](https://github.com/ant-design/ant-design/pull/32448)
|
||||
|
||||
## 4.17.3
|
||||
|
||||
`2021-12-08`
|
||||
|
@ -15,6 +15,13 @@ timeline: true
|
||||
|
||||
---
|
||||
|
||||
## 4.17.4
|
||||
|
||||
`2021-12-19`
|
||||
|
||||
- 🐞 修复 Form.Item 的 name 属性改为 parentNode,dom-align 死循环,内存溢出的 bug。[#31846](https://github.com/ant-design/ant-design/pull/31846) [@DaoxingHuang](https://github.com/DaoxingHuang)
|
||||
- 🐞 回滚 "Input.TextArea `maxLength` 属性透传给原生 textarea 标签"。[#32448](https://github.com/ant-design/ant-design/pull/32448)
|
||||
|
||||
## 4.17.3
|
||||
|
||||
`2021-12-08`
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "antd",
|
||||
"version": "4.17.3",
|
||||
"version": "4.17.4",
|
||||
"description": "An enterprise-class UI design language and React components implementation",
|
||||
"title": "Ant Design",
|
||||
"keywords": [
|
||||
|
Loading…
Reference in New Issue
Block a user