Skip to content

Commit 22ce9b3

Browse files
tumms2021389manasa
andauthored
Angular SDK 25.1.11 with Angular version 20 (#691)
* chore: upgrade Angular dependencies to version 20.x and update TypeScript configuration * changelog updated for angular release 25.1.11 * updated readme -------- Co-authored-by: manasa <manasa.mashetty@in.pega.com>
1 parent 54eaaae commit 22ce9b3

File tree

6 files changed

+4582
-1112
lines changed

6 files changed

+4582
-1112
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
# [25.1.11](https://github.com/pegasystems/angular-sdk/tree/release/25.1.11) - Released: 15/01/2026
2+
3+
## Non Breaking changes
4+
5+
### **Bug fixes**
6+
7+
* **Location field appeared editable even in a read-only state issue fixed**
8+
* Github: [PR-418](https://github.com/pegasystems/angular-sdk-components/pull/418)
9+
* **Checkbox required validation handled correctly**
10+
* Github: [PR-419](https://github.com/pegasystems/angular-sdk-components/pull/419)
11+
12+
| Package | Updated version |
13+
| :--- | :--- |
14+
| **@angular/animations** | 20.3.15 |
15+
| **@angular/cdk** | 20.2.14 |
16+
| **@angular/cli** | 20.3.13 |
17+
| **@angular/common** | 20.3.15 |
18+
| **@angular/compiler** | 20.3.15 |
19+
| **@angular/compiler-cli** | 20.3.15 |
20+
| **@angular/core** | 20.3.15 |
21+
| **@angular/forms** | 20.3.15 |
22+
| **@angular/language-service** | 20.3.15 |
23+
| **@angular/material** | 20.2.14 |
24+
| **@angular/material-experimental** | 20.2.14 |
25+
| **@angular/material-moment-adapter** | 20.2.14 |
26+
| **@angular/platform-browser** | 20.3.15 |
27+
| **@angular/platform-browser-dynamic** | 20.3.15 |
28+
| **@angular/router** | 20.3.15 |
29+
| **@angular-builders/custom-webpack** | 20.0.0 |
30+
| **@angular-devkit/build-angular** | 20.3.13 |
31+
| **@angular-devkit/core** | 20.3.13 |
32+
| **@danielmoncada/angular-datetime-picker**| 20.0.1 |
33+
| **@pega/auth** | 0.2.34 |
34+
| **ng-packagr** | 20.3.0 |
35+
36+
137
# [25.1.10](https://github.com/pegasystems/angular-sdk/tree/release/25.1.10) - Released: 26/12/2025
238

339

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<p align="center"><img width=60% src="docs/media/AngularSDK-Logo.png">
22

3-
# Angular SDK - Release Announcement - v25.1.10
3+
# Angular SDK - Release Announcement - v25.1.11
44

5-
The **SDK-A v25.1.10** release is **only compatible with Pega Infinity '25**. This release is available in the [**release/25.1.10**](https://github.com/pegasystems/angular-sdk/tree/release/25.1.10) branch of the Angular SDK repository.
5+
The **SDK-A v25.1.11** release is **only compatible with Pega Infinity '25**. This release is available in the [**release/25.1.11**](https://github.com/pegasystems/angular-sdk/tree/release/25.1.11) branch of the Angular SDK repository.
66

77
**Note**: The main branch is the active development branch for future versions of Angular SDK.
88

9-
The SDK-A v25.1.10 release allows Angular SDK users to take advantage of the latest SDK enhancements and fixes. For more information, see
10-
[What's new in SDK-A 25.1.10](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/angular-sdk-updates.html).
9+
The SDK-A v25.1.11 release allows Angular SDK users to take advantage of the latest SDK enhancements and fixes. For more information, see
10+
[What's new in SDK-A 25.1.11](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/angular-sdk-updates.html).
1111

1212
For information on all Angular SDK releases, see [Angular SDK updates](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/angular-sdk-updates.html).
1313

angular.json

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,29 @@
180180
},
181181
"schematics": {
182182
"@schematics/angular:component": {
183-
"style": "scss"
183+
"style": "scss",
184+
"type": "component"
185+
},
186+
"@schematics/angular:directive": {
187+
"type": "directive"
188+
},
189+
"@schematics/angular:service": {
190+
"type": "service"
191+
},
192+
"@schematics/angular:guard": {
193+
"typeSeparator": "."
194+
},
195+
"@schematics/angular:interceptor": {
196+
"typeSeparator": "."
197+
},
198+
"@schematics/angular:module": {
199+
"typeSeparator": "."
200+
},
201+
"@schematics/angular:pipe": {
202+
"typeSeparator": "."
203+
},
204+
"@schematics/angular:resolver": {
205+
"typeSeparator": "."
184206
}
185207
}
186208
}

0 commit comments

Comments
 (0)