Skip to content

Commit

Permalink
docs: add 4.17.4 changelog (ant-design#33354)
Browse files Browse the repository at this point in the history
* docs: add 4.17.4 changelog

* update changelog
  • Loading branch information
chenshuai2144 authored Dec 20, 2021
1 parent 448da57 commit 8135ef0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 8135ef0

Please sign in to comment.