Changelog
All notable changes of the MediaCentral Cloud UX API will be documented here.
First release of MediaCentral Cloud UX 2022
Removing View creation via [‘views’]
Starting with v2018.6, MediaCentral Cloud UX provides an API for defining Application Views.
With the first release in 2022 we will remove the legacy view creation support.
TODO steps
- Please use the Cloud UX Application View Migration Guide for updating your views.
Forbidding autoloaded plugins
Starting with v2018.11, MediaCentral Cloud UX provides an API for improving the loading performance.
To keep the MediaCentral Cloud UX performance in a good shape, we will forbid autoloaded plugins from third-parties, as these plugins can be loaded on demand.
TODO steps
- Set plugin
autoload
tofalse
: Plugin Structure - Describe metadata: UI Plugins Lazy Loading
Changing application allowedContext from all
to none
by default
Currently, if an application’s allowed context is not specified, MediaCentral Cloud UX treats it as all
.
To avoid unexpected applications appearing in the Open In context menu, with the first release of MediaCentral Cloud UX in 2022 it will be changed to none
.
TODO steps
- Check the allowedContext of your application. See the documentation here
Removing application configuration options
With the first release of MediaCentral Cloud UX in 2022, the following configuration options will be removed:
- dockable
- hideInspector
- header
- Event Handlers
See the full documentation on Application Configuration here