You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,9 @@
2
2
3
3
# React SDK - Release Announcement
4
4
5
-
This is the latest version of the React SDK and it provides many new features that are documented here:
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
+
7
+
This version of the **React SDK** provides many new features that are documented here:
6
8
7
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:
8
10
@@ -38,13 +40,13 @@ The React SDK is built on a new and modernized UI technology stack (the JavaScri
38
40
39
41
## Pega Infinity Server and Constellation-enabled Application
40
42
41
-
This version of the React SDK assumes that you have access to a Pega Infinity server (**8.8.0+ GA or 8.7.0+ GA**) running an application that is configured to run using the Constellation UI service.
43
+
This version of the React SDK assumes that you have access to a Pega Infinity server (**8.8.0+**) running an application that is configured to run using the Constellation UI service._(If you need to use Infinity 8.7.*, please use the **release/8.8.10** branch instead of this **main** branch.)_
42
44
43
45
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).
44
46
45
47
The **React SDK** has been tested with:
46
48
- node 18.12.1/18.13.0
47
-
- npm 8.19.2/8.19.3
49
+
- npm 8.19.2/8.19.3
48
50
49
51
Future updates to the SDK will support more recent LTS versions of node as Constellation supports them.
50
52
@@ -96,4 +98,3 @@ Refer to our [guidelines for contributors](./docs/CONTRIBUTING.md) if you are in
0 commit comments