Skip to content

Commit 7071edd

Browse files
authored
chore(release): release 22.0.0 (#9878)
* chore: update dev deps * fix(module:select): restore virtual scroll spacer width (#9874) * chore(release): release 22.0.0
1 parent c089826 commit 7071edd

9 files changed

Lines changed: 160 additions & 303 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
## [22.0.0-beta.0](https://github.com/NG-ZORRO/ng-zorro-antd/compare/21.3.2...22.0.0-beta.0) (2026-07-13)
1+
## [22.0.0](https://github.com/NG-ZORRO/ng-zorro-antd/compare/21.3.3...22.0.0) (2026-07-21)
22

33
### Features
44

55
- All components use OnPush change detection strategy ([#9824](https://github.com/NG-ZORRO/ng-zorro-antd/issues/9824)) ([b50ea34](https://github.com/NG-ZORRO/ng-zorro-antd/commit/b50ea34e298ff153f1809b96ca3d4c0a6d8b9082))
66
- **\*:** add date adapter support ([#9858](https://github.com/NG-ZORRO/ng-zorro-antd/issues/9858)) ([d578c8b](https://github.com/NG-ZORRO/ng-zorro-antd/commit/d578c8bd619743f7a4c77f092d5d43b8b196e6e2))
7+
- **upload:** support custom actions and extra ([#9850](https://github.com/NG-ZORRO/ng-zorro-antd/issues/9850)) ([fd0a22c](https://github.com/NG-ZORRO/ng-zorro-antd/commit/fd0a22ce174188418fe2a420eb668158f1ceba48))
78

89
### Bug Fixes
910

1011
- **form:** signal form compatibility ([#9831](https://github.com/NG-ZORRO/ng-zorro-antd/issues/9831)) ([f57fd67](https://github.com/NG-ZORRO/ng-zorro-antd/commit/f57fd67fd49b3b274a8b8e54de22f230b82624da))
11-
- **i18n:** add missing translations to `ja_JP` ([#9857](https://github.com/NG-ZORRO/ng-zorro-antd/issues/9857)) ([1ff499e](https://github.com/NG-ZORRO/ng-zorro-antd/commit/1ff499e511b2f10d444ed9e050d0beea9433a166))
12+
13+
* **select:** keep dropdown scroll position when loading more options on scroll ([#9872](https://github.com/NG-ZORRO/ng-zorro-antd/issues/9872)) ([1cfeaf9](https://github.com/NG-ZORRO/ng-zorro-antd/commit/1cfeaf920c1c5bce5e2c35177123af25ae14afaa))
1214

1315
### ⚠ BREAKING CHANGES
1416

@@ -38,6 +40,16 @@ Remove the following APIs which were marked as deprecated in the previous versio
3840
| `ng-zorro-antd/upload` | `nz-upload[nzTransformFile]`, `NzUploadTransformFileType` |
3941
| `ng-zorro-antd/upload` | `ZipButtonOptions#transformFile` |
4042

43+
## [21.3.3](https://github.com/NG-ZORRO/ng-zorro-antd/compare/21.3.2...21.3.3) (2026-07-18)
44+
45+
### Bug Fixes
46+
47+
- **date-picker:** preserve range selection behavior ([#9873](https://github.com/NG-ZORRO/ng-zorro-antd/issues/9873)) ([1e595e0](https://github.com/NG-ZORRO/ng-zorro-antd/commit/1e595e0c47448e752904840bbd595c7fb7144827))
48+
- **dropdown,menu:** add deprecated aliases for renamed exports ([#9860](https://github.com/NG-ZORRO/ng-zorro-antd/issues/9860)) ([9ca8d3d](https://github.com/NG-ZORRO/ng-zorro-antd/commit/9ca8d3d3f7a7761bf5125fdc5a4fd8dc1bc942e3)), closes [#9527](https://github.com/NG-ZORRO/ng-zorro-antd/issues/9527)
49+
- **i18n:** add missing translations to `ja_JP` ([#9857](https://github.com/NG-ZORRO/ng-zorro-antd/issues/9857)) ([3bae672](https://github.com/NG-ZORRO/ng-zorro-antd/commit/3bae672c7a07906f844dbb1d505a8590305e0fc0))
50+
- **i18n:** add missing translations to `ko_KR` ([#9864](https://github.com/NG-ZORRO/ng-zorro-antd/issues/9864)) ([c32e64e](https://github.com/NG-ZORRO/ng-zorro-antd/commit/c32e64e578fc1620c9babfc4aa7f24ea08394a32))
51+
- **select:** restore virtual scroll spacer width ([#9874](https://github.com/NG-ZORRO/ng-zorro-antd/issues/9874)) ([200ac21](https://github.com/NG-ZORRO/ng-zorro-antd/commit/200ac21a53376b9a7e148f6eeb928d5ade3a76d5))
52+
4153
## [21.3.2](https://github.com/NG-ZORRO/ng-zorro-antd/compare/21.3.1...21.3.2) (2026-06-27)
4254

4355
### Bug Fixes

components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng-zorro-antd",
3-
"version": "22.0.0-beta.0",
3+
"version": "22.0.0",
44
"license": "MIT",
55
"description": "An enterprise-class UI components based on Ant Design and Angular",
66
"schematics": "./schematics/collection.json",

components/select/style/patch.less

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
.cdk-virtual-scroll-spacer {
1616
position: absolute;
1717
top: 0;
18+
// Keep the spacer in the viewport's scrollable overflow area.
19+
width: 1px;
1820
}
1921
}
2022
}

components/version/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
import { Version } from '@angular/core';
77

8-
export const VERSION = new Version('22.0.0-beta.0');
8+
export const VERSION = new Version('22.0.0');

docs/changelog.en-US.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,20 @@ tag: '{{version}}'
1616

1717
---
1818

19-
## 22.0.0-beta.0
19+
## 22.0.0
2020

21-
`2026-07-13`
21+
`2026-07-21`
2222

2323
### Features
2424

2525
- All components use OnPush change detection strategy ([#9824](https://github.com/NG-ZORRO/ng-zorro-antd/issues/9824)) ([b50ea34](https://github.com/NG-ZORRO/ng-zorro-antd/commit/b50ea34e298ff153f1809b96ca3d4c0a6d8b9082))
2626
- **\*:** add date adapter support ([#9858](https://github.com/NG-ZORRO/ng-zorro-antd/issues/9858)) ([d578c8b](https://github.com/NG-ZORRO/ng-zorro-antd/commit/d578c8bd619743f7a4c77f092d5d43b8b196e6e2))
27+
- **upload:** support custom actions and extra ([#9850](https://github.com/NG-ZORRO/ng-zorro-antd/issues/9850)) ([fd0a22c](https://github.com/NG-ZORRO/ng-zorro-antd/commit/fd0a22ce174188418fe2a420eb668158f1ceba48))
2728

2829
### Bug Fixes
2930

3031
- **form:** signal form compatibility ([#9831](https://github.com/NG-ZORRO/ng-zorro-antd/issues/9831)) ([f57fd67](https://github.com/NG-ZORRO/ng-zorro-antd/commit/f57fd67fd49b3b274a8b8e54de22f230b82624da))
31-
- **i18n:** add missing translations to `ja_JP` ([#9857](https://github.com/NG-ZORRO/ng-zorro-antd/issues/9857)) ([1ff499e](https://github.com/NG-ZORRO/ng-zorro-antd/commit/1ff499e511b2f10d444ed9e050d0beea9433a166))
32+
- **select:** keep dropdown scroll position when loading more options on scroll ([#9872](https://github.com/NG-ZORRO/ng-zorro-antd/issues/9872)) ([1cfeaf9](https://github.com/NG-ZORRO/ng-zorro-antd/commit/1cfeaf920c1c5bce5e2c35177123af25ae14afaa))
3233

3334
### ⚠ BREAKING CHANGES
3435

@@ -58,6 +59,18 @@ Remove the following APIs which were marked as deprecated in the previous versio
5859
| `ng-zorro-antd/upload` | `nz-upload[nzTransformFile]`, `NzUploadTransformFileType` |
5960
| `ng-zorro-antd/upload` | `ZipButtonOptions#transformFile` |
6061

62+
## 21.3.3
63+
64+
`2026-07-18`
65+
66+
### Bug Fixes
67+
68+
- **date-picker:** preserve range selection behavior ([#9873](https://github.com/NG-ZORRO/ng-zorro-antd/issues/9873)) ([1e595e0](https://github.com/NG-ZORRO/ng-zorro-antd/commit/1e595e0c47448e752904840bbd595c7fb7144827))
69+
- **dropdown,menu:** add deprecated aliases for renamed exports ([#9860](https://github.com/NG-ZORRO/ng-zorro-antd/issues/9860)) ([9ca8d3d](https://github.com/NG-ZORRO/ng-zorro-antd/commit/9ca8d3d3f7a7761bf5125fdc5a4fd8dc1bc942e3)), closes [#9527](https://github.com/NG-ZORRO/ng-zorro-antd/issues/9527)
70+
- **i18n:** add missing translations to `ja_JP` ([#9857](https://github.com/NG-ZORRO/ng-zorro-antd/issues/9857)) ([3bae672](https://github.com/NG-ZORRO/ng-zorro-antd/commit/3bae672c7a07906f844dbb1d505a8590305e0fc0))
71+
- **i18n:** add missing translations to `ko_KR` ([#9864](https://github.com/NG-ZORRO/ng-zorro-antd/issues/9864)) ([c32e64e](https://github.com/NG-ZORRO/ng-zorro-antd/commit/c32e64e578fc1620c9babfc4aa7f24ea08394a32))
72+
- **select:** restore virtual scroll spacer width ([#9874](https://github.com/NG-ZORRO/ng-zorro-antd/issues/9874)) ([200ac21](https://github.com/NG-ZORRO/ng-zorro-antd/commit/200ac21a53376b9a7e148f6eeb928d5ade3a76d5))
73+
6174
## 21.3.2
6275

6376
`2026-06-27`

docs/changelog.zh-CN.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,20 @@ tag: '{{version}}'
1616

1717
---
1818

19-
## 22.0.0-beta.0
19+
## 22.0.0
2020

21-
`2026-07-13`
21+
`2026-07-21`
2222

2323
### Features
2424

2525
- 所有组件均使用 OnPush ([#9824](https://github.com/NG-ZORRO/ng-zorro-antd/issues/9824)) ([b50ea34](https://github.com/NG-ZORRO/ng-zorro-antd/commit/b50ea34e298ff153f1809b96ca3d4c0a6d8b9082))
2626
- **\*:** 新增日期适配器支持 ([#9858](https://github.com/NG-ZORRO/ng-zorro-antd/issues/9858)) ([d578c8b](https://github.com/NG-ZORRO/ng-zorro-antd/commit/d578c8bd619743f7a4c77f092d5d43b8b196e6e2))
27+
- **upload:** 支持自定义操作和额外内容 ([#9850](https://github.com/NG-ZORRO/ng-zorro-antd/issues/9850)) ([fd0a22c](https://github.com/NG-ZORRO/ng-zorro-antd/commit/fd0a22ce174188418fe2a420eb668158f1ceba48))
2728

2829
### Bug Fixes
2930

3031
- **form:** 修复 signal form 兼容性问题 ([#9831](https://github.com/NG-ZORRO/ng-zorro-antd/issues/9831)) ([f57fd67](https://github.com/NG-ZORRO/ng-zorro-antd/commit/f57fd67fd49b3b274a8b8e54de22f230b82624da))
31-
- **i18n:** 补充 `ja_JP` 缺失翻译 ([#9857](https://github.com/NG-ZORRO/ng-zorro-antd/issues/9857)) ([1ff499e](https://github.com/NG-ZORRO/ng-zorro-antd/commit/1ff499e511b2f10d444ed9e050d0beea9433a166))
32+
- **select:** 修复滚动加载更多选项时下拉菜单滚动位置丢失的问题 ([#9872](https://github.com/NG-ZORRO/ng-zorro-antd/issues/9872)) ([1cfeaf9](https://github.com/NG-ZORRO/ng-zorro-antd/commit/1cfeaf920c1c5bce5e2c35177123af25ae14afaa))
3233

3334
### ⚠ BREAKING CHANGES
3435

@@ -58,6 +59,18 @@ tag: '{{version}}'
5859
| `ng-zorro-antd/upload` | `nz-upload[nzTransformFile]`, `NzUploadTransformFileType` |
5960
| `ng-zorro-antd/upload` | `ZipButtonOptions#transformFile` |
6061

62+
## 21.3.3
63+
64+
`2026-07-18`
65+
66+
### Bug Fixes
67+
68+
- **date-picker:** 保持范围选择行为 ([#9873](https://github.com/NG-ZORRO/ng-zorro-antd/issues/9873)) ([1e595e0](https://github.com/NG-ZORRO/ng-zorro-antd/commit/1e595e0c47448e752904840bbd595c7fb7144827))
69+
- **dropdown,menu:** 为重命名的导出添加已弃用别名 ([#9860](https://github.com/NG-ZORRO/ng-zorro-antd/issues/9860)) ([9ca8d3d](https://github.com/NG-ZORRO/ng-zorro-antd/commit/9ca8d3d3f7a7761bf5125fdc5a4fd8dc1bc942e3)), 关闭 [#9527](https://github.com/NG-ZORRO/ng-zorro-antd/issues/9527)
70+
- **i18n:** 补充 `ja_JP` 缺失翻译 ([#9857](https://github.com/NG-ZORRO/ng-zorro-antd/issues/9857)) ([3bae672](https://github.com/NG-ZORRO/ng-zorro-antd/commit/3bae672c7a07906f844dbb1d505a8590305e0fc0))
71+
- **i18n:** 补充 `ko_KR` 缺失翻译 ([#9864](https://github.com/NG-ZORRO/ng-zorro-antd/issues/9864)) ([c32e64e](https://github.com/NG-ZORRO/ng-zorro-antd/commit/c32e64e578fc1620c9babfc4aa7f24ea08394a32))
72+
- **select:** 恢复虚拟滚动占位元素宽度 ([#9874](https://github.com/NG-ZORRO/ng-zorro-antd/issues/9874)) ([200ac21](https://github.com/NG-ZORRO/ng-zorro-antd/commit/200ac21a53376b9a7e148f6eeb928d5ade3a76d5))
73+
6174
## 21.3.2
6275

6376
`2026-06-27`

0 commit comments

Comments
 (0)