Releases: module-federation/core
Releases · module-federation/core
v0.6.10
What's Changed
New Features 🎉
- feat(nextjs-mf): remove module-federation/utilities by @ScriptedAlchemy in #3038
Bug Fixes 🐞
- fix(bridge-react): add default basename for WraperRouterProvider by @chenyuan-new in #3020
- fix(runtime): remove crossorigin attr from link tag which not preload… by @2heal1 in #3057
- fix(data-prefetch): apply DataPrefetchPlugin on demand by @2heal1 in #3061
Document 📖
Other Changes
- Release v0.6.9 by @zhoushaw in #3040
- chore: package updates by @ScriptedAlchemy in #3048
- Pgk minors by @ScriptedAlchemy in #3049
- chore: update rollup by @ScriptedAlchemy in #3051
- chore: update modernjs packages by @ScriptedAlchemy in #3055
- chore: update modernjs deps by @ScriptedAlchemy in #3056
- chore(deps-dev): bump @storybook/nextjs from 8.3.4 to 8.3.5 by @dependabot in #3046
New Contributors
- @chenyuan-new made their first contribution in #3020
Full Changelog: v0.6.9...v0.6.10
v0.6.9
What's Changed
Bug Fixes 🐞
- fix(enhanced): skip ensure file when virtualEntry by @ScriptedAlchemy in #3037
Other Changes
- Release v0.6.8 by @zhoushaw in #3032
- chore(deps): bump next from 14.2.10 to 14.2.14 by @dependabot in #3031
- chore(deps-dev): bump @types/react-dom from 18.2.25 to 18.3.0 by @dependabot in #3025
- chore(deps-dev): bump babel-loader from 9.1.3 to 9.2.1 by @dependabot in #3021
- chore(deps): bump express from 4.20.0 to 4.21.0 by @dependabot in #3022
- chore(runtime): fix typos in tests by @ScriptedAlchemy in #3033
- chore: patch update various packages by @ScriptedAlchemy in #3034
- chore(deps-dev): bump @semantic-release/github from 10.3.5 to 11.0.0 by @dependabot in #3024
- chore: fix webpack options types by @ScriptedAlchemy in #3039
Full Changelog: v0.6.8...v0.6.9
v0.6.8
What's Changed
New Features 🎉
- feat: support node esmodule and mf-manifest esmodule (#2934) by @ScriptedAlchemy in #3013
Bug Fixes 🐞
- fix(runtime): catch init remote error in errorLoadRemote hook by @2heal1 in #3019
- fix(runtime): hooks loadEntry default behavior by @zhangHongEn in #3030
Other Changes
- Release v0.6.7 by @zhoushaw in #3014
- chore: update NX libraries to v19 by @ScriptedAlchemy in #2764
- chore(deps): bump next from 14.1.2 to 14.2.10 by @dependabot in #2962
Full Changelog: v0.6.7...v0.6.8
v0.6.7
What's Changed
New Features 🎉
- feat(enhanced): fully hoisted runtime by @ScriptedAlchemy in #2932
Bug Fixes 🐞
- fix: modernjs ssr demo is broken, should use main branch by @zllkjc in #2975
- fix(enhanced): container addInclude wrap in make hook by @ScriptedAlchemy in #3002
- fix(dts-plugin): support exposes files with multiple dots in names by @artieeez in #2958
- fix: Adds missing import of loadRemote by @yashug in #3000
- fix(nextjs-mf): use addInclude to ensure defaults are consumed somewhere by @ScriptedAlchemy in #3004
- fix(dts-plugin): ignore .vue ext by @2heal1 in #3008
Document 📖
Other Changes
- Release v0.6.6 by @zhoushaw in #2971
- chore(deps-dev): bump vite from 5.2.11 to 5.2.14 by @dependabot in #2959
- chore(deps): bump express from 4.19.2 to 4.20.0 by @dependabot in #2941
- chore: fix hanging test pattern by @ScriptedAlchemy in #2981
- chore: format all files by @ScriptedAlchemy in #2982
- chore: remove unused vars from enhanced by @ScriptedAlchemy in #2994
- chore(data-prefetch): use rollup to bundle data-prefetch by @2heal1 in #2983
- chore(deps-dev): bump @types/chrome from 0.0.268 to 0.0.272 by @dependabot in #2997
- chore(deps): bump rollup from 2.79.1 to 2.79.2 by @dependabot in #3010
New Contributors
- @zllkjc made their first contribution in #2975
- @artieeez made their first contribution in #2958
- @yashug made their first contribution in #3000
Full Changelog: v0.6.6...v0.6.7
v0.6.6
v0.6.5
v0.6.3
v0.6.2
What's Changed
Bug Fixes 🐞
- fix: retry-plugin package.json main, module and types paths by @milan in #2931
- fix(modernjs): correct splitChunks.cacheGroups key which need to be removed by @2heal1 in #2940
- fix(modernjs): auto set enableAsyncEntry when bundler is rspack by @2heal1 in #2939
- fix(runtime): set loading if registeredShared not set by @2heal1 in #2943
Other Changes
- Release v0.6.1 by @zhoushaw in #2928
- refactor(enhanced): export getAllReferencedModules as a util by @ScriptedAlchemy in #2937
- chore: cleanup unused modules by @ScriptedAlchemy in #2938
New Contributors
Full Changelog: v0.6.1...v0.6.2
v0.6.1
What's Changed
New Features 🎉
- feat: add @module-federation/retry-plugin for resource retry when resource loading went wrong by @danpeen in #2899
- feat(enhanced): eager federation runtime module by @ScriptedAlchemy in #2856
Bug Fixes 🐞
- fix(runtime): remove function duplication by @ScriptedAlchemy in #2895
- fix(rspack): do not instantiate DtsPlugin when options.dts = false by @Coly010 in #2893
- fix(enhanced): fix types of container reference by @ScriptedAlchemy in #2897
- fix(nextjs-mf): make CSR and SSR image loading consistent in next-mf (#2873) by @ScriptedAlchemy in #2915
Other Changes
- Release v0.6.0 by @zhoushaw in #2889
- chore(webpack): update webpack types by @ScriptedAlchemy in #2894
- chore: import types from files by @ScriptedAlchemy in #2902
- chore(enhanced): fix types of container plugin by @ScriptedAlchemy in #2896
- chore: fix type issues in other plugins by @ScriptedAlchemy in #2901
- chore: fix build issues and deps by @ScriptedAlchemy in #2904
- chore: type fixes to next mf by @ScriptedAlchemy in #2907
- chore: align webpack version by @ScriptedAlchemy in #2912
- chore(deps-dev): bump eslint-plugin-react from 7.34.3 to 7.35.1 by @dependabot in #2913
- chore: fix docs error by @danpeen in #2927
Full Changelog: v0.6.0...v0.6.1