Skip to content

Commit 399f83e

Browse files
feat(ng): update igniteui-angular to 21.1.0 (#1495)
Co-authored-by: Hristo Hristov <57346540+Hristo313@users.noreply.github.com>
1 parent 7f26b76 commit 399f83e

File tree

10 files changed

+191
-117
lines changed

10 files changed

+191
-117
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [14.9.0](https://github.com/IgniteUI/igniteui-cli/compare/v14.8.5...v14.9.0) (2026-02-25)
2+
3+
🎉 This update includes:
4+
- `igniteui-angular` version [21.1.0](https://github.com/IgniteUI/igniteui-angular/releases/tag/21.1.0).
5+
6+
## What's Changed
7+
* feat(ng): update igniteui-angular to 21.1.0 by @damyanpetev in https://github.com/IgniteUI/igniteui-cli/pull/1495
8+
* fix(commands,list): do not use `this` in handler by @damyanpetev in https://github.com/IgniteUI/igniteui-cli/pull/1494
9+
* fix(angular): add missing providers by @Hristo313 in https://github.com/IgniteUI/igniteui-cli/pull/1497
10+
* fix(angular): add igniteui angular core override by @Hristo313 in https://github.com/IgniteUI/igniteui-cli/pull/1498
11+
12+
**Full Changelog**: https://github.com/IgniteUI/igniteui-cli/compare/v14.8.5...14.9.0
13+
114
# [14.8.5](https://github.com/IgniteUI/igniteui-cli/compare/v14.8.4...v14.8.5) (2026-02-11)
215

316
## What's Changed

packages/cli/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "igniteui-cli",
3-
"version": "14.8.5",
3+
"version": "14.9.0",
44
"description": "CLI tool for creating Ignite UI projects",
55
"keywords": [
66
"CLI",
@@ -76,8 +76,8 @@
7676
"all": true
7777
},
7878
"dependencies": {
79-
"@igniteui/angular-templates": "~21.0.1485",
80-
"@igniteui/cli-core": "~14.8.5",
79+
"@igniteui/angular-templates": "~21.1.1490",
80+
"@igniteui/cli-core": "~14.9.0",
8181
"@inquirer/prompts": "^7.9.0",
8282
"@types/yargs": "^17.0.33",
8383
"chalk": "^5.3.0",
@@ -91,15 +91,15 @@
9191
"devDependencies": {
9292
"@angular-devkit/core": "^21.0.0",
9393
"@angular-devkit/schematics": "^21.0.0",
94-
"@schematics/angular": "~21.0.0",
94+
"@schematics/angular": "^21.0.0",
9595
"@types/jasmine": "^5.1.4",
9696
"@types/node": "^22.5.5",
9797
"browser-sync": "^3.0.3",
9898
"coveralls-next": "^4.2.1",
9999
"jasmine": "^5.12.0",
100100
"jasmine-spec-reporter": "^7.0.0",
101101
"nyc": "^17.0.0",
102-
"rxjs": "^7.8.1",
102+
"rxjs": "~7.8.1",
103103
"source-map-support": "^0.5.21",
104104
"ts-node": "~10.9.2",
105105
"tslint": "~6.1.0",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@igniteui/cli-core",
3-
"version": "14.8.5",
3+
"version": "14.9.0",
44
"description": "Base types and functionality for Ignite UI CLI",
55
"repository": {
66
"type": "git",

packages/igx-templates/igx-ts-legacy/projects/_base/files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@angular/platform-browser-dynamic": "~21.0.0",
2121
"@angular/router": "~21.0.0",
2222
"hammerjs": "~2.0.8",
23-
"igniteui-angular": "~21.0.0",
23+
"igniteui-angular": "~21.1.0",
2424
"minireset.css": "~0.0.7",
2525
"rxjs": "~7.8.1",
2626
"tslib": "~2.8.1",

packages/igx-templates/igx-ts-legacy/projects/side-nav-auth/files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@angular/router": "~21.0.0",
2222
"angular-auth-oidc-client": "~15.0.4",
2323
"hammerjs": "~2.0.8",
24-
"igniteui-angular": "~21.0.0",
24+
"igniteui-angular": "~21.1.0",
2525
"minireset.css": "~0.0.7",
2626
"rxjs": "~7.8.0",
2727
"tslib": "~2.8.1",

packages/igx-templates/igx-ts/projects/_base/files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@angular/platform-browser-dynamic": "~21.0.0",
2121
"@angular/router": "~21.0.0",
2222
"hammerjs": "~2.0.8",
23-
"igniteui-angular": "~21.0.0",
23+
"igniteui-angular": "~21.1.0",
2424
"minireset.css": "~0.0.7",
2525
"rxjs": "~7.8.1",
2626
"tslib": "~2.8.1",

packages/igx-templates/igx-ts/projects/side-nav-auth/files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@angular/router": "~21.0.0",
2222
"angular-auth-oidc-client": "~15.0.4",
2323
"hammerjs": "~2.0.8",
24-
"igniteui-angular": "~21.0.0",
24+
"igniteui-angular": "~21.1.0",
2525
"minireset.css": "~0.0.7",
2626
"rxjs": "~7.8.0",
2727
"tslib": "~2.8.1",

packages/igx-templates/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@igniteui/angular-templates",
3-
"version": "21.0.1485",
3+
"version": "21.1.1490",
44
"description": "Templates for Ignite UI for Angular projects and components",
55
"repository": {
66
"type": "git",
@@ -12,7 +12,7 @@
1212
"author": "Infragistics",
1313
"license": "MIT",
1414
"dependencies": {
15-
"@igniteui/cli-core": "~14.8.5",
15+
"@igniteui/cli-core": "~14.9.0",
1616
"typescript": "~5.5.4"
1717
}
1818
}

packages/ng-schematics/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@igniteui/angular-schematics",
3-
"version": "21.0.1485",
3+
"version": "21.1.1490",
44
"description": "Ignite UI for Angular Schematics for ng new and ng generate",
55
"repository": {
66
"type": "git",
@@ -18,13 +18,13 @@
1818
"license": "MIT",
1919
"schematics": "./src/collection.json",
2020
"dependencies": {
21-
"@angular-devkit/core": "^19.0.0",
22-
"@angular-devkit/schematics": "^19.0.0",
23-
"@igniteui/angular-templates": "~21.0.1485",
24-
"@igniteui/cli-core": "~14.8.5",
25-
"@schematics/angular": "~19.0.0",
21+
"@angular-devkit/core": "^21.0.0",
22+
"@angular-devkit/schematics": "^21.0.0",
23+
"@igniteui/angular-templates": "~21.1.1490",
24+
"@igniteui/cli-core": "~14.9.0",
25+
"@schematics/angular": "^21.0.0",
2626
"minimatch": "^10.0.1",
27-
"rxjs": "^7.8.1"
27+
"rxjs": "~7.8.1"
2828
},
2929
"devDependencies": {
3030
"@types/jasmine": "^5.1.4",

0 commit comments

Comments
 (0)