v17.7.2
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();