v4.7.28 release
Release date: June 12, 2025
v4.7.28 had five improvements and 11 bug fixes.
Significant improvements
- Federated search imports now properly respect site boundaries, allowing the same external item to be independently imported on multiple sites.
- Revision comparison now includes red/green highlights for non-text field values, making it much easier to identify added, removed, or changed values across all field values.
- The Reset button in CMS search now fully clears all filters for the selected content type, even when sticky search is enabled.
- Added
onFind
,setupMenuForAria
, andtoggleMenu
functions towindow.BRIGHTSPOT.js
for experimentation from newer Brightspot versions to 4.5. - The codegen-generated
RawHtml
class now usesCharSequence
instead ofString
for its value.
Significant defects addressed
- Fixed an issue where links inside pop-up frames would reload the entire page, navigating you away from the underlying page you were editing.
- Resolved an issue where users could create new revisions from revision pages even when draft creation was disabled.
- Addressed an issue where the Report widget would display an empty table with no message when no results were returned. An info message is now shown when there is no data to display.
- Fixed an issue where the search keyword could become stuck when Retain all filters and settings was enabled.
- Fixed an issue where dragging and dropping multiple articles from the shelf into the RTE would result in only the last article link appearing.
- Fixed an issue where the Report widget could throw an error if not configured as a
ValueReporter
orTableReporter
. - Fixed an issue where the banner on revision items would incorrectly show Published instead of Updated during workflow states.
- Resolved an issue where updated editorial information was not being displayed by
PrePublishAction.shouldDisplay
upon publishing. - Fixed an issue where columns containing list values were not being displayed in content reports.
- Updated integration tests to accommodate changes in sticky search parameter handling.
- Addressed failures in integration tests related to content copy functionality, ensuring tests accurately validate the feature after recent implementation changes.
Previous Topic
4.7 releases
Next Topic
v4.7.27 release