Skip to content

Commit aeef704

Browse files
authored
release(21.0.5): release 21.0.5 (#1985)
1 parent 55731fd commit aeef704

File tree

6 files changed

+511
-649
lines changed

6 files changed

+511
-649
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,8 @@ jobs:
2222
ACCESS_REPO: ${{ github.repository }}
2323
ACCESS_TOKEN: ${{ secrets.CI_TOKEN }}
2424
PR_NUMBER: ${{ github.event.number }}
25-
- uses: actions/cache@v4
26-
with:
27-
path: ./node_modules
28-
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock', '**/*.patch') }}
2925
- name: Install node modules
30-
run: yarn install --frozen-lockfile
26+
run: yarn install --immutable
3127
- name: Build artifacts
3228
run: ./scripts/ci/build-artifacts.sh
3329
env:
@@ -73,12 +69,8 @@ jobs:
7369
with:
7470
node-version-file: '.nvmrc'
7571
cache: 'yarn'
76-
- uses: actions/cache@v4
77-
with:
78-
path: ./node_modules
79-
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock', '**/*.patch') }}
8072
- name: Install node modules
81-
run: yarn install --frozen-lockfile
73+
run: yarn install --immutable
8274
- name: Test
8375
run: yarn run test
8476
- uses: codecov/codecov-action@v5
@@ -97,12 +89,8 @@ jobs:
9789
with:
9890
node-version-file: '.nvmrc'
9991
cache: 'yarn'
100-
- uses: actions/cache@v4
101-
with:
102-
path: ./node_modules
103-
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock', '**/*.patch') }}
10492
- name: Install node modules
105-
run: yarn install --frozen-lockfile
93+
run: yarn install --immutable
10694
- name: Test
10795
run: yarn run test:cli
10896

@@ -119,6 +107,6 @@ jobs:
119107
path: ./node_modules
120108
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock', '**/*.patch') }}
121109
- name: Install node modules
122-
run: yarn install --frozen-lockfile
110+
run: yarn install --immutable
123111
- name: Check code lint
124112
run: yarn run lint

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [21.0.5](https://github.com/ng-alain/delon/compare/21.0.4...21.0.5) (2026-02-01)
2+
3+
4+
### Bug Fixes
5+
6+
* **abc:se,sg,sv:** fix global config not working ([#1983](https://github.com/ng-alain/delon/issues/1983)) ([1e28fdf](https://github.com/ng-alain/delon/commit/1e28fdf562b9ad810554f8c6c3680f499a2c6e43))
7+
* **theme:ModalHelper:** fix `focus` can't working when `nzNoAnimation… ([#1984](https://github.com/ng-alain/delon/issues/1984)) ([55731fd](https://github.com/ng-alain/delon/commit/55731fdc831b2326a5684543ae515609bbe1a661))
8+
9+
10+
111
## <small>21.0.4 (2026-01-28)</small>
212

313
* chore: bump dev version (#1981) ([3877ce3](https://github.com/ng-alain/delon/commit/3877ce3)), closes [#1981](https://github.com/ng-alain/delon/issues/1981)

docs/changelog.en-US.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ NG-ALAIN strictly follows [Semantic Versioning 2.0.0](http://semver.org/lang/zh-
1414

1515
---
1616

17+
## [21.0.5](https://github.com/ng-alain/delon/compare/21.0.4...21.0.5) (2026-02-01)
18+
19+
### Bug Fixes
20+
21+
* **abc:se,sg,sv:** fix global config not working ([#1983](https://github.com/ng-alain/delon/issues/1983)) ([1e28fdf](https://github.com/ng-alain/delon/commit/1e28fdf562b9ad810554f8c6c3680f499a2c6e43))
22+
* **theme:ModalHelper:** fix `focus` can't working when `nzNoAnimation… ([#1984](https://github.com/ng-alain/delon/issues/1984)) ([55731fd](https://github.com/ng-alain/delon/commit/55731fdc831b2326a5684543ae515609bbe1a661))
23+
24+
1725
## <small>21.0.4 (2026-01-28)</small>
1826

1927
* fix(abc:se,sg,sv): fix global config not working (#1980) ([be765b4](https://github.com/ng-alain/delon/commit/be765b4)), closes [#1980](https://github.com/ng-alain/delon/issues/1980)

docs/changelog.zh-CN.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ NG-ALAIN 严格遵循 [Semantic Versioning 2.0.0](http://semver.org/lang/zh-CN/)
1414

1515
---
1616

17+
## [21.0.5](https://github.com/ng-alain/delon/compare/21.0.4...21.0.5) (2026-02-01)
18+
19+
### Bug Fixes
20+
21+
* **abc:se,sg,sv:** fix global config not working ([#1983](https://github.com/ng-alain/delon/issues/1983)) ([1e28fdf](https://github.com/ng-alain/delon/commit/1e28fdf562b9ad810554f8c6c3680f499a2c6e43))
22+
* **theme:ModalHelper:** 修复当 `nzNoAnimation``ture``focus` 无法工作 ([#1984](https://github.com/ng-alain/delon/issues/1984)) ([55731fd](https://github.com/ng-alain/delon/commit/55731fdc831b2326a5684543ae515609bbe1a661))
23+
24+
1725
## <small>21.0.4 (2026-01-28)</small>
1826

1927
* fix(abc:se,sg,sv): 修复全局配置无法工作 (#1980) ([be765b4](https://github.com/ng-alain/delon/commit/be765b4)), closes [#1980](https://github.com/ng-alain/delon/issues/1980)

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "delon",
3-
"version": "21.0.4",
3+
"version": "21.0.5",
44
"description": "Delon is a set of essential modules for NG-ALAIN.",
55
"keywords": [
66
"delon",
@@ -50,18 +50,18 @@
5050
"sync-scaffold-version": "node scripts/publish/sync-scaffold-version.js"
5151
},
5252
"dependencies": {
53-
"@angular/animations": "^21.1.1",
54-
"@angular/cdk": "^21.1.1",
55-
"@angular/common": "^21.1.1",
56-
"@angular/compiler": "^21.1.1",
57-
"@angular/core": "^21.1.1",
58-
"@angular/elements": "^21.1.1",
59-
"@angular/forms": "^21.1.1",
60-
"@angular/platform-browser": "^21.1.1",
61-
"@angular/platform-server": "^21.1.1",
62-
"@angular/router": "^21.1.1",
63-
"@angular/service-worker": "^21.1.1",
64-
"@angular/ssr": "^21.1.1",
53+
"@angular/animations": "^21.1.2",
54+
"@angular/cdk": "^21.1.2",
55+
"@angular/common": "^21.1.2",
56+
"@angular/compiler": "^21.1.2",
57+
"@angular/core": "^21.1.2",
58+
"@angular/elements": "^21.1.2",
59+
"@angular/forms": "^21.1.2",
60+
"@angular/platform-browser": "^21.1.2",
61+
"@angular/platform-server": "^21.1.2",
62+
"@angular/router": "^21.1.2",
63+
"@angular/service-worker": "^21.1.2",
64+
"@angular/ssr": "^21.1.2",
6565
"@antv/data-set": "^0.11.8",
6666
"@antv/g2": "^4.2.12",
6767
"@github/hotkey": "^3.1.1",
@@ -89,11 +89,11 @@
8989
"zone.js": "~0.15.0"
9090
},
9191
"devDependencies": {
92-
"@angular/build": "^21.1.1",
93-
"@angular/cli": "^21.1.1",
94-
"@angular/compiler-cli": "^21.1.1",
95-
"@commitlint/cli": "^20.3.1",
96-
"@commitlint/config-angular": "^20.3.1",
92+
"@angular/build": "^21.1.2",
93+
"@angular/cli": "^21.1.2",
94+
"@angular/compiler-cli": "^21.1.2",
95+
"@commitlint/cli": "^20.4.0",
96+
"@commitlint/config-angular": "^20.4.0",
9797
"@types/aos": "^3.0.7",
9898
"@types/deep-extend": "^0.6.2",
9999
"@types/express": "^5.0.6",
@@ -108,13 +108,13 @@
108108
"@typescript-eslint/eslint-plugin": "^8.54.0",
109109
"@typescript-eslint/parser": "^8.54.0",
110110
"@typescript-eslint/utils": "^8.54.0",
111-
"angular-eslint": "^21.1.0",
111+
"angular-eslint": "^21.2.0",
112112
"chalk": "^5.6.2",
113113
"conventional-changelog-cli": "^5.0.0",
114114
"eslint": "^9.39.2",
115115
"eslint-config-prettier": "^10.1.8",
116116
"eslint-plugin-import": "~2.32.0",
117-
"eslint-plugin-jsdoc": "~62.4.1",
117+
"eslint-plugin-jsdoc": "~62.5.0",
118118
"eslint-plugin-prefer-arrow": "~1.2.3",
119119
"eslint-plugin-prettier": "~5.5.5",
120120
"eslint-plugin-unused-imports": "^4.3.0",
@@ -157,7 +157,7 @@
157157
"sitemap": "^9.0.0",
158158
"source-map-explorer": "^2.5.3",
159159
"stream": "0.0.3",
160-
"stylelint": "^17.0.0",
160+
"stylelint": "^17.1.0",
161161
"stylelint-config-clean-order": "^8.0.0",
162162
"stylelint-config-standard": "^40.0.0",
163163
"stylelint-declaration-block-no-ignored-properties": "^3.0.0",

0 commit comments

Comments
 (0)