Skip to content

Commit 7234197

Browse files
authored
Mod/spr/rsc v8.23.11 (#369)
* react-sdk-components 8.23.11 requires R-S-C PR 149 changes * Fix some linting/typechecking for now * Updated package.json for internal adoption/testing * Update to use dx-component-builder-sdk to v8.23.15 * Use dx-component-builder-sdk v8.23.16 * Caret for @pega/cosmos-react-work and lintAction to "show" * Update to README.md * Update to expect @pega/react-sdk-* as 8.23.11 * Update package-lock to use v2 (node 18) * Locking @pega/pcore-pconnect-typedefs for 0.0.6 for now * Added the bullets from teh What's new * Fixed nested indenting formatting error * Add comma and trim trailing blank space in README * Use caret for @pega/react-sdk-* packages * Update README.md to add new What's New Link * Add release version number to README
1 parent 5557f7a commit 7234197

File tree

5 files changed

+46355
-432
lines changed

5 files changed

+46355
-432
lines changed

README.md

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

3-
# React SDK - Release Announcement
3+
# React SDK - Release Announcement - v8.23.11
44

55
This (**main** branch) is the latest version of the React SDK. It is intended to be used with **Infinity 8.8.0+**. If you need to use **Infinity 8.7.***, please use the **release/8.8.10** branch instead of this **main** branch.
66

77
This version of the **React SDK** provides many new features that are documented here:
88

9-
[What's new in the SDK?](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/whats-new-sdk.html) and also outlined below:
9+
[What's new in the SDK?](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/react-sdk-updates.html) and also outlined below:
1010

11-
The following list shows some of the key features and changes in this release:
12-
- Constellation DX component builder integration to enable creating custom components and overriding Pega (requires Infinity 8.8.3 or higher) components using the SDK. For more information, see [Using the integrated DX component builder](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/using-dx-component-builder.html).
13-
- 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#ref-sdk-dx-component-builder-integration__section_j3h_fnj_2xb).
14-
- 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).
15-
- 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).
16-
- 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#ref-sdk-dx-component-builder-integration__section_d1d_1vc_xwb).
17-
- 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#configuring-the-sdk-config-json-con__section_gng_ttk_cxb).
11+
The following list shows some of the key features and changes in this 8.23.11 release:
12+
13+
- Added localization support. You can now implement localization in your custom and overridden SDK components.
14+
15+
- Updated 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.
16+
17+
- Updated support for the following npm packages:
18+
- @pega/react-sdk-components: v8.23.11
19+
- @pega/react-sdk-overrides: v8.23.11
20+
- @pega/dx-component-builder-sdk: v8.23.16
21+
22+
For more information about the react-sdk-components and react-sdk-overrides packages, and enhancements and bug fixes in the packages, click [here](https://github.com/pegasystems/react-sdk-components/blob/master/packages/react-sdk-components/doc/KeyReleaseUpdates.md).
1823

1924
---
2025

@@ -96,8 +101,11 @@ Refer to our [guidelines for contributors](./docs/CONTRIBUTING.md) if you are in
96101
## Additional Resources
97102

98103
* [**KeyReleaseUpdates.md**](./node_modules/@pega/react-sdk-components/lib/doc/KeyReleaseUpdates.md): A summary of the latest updates to the **@pega/react-sdk-components** and
99-
**@pega/react-sdk-overrides** used by the React SDK can be found in
100-
[react-sdk-components KeyReleaseUpdates.md](./node_modules/@pega/react-sdk-components/lib/doc/KeyReleaseUpdates.md).
104+
**@pega/react-sdk-overrides** used by the React SDK can be found in the
105+
[react-sdk-components package's **KeyReleaseUpdates.md**](./node_modules/@pega/react-sdk-components/lib/doc/KeyReleaseUpdates.md).
106+
* To see if there are updates in the @pega/react-sdk-components and
107+
@pega/react-sdk-overrides packages published in a newer version than is
108+
currently installed, you can check the [package's main GitHub repo's **KeyReleaseUpdates.md**](https://github.com/pegasystems/react-sdk-components/blob/master/packages/react-sdk-components/doc/KeyReleaseUpdates.md).
101109
* [**Material UI**](https://v4.mui.com/)
102110
* [**Constellation SDKs Documentation**](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/constellation-sdks.html)
103111
* [**Troubleshooting Constellation SDKs**](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/troubleshooting-constellation-sdks.html)

0 commit comments

Comments
 (0)