Releases: module-federation/core
Releases · module-federation/core
v0.8.7
What's Changed
New Features 🎉
Bug Fixes 🐞
- fix(runtime): throw RUNTIME-008 Error when script resources load failed by @danpeen in #3348
- fix(enhanced): abort the compile process if not find the expose modules by @2heal1 in #3373
Other Changes
- Release v0.8.6 by @2heal1 in #3411
- chore(modern-js-plugin): add ssr option by @2heal1 in #3355
- Change default value of singleton option from true to false by @smff in #3416
- chore: split runtime as core and entry by @2heal1 in #3154
New Contributors
Full Changelog: v0.8.6...v0.8.7
v0.8.6
What's Changed
New Features 🎉
- feat(chrome-devtools): add customValueValidate by @KyrieLii in #3400
- feat(bridge-react): support basename passed by remote module props by @danpeen in #3410
Bug Fixes 🐞
- fix(bridge-react): change all logs from info to debug in all bridge packages by @minhhieu76qng in #3360
- fix(dts-plugin): auto inject compiler output path to avoid duplicate zip file by @2heal1 in #3401
- fix(manifest): add default exposes fields if enable disableAssetsAnalyze by @2heal1 in #3396
Other Changes
- Release v0.8.5 by @zhoushaw in #3369
- chore: remove release with comment by @2heal1 in #3380
- chore(deps): bump next from 14.2.10 to 14.2.15 by @dependabot in #3378
- chore(deps-dev): bump tslib from 2.6.3 to 2.8.1 by @dependabot in #3300
- chore(deps): bump react-error-boundary from 4.0.13 to 4.1.2 by @dependabot in #3364
- chore: bump next by @ScriptedAlchemy in #3385
- chore(rsbuild-plugin): split setUp function to help extend by @2heal1 in #3215
- Update dependabot.yml by @zhoushaw in #3402
- chore: bump logger by @2heal1 in #3408
- chore: fix ci failed issue by @danpeen in #3412
New Contributors
- @minhhieu76qng made their first contribution in #3360
Full Changelog: v0.8.5...v0.8.6
v0.8.5
What's Changed
New Features 🎉
- feat(retry-plugin): allow fallback function to receive failed URL by @ciandt-crodrigues in #3133
Document 📖
- docs(runtime): update typescript definitions of init function by @fcano-ut in #3357
- docs(retry-plugin): fix typo and clarify default retryDelay by @haesoo-y in #3362
- docs(website-new): add monorepo information to the practice section by @Coly010 in #3351
Other Changes
- Release v0.8.4 by @zhoushaw in #3356
- chore(retry-plugin): remove unnecessary null-check before calling beforeExecuteRetry by @haesoo-y in #3361
- refactor(vue3-bridge): refactor of createBridgeComponent to add the ability to register plugins inside the function by @Dell-it in #3297
- chore: downgrade changset version by @danpeen in #3368
New Contributors
- @ciandt-crodrigues made their first contribution in #3133
Full Changelog: v0.8.4...v0.8.5
v0.8.4
v0.8.3
What's Changed
New Features 🎉
- feat(dts-plugin): allow users to specify a
cwd
to generate the types by @nachoaldamav in #3339
Bug Fixes 🐞
- fix(data-prefetch): the prefetch exports type is promise or function by @2heal1 in #3347
- fix(docs): adde correct contributing link to README by @swalker326 in #3350
- fix(nextjs-mf): fix broken loading of non nextjs remotes by @h3adache in #3323
Other Changes
- Release v0.8.2 by @zhoushaw in #3342
- chore(runtime): remove duplicate registerRemotes warn by @2heal1 in #3325
- chore: add repository data to package.json files in a consistent way by @vergilfromadyen in #3275
New Contributors
- @nachoaldamav made their first contribution in #3339
- @swalker326 made their first contribution in #3350
- @vergilfromadyen made their first contribution in #3275
- @h3adache made their first contribution in #3323
Full Changelog: v0.8.2...v0.8.3
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