close

Filter

loading table of contents...

Release Notes / Version 10.2101

Table Of Contents

CoreMedia Studio

Rewritten TabExpandPlugin

The TabExpandPlugin was rewritten. The unused 'tabs' config property was removed which breaks the Public API. Just remove the 'tabs' property when using the plugin. Use the autoHide property in panel tabs to specify the auto hidden tabs.

(CMS-16548)

Content Hub: Improvements

The BlobCache has been revoked from the public API, in particular from ContentHubAdapterFactory#createAdapter . The Content Hub framework takes care for blob caching now, so the ContentHub adapters do not need to bother any longer, but may simply return their original blobs.

(CMS-15936)

Content Hub: Removed UAPI references

Some changes were necessary to remove references to the Unified API and to apply naming conventions. In detail the changes are:

Follow Section, “Content Hub: Removed UAPI references” for upgrade information.

(CMS-15110)

Content Hub: Preview

The Content Hub shows a detail view of the selected item in the library. For details, see the Content Hub sections in the Studio User Manual and the Studio Developer Manual.

Follow Section, “Content Hub: Preview” for upgrade information.

(CMS-14579)

Studio remote beans consider themselves empty when load raises internal server error

When receiving an internal server error as response to a load request studio remote beans propagate the loaded event but do not hold any properties. This change breaks any code that relied on the remote bean remaining in its initial state as if it was never loaded.

(CMS-16376)

Search Results

Table Of Contents