Releases: module-federation/core
Releases · module-federation/core
v0.8.2
What's Changed
New Features 🎉
Bug Fixes 🐞
- fix: immediately inject global runtime plugins by @2heal1 in #3318
- fix(manifest): stats should add prefetchInterface if enable dataPrefetch by @2heal1 in #3327
Document 📖
- docs: Add documentation for the manifest fetch hook by @pganster in #3329
- docs: update shared type definitions in Federation Runtime by @haesoo-y in #3328
Other Changes
- chore(runtime): lint fix by @2heal1 in #3319
- chore(deps-dev): bump @babel/preset-react from 7.24.7 to 7.26.3 by @dependabot in #3331
- chore(deps-dev): bump @playwright/test from 1.48.2 to 1.49.1 by @dependabot in #3337
New Contributors
Full Changelog: v0.8.1...v0.8.2
v0.8.1
What's Changed
Bug Fixes 🐞
- fix(rspack): export container and container reference plugins by @ScriptedAlchemy in #3316
Other Changes
- chore: upgrade nx by @ScriptedAlchemy in #3306
- chore(deps-dev): bump eslint-plugin-react from 7.37.1 to 7.37.2 by @dependabot in #3299
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
New Features 🎉
Bug Fixes 🐞
- fix: print warn if user set watchOptions.ignored value as regexp type by @2heal1 in #3286
- fix: override watchOptions.ignored if the modernjs internal value is regexp by @2heal1 in #3291
Document 📖
- docs: include info about cross-loading esm and non esm by @ScriptedAlchemy in #3264
Other Changes
- Release v0.7.7 by @zhoushaw in #3280
- chore(readme): repobeat by @zackarychapple in #3277
- chore(deps-dev): bump @vitejs/plugin-react from 4.3.2 to 4.3.3 by @dependabot in #3271
- chore(deps-dev): bump react-refresh from 0.14.0 to 0.14.2 by @dependabot in #3270
- chore(bridge-react): set react-router-dom peer version to >=4 <7 by @KyrieLii in #3294
New Contributors
Full Changelog: v0.7.7...v0.8.0
v0.7.7
What's Changed
New Features 🎉
Bug Fixes 🐞
- fix(dts-plugin): do not regen types on hmr if dev false by @ScriptedAlchemy in #3223
- fix(runtime): add @vite-ignore for dynamic import in loadEsmEntry by @sk-pub in #3251
- fix(runtime): add define constant to help downgrade non-esm project by @2heal1 in #3261
Other Changes
- Release v0.7.6 by @zhoushaw in #3253
- chore(deps-dev): bump storybook-react-rsbuild from 0.1.2 to 0.1.5 by @dependabot in #3244
- chore(deps-dev): bump vite-plugin-dts from 3.9.1 to 4.3.0 by @dependabot in #3243
- Rename
createScript
toloadEntry
by @loveholly in #3257 - chore: upgrade nx by @ScriptedAlchemy in #3262
- chore(deps-dev): bump @storybook/addon-essentials from 8.3.3 to 8.3.5 by @dependabot in #3273
New Contributors
- @loveholly made their first contribution in #3257
- @sk-pub made their first contribution in #3251
Full Changelog: v0.7.6...v0.7.7
v0.7.6
What's Changed
New Features 🎉
Bug Fixes 🐞
- fix(node): use eval for require to avoid bundler issue by @ScriptedAlchemy in #3239
Other Changes
- Release v0.7.5 by @zhoushaw in #3238
- Release v8.8.0 by @zhoushaw in #3240
- chore(deps-dev): bump eslint-plugin-qwik from 1.9.1 to 1.10.0 by @dependabot in #3246
- chore(deps): bump vue-router from 4.3.2 to 4.4.5 by @dependabot in #3245
Full Changelog: v0.7.5...v0.7.6
v8.8.0
v0.7.5
What's Changed
New Features 🎉
Bug Fixes 🐞
- fix: create folder before writing bootstrap by @nyqykk in #3222
- fix(modern-js-plugin): prevent components render multiple times if props change by @2heal1 in #3139
- fix(bridge-react): wrap react-router-dom path resolve with try catch by @danpeen in #3232
- fix(storybook-addon): correct peerDependencies declaration by @fi3ework in #3231
- fix(enhanced): remove resolve replacements by @ScriptedAlchemy in #3236
Other Changes
- Release v0.7.3 by @zhoushaw in #3220
- chore: update rslib demo by @2heal1 in #3221
- Release v0.7.4 by @zhoushaw in #3224
- chore: patch update nx by @ScriptedAlchemy in #3228
New Contributors
Full Changelog: v0.7.3...v0.7.5
v0.7.3
What's Changed
Bug Fixes 🐞
- fix: call initializeSharing before load remote while shareStrategy is version first by @2heal1 in #3212
- fix(managers): correct manifest shared configuration by @2heal1 in #3219
Other Changes
- Release v0.7.2 by @zhoushaw in #3211
- chore(deps): bump express from 4.21.0 to 4.21.1 by @dependabot in #3207
- chore: update to nx 20.1 by @ScriptedAlchemy in #3214
- chore(deps): bump @babel/runtime from 7.24.4 to 7.26.0 by @dependabot in #3208
- chore(deps): bump @arco-design/web-react from 2.64.0 to 2.64.1 by @dependabot in #3206
- chore(deps): bump openai from 4.67.0 to 4.72.0 by @dependabot in #3218
- chore(deps-dev): bump @swc/cli from 0.3.14 to 0.5.0 by @dependabot in #3204
Full Changelog: v0.7.2...v0.7.3
v0.7.2
What's Changed
Bug Fixes 🐞
Document 📖
Other Changes
- Release v0.7.1 by @zhoushaw in #3192
- chore: update nx version by @ScriptedAlchemy in #3200
- chore(dts-plugin): log error if the code is not ETIMEDOUT by @2heal1 in #3203
New Contributors
Full Changelog: v0.7.1...v0.7.2
v0.7.1
What's Changed
New Features 🎉
- feat(enhanced): Recursive search for versions of shared dependencies by @barabaiiika in #3078
Bug Fixes 🐞
- fix: patch/replace @changesets/assemble-release-plan to disable major on peer dep change by @ScriptedAlchemy in #3184
- fix: fix windows path error by @nyqykk in #3180
- fix: remove meaningless log by @2heal1 in #3185
- fix(runtime): use wrapper global instead of using globalThis directly by @2heal1 in #3179
- fix(rsbuild-plugin): remove duplicate logs for shared modules by @KyrieLii in #3187
- fix: clear globalLoading cache in node env by @2heal1 in #3173
Document 📖
Other Changes
- Release v0.7.0 by @zhoushaw in #3181
- chore(nextjs-mf): remove old build paths from nx by @ScriptedAlchemy in #3183
- chore: build @changeset/assemble-release-plan before execute pnpm changeset version by @2heal1 in #3191
New Contributors
- @barabaiiika made their first contribution in #3078
- @KyrieLii made their first contribution in #3187
Full Changelog: v0.7.0...v0.7.1