Skip to content

Commit 5702211

Browse files
author
Sharma
committed
Update CHANGELOG
1 parent 370abf8 commit 5702211

File tree

1 file changed

+34
-3
lines changed

1 file changed

+34
-3
lines changed

CHANGELOG.md

Lines changed: 34 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,48 +4,79 @@
44
## Breaking changes
55

66
* 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)
78

89
## Non Breaking changes
910

1011
### **Features**
1112

1213
* A new self-service portal called **MediaCoSelfService** has been introduced for the MediaCo sample application.
1314

15+
* Github: [PR-355](https://github.com/pegasystems/angular-sdk-components/pull/355)
16+
1417
**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.
1518

19+
1620
* 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).
1721

22+
* Github: [PR-321](https://github.com/pegasystems/angular-sdk-components/pull/321)
23+
1824
* 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).
1925

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)
2030
* `DefaultPage` component has been added.
31+
* Github: [PR-351](https://github.com/pegasystems/angular-sdk-components/pull/351)
2132
* `Location` component has been added.
33+
* Github: [PR-325](https://github.com/pegasystems/angular-sdk-components/pull/325)
2234
* `ObjectReference` component has been added.
35+
* Github: [PR-329](https://github.com/pegasystems/angular-sdk-components/pull/329)
2336
* `SelectableCards` component has been added.
37+
* Github: [PR-322](https://github.com/pegasystems/angular-sdk-components/pull/322)
2438
* `SelfServiceCaseView` component has been added.
39+
* Github: [PR-355](https://github.com/pegasystems/angular-sdk-components/pull/355)
2540
---
2641

2742
### **Bug fixes**
2843

2944
* **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)
3046
* **Semantic link component did not display links as expected**
47+
* Github: [PR-329](https://github.com/pegasystems/angular-sdk-components/pull/329)
3148
* **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)
3252

3353
---
3454

3555
### Refactoring
3656

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)
3859

3960
---
4061

4162
### **Dependencies & Infrastructure**
4263

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+
4572
* The `npm` vulerabilities have been reduced.
73+
* Github: [PR-363](https://github.com/pegasystems/angular-sdk-components/pull/363)
4674
* 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)
4776
* 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)
4878
* The **ngx-mat-intl-tel-input** package has been removed.
79+
* Github: [PR-319](https://github.com/pegasystems/angular-sdk-components/pull/319)
4980
* The following table lists the packages whose versions have been updated:
5081

5182
| Package | Updated version |

0 commit comments

Comments
 (0)