v2.6.0
Release v2.6.0
What's Changed
New Features 🎉
- feat(retry-plugin): support function-based retryDelay for exponential backoff by @shashank-u03 in https://github.com/module-federation/core/pull/4828
Bug Fixes 🐞
- fix: modern.js ssr static asset public path by @2heal1 in https://github.com/module-federation/core/pull/4800
- fix(dts-plugin): infer extensions for multi-dot exposes by @ScriptedAlchemy in https://github.com/module-federation/core/pull/4790
- fix(bridge-react): keep host fallback outside remote root by @2heal1 in https://github.com/module-federation/core/pull/4780
- fix(bridge-vue3): handle RemoteApp keepalive lifecycle by @2heal1 in https://github.com/module-federation/core/pull/4779
- fix(examples): avoid direct antd package imports by @ScriptedAlchemy in https://github.com/module-federation/core/pull/4808
- fix(nextjs-mf): use matchRemoteWithNameAndExpose for beforeRequest cache-busting by @nag-clearstreet in https://github.com/module-federation/core/pull/4661
- fix(rsbuild-plugin): remove whitespace from chunk global by @2heal1 in https://github.com/module-federation/core/pull/4818
- fix(dts-plugin): prevent sibling package path prefix false positive in getDependentFiles by @hpello in https://github.com/module-federation/core/pull/4804
- fix(runtime-core): refetch manifest after forced remote registration by @2heal1 in https://github.com/module-federation/core/pull/4841
- fix(enhanced): stabilize consume-shared runtime output by @2heal1 in https://github.com/module-federation/core/pull/4842
- fix(modern-js-v3): load config in esm build by @2heal1 in https://github.com/module-federation/core/pull/4840
Document 📖
- docs(website-new): align Vite MF config with Rspack pattern by @tonoizer in https://github.com/module-federation/core/pull/4752
- docs: shared config subpath/prefix matching + bridge-react warnings by @ScriptedAlchemy in https://github.com/module-federation/core/pull/4792
- docs: refresh docs and unify internal links by @zllkjc in https://github.com/module-federation/core/pull/4817
- docs(website-new): relocate doc mdx out of src/components by @zllkjc in https://github.com/module-federation/core/pull/4822
- docs(website-new): normalize links in _components mdx by @zllkjc in https://github.com/module-federation/core/pull/4823
- docs: sync zh documentation updates to en by @zllkjc in https://github.com/module-federation/core/pull/4825
Other Changes
- Translate comments from Chinese to English by @xmhealth in https://github.com/module-federation/core/pull/4757
- chore(deps): bump undici from 7.24.7 to 7.28.0 by @dependabot[bot] in https://github.com/module-federation/core/pull/4835
- chore(deps): combine dependency security updates by @2heal1 in https://github.com/module-federation/core/pull/4839
New Contributors
- @tonoizer made their first contribution in https://github.com/module-federation/core/pull/4752
- @xmhealth made their first contribution in https://github.com/module-federation/core/pull/4757
- @nag-clearstreet made their first contribution in https://github.com/module-federation/core/pull/4661
- @hpello made their first contribution in https://github.com/module-federation/core/pull/4804
- @shashank-u03 made their first contribution in https://github.com/module-federation/core/pull/4828
Full Changelog: https://github.com/module-federation/core/compare/v2.5.1...v2.6.0