6.52 release notes

December 3, 2024

This page covers changelog information for all Content Management 6.52 versions, including patch releases.

(MATRIX-6759) Improve scaling of trigger category calculation

Trigger categories were sorted via an expensive calculation for display in the Asset Tree every time a Trigger was loaded. This led to noticeable slowdowns on systems with over 500 triggers. As a result, the sorting process has been optimized, only being applied when necessary.

(MATRIX-6807) Make dates screen available on Metadata Schemas, Sections and Fields

The Dates screen has been added to the following assets:

  • Metadata Schemas

  • Metadata Sections

  • Metadata Date Field

  • Metadata Hierarchy Field

  • Metadata Related Asset Field

  • Metadata Select Field

  • Metadata Text Field

  • Metadata Thesaurus Field

  • Metadata WYSIWYG Field

(MATRIX-6878) Race condition on metadata screen while loading viper

On certain metadata screens, Viper could be initialized too early without any HTML to attach to. This premature initialization could cause JavaScript errors and prevent usage of the metadata screen. To address this issue, a rigorous check has been implemented to ensure that HTML is rendered before attempting to attach Viper.

This issue has not been fixed perfectly and there is a chance for this issue to still occur on extremely large metadata screens. We are already planning to come back to this in the near future.
[MATRIX-6908] OAuth tokens can cause fatal error when renewed as public user

The global access token was not being filtered by the frontend, allowing public users to potentially manipulate it. As a result of this issue, implementing a filter has corrected the problem, ensuring that the global access token is now properly secured.

(MATRIX-6910) Type 2 links don’t display their tooltips when hovered on

Type 2 links weren’t configured to show tooltips, preventing them from being displayed when hovering over assets of this type. This issue has been resolved by updating the CSS configuration.

(PRODAM-411) RB Search Go Live & Release Process

Modifications have been made to the Resource Browser header, enhancing user experience when utilizing the resource browser in conjunction with other systems. The updated header now offers improved functionality, allowing users to toggle seamlessly between different systems and search modes.

(SXC-58) Handle grouping in Editing Panel

Top-level object fields in the component editing UI have been redesigned as collapsible accordions, allowing developers to more easily group related fields. These are expanded by default, but can be set to collapse by default by a component developer in a component’s manifest. This change aims to save vertical space on content editors while providing a better organization of fields. As a result, accordion groups will now be rendered for all existing components on both Content Pages and Standard pages.