Skip to content

v17.7.2

Choose a tag to compare

@mstijak mstijak released this 05 Jul 08:42
· 3065 commits to master since this release

This release is about supporting progressive Cx applications that start really quickly, like CxJS Hacker News. Bigger applications may also benefit from these changes by adopting the app shell architecture which allows quick startup through incremental app loading.

More info about the breaking changes can be found in the documentation.

The minimal required change to restore old behavior is to add the following snippet to your application startup code:

import {enableAllInternalDependencies} from 'cx/widgets';
enableAllInternalDependencies();