Skip to content

Commit fbc8add

Browse files
authored
chore(release): release 21.0.1 (#9655)
1 parent 49ec060 commit fbc8add

7 files changed

Lines changed: 29 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [21.0.1](https://github.com/NG-ZORRO/ng-zorro-antd/compare/21.0.0...21.0.1) (2026-01-16)
2+
3+
### Bug Fixes
4+
5+
- bundle keyframes of animation into base style files ([#9653](https://github.com/NG-ZORRO/ng-zorro-antd/issues/9653)) ([49ec060](https://github.com/NG-ZORRO/ng-zorro-antd/commit/49ec0605b31eef0a3d790319d55d9f44492b4c0b))
6+
- **collapse:** no ghost zone if collapsed ([#9649](https://github.com/NG-ZORRO/ng-zorro-antd/issues/9649)) ([5378f8b](https://github.com/NG-ZORRO/ng-zorro-antd/commit/5378f8beec14f7b47e0a54b6c81583592825ffa1))
7+
18
## [21.0.0](https://github.com/NG-ZORRO/ng-zorro-antd/compare/20.4.4...21.0.0) (2026-01-09)
29

310
### Code Refactoring

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",
3+
"version": "21.0.1",
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');
8+
export const VERSION = new Version('21.0.1');

docs/changelog.en-US.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@ tag: '{{version}}'
1616

1717
---
1818

19+
## 21.0.1
20+
21+
`2026-01-16`
22+
23+
### Bug Fixes
24+
25+
- bundle keyframes of animation into base style files ([#9653](https://github.com/NG-ZORRO/ng-zorro-antd/issues/9653)) ([49ec060](https://github.com/NG-ZORRO/ng-zorro-antd/commit/49ec0605b31eef0a3d790319d55d9f44492b4c0b))
26+
- **collapse:** no ghost zone if collapsed ([#9649](https://github.com/NG-ZORRO/ng-zorro-antd/issues/9649)) ([5378f8b](https://github.com/NG-ZORRO/ng-zorro-antd/commit/5378f8beec14f7b47e0a54b6c81583592825ffa1))
27+
1928
## 21.0.0
2029

2130
`2026-01-09`

docs/changelog.zh-CN.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@ tag: '{{version}}'
1616

1717
---
1818

19+
## 21.0.1
20+
21+
`2026-01-16`
22+
23+
### Bug Fixes
24+
25+
- 修复样式文件中 keyframes 样式缺失的问题 ([#9653](https://github.com/NG-ZORRO/ng-zorro-antd/issues/9653)) ([49ec060](https://github.com/NG-ZORRO/ng-zorro-antd/commit/49ec0605b31eef0a3d790319d55d9f44492b4c0b))
26+
- **collapse:** 修复折叠状态下出现幽灵滚动区域的问题 ([#9649](https://github.com/NG-ZORRO/ng-zorro-antd/issues/9649)) ([5378f8b](https://github.com/NG-ZORRO/ng-zorro-antd/commit/5378f8beec14f7b47e0a54b6c81583592825ffa1))
27+
1928
## 21.0.0
2029

2130
`2026-01-09`

docs/llms.en-US.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
order: 7
33
title: LLMs.txt
4+
tag: new
45
---
56

67
This guide explains how to enable AI tools like Cursor, Windsurf, and Claude to better understand `ng-zorro-antd`.

docs/llms.zh-CN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
order: 7
33
title: LLMs.txt
4+
tag: new
45
---
56

67
本指南介绍如何让 Cursor、Windsurf 和 Claude 等 AI 工具更好地理解 `ng-zorro-antd`

0 commit comments

Comments
 (0)