4.0.0-RC6
Pre-release
Pre-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
- feat: Added support for rebuilds by @Aukevanoost in #18
- docs: add mappingVersion documentation by @mh-ahs in #19
New Contributors
Full Changelog: v4.0.0-RC5...v4.0.0-RC6