Release Notes / Version 11.2204
Table Of ContentsThis note covers changes to private API. Although private API is not subject to release notes and it can be changed without further notice we detected that this API was leaked in the blueprint so the code might have been copied or customized that is why we declared this change as possibly breaking.
The following non-Public API modules (which were used in the blueprint) are now deprecated:
@coremedia/studio-client.ext.cap-base-components/thumbnails/IThumbnailService
@coremedia/studio-client.ext.cap-base-components/thumbnails/ThumbnailResolver
@coremedia/studio-client.ext.cap-base-components/thumbnails/ThumbnailResolverFactory
@coremedia/studio-client.ext.cap-base-components/thumbnails/ThumbnailResolverImpl
Please make sure to read the deprecation notes and adjust your usages before the modules are removed.
For the sake of completeness: The following non-Public modules (not used in the blueprint) were moved:
@coremedia/studio-client.ext.cap-base-components/thumbnails/RemoteImageTransformationConfig -> @coremedia/studio-client.cap-base-models/thumbnails/RemoteImageTransformationConfig
@coremedia/studio-client.ext.cap-base-components/thumbnails/Thumbnail -> @coremedia/studio-client.cap-base-models/thumbnails/Thumbnail
@coremedia/studio-client.ext.cap-base-components/thumbnails/ThumbnailRenderer -> @coremedia/studio-client.cap-base-models/thumbnails/ThumbnailRenderer
@coremedia/studio-client.ext.cap-base-components/thumbnails/ThumbnailRendererBase -> @coremedia/studio-client.cap-base-models/thumbnails/ThumbnailRendererBase
@coremedia/studio-client.ext.cap-base-components/thumbnails/thumbnailService -> @coremedia/studio-client.cap-base-models/thumbnails/thumbnailService
@coremedia/studio-client.ext.cap-base-components/thumbnails/ThumbnailServiceImpl -> @coremedia/studio-client.cap-base-models/thumbnails/ThumbnailServiceImpl
@coremedia/studio-client.ext.cap-base-components/thumbnails/ThumbnailUriServiceImpl -> @coremedia/studio-client.cap-base-models/thumbnails/ThumbnailUriServiceImpl
In case you made use of this private API please adjust your imports accordingly.
(CMS-22223)