Browse Source

docs: 4.22.6 changelog (#37101)

* docs: 4.22.6

* chore: changelog version

* chore: update
pull/37112/head
MadCcc 2 years ago
committed by GitHub
parent
commit
03dcaf740c
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
  4. 3
      scripts/post-script.js

7
CHANGELOG.en-US.md

@ -15,6 +15,13 @@ timeline: true
---
## 4.22.6
`2022-08-17`
- 🐞 Revert [#36710](https://github.com/ant-design/ant-design/pull/36710) to fix Table `onChange` argument `sorter` error in multiple columns sort.
- 🐞 Fix Drawer can not close when config `opacity` on the `maskStyle`. [#37100](https://github.com/ant-design/ant-design/pull/37100)
## 4.22.5
`2022-08-15`

7
CHANGELOG.zh-CN.md

@ -15,6 +15,13 @@ timeline: true
---
## 4.22.6
`2022-08-17`
- 🐞 回滚 [#36710](https://github.com/ant-design/ant-design/pull/36710) 以修复 Table 多列排序时 `onChange``sorter` 参数错误的问题。
- 🐞 修复 Drawer 的 `maskStyle` 配置 `opacity` 样式时无法关闭的问题。[#37100](https://github.com/ant-design/ant-design/pull/37100)
## 4.22.5
`2022-08-15`

2
package.json

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

3
scripts/post-script.js

@ -8,9 +8,10 @@ const { spawnSync } = require('child_process');
const DEPRECIATED_VERSION = {
'>= 4.21.6 < 4.22.0': ['https://github.com/ant-design/ant-design/pull/36682'],
'>=4.22.2 <=4.22.3': [
'>=4.22.2 <=4.22.5': [
'https://github.com/ant-design/ant-design/issues/36932',
'https://github.com/ant-design/ant-design/pull/36800',
'https://github.com/ant-design/ant-design/issues/37024',
],
};

Loading…
Cancel
Save