Skip to content

Commit aa24a89

Browse files
authored
chore(release): release 21.0.0-beta.0 (#9621)
1 parent 6bab5ca commit aa24a89

4 files changed

Lines changed: 30 additions & 2 deletions

File tree

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": "21.0.0-next.2",
3+
"version": "21.0.0-beta.0",
44
"license": "MIT",
55
"description": "An enterprise-class UI components based on Ant Design and Angular",
66
"schematics": "./schematics/collection.json",

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('21.0.0-next.2');
8+
export const VERSION = new Version('21.0.0-beta.0');

docs/changelog.en-US.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,22 @@ timeline: true
1515

1616
---
1717

18+
## 21.0.0-beta.0
19+
20+
`2025-12-26`
21+
22+
### Code Refactoring
23+
24+
- migrate `upload` `select` `dropdown` `cascader` `tabs` `segmented` `message` `notification` to native animation
25+
26+
### Bug Fixes
27+
28+
- **i18n:** add missing translations to `fa_IR` ([#9615](https://github.com/NG-ZORRO/ng-zorro-antd/issues/9615)) ([1e8845d](https://github.com/NG-ZORRO/ng-zorro-antd/commit/1e8845d245ce7a98850390c61e65b301fb8fcc05))
29+
1830
## 21.0.0-next.2
1931

32+
`2025-12-22`
33+
2034
### ⚠ BREAKING CHANGES
2135

2236
- **tabs:** remove deprecated `nz-tabset` selector ([#9613](https://github.com/NG-ZORRO/ng-zorro-antd/issues/9613)) ([d5e5772](https://github.com/NG-ZORRO/ng-zorro-antd/commit/d5e577245da502a85799c84afbf9088c03732319))

docs/changelog.zh-CN.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,22 @@ timeline: true
1515

1616
---
1717

18+
## 21.0.0-beta.0
19+
20+
`2025-12-26`
21+
22+
### Code Refactoring
23+
24+
- native animation 迁移:`upload` `select` `dropdown` `cascader` `tabs` `segmented` `message` `notification`
25+
26+
### Bug Fixes
27+
28+
- **i18n:** 更新 `fa_IR` 国际化文案 ([#9615](https://github.com/NG-ZORRO/ng-zorro-antd/issues/9615)) ([1e8845d](https://github.com/NG-ZORRO/ng-zorro-antd/commit/1e8845d245ce7a98850390c61e65b301fb8fcc05))
29+
1830
## 21.0.0-next.2
1931

32+
`2025-12-22`
33+
2034
### ⚠ BREAKING CHANGES
2135

2236
- **tabs:** 移除已弃用的 `nz-tabset` selector ([#9613](https://github.com/NG-ZORRO/ng-zorro-antd/issues/9613)) ([d5e5772](https://github.com/NG-ZORRO/ng-zorro-antd/commit/d5e577245da502a85799c84afbf9088c03732319))

0 commit comments

Comments
 (0)