Skip to content

Releases: pegasystems/react-sdk-components

24.1

09 May 22:09
c841625
Compare
Choose a tag to compare

What's Changed

🛠 Bug Fixes & Functionality Enhancements
User Access Issues: Fixed issues with users unable to open their own cases if not assigned (#168).

List & Table Bugs: Addressed multiple bugs around inline editing, wrong row deletion, and sorting especially with falsy values (#206, #248, #306, #326).

Modal Dialog Issues: Multiple PRs tackled incorrect edit behavior in modal dialogs (#253, #305, #318).

InlineDashboard: Tests fixed and issues with filters resolved (#230, #251, #255, #302).

⚙️ Auth and Security Improvements
Upgraded authManager multiple times with better typings, session handling, and grant type support (#169, #174, #182, #243, #254, #272, #299).

Added security.md and improved handling for secure cookies (#287, #281).

🔤 Typedef & Typing Refactors
Extensive cleanup and alignment with newer typedefs (from 8.8 to 23.1.11) across many PRs like #171, #173, #200, #204, #285, #283.

💅 UI/UX Enhancements
Added localization support in various areas like attachments, secondary fields, and labels (#301, #304, #319).

Added dynamic tabs, field groups, screenflow support (#232, #291, #300).

Improved formatting for currency, percentage, and decimal display based on locale (#282, #317, #319).

✅ Test Suite Improvements
Improved Playwright test stability and coverage across tables, dashboards, attachments, cancel actions (#226, #244, #261, #228).

🧼 Code Quality, Performance & Dev Experience
Moved constellationjs to devDependencies (#298).

Addressed missing key props, prettier formatting, import path corrections (#278, #276, #295).

Improved portal performance (e.g., reduced image size) (#313).

📦 Release & Docs

Key Release Notes updated and release date added (#310, #324, #325).

Full Changelog: v8.23.11...24.1

SDK-R-C 8.23.11

10 Aug 13:54
61e2e35
Compare
Choose a tag to compare

Release SDK-R-C 8.23.11 (10 August 2023)

  • Many significant improvements to localization
  • Added new AlertBanner component (in designSystemExtension) and its use in Assignment and ModalViewContainer
  • Bug fixes in Decimal and Attachment components
  • Fixed some cases where Dropdown items weren't properly loaded from datasource
  • Infrastructure components (FlowContainer and ModalViewContainer) now use overridden component implementations when overrides are available.
  • Bug fixes
  • Full set of merged PRs can be found in the react-sdk-components GitHub repo list of merged PRs. This release includes all PRs since (and including) #117 and #165.

SDK-R-C 8.23.10

01 May 14:09
e182c6d
Compare
Choose a tag to compare

React SDK release SDK-R-C 8.23.10 is associated with the master branch.

On April 24, 2023, a significant update was made to the Pega Constellation React SDK (https://github.com/pegasystems/react-sdk). The Pega Constellation React SDK now imports its default set of DX Components from the @pega/react-sdk-components and @pega/react-sdk-overrides packages that are generated from this repo.

This initial release of the @pega/react-sdk-components repo matches the commit that was used to create version 8.23.10 of https://www.npmjs.com/package/@pega/react-sdk-components and https://www.npmjs.com/package/@pega/react-sdk-overrides

For more information about the Constellation React SDK, please refer to the documentation links found at https://community.pega.com/marketplace/component/react-sdk and the code found at https://github.com/pegasystems/react-sdk