|
1 | 1 | <p align="center"><img width=60% src="docs/media/ReactSDK-Logo.png"> |
2 | 2 |
|
3 | | -# React SDK - Release Announcement |
| 3 | +# React SDK - Release Announcement - v8.23.11 |
4 | 4 |
|
5 | 5 | 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. |
6 | 6 |
|
7 | 7 | This version of the **React SDK** provides many new features that are documented here: |
8 | 8 |
|
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: |
10 | 10 |
|
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). |
18 | 23 |
|
19 | 24 | --- |
20 | 25 |
|
@@ -96,8 +101,11 @@ Refer to our [guidelines for contributors](./docs/CONTRIBUTING.md) if you are in |
96 | 101 | ## Additional Resources |
97 | 102 |
|
98 | 103 | * [**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). |
101 | 109 | * [**Material UI**](https://v4.mui.com/) |
102 | 110 | * [**Constellation SDKs Documentation**](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/constellation-sdks.html) |
103 | 111 | * [**Troubleshooting Constellation SDKs**](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/troubleshooting-constellation-sdks.html) |
|
0 commit comments