From 6fb29da698c1ce3533b51e309230e81df39e501d Mon Sep 17 00:00:00 2001 From: manasa Date: Tue, 25 Aug 2026 16:18:00 +0530 Subject: [PATCH 1/3] Added ChangeLog and update Readme for release 26.1.10 --- CHANGELOG.md | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 6 ++--- 2 files changed, 77 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 092a3dfc2..c8e4d4156 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,77 @@ +# [26.1.10](https://github.com/pegasystems/react-sdk/tree/release/26.1.10) - Released: 27/08/2026 + +## Breaking changes + +* None. + +## Non Breaking changes + +### **Features** + +* Added support for left and right alignment in the vertical stepper. + * Github: [PR-623](https://github.com/pegasystems/react-sdk-components/pull/623) +* Added support for primary fields in the Simple Table component. + * Github: [PR-623](https://github.com/pegasystems/react-sdk-components/pull/623) +* Added support for displaying warning messages in field components. + * Github: [PR-625](https://github.com/pegasystems/react-sdk-components/pull/625) +* Added support for displaying banner messages defined in the Dynamic Text rule. + * Github: [PR-629](https://github.com/pegasystems/react-sdk-components/pull/629) +* Added support for secondary fields in the AutoComplete component. + * Github: [PR-633](https://github.com/pegasystems/react-sdk-components/pull/633) +* Added support for grouping in the AutoComplete component. + * Github: [PR-635](https://github.com/pegasystems/react-sdk-components/pull/635) +* Added support for the Create New feature in AutoComplete Data Reference and Case Reference fields. + * Github: [PR-637](https://github.com/pegasystems/react-sdk-components/pull/637) +* Replaced TinyMCE with the Tiptap component in the Rich Text Editor. + * Github: [PR-657](https://github.com/pegasystems/react-sdk-components/pull/657) +* Added row-based validation for the delete action in the Embedded Data editable table. + * Github: [PR-659](https://github.com/pegasystems/react-sdk-components/pull/659) + +### **Bug fixes** +* **Fixed an issue where labels were not displayed on certain views.** + * Github: [PR-623](https://github.com/pegasystems/react-sdk-components/pull/623) +* **Fixed an issue with the request payload.** + * Github: [PR-623](https://github.com/pegasystems/react-sdk-components/pull/623) +* **Fixed an issue that caused an error when opening a Data instance record from the details view.** + * Github: [PR-624](https://github.com/pegasystems/react-sdk-components/pull/624) +* **Fixed an issue where the data reference value was not displayed correctly in the case summary view.** + * Github: [PR-628](https://github.com/pegasystems/react-sdk-components/pull/628) +* **Fixed an issue where repeating view collapse and expand states were not updated based on the prop.** + * Github: [PR-631](https://github.com/pegasystems/react-sdk-components/pull/631) +* **Fixed an issue where Boolean field labels were not visible in the details view.** + * Github: [PR-632](https://github.com/pegasystems/react-sdk-components/pull/632) +* **Fixed an issue where actions in the case summary were not displayed in the Data Object view.** + * Github: [PR-636](https://github.com/pegasystems/react-sdk-components/pull/636) +* **Fixed an issue where single-reference read-only field values were not displayed in the case summary view.** + * Github: [PR-638](https://github.com/pegasystems/react-sdk-components/pull/638) +* **Fixed an issue where AutoComplete generated duplicate options and console errors due to missing keys.** + * Github: [PR-639](https://github.com/pegasystems/react-sdk-components/pull/639) +* **Fixed an issue where the Table did not reflect updated values selected from the AutoComplete component.** + * Github: [PR-639](https://github.com/pegasystems/react-sdk-components/pull/639) +* **Fixed an issue with server-side filtering in the ListView component.** + * Github: [PR-640](https://github.com/pegasystems/react-sdk-components/pull/640) +* **Added catch blocks to handle previously unhandled promise rejections across components.** + * Github: [PR-653](https://github.com/pegasystems/react-sdk-components/pull/653) +* **Fixed an issue where primary field labels were not displayed in the confirmation template.** + * Github: [PR-661](https://github.com/pegasystems/react-sdk-components/pull/661) +* **Fixed an issue where duplicate entries were added to the Combobox when reselecting items.** + * Github: [PR-662](https://github.com/pegasystems/react-sdk-components/pull/662) + +* The following table lists the packages whose versions have been updated: + +--- + +### **Dependencies & Infrastructure** + +* The following table lists the packages whose versions have been updated: + +| Package | Updated version | +| :--- | :--- | +| **@pega/auth** | 0.2.44 | +| **@pega/react-sdk-components** | 26.1.10 | +| **@pega/react-sdk-overrides** | 26.1.10 | +| **@pega/constellationjs** | 26.1.10 | + # [25.1.11](https://github.com/pegasystems/react-sdk/tree/release/25.1.11) - Released: 23/03/2026 ## Non Breaking changes diff --git a/README.md b/README.md index 94832df5e..db4161aee 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@

