Skip to main content

Published Release Notes

Find release notes for the selected Pega Version and Capability

Browse resolved issues for Platform releases.

This documentation is for non-current versions of Pega Platform. For current release notes, go here.

Improved support of browser actions in Cosmos React UI

Valid from Pega Version 8.6

Pega Platform™ applications that use the Cosmos React now maintain user settings for the duration of the session. For example, if a user applies filters and sorting to a table, and then opens a new document, the application retains the table settings when the user navigates back to the page by clicking the browser back button.

This change improves user productivity by reducing the need to repeatedly apply the same settings.

Improved modal dialog boxes

Valid from Pega Version 8.6

In Theme Cosmos applications, modal dialog boxes for case creation now support width customization. In addition to a bigger default width, the FlexModalTemplate format now includes the following CSS helper classes, which enable developers to adjust the width of dialog boxes:

  • modal-width-1_5x – sets the minimum width to 960p.
  • modal-width-2x – sets the minimum width to 1280p.
  • modal-width-max-content – sets the minimum width to the maximum width of the content.

In this way, users can now more comfortably create entries that require more descriptive information, for example, bugs. In addition, the background of all modal dialog boxes is now translucent, which highlights the focus of the dialog box as the only active part of the UI.

For more information, see Modal dialog box.

Improved case previews and case utility enhancements

Valid from Pega Version 8.6

The collapsible preview panel in Cosmos applications has been enhanced. The preview panel now helps users complete assignments in the previewed case directly from the panel, to save time. The preview also includes a clickable case stage link which displays an overlay with the case life cycle and all its steps for better context.

Additionally, to help save screen space when a case is fully opened, the collapsed or expanded state of the utility panel now persists for all cases that you open in the same browser tab.

For more information, see Enhance the case processing experience in Cosmos Rules applications (8.6).

Multiple sessions in separate browser tabs or windows

Valid from Pega Version 8.6

Theme Cosmos applications introduce an enhancement to the existing ability to work on multiple cases simultaneously in separate browser tabs or windows. You can now open an entire application in, for example, two separate browser tabs, without one session refreshing and overriding the other. As a result, users gain more flexibility and freedom in how they work. 

For more information, see Adding a dynamic container to a portal.

Improved tabbed layout group

Valid from Pega Version 8.6

Tabbed layout groups now generate semantic markup, which helps conform to accessibility standards. As a result, the tabs in the preview panel support numbers, for example, for items that might require attention, and a horizontal scroll bar if the number of tabs does not fit the display.

For more information, see Enhance the case processing experience in Theme Cosmos applications (8.6).

Improved search results and screen space economy

Valid from Pega Version 8.6

Theme Cosmos applications now display search results in a new tab with a variety of filters. Consequently, users do not lose their content when they raise a search query, and can adjust their results by selecting from out-of-the-box filters, such as status or type.

The summary panel now also gives users more freedom in managing screen space by being collapsible. The collapsed panel moves to the top of the page and aligns the summary tabs horizontally, so that users can conveniently interact with complex lists.

For more information, see Enhance the case processing experience in Cosmos Rules applications (8.6).

Tabbed templates in portal authoring

Valid from Pega Version 8.6

Portal authoring in Pega Platform™ now includes tabbed templates that provide you with the tools to build complex user interfaces with less effort. The new templates help you save screen space and display the contents of your application in smaller, meaningful chunks.

For more information, see Configuring a tab-based landing page.

Embedded properties in DX API v2 requests are no longer removed

Valid from Pega Version 8.6

In Pega Platform version 8.5, when you use the POST and PATCH v2 DX API methods with an embedded page property included in the content element of the request, the system removes all properties in the embedded page that are included in the case but are not a part of the request. Now, the merge logic has been modified to update embedded page fields sent up in the request, and keep other fields unchanged.

This feature simplifies client code and prevents data corruption.

Handlebars library update

Valid from Pega Version 8.6

Pega Platform version 8.6.4 uses the 4.7.7 version of the Handlebars template to generate client-side template files. The updated version, which is the latest available, introduces a wide variety of security fixes and new features that improve application reliability.

Tags disappear from Rich Text Editor source mode

Valid from Pega Version 8.5

When you use Rich Text Editor in HTML source mode, some tags disappear from the markup, which causes backward compatibility issues and data loss.

Cause

Pega Platform™ version 8.5.5 introduced the DOM Purifier security plugin. The plugin removes potentially vulnerable tags, including custom tags, from the raw HTML code in the Rich Text Editor source mode.

Workaround

You can disable the DOM Purifier plugin by adding the the window.disableDomPurifier = true markup to the userWorkForm HTML fragment rule.

Alternatively, as of Pega Platform version 8.5.6, you can add a tag to the allow list by including the window.rteCustomAllowedTags = ['myCustomTag'] snippet in the userWorkForm HTML fragment rule. 

In Pega Platform versions 8.5.6 to 8.6, the iframe tag is added to the allow list by default.

We'd prefer it if you saw us at our best.

Pega.com is not optimized for Internet Explorer. For the optimal experience, please use:

Close Deprecation Notice
Contact us