Release Notes / Version 12.2506.0
Table Of ContentsThird-Party Update: pnpm to version 10
All packages in frontend workspace and in studio-client require at least pnpm 10.11.0. Please take note of the list of changes here https://github.com/pnpm/pnpm/releases/tag/v10.0.0
In order to upgrade pnpm to 10.x use the following command:
npm install -g pnpm@10
(CMS-27630)
Third-Party Update: Upgraded Node.js to 22 LTS
Since October 2024 the new LTS of Node.js is v22. All workspaces were adjusted accordingly.
(CMS-27162)
Changed Content Type Selector Filter Options
When inputting a filter value for the Content Type selector combo-box, any matches are shown now, not only type names that start with the given input.
(CMS-27159)
Added option to hide the "All" entry in the "New" content items menu
The appearance of the menu has not changed. But if Studio should not allow to create all type of content items, the “All” menu entry can be hidden from the “New” content items menu by setting the NewContentMenu.ALL_NEW_CONTENT_MENU_ITEMS to false in order to hide it.
(CMS-27001)
Make library column resizer more visible
The "Adjust column width" function is much easier to find and handle in the column header of the library.
(CMS-25982)
Enabled AMAsset Thumbnail Previews
Enabled the thumbnail previews for the document formulars of AMAsset and AMPictureAsset.
(CMS-25190)
Introduced Search Limit for External Domains
The search result size for search on external user domains has been limited to 10 by default. The value is configurable via the spring property studio.usermanager.externalDomainSearchLimit.
(CMS-23493)
Richtext-Editor (CKEditor 5): Link URL Inputfield supports Content-Search
CKEditor 5 Content Search: When typing into the URL InputField within the Link-Balloon, a Content search is triggered and a dropdown shows the corresponding Contents.
(CMS-19609)
Warning before publication workflow is fixed
When starting a publication workflow on contents with warning now shows correct warning messages.
(CMS-19538)


