v4.2.28.1 release
Release date: March 14, 2022
v4.2.28.1 had six improvements and two bug fixes.
Significant improvements
- The sorting in the content picker is now more intuitive; the sort is by descending update date.
- The graphql-java library was upgraded to version 17.
- The GraphQL editor now allows queries and updates associated with one site to access content associated with another site (subject to permissions).
- GraphQL nested lists, similar to Java's
private List<List<List<String>>> getNested()
, are now supported in CMA models and CDA view models. - In the rich-text editor, pressing Shift+Enter inserts a single
<br>
line break, and pressing Enter inserts two consecutive<br><br>
line breaks. - The performance of GraphQL validation of non-persisted queries was significantly improved.
Significant defects addressed
- Corrected an issue causing dashboard widgets to display a
Can't render
error message. - Corrected an issue with the rich-text editor in which moving an enhancement between two paragraphs eliminated the blank paragraph that was before the enhancement, causing two paragraphs to appear as one.