Release Notes / Version 12.2412.0
Table Of ContentsAs the title says 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 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-core
remoteService
UrlUtil
@coremedia/studio-client.client-core-impl
RemoteService
@coremedia/studio-client.client-core-test-helper
MockFetch
(CMS-25748)