diff --git a/CHANGELOG.md b/CHANGELOG.md index 092a3dfc..7b0916c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 94832df5..db4161ae 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).