CoreMedia Content Cloud v13 Upgrade Guide / Version 2512.0
Table Of Contents
We removed the usage of jangaroo-net and its corresponding URI class
in the studio-client to streamline the API and get rid of obsolete dependencies.
The package.json file of the Blueprint package @coremedia-blueprint/studio-client.main.lc-studio
was adjusted accordingly and the implementation of src/action/OpenCreateExternalPageDialogActionBase.ts
has slightly changed.
In addition for the package @coremedia/studio-client.main.editor-components the getUri
method of the PreviewURI class has been removed. Please use getUrl instead.
The following non-public API are affected as well:
@coremedia/studio-client.client-coreremoteServiceUrlUtil
>@coremedia/studio-client.client-core-implRemoteService
@coremedia/studio-client.client-core-test-helperMockFetch


