Release Notes / Version 11.2210
Table Of ContentsDocker: Renamed Flag SKIP_GENERATE_LOCK_FILE to FROZEN_GENERATED_FILES
The Docker build in the studio-client workspaces provides an option to avoid a build failure if the
pnpm-lock.yaml
is outdated. As the check was extended to also cover outdated
tsconfig.json
files in the workspace and it did not make sense to introduce a second dedicated flag renamed the existing
SKIP_GENERATE_LOCK_FILE
flag to
FROZEN_GENERATED_FILES
. As before the flag is enabled by default. Only disable the flag if you have good reasons to ignore a consistent state of the aforementioned files in the workspace.
(CMS-22032)
"Open In Tab" Settings is Read from EditorPreferences
The initial value for the "Open In Tab" checkbox of the upload dialog is now read from the EditorPreferences of the user.
(CMS-22020)
Removed Preference to Hide all Toast Messages
The preference option "Show Toasts" has been removed from the preferences dialog, as this feature seemed superfluous to us.
(CMS-21771)
Dashboard Improvements
The dashboard button has been removed from the header toolbar and is available now as non-closeable first workarea tab panel. Additionally, a welcome widget and a bookmark widget have been introduced. Including with the "My Edited Contents" widgets, these widgets are used as the new default dashboard configuration for new users or users that haven't adapted the dashboard yet.
(CMS-21422)
Delegate Feature Removed in Teaser Fields
The
DelegatePlugin
was removed from TeaserOverlayTitle and TeaserOverlayText fields. This means, there is no fallback to the Article Title and Text visible and/or editable anymore. This straightens the behavior in that way, that whether a fallback text is used or not is rather up to the delivery component and not influenced directly by editors.
(CMS-19865)
Third-Party Update: TypeScript to 4.8.2
Fixed a problem when building the studio-client workspace in Windows if a certain path length was exceeded by upgrading to TypeScript 4.8.2.
Follow Section, “Third-Party Update: TypeScript to 4.8.2” for upgrade information.
(CMS-21997)
Fixed Validation State of InputChipsField
The issue was caused by a mixed usage of the editor: it is used as a property editor and in other contexts as a "regular" editor. To solve this problem the new property editor InputChipsPropertyField has been introduced for regular content property editing. This new property editor is used e.g. for the free keyword selection on CMTeasables . While the existing InputChipField still exists, the package name has been refactored and does not accept the bindTo ValueExpression anymore. For these reasons the issue has been marked as breaking.
(CMS-19300)
Changed Home Folder Assignment
The link list field for assigning home folders is not longer available in the user manager. Instead, the home folder is renamed if the user is renamed too. Additional validators have been added to the "Edit User" dialog for this.
(CMS-16753)