-# React SDK - Release Announcement - v25.1.11 +# React SDK - Release Announcement - v26.1.10 -**SDK-R v25.1.11** is **only compatible with Pega Infinity '25** and is related to the [**release/25.1.11**](https://github.com/pegasystems/react-sdk/tree/release/25.1.11) branch of the React SDK repository. +**SDK-R v26.1.10** is **only compatible with Pega Infinity '26** and is related to the [**release/26.1.10**](https://github.com/pegasystems/react-sdk/tree/release/26.1.10) branch of the React SDK repository.
**Note**: The main branch is the active development branch for future versions of React SDK. -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.11**](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/react-sdk-updates.html). +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 26.1.10**](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/react-sdk-updates.html).


From 3570a8f034b93761664694a70558c27bf13e9956 Mon Sep 17 00:00:00 2001 From: manasa Date: Thu, 27 Aug 2026 15:31:08 +0530 Subject: [PATCH 2/3] updated changeLog --- CHANGELOG.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8e4d4156..7b0916c37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,14 @@ ## Breaking changes -* None. +Note: Starting with Infinity version 26.1: + +* The metadata for CaseReference and DataReference have changed to ObjectReference. To support this change, the ObjectReference component has been refactored accordingly. + * Github: [PR-577](https://github.com/pegasystems/react-sdk-components/pull/577) +* The metadata for EmbeddedData has changed. To support this change, the EmbeddedDataMulti component has been introduced, and the SimpleTableManual component has been updated accordingly. + * Github: [PR-585](https://github.com/pegasystems/react-sdk-components/pull/585) +* Replaced TinyMCE with the Tiptap component in the Rich Text Editor. + * Github: [PR-657](https://github.com/pegasystems/react-sdk-components/pull/657) ## Non Breaking changes @@ -22,8 +29,6 @@ * Github: [PR-635](https://github.com/pegasystems/react-sdk-components/pull/635) * Added support for the Create New feature in AutoComplete Data Reference and Case Reference fields. * Github: [PR-637](https://github.com/pegasystems/react-sdk-components/pull/637) -* Replaced TinyMCE with the Tiptap component in the Rich Text Editor. - * Github: [PR-657](https://github.com/pegasystems/react-sdk-components/pull/657) * Added row-based validation for the delete action in the Embedded Data editable table. * Github: [PR-659](https://github.com/pegasystems/react-sdk-components/pull/659) From dd293a2360f3eb0ab1605864de4c637107a8d4a7 Mon Sep 17 00:00:00 2001 From: Siva Rama Krishna Date: Thu, 27 Aug 2026 23:06:48 +0530 Subject: [PATCH 3/3] chore: update version and dependencies to 26.1.10 --- package-lock.json | 38 +++++++++++++++++++------------------- package.json | 12 ++++++------ 2 files changed, 25 insertions(+), 25 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8f6fb6722..76a217ee7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,18 +1,18 @@ { "name": "react-sdk", - "version": "25.1.11", + "version": "26.1.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "react-sdk", - "version": "25.1.11", + "version": "26.1.10", "dependencies": { - "@pega/auth": "^0.2.44", + "@pega/auth": "^0.2.45", "@pega/cosmos-react-condition-builder": "^8.4.1", "@pega/cosmos-react-core": "^8.4.1", "@pega/cosmos-react-work": "^8.4.1", - "@pega/react-sdk-components": "~0.26.8", + "@pega/react-sdk-components": "~26.1.10", "@storybook/react-webpack5": "^8.6.14", "lodash.get": "^4.4.2", "lodash.isequal": "^4.5.0", @@ -27,10 +27,10 @@ "@babel/preset-typescript": "^7.23.3", "@loadable/component": "^5.16.3", "@pega/configs": "^0.17.0", - "@pega/constellationjs": "~0.26.2", - "@pega/dx-component-builder-sdk": "~25.1.13", + "@pega/constellationjs": "~26.1.0", + "@pega/dx-component-builder-sdk": "~26.1.10", "@pega/pcore-pconnect-typedefs": "~4.1.0", - "@pega/react-sdk-overrides": "~0.26.8", + "@pega/react-sdk-overrides": "~26.1.10", "@playwright/test": "^1.54.2", "@storybook/addon-essentials": "^8.6.14", "@storybook/addon-links": "^8.6.14", @@ -8378,9 +8378,9 @@ } }, "node_modules/@pega/constellationjs": { - "version": "0.26.3", - "resolved": "https://registry.npmjs.org/@pega/constellationjs/-/constellationjs-0.26.3.tgz", - "integrity": "sha512-9mJhhUC26b7AGPXS0gIczXCKaOnjEYcr8QYv057ZKYucM/FV1u6Xn5UFa71GZ+6WfgZLiOtolBAruBZ80nBMrw==", + "version": "26.1.0", + "resolved": "https://registry.npmjs.org/@pega/constellationjs/-/constellationjs-26.1.0.tgz", + "integrity": "sha512-burH2LC7YnHEo2PFlFTLb5dqnLHWpUre6AIh9GizI/j90G1tvaZxZDuJ7fmxdMl7ydM+wNymjmKDepNZpxEZ9w==", "dev": true, "license": "See LICENSE in LICENSE file or 'ConstellationJS Engine License.pdf' in dist/", "dependencies": { @@ -9014,9 +9014,9 @@ } }, "node_modules/@pega/dx-component-builder-sdk": { - "version": "25.1.14", - "resolved": "https://registry.npmjs.org/@pega/dx-component-builder-sdk/-/dx-component-builder-sdk-25.1.14.tgz", - "integrity": "sha512-CR6itkg+zvtZ7XlZ3tvPS3IItw6j8CsFxeb6fIruQfiAlh/QEUnpLFlsda55TqHv77K+Fhomb9QpD8NwvRrVsw==", + "version": "26.1.10", + "resolved": "https://registry.npmjs.org/@pega/dx-component-builder-sdk/-/dx-component-builder-sdk-26.1.10.tgz", + "integrity": "sha512-umuFGrPD0mPjl57zL9fqRDigtxA8mOb1/4P7Opzp1aWekxd56v8OLciEGPvqcy6GuMB2Xd+edcuzSasJ+ykR6g==", "dev": true, "license": "SEE LICENSE IN LICENSE", "dependencies": { @@ -9623,9 +9623,9 @@ } }, "node_modules/@pega/react-sdk-components": { - "version": "0.26.8", - "resolved": "https://registry.npmjs.org/@pega/react-sdk-components/-/react-sdk-components-0.26.8.tgz", - "integrity": "sha512-mDGOaeP4TufeYa9fYaMGleone10ODm3IlXtxfneO52EqfBRhv2BEU1NuEopi8yvloDHa4M/9/SfLmJkGbAdDgw==", + "version": "26.1.10", + "resolved": "https://registry.npmjs.org/@pega/react-sdk-components/-/react-sdk-components-26.1.10.tgz", + "integrity": "sha512-Ri8of121nYmPfG58IZMfw2oJDmU1zmMvyZoBCmr7nd8wF08gJG3wiMvB1u3Q9fQkvQY07G86pFBVUlJCikSc2A==", "license": "SEE LICENCE IN LICENSE", "dependencies": { "@emotion/react": "^11.14.0", @@ -9660,9 +9660,9 @@ } }, "node_modules/@pega/react-sdk-overrides": { - "version": "0.26.8", - "resolved": "https://registry.npmjs.org/@pega/react-sdk-overrides/-/react-sdk-overrides-0.26.8.tgz", - "integrity": "sha512-kQbrn33U+fYBgGESsMvSJjvtuLSzdtOq7wDXpFFyagfffQSZZ2QdGzbLV4BgqyHLNVEtIEVOJ81XiGyT4H8Qig==", + "version": "26.1.10", + "resolved": "https://registry.npmjs.org/@pega/react-sdk-overrides/-/react-sdk-overrides-26.1.10.tgz", + "integrity": "sha512-uxKh8WfP6zvCxk4ZrUahp0YT/73+Mxop2R72h2f2I2LvdVJ8865gUdpqTbrkkT6OcOEjvOYB3SbDuaPnTiYnJg==", "dev": true, "license": "SEE LICENCE IN LICENSE" }, diff --git a/package.json b/package.json index 4f5cc13aa..18d717d03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-sdk", - "version": "25.1.11", + "version": "26.1.10", "private": true, "scripts": { "_comment_SDK_install_build_run_commands": "The following are public commands to clean, install, build, and run the SDK", @@ -53,11 +53,11 @@ "_internal-build-jest-assets": "dx-component-builder-sdk buildJestAssets" }, "dependencies": { - "@pega/auth": "^0.2.44", + "@pega/auth": "^0.2.45", "@pega/cosmos-react-condition-builder": "^8.4.1", "@pega/cosmos-react-core": "^8.4.1", "@pega/cosmos-react-work": "^8.4.1", - "@pega/react-sdk-components": "~0.26.8", + "@pega/react-sdk-components": "~26.1.10", "@storybook/react-webpack5": "^8.6.14", "lodash.get": "^4.4.2", "lodash.isequal": "^4.5.0", @@ -72,10 +72,10 @@ "@babel/preset-typescript": "^7.23.3", "@loadable/component": "^5.16.3", "@pega/configs": "^0.17.0", - "@pega/constellationjs": "~0.26.2", - "@pega/dx-component-builder-sdk": "~25.1.13", + "@pega/constellationjs": "~26.1.0", + "@pega/dx-component-builder-sdk": "~26.1.10", "@pega/pcore-pconnect-typedefs": "~4.1.0", - "@pega/react-sdk-overrides": "~0.26.8", + "@pega/react-sdk-overrides": "~26.1.10", "@playwright/test": "^1.54.2", "@storybook/addon-essentials": "^8.6.14", "@storybook/addon-links": "^8.6.14",