Release Notes / Version 11.2210
Table Of ContentsToastManager has been changed to toastService
The access to the ToastManager has been changed. It has been replaced by the global service toastService .
(CMS-20963)
New Rule REST API
With the introduction of the dialog "Folder Properties" a new REST API has been introduced for managing group and content permission via rules. Content.ts and Group.ts support the method getRules now. It returns a remote bean which contains a list of rule remote beans. These ones are displayed either in the Folder Properties dialog or on the rule tab of a user managers group tab.
Follow Section, “New Rule REST API” for upgrade information.
(CMS-20732)
Strict Signature of Content Initializers
The Content Initializer API has been stated more formally precise by specifying the initializer function signature as a TypeScript type
(content: Content) => void
. This concerns the following methods in
IEditorContext
(
@coremedia/studio-client.main.editor-components/sdk/IEditorContext
) and
IContentTypeContext
(
@coremedia/studio-client.cap-base-models/content/IContentTypeContext
):
Follow Section, “Strict Signature of Content Initializers” for upgrade information.
(CMS-20652)
Third-Party Update: CKEditor 4 to 4.17.1
CKEditor 4 has been updated to 4.17.1. It is included in
@jangaroo/ckeditor4
, version 1.1.0.
Follow Section, “Third-Party Update: CKEditor 4 to 4.17.1” for upgrade information.
(CMS-20580)
Studio Client Resource Bundle Changes
In the process of pulling features out of the editor-components module in order to make them available for the new Workflow app, many changes to resource bundles had to be made (these changes are in addition to the changes that happened due to the new content type localization mechanism). As the list is too extensive for a release note, we refer to this link to a Coremedia Help Center article .
(CMS-18728)
Master Version Texsts Improved
The description texts above the master version property field have been improved. Existing texts have been removed from the Editor.properties resource bundle. For this reason, the ticket is marked as breaking.
(CMS-20989)