Browse Source

docs: 4.22.2 changelog (#36764)

* docs: 4.22.2 changelog

* docs: more changelog
pull/36770/head 4.22.2
二货机器人 2 years ago
committed by GitHub
parent
commit
9a308bb2af
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      CHANGELOG.en-US.md
  2. 10
      CHANGELOG.zh-CN.md
  3. 2
      package.json

10
CHANGELOG.en-US.md

@ -15,6 +15,16 @@ timeline: true
---
## 4.22.2
`2022-07-28`
- 💄 Adjust Collapse title click region which will be fully width when `collapsible=default` now. [#36761](https://github.com/ant-design/ant-design/pull/36761)
- Drawer
- 🐞 Fix Drawer not work in 360 browser. [#36748](https://github.com/ant-design/ant-design/pull/36748)
- 🐞 Revert back panel style into wrapper dom node in case developer use `contentWrapperStyle` for overwrite. [#36748](https://github.com/ant-design/ant-design/pull/36748)
- 🐞 Fix for the string type as `width/height` value and warning which should use number type instead. [#284](https://github.com/react-component/drawer/pull/284)
## 4.22.1
`2022-07-27`

10
CHANGELOG.zh-CN.md

@ -15,6 +15,16 @@ timeline: true
---
## 4.22.2
`2022-07-28`
- 💄 调整 Collapse 标题文本在 `collapsible=default` 时为完整宽度点击区域。[#36761](https://github.com/ant-design/ant-design/pull/36761)
- Drawer
- 🐞 修复 Drawer 在 360 浏览器不生效的问题。[#36748](https://github.com/ant-design/ant-design/pull/36748)
- 🐞 回滚将样式恢复至包裹层以防止原本通过 `contentWrapperStyle` 覆盖样式的用法。[#36748](https://github.com/ant-design/ant-design/pull/36748)
- 🐞 修复兼容以 string 类型作为 `width/height` 的用法,并且警告用户应当使用 number 类型。[#284](https://github.com/react-component/drawer/pull/284)
## 4.22.1
`2022-07-27`

2
package.json

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

Loading…
Cancel
Save