|
4 | 4 | ## Breaking changes |
5 | 5 |
|
6 | 6 | * The `Attachment` component now passes data in the `pageInstructions` object instead of the `content` object. |
| 7 | + * Github: [PR-370](https://github.com/pegasystems/angular-sdk-components/pull/370) |
7 | 8 |
|
8 | 9 | ## Non Breaking changes |
9 | 10 |
|
10 | 11 | ### **Features** |
11 | 12 |
|
12 | 13 | * A new self-service portal called **MediaCoSelfService** has been introduced for the MediaCo sample application. |
13 | 14 |
|
| 15 | + * Github: [PR-355](https://github.com/pegasystems/angular-sdk-components/pull/355) |
| 16 | + |
14 | 17 | **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 | 18 |
|
| 19 | + |
16 | 20 | * 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 | 21 |
|
| 22 | + * Github: [PR-321](https://github.com/pegasystems/angular-sdk-components/pull/321) |
| 23 | + |
18 | 24 | * 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 | 25 |
|
| 26 | + * Github: [PR-326](https://github.com/pegasystems/angular-sdk-components/pull/326) |
| 27 | + |
| 28 | +* `ListView` now supports `Select all` |
| 29 | + * Github: [PR-374](https://github.com/pegasystems/angular-sdk-components/pull/374) |
20 | 30 | * `DefaultPage` component has been added. |
| 31 | + * Github: [PR-351](https://github.com/pegasystems/angular-sdk-components/pull/351) |
21 | 32 | * `Location` component has been added. |
| 33 | + * Github: [PR-325](https://github.com/pegasystems/angular-sdk-components/pull/325) |
22 | 34 | * `ObjectReference` component has been added. |
| 35 | + * Github: [PR-329](https://github.com/pegasystems/angular-sdk-components/pull/329) |
23 | 36 | * `SelectableCards` component has been added. |
| 37 | + * Github: [PR-322](https://github.com/pegasystems/angular-sdk-components/pull/322) |
24 | 38 | * `SelfServiceCaseView` component has been added. |
| 39 | + * Github: [PR-355](https://github.com/pegasystems/angular-sdk-components/pull/355) |
25 | 40 | --- |
26 | 41 |
|
27 | 42 | ### **Bug fixes** |
28 | 43 |
|
29 | 44 | * **Playwright tests have been fixed** |
| 45 | + * Github: [PR-330](https://github.com/pegasystems/angular-sdk-components/pull/330), [PR-347](https://github.com/pegasystems/angular-sdk-components/pull/347) |
30 | 46 | * **Semantic link component did not display links as expected** |
| 47 | + * Github: [PR-329](https://github.com/pegasystems/angular-sdk-components/pull/329) |
31 | 48 | * **Improved the handling of phone number value changes** |
| 49 | + * Github: [PR-360](https://github.com/pegasystems/angular-sdk-components/pull/360) |
| 50 | +* **Localization fixes have been made** |
| 51 | + * Github: [PR-356](https://github.com/pegasystems/angular-sdk-components/pull/356) |
32 | 52 |
|
33 | 53 | --- |
34 | 54 |
|
35 | 55 | ### Refactoring |
36 | 56 |
|
37 | | -**FieldBase** component has been added for the field components to inherit |
| 57 | +* **FieldBase** component has been added for the field components to inherit |
| 58 | + * Github: [PR-322](https://github.com/pegasystems/angular-sdk-components/pull/332) |
38 | 59 |
|
39 | 60 | --- |
40 | 61 |
|
41 | 62 | ### **Dependencies & Infrastructure** |
42 | 63 |
|
43 | | -* Upgraded the Angular version to 19 and the Angular Material version to 19. |
44 | | -* The ESLint library has been updated to version 9. |
| 64 | +* Upgraded the `Angular` version to 19 and the `Angular Material` version to 19. |
| 65 | + * Github: [PR-319](https://github.com/pegasystems/angular-sdk-components/pull/319) |
| 66 | +* The `ESLint` library has been updated to version 9. |
| 67 | + * Github: [PR-339](https://github.com/pegasystems/angular-sdk-components/pull/339) |
| 68 | + |
| 69 | +* The **@pega/pcore-pconnect-typedefs** package has been updated to v4.1.0 |
| 70 | + * Github: [PR-336](https://github.com/pegasystems/angular-sdk-components/pull/336) |
| 71 | + |
45 | 72 | * The `npm` vulerabilities have been reduced. |
| 73 | + * Github: [PR-363](https://github.com/pegasystems/angular-sdk-components/pull/363) |
46 | 74 | * The **@angular/google-maps** package has been added to support the Location component. |
| 75 | + * Github: [PR-328](https://github.com/pegasystems/angular-sdk-components/pull/328) |
47 | 76 | * The **mat-tel-input** package has been added to support the Phone component for Angular 19. |
| 77 | + * Github: [PR-326](https://github.com/pegasystems/angular-sdk-components/pull/326) |
48 | 78 | * The **ngx-mat-intl-tel-input** package has been removed. |
| 79 | + * Github: [PR-319](https://github.com/pegasystems/angular-sdk-components/pull/319) |
49 | 80 | * The following table lists the packages whose versions have been updated: |
50 | 81 |
|
51 | 82 | | Package | Updated version | |
|
0 commit comments