Releases: module-federation/core
Releases · module-federation/core
v0.6.15
What's Changed
New Features 🎉
- feat: support storybook dev remote app in rsbuild(rslib) project by @nyqykk in #3131
- feat(retry-plugin): allow fallback function to receive failed URL by @danpeen in #3145
Bug Fixes 🐞
- fix(retry-plugin): error-boundary should render until script retry finished by @danpeen in #3127
- fix: storybook addon should disable hmr to avoid conflict with remote… by @nyqykk in #3140
- fix: unlink storybook addon from package publish by @ScriptedAlchemy in #3151
- fix(modern-js-plugin): set cors responseHeaders as * by @2heal1 in #3088
Other Changes
- Release v0.6.14 by @zhoushaw in #3129
- chore: update retry-plugin docs chapter by @danpeen in #3138
- chore(deps-dev): bump elliptic from 6.5.7 to 6.6.0 by @dependabot in #3135
- chore(deps-dev): bump prettier from 2.8.8 to 3.3.3 by @dependabot in #3123
- chore: nx upgrade by @ScriptedAlchemy in #3141
- chore: update rsbuild by @ScriptedAlchemy in #3142
- chore(deps-dev): bump eslint-plugin-react-hooks from 4.6.2 to 5.0.0 by @dependabot in #3125
- chore: add license info by @ScriptedAlchemy in #3143
Full Changelog: v0.6.14...v0.6.15
v0.6.14
What's Changed
Bug Fixes 🐞
- fix(rspack): only patchChunkSplit when config set exposes by @2heal1 in #3095
- fix: add optional check while accessing webpack internals #2968 by @MadaraUchiha-314 in #3120
Other Changes
Full Changelog: v0.6.13...v0.6.14
v0.6.13
What's Changed
Bug Fixes 🐞
- fix(nextjs-mf): simplify handling of server externals by @ScriptedAlchemy in #3114
- fix: do not crash if hmr fails by @ScriptedAlchemy in #3117
Document 📖
- docs: fixed a config error in quick-start.mdx by @Alexandrsv in #3091
Other Changes
- Release v0.6.12 by @zhoushaw in #3112
- chore(deps): bump next from 14.2.0 to 14.2.10 by @dependabot in #3113
New Contributors
- @Alexandrsv made their first contribution in #3091
Full Changelog: v0.6.12...v0.6.13
v0.6.12
What's Changed
New Features 🎉
- feat(nextjs-mf): support next 15 peer dep by @ScriptedAlchemy in #3111
Bug Fixes 🐞
- fix: configure the default assetPrefix for MF apps correctly by @nyqykk in #3094
- fix(rsbuild-plugin): failed to load remote modules with
server.base
by @chenjiahan in #3102 - fix(nextjs-mf): improve hot reloading by @ScriptedAlchemy in #3001
Document 📖
- docs(website-new): add nx guides by @Coly010 in #3092
- docs: add docs for @mf-types related errors by @YanPes in #3090
Other Changes
- Release v0.6.11 by @zhoushaw in #3083
- chore: fix @module-federation/rsbuild-plugin version by @2heal1 in #3086
- Corrected code example by @abelta in #3089
- chore(deps-dev): bump @nx/js from 20.0.0 to 20.0.3 by @dependabot in #3097
- Removed duplicate plugins property from the rsbuild config by @riyadbinyusuf in #3085
- chore(deps-dev): bump html-webpack-plugin from 5.6.0 to 5.6.2 by @dependabot in #3096
- chore(deps): bump npmlog from 6.0.2 to 7.0.1 by @dependabot in #3099
- chore(deps-dev): bump @rsbuild/plugin-react from 0.6.15 to 1.0.5 by @dependabot in #3100
- chore(deps-dev): bump @rspack/dev-server from 1.0.7 to 1.0.9 by @dependabot in #3098
New Contributors
- @abelta made their first contribution in #3089
- @riyadbinyusuf made their first contribution in #3085
Full Changelog: v0.6.11...v0.6.12
v0.6.11
What's Changed
New Features 🎉
- feat(sdk): enable trusted type functionality by @eatlakson in #2974
- feat: support mf rsbuild plugin by @nyqykk in #3062
- feat(vite): Compatibility documentation by @zhangHongEn in #3065
Bug Fixes 🐞
- fix(runtime): no new Function for loadEsmEntry by @ScriptedAlchemy in #3054
- fix(manifest): record all remotes which are declared in build config by @2heal1 in #3082
Document 📖
Other Changes
- Release v0.6.10 by @zhoushaw in #3063
- Make the Next.js plugin work with strict CSP settings by @fcano-ut in #3067
- chore: limit engines range by @2heal1 in #3066
- chore: upgrade to nx v20 by @ScriptedAlchemy in #3080
- chore(deps): bump next from 14.2.14 to 14.2.15 by @dependabot in #3073
- chore: upgrade modernjs by @ScriptedAlchemy in #3081
- chore(deps-dev): bump eslint-config-next from 14.2.14 to 14.2.15 by @dependabot in #3076
New Contributors
- @eatlakson made their first contribution in #2974
- @fcano-ut made their first contribution in #3067
Full Changelog: v0.6.10...v0.6.11
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