Skip to content

4.0.0-RC6

Pre-release
Pre-release

Choose a tag to compare

@Aukevanoost Aukevanoost released this 28 Feb 16:16
· 224 commits to main since this release

RC6 is live!

This might have the biggest breaking changes of all release candidates. Due to some mentions of the community regarding slow performance we decided to dig into the issue. The issue appeared to be of lack of a shared cache and because every rebuild caused the full federation setup to rebuild.

Therefore we made the bold decision to rework the adapters into 3 parts: 'setup', '(re)building' and 'disposal' This allows us to implement a stable 'watch' mechanic and rebuild only the parts of the micro frontend that changed. This decreases the build time drastically!

What's Changed

New Contributors

Full Changelog: v4.0.0-RC5...v4.0.0-RC6