@pega/angular-sdk-components 0.23.5 → 23.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
### Angular SDK - Release Announcement - v23.1.10 (20 March 2024)
|
|
2
|
+
|
|
3
|
+
This release - **SDK-A v23.1.10** - is **only compatible with Pega Infinity 23**. This release is related to the [**release/23.1.10** branch of the Angular SDK repository](https://github.com/pegasystems/angular-sdk/tree/release/23.1.10).
|
|
4
|
+
<br>
|
|
5
|
+
|
|
6
|
+
This is the initial release of the Angular SDK Components packages: [**@pega/angular-sdk-components**](https://www.npmjs.com/package/@pega/angular-sdk-components) and [**@pega/angular-sdk-overrides**](https://www.npmjs.com/package/@pega/angular-sdk-overrides).This release contains all of the bridge and component code that was in the original packaging of the Angular SDK (which is now available in the Angular SDK's release/8.8.10 branch).
|
|
7
|
+
|
|
8
|
+
These packages support use with **Pega Infinity™ 23** and used in conjunction with the [**Pega Constellation Angular SDK**](https://community.pega.com/marketplace/components/angular-sdk).
|
|
9
|
+
|
|
10
|
+
* [**angular-sdk-components**](https://www.npmjs.com/package/@pega/angular-sdk-components) <br />
|
|
11
|
+
This package contains the run-time (compiled) code for the Pega-provided **bridge**
|
|
12
|
+
to the [**ConstellationJS Engine**](https://www.npmjs.com/package/@pega/constellationjs) and the **DX components**. The DX Components are a reference implementation that use the [Angular Material](https://v16.material.angular.io/) design system.
|
|
13
|
+
|
|
14
|
+
* [**angular-sdk-overrides**](https://www.npmjs.com/package/@pega/angular-sdk-overrides) <br />
|
|
15
|
+
This package contains the source (uncompiled) code for the **DX Components**. This code is used as the starting point for any components that a Angular SDK user chooses to override.
|
|
16
|
+
Refer to the [Constellation SDKs Documentation](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/constellation-sdks.html) for more information about overriding components.
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
The SDK-A v23.1.10 release allow Angular SDK users to to take advantage of the latest
|
|
20
|
+
[SDK enhancements and fixes noted in **What's New in the SDK?**](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/angular-sdk-updates.html) including:
|
|
21
|
+
|
|
22
|
+
* Moved components to npm modules to support selective, incremental override of sample SDK components to the customer’s alternate design system.
|
|
23
|
+
The following npm package is supported as part of this:
|
|
24
|
+
[@pega/angular-sdk-components](https://www.npmjs.com/package/@pega/angular-sdk-components): v23.1.10
|
|
25
|
+
* Integrated with Constellation DX Component Builder to enable creating custom components and overriding Pega components using the SDK. For more information, see Using the integrated DX component builder.
|
|
26
|
+
The following npm packages are supported as part of this:
|
|
27
|
+
[@pega/dx-component-builder-sdk](https://www.npmjs.com/package/@pega/dx-component-builder-sdk): v23.1.12
|
|
28
|
+
[@pega/angular-sdk-overrides](https://www.npmjs.com/package/@pega/angular-sdk-overrides): v23.1.10
|
|
29
|
+
* Added the use of **TypeScript typedefs** (from @pega/pcore-pconnect-typedefs) to SDK components. For more information, see [Using type definitions - update link when published](https://pega-dev.zoominsoftware.io/bundle/constellation-sdk/page/constellation-sdks/sdks/type-definitions-constellation-sdks.html)
|
|
30
|
+
* Added additional functionality including RichTextEditor and Dynamic Tabs components, many-to-many data reference support, Confirmation template, Sub Tabs template, and WSS portal.
|
|
31
|
+
* Added Constellation design system support for cosmos 4 (for custom Constellation components).
|
|
32
|
+
* Enhanced security including token storage and item obfuscation support.
|
|
33
|
+
* Bug fixes.
|
|
34
|
+
* The full set of merged PRs can be found in the [angular-sdk-components GitHub repository list of merged PRs](https://github.com/pegasystems/angular-sdk-components/pulls?q=is%3Apr+is%3Amerged+base%3Amaster+).
|
|
35
|
+
* Added Lint support to improve code quality and Prettier support for code formatting.
|
|
36
|
+
* Provided Storybook integration to mock and test components in isolation. For more information, see [Storybook integration](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/using-dx-component-builder.html).
|
|
37
|
+
* Added component management capabilities, such as build, publish, and delete components. For more information, see [Managing components](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/managing-components.html).
|
|
38
|
+
* Updated authentication and authorization module. For more information, see [Authentication and authorization](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/authentication-authorization.html).
|
|
39
|
+
* Updated src directory structure to house component code based on component category (custom and override) and component type (field, template, and widget). For more information, see [Updated files](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/using-dx-component-builder.html#d13507e116).
|
|
40
|
+
* Updated sdk-config.json file with component configuration attributes, such as dxcbConfig. For more information, see [dxcbConfig](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/configuring-sdk-config-json.html#d5260e960).
|
|
41
|
+
* Added the lint settings in the DX Component Builder to enable publishing custom components with lint errors or warnings. You can modify the lint setting (lintAction) in the **sdk-config.json** file from "show" to "block" to disable publishing components with lint errors or warnings.
|
|
42
|
+
* Added support for multiple attachments.
|
|
43
|
+
* Users can now perform CRUD operations using the modal dialog. Previously, you could perform CRUD operations inline only.
|
|
44
|
+
* Added localization support. You can now implement localization in your custom and overridden SDK components.
|
|
45
|
+
|
|
46
|
+
<hr />
|
|
47
|
+
|
|
48
|
+
#### **Pega Constellation SDKs available**
|
|
49
|
+
* **Angular SDK**:
|
|
50
|
+
* Marketplace: https://community.pega.com/marketplace/components/angular-sdk
|
|
51
|
+
* Github: https://github.com/pegasystems/angular-sdk
|
|
52
|
+
|
|
53
|
+
<br />
|
|
54
|
+
|
|
55
|
+
* **React SDK**:
|
|
56
|
+
* Marketplace: https://community.pega.com/marketplace/components/react-sdk
|
|
57
|
+
* Github: https://github.com/pegasystems/react-sdk
|
|
58
|
+
|
|
59
|
+
<br />
|
|
60
|
+
|
|
61
|
+
* **Web Components SDK**:
|
|
62
|
+
* Marketplace: https://community.pega.com/marketplace/components/web-components-sdk
|
|
63
|
+
* Github: https://github.com/pegasystems/web-components-sdk
|