Skip to content

Commit 370abf8

Browse files
author
Sharma
committed
Added the changelog file
1 parent eeef10f commit 370abf8

File tree

1 file changed

+81
-0
lines changed

1 file changed

+81
-0
lines changed

CHANGELOG.md

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
# [25.1.10](https://github.com/pegasystems/angular-sdk/tree/release/25.1.10) - Released: 26/12/2025
2+
3+
4+
## Breaking changes
5+
6+
* The `Attachment` component now passes data in the `pageInstructions` object instead of the `content` object.
7+
8+
## Non Breaking changes
9+
10+
### **Features**
11+
12+
* A new self-service portal called **MediaCoSelfService** has been introduced for the MediaCo sample application.
13+
14+
**NOTE:** Please refer [What's New](https://pega-dev.zoominsoftware.io/bundle/constellation-sdk/page/constellation-sdks/sdks/angular-sdk-updates.html) for more details.
15+
16+
* Support for `light`, `dark`, and `MediaCo` themes has been introduced through the `theme` attribute in the **sdk-config.json** file. The `light` theme is applied by default. For more information, see [theme](https://pega-dev.zoominsoftware.io/bundle/constellation-sdk/page/constellation-sdks/sdks/configuring-sdk-config-json.html#configuring-the-sdk-config-json-con__theme).
17+
18+
* The advanced search feature is now supported in the `Data Reference` field type. For more information, see [Advanced search](https://docs.pega.com/bundle/common-data-model/page/common-data-model/implementation/advanced-search-intro.html).
19+
20+
* `DefaultPage` component has been added.
21+
* `Location` component has been added.
22+
* `ObjectReference` component has been added.
23+
* `SelectableCards` component has been added.
24+
* `SelfServiceCaseView` component has been added.
25+
---
26+
27+
### **Bug fixes**
28+
29+
* **Playwright tests have been fixed**
30+
* **Semantic link component did not display links as expected**
31+
* **Improved the handling of phone number value changes**
32+
33+
---
34+
35+
### Refactoring
36+
37+
**FieldBase** component has been added for the field components to inherit
38+
39+
---
40+
41+
### **Dependencies & Infrastructure**
42+
43+
* Upgraded the Angular version to 19 and the Angular Material version to 19.
44+
* The ESLint library has been updated to version 9.
45+
* The `npm` vulerabilities have been reduced.
46+
* The **@angular/google-maps** package has been added to support the Location component.
47+
* The **mat-tel-input** package has been added to support the Phone component for Angular 19.
48+
* The **ngx-mat-intl-tel-input** package has been removed.
49+
* The following table lists the packages whose versions have been updated:
50+
51+
| Package | Updated version |
52+
| :--- | :--- |
53+
| **@angular/animations** | 19.2.14 |
54+
| **@angular/cdk** | 19.2.19 |
55+
| **@angular/cli** | 19.2.15 |
56+
| **@angular/common** | 19.2.14 |
57+
| **@angular/compiler** | 19.2.14 |
58+
| **@angular/compiler-cli** | 19.2.14 |
59+
| **@angular/core** | 19.2.14 |
60+
| **@angular/forms** | 19.2.14 |
61+
| **@angular/language-service** | 19.2.14 |
62+
| **@angular/material** | 19.2.19 |
63+
| **@angular/material-experimental** | 19.2.19 |
64+
| **@angular/material-moment-adapter** | 19.2.19 |
65+
| **@angular/platform-browser** | 19.2.14 |
66+
| **@angular/platform-browser-dynamic** | 19.2.14 |
67+
| **@angular/router** | 19.2.14 |
68+
| **@angular-builders/custom-webpack** | 19.0.1 |
69+
| **@angular-devkit/build-angular** | 19.2.15 |
70+
| **@angular-devkit/core** | 19.2.15 |
71+
| **@danielmoncada/angular-datetime-picker**| 19.0.0 |
72+
| **@pega/auth** | 0.2.31 |
73+
| **@pega/configs** | 0.16.3 |
74+
| **@playwright/test** | 1.54.2 |
75+
| **copy-webpack-plugin** | 13.0.1 |
76+
| **eslint-plugin-import** | 2.32.0 |
77+
| **ng-packagr** | 19.2.2 |
78+
| **ngx-currency** | 19.0.0 |
79+
| **shx** | 0.4.0 |
80+
| **typescript** | 5.5.4 |
81+
| **webpack** | 5.101.2 |

0 commit comments

Comments
 (0)