Skip to content

Commit 68b733b

Browse files
vishalshrm539Sharma
andauthored
Updated the README (#582)
Co-authored-by: Sharma <[email protected]>
1 parent cda5575 commit 68b733b

File tree

1 file changed

+9
-25
lines changed

1 file changed

+9
-25
lines changed

README.md

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

3-
# React SDK - Release Announcement - v24.2.11
3+
# React SDK - Release Announcement - v25.1.10
44

5-
**SDK-R v24.2.11** is **only compatible with Pega Infinity '24.2** and is related to the [**release/24.2.11**](https://github.com/pegasystems/react-sdk/tree/release/24.2.11) branch of the React SDK repository.
5+
**SDK-R v25.1.10** is **only compatible with Pega Infinity '25** and is related to the [**release/25.1.10**](https://github.com/pegasystems/react-sdk/tree/release/25.1.10) branch of the React SDK repository.
66
<br>
77

88
**Note**: The main branch is the active development branch for future versions of React SDK.
99

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.2.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 25.1.10**](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/react-sdk-updates.html).
1111
<br />
1212

13-
This
14-
[**React SDK updates**](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/react-sdk-updates.html) page provides details
15-
about all of the React SDK releases.
16-
1713
<hr>
1814

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

2117
---
2218

@@ -26,26 +22,22 @@ The **React SDK** combined with Pega's client orchestration APIs provides a guid
2622

2723
A DX component contains logic and presentation tags to merge the alternate design system with Pega’s client orchestration APIs.
2824

29-
The alternative design system used in the React SDK is [Material UI](https://v4.mui.com/). For more information about Constellation SDKs, see the [Constellation SDKs](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/constellation-sdks.html) documentation.
30-
31-
A summary of the latest updates to the **@pega/react-sdk-components** and
32-
**@pega/react-sdk-overrides** used by the React SDK can be found in
33-
[react-sdk-components KeyReleaseUpdates.md](./node_modules/@pega/react-sdk-components/lib/doc/KeyReleaseUpdates.md).
25+
The alternative design system used in the React SDK is [Material UI](https://v6.mui.com/). For more information about Constellation SDKs, see the [Constellation SDKs](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/constellation-sdks.html) documentation.
3426

3527
<br>
3628

3729
# Prerequisites
3830

3931
## Pega Infinity Server and Constellation-enabled Application
4032

41-
This version of the React SDK assumes that you have access to a Pega Infinity server (**24.2.0+**) running an application that is configured to run using the Constellation UI service.
33+
This version of the React SDK assumes that you have access to a Pega Infinity server (**25+**) running an application that is configured to run using the Constellation UI service.
4234

4335
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 [here](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).
4436

4537
The **React SDK** has been tested with:
4638

47-
- node 20.16.0
48-
- npm 10.8.1
39+
- node 24.4.1
40+
- npm 11.4.2
4941

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

@@ -86,20 +78,12 @@ This project is licensed under the terms of the **Apache 2** license.
8678
We welcome contributions to the React SDK project.
8779

8880
Refer to our [guidelines for contributors](./docs/CONTRIBUTING.md) if you are interested in contributing to the project.
89-
9081
<br>
9182

9283
---
93-
9484
## Additional Resources
9585

96-
- [**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
97-
**@pega/react-sdk-overrides** used by the React SDK can be found in the
98-
[react-sdk-components package's **KeyReleaseUpdates.md**](./node_modules/@pega/react-sdk-components/lib/doc/KeyReleaseUpdates.md).
99-
- To see if there are updates in the @pega/react-sdk-components and
100-
@pega/react-sdk-overrides packages published in a newer version than is
101-
currently installed, see the [**KeyReleaseUpdates.md** file in the package's main GitHub repo](https://github.com/pegasystems/react-sdk-components/blob/master/packages/react-sdk-components/doc/KeyReleaseUpdates.md).
102-
- [**Material UI**](https://v5.mui.com/)
86+
- [**Material UI**](https://v6.mui.com/)
10387
- [**Constellation SDKs Documentation**](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/constellation-sdks.html)
10488
- [**Troubleshooting Constellation SDKs**](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/troubleshooting-constellation-sdks.html)
10589
- [**MediaCo sample application**](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/mediaco-sample-application.html)

0 commit comments

Comments
 (0)