Skip to content

Commit d3136c9

Browse files
vishalshrm539Vishal
andauthored
Updated README for SDK-24.1.10 (#490)
* Updated README for SDK-24.1.10 * Fix a typo --------- Co-authored-by: Vishal <[email protected]>
1 parent c5c1832 commit d3136c9

File tree

1 file changed

+6
-31
lines changed

1 file changed

+6
-31
lines changed

README.md

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

3-
# React SDK - Release Announcement - v23.1.11
3+
# React SDK - Release Announcement - v24.1.10
44

5-
**SDK-R v23.1.11** is **only compatible with Pega Infinity '23** and is related to the [**release/23.1.11**](https://github.com/pegasystems/react-sdk/tree/release/23.1.11) branch of the React SDK repository.
5+
**SDK-R v24.1.10** is **only compatible with Pega Infinity '24.1** and is related to the [**release/24.1.10**](https://github.com/pegasystems/react-sdk/tree/release/24.1.10) branch of the React SDK repository.
66
<br>
77

8-
**Note**: From **SDK-R v23.1.11** onwards, the main branch will be the development branch for future versions or the latest version of Infinity.
8+
**Note**: The main branch is the active development branch for future versions of React SDK.
99

10-
The SDK-R v23.1.11 release upgrades the React version to React 17. This release allows React SDK users to to take advantage of the latest SDK enhancements and fixes. For more information, see [ **What's New in SDK-R 23.1.11**](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/react-sdk-updates.html).
10+
This release allows React SDK users to take advantage of the latest SDK enhancements and fixes. For more information, see [ **What's New in SDK-R 24.1.10**](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/react-sdk-updates.html).
1111
<br />
1212

1313
This
@@ -16,34 +16,9 @@ about all of the React SDK releases.
1616

1717
<hr>
1818

19-
## Previous releases
20-
21-
### React SDK - Release Announcement - v23.1.10
22-
23-
The **SDK-R v23.1.10** release is **only compatible with Pega Infinity '23**. This release is related to the [**release/23.1.10**](https://github.com/pegasystems/react-sdk/tree/release/23.1.10) branch of the React SDK repository.
24-
<br>
25-
(If you currently are using the React SDK with Pega Infinity 8.8, update your SDK to
26-
the [SDK-R v8.8.20 - release/8.8.20 branch](https://github.com/pegasystems/react-sdk/tree/release/8.8.20).)
27-
28-
The SDK-R v23.1.10 and v8.8.20 releases allow React SDK users to to take advantage of the latest SDK enhancements and fixes. For more information, see [**What's New in SDK-R 23.1.10 and SDK-R 8.8.20**](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/react-sdk-updates.html).
29-
30-
* Added the use of **TypeScript typedefs** (from @pega/pcore-pconnect-typedefs) to SDK components.
31-
For more information, see [Using type definitions](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/type-definitions-constellation-sdks.html)
32-
* Additional functionality including **RichTextEditor** and **Dynamic Tabs** components and **many-to-many data reference** support
33-
* Updated Constellation Design System support to Cosmos 4 (for custom Constellation components).
34-
* Enhanced security including token storage and item obfuscation support.
35-
* Bug fixes.
36-
* Full set of merged PRs can be found in the [react-sdk-components GitHub repo list of merged PRs](https://github.com/pegasystems/react-sdk-components/pulls?q=is%3Apr+is%3Amerged+base%3Amaster+). This release includes all PRs since (and including) #166 and #230.
37-
38-
39-
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).
40-
41-
---
4219

4320
***IMPORTANT:*** Please follow the guidelines documented here if you are upgrading from a previous version of React SDK: [Upgrading the SDK](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/upgrading-sdk.html)
4421

45-
If you want to continue using the previous release you can checkout [release/8.8.10](https://github.com/pegasystems/react-sdk/tree/release/8.8.10)
46-
4722
---
4823

4924

@@ -65,13 +40,13 @@ A summary of the latest updates to the **@pega/react-sdk-components** and
6540

6641
## Pega Infinity Server and Constellation-enabled Application
6742

68-
This version of the React SDK assumes that you have access to a Pega Infinity server (**23.1.0+**) running an application that is configured to run using the Constellation UI service. _(If you need to use Infinity 8.8.x, please use the **release/8.8.20** branch instead of the **release/23.1.11** branch.)_
43+
This version of the React SDK assumes that you have access to a Pega Infinity server (**24.1.0+**) running an application that is configured to run using the Constellation UI service.
6944

7045
The **MediaCo** sample application is already configured as a Constellation application and can be found in the React SDK download associated with this repo which is available at [https://community.pega.com/marketplace/components/react-sdk](https://community.pega.com/marketplace/components/react-sdk). The OAuth 2.0 Client Registration records associated with the **MediaCo** application are available in the same React SDK download. For more information about the MediaCo sample application, see [MediaCo sample application](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/mediaco-sample-application.html).
7146

7247
The **React SDK** has been tested with:
7348
- node 18.12.1/18.13.0
74-
- npm 8.19.2/8.19.3 - **note: at this time, do not use _npm 9_**
49+
- npm 8.19.2/8.19.3 - **Note: Do not use _npm 9_**
7550

7651
Future updates to the SDK will support more recent LTS versions of node as Constellation supports them.
7752

0 commit comments

Comments
 (0)