Skip to content

20.3.6 | RC6

Choose a tag to compare

@Aukevanoost Aukevanoost released this 28 Feb 16:45
· 102 commits to 20.3.x since this release

Decreased build-time

Note: This is a backwards compatibility release, check v21.1.6 for the full release.

Shared SourceFileCache across build steps (#4)
The native-federation build process creates a separate AngularCompilerPlugin for each build step. Previously, this meant each step maintained its own independent cache, resulting in redundant work across steps.
This release shares Angular's SourceFileCache between these steps, reducing duplicate compilation and improving build performance — especially during rebuilds.

Note: Sharing the cache with the final shell compilation step is not yet possible and depends on an upstream Angular CLI change.

What's Changed

New Contributors

Full Changelog: v20.3.4...v20.3.6