Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
79 changes: 79 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,82 @@
# [26.1.10](https://github.com/pegasystems/react-sdk/tree/release/26.1.10) - Released: 27/08/2026

## Breaking changes

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

### **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)
* 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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<p align="center"><img width=60% src="docs/media/ReactSDK-Logo.png">

# 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.
<br>

**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).
<br />

<hr>
Expand Down
38 changes: 19 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down
Loading