PackageTrack

npm Β· #4513

@module-federation/data-prefetch

2.3.3module-federation/core β†—

Module Federation Data Prefetch

Release timeline

683 releases since 2024
20252026

Releases

  1. 0.8.312 Dec 2024
    Release notes

    <!-- Release notes generated using configuration in .github/release.yml at v0.8.3 -->

    What's Changed

    New Features πŸŽ‰

    • feat(dts-plugin): allow users to specify a cwd to generate the types by @nachoaldamav in https://github.com/module-federation/core/pull/3339

    Bug Fixes 🐞

    • fix(data-prefetch): the prefetch exports type is promise or function by @2heal1 in https://github.com/module-federation/core/pull/3347
    • fix(docs): adde correct contributing link to README by @swalker326 in https://github.com/module-federation/core/pull/3350
    • fix(nextjs-mf): fix broken loading of non nextjs remotes by @h3adache in https://github.com/module-federation/core/pull/3323

    Other Changes

    • Release v0.8.2 by @zhoushaw in https://github.com/module-federation/core/pull/3342
    • chore(runtime): remove duplicate registerRemotes warn by @2heal1 in https://github.com/module-federation/core/pull/3325
    • chore: add repository data to package.json files in a consistent way by @vergilfromadyen in https://github.com/module-federation/core/pull/3275

    New Contributors

    • @nachoaldamav made their first contribution in https://github.com/module-federation/core/pull/3339
    • @swalker326 made their first contribution in https://github.com/module-federation/core/pull/3350
    • @vergilfromadyen made their first contribution in https://github.com/module-federation/core/pull/3275
    • @h3adache made their first contribution in https://github.com/module-federation/core/pull/3323

    Full Changelog: https://github.com/module-federation/core/compare/v0.8.2...v0.8.3

    Open source β†’
  2. 0.8.211 Dec 2024
    Release notes

    <!-- Release notes generated using configuration in .github/release.yml at v0.8.2 -->

    What's Changed

    New Features πŸŽ‰

    • feat: add remote-entry script resource retry for retry-plugin by @danpeen in https://github.com/module-federation/core/pull/3321

    Bug Fixes 🐞

    • fix: immediately inject global runtime plugins by @2heal1 in https://github.com/module-federation/core/pull/3318
    • fix(manifest): stats should add prefetchInterface if enable dataPrefetch by @2heal1 in https://github.com/module-federation/core/pull/3327

    Document πŸ“–

    • docs: Add documentation for the manifest fetch hook by @pganster in https://github.com/module-federation/core/pull/3329
    • docs: update shared type definitions in Federation Runtime by @haesoo-y in https://github.com/module-federation/core/pull/3328

    Other Changes

    • chore(runtime): lint fix by @2heal1 in https://github.com/module-federation/core/pull/3319
    • chore(deps-dev): bump @babel/preset-react from 7.24.7 to 7.26.3 by @dependabot in https://github.com/module-federation/core/pull/3331
    • chore(deps-dev): bump @playwright/test from 1.48.2 to 1.49.1 by @dependabot in https://github.com/module-federation/core/pull/3337

    New Contributors

    • @pganster made their first contribution in https://github.com/module-federation/core/pull/3329
    • @haesoo-y made their first contribution in https://github.com/module-federation/core/pull/3328

    Full Changelog: https://github.com/module-federation/core/compare/v0.8.1...v0.8.2

    Open source β†’
  3. 0.8.14 Dec 2024
    Release notes

    What's Changed

    Bug Fixes 🐞

    • fix(rspack): export container and container reference plugins by @ScriptedAlchemy in https://github.com/module-federation/core/pull/3316

    Other Changes

    • chore: upgrade nx by @ScriptedAlchemy in https://github.com/module-federation/core/pull/3306
    • chore(deps-dev): bump eslint-plugin-react from 7.37.1 to 7.37.2 by @dependabot in https://github.com/module-federation/core/pull/3299

    Full Changelog: https://github.com/module-federation/core/compare/v0.8.0...v0.8.1

    Open source β†’
  4. 0.8.029 Nov 2024
    Release notes

    What's Changed

    New Features πŸŽ‰

    • feat(vue3-bridge): add support for passing parameters to defineAsyncComponent by @Dell-it in https://github.com/module-federation/core/pull/3268

    Bug Fixes 🐞

    • fix: print warn if user set watchOptions.ignored value as regexp type by @2heal1 in https://github.com/module-federation/core/pull/3286
    • fix: override watchOptions.ignored if the modernjs internal value is regexp by @2heal1 in https://github.com/module-federation/core/pull/3291

    Document πŸ“–

    • docs: include info about cross-loading esm and non esm by @ScriptedAlchemy in https://github.com/module-federation/core/pull/3264

    Other Changes

    • Release v0.7.7 by @zhoushaw in https://github.com/module-federation/core/pull/3280
    • chore(readme): repobeat by @zackarychapple in https://github.com/module-federation/core/pull/3277
    • chore(deps-dev): bump @vitejs/plugin-react from 4.3.2 to 4.3.3 by @dependabot in https://github.com/module-federation/core/pull/3271
    • chore(deps-dev): bump react-refresh from 0.14.0 to 0.14.2 by @dependabot in https://github.com/module-federation/core/pull/3270
    • chore(bridge-react): set react-router-dom peer version to >=4 <7 by @KyrieLii in https://github.com/module-federation/core/pull/3294

    New Contributors

    • @Dell-it made their first contribution in https://github.com/module-federation/core/pull/3268

    Full Changelog: https://github.com/module-federation/core/compare/v0.7.7...v0.8.0

    Open source β†’
  5. 0.7.726 Nov 2024
    Release notes

    <!-- Release notes generated using configuration in .github/release.yml at v0.7.7 -->

    What's Changed

    New Features πŸŽ‰

    • feat: add BridgeReactPlugin to get federation instance by @danpeen in https://github.com/module-federation/core/pull/3234

    Bug Fixes 🐞

    • fix(dts-plugin): do not regen types on hmr if dev false by @ScriptedAlchemy in https://github.com/module-federation/core/pull/3223
    • fix(runtime): add @vite-ignore for dynamic import in loadEsmEntry by @sk-pub in https://github.com/module-federation/core/pull/3251
    • fix(runtime): add define constant to help downgrade non-esm project by @2heal1 in https://github.com/module-federation/core/pull/3261

    Other Changes

    • Release v0.7.6 by @zhoushaw in https://github.com/module-federation/core/pull/3253
    • chore(deps-dev): bump storybook-react-rsbuild from 0.1.2 to 0.1.5 by @dependabot in https://github.com/module-federation/core/pull/3244
    • chore(deps-dev): bump vite-plugin-dts from 3.9.1 to 4.3.0 by @dependabot in https://github.com/module-federation/core/pull/3243
    • Rename createScript to loadEntry by @loveholly in https://github.com/module-federation/core/pull/3257
    • chore: upgrade nx by @ScriptedAlchemy in https://github.com/module-federation/core/pull/3262
    • chore(deps-dev): bump @storybook/addon-essentials from 8.3.3 to 8.3.5 by @dependabot in https://github.com/module-federation/core/pull/3273

    New Contributors

    • @loveholly made their first contribution in https://github.com/module-federation/core/pull/3257
    • @sk-pub made their first contribution in https://github.com/module-federation/core/pull/3251

    Full Changelog: https://github.com/module-federation/core/compare/v0.7.6...v0.7.7

    Open source β†’
  6. 0.7.619 Nov 2024
    Release notes

    <!-- Release notes generated using configuration in .github/release.yml at v0.7.6 -->

    What's Changed

    New Features πŸŽ‰

    • feat(nextjs-mf): enable JSON manifest for NextJS by @benmarch in https://github.com/module-federation/core/pull/2726

    Bug Fixes 🐞

    • fix(node): use eval for require to avoid bundler issue by @ScriptedAlchemy in https://github.com/module-federation/core/pull/3239

    Other Changes

    • Release v0.7.5 by @zhoushaw in https://github.com/module-federation/core/pull/3238
    • Release v8.8.0 by @zhoushaw in https://github.com/module-federation/core/pull/3240
    • chore(deps-dev): bump eslint-plugin-qwik from 1.9.1 to 1.10.0 by @dependabot in https://github.com/module-federation/core/pull/3246
    • chore(deps): bump vue-router from 4.3.2 to 4.4.5 by @dependabot in https://github.com/module-federation/core/pull/3245

    Full Changelog: https://github.com/module-federation/core/compare/v0.7.5...v0.7.6

    Open source β†’
  7. 0.7.517 Nov 2024
    Release notes

    <!-- Release notes generated using configuration in .github/release.yml at v0.7.5 -->

    What's Changed

    New Features πŸŽ‰

    • feat: add bridgeHook plugin system to support lifecycyle in bridge by @danpeen in https://github.com/module-federation/core/pull/2992

    Bug Fixes 🐞

    • fix: create folder before writing bootstrap by @nyqykk in https://github.com/module-federation/core/pull/3222
    • fix(modern-js-plugin): prevent components render multiple times if props change by @2heal1 in https://github.com/module-federation/core/pull/3139
    • fix(bridge-react): wrap react-router-dom path resolve with try catch by @danpeen in https://github.com/module-federation/core/pull/3232
    • fix(storybook-addon): correct peerDependencies declaration by @fi3ework in https://github.com/module-federation/core/pull/3231
    • fix(enhanced): remove resolve replacements by @ScriptedAlchemy in https://github.com/module-federation/core/pull/3236

    Other Changes

    • Release v0.7.3 by @zhoushaw in https://github.com/module-federation/core/pull/3220
    • chore: update rslib demo by @2heal1 in https://github.com/module-federation/core/pull/3221
    • Release v0.7.4 by @zhoushaw in https://github.com/module-federation/core/pull/3224
    • chore: patch update nx by @ScriptedAlchemy in https://github.com/module-federation/core/pull/3228

    New Contributors

    • @fi3ework made their first contribution in https://github.com/module-federation/core/pull/3231

    Full Changelog: https://github.com/module-federation/core/compare/v0.7.3...v0.7.5

    Open source β†’
  8. 0.7.313 Nov 2024
    Release notes

    <!-- Release notes generated using configuration in .github/release.yml at v0.7.3 -->

    What's Changed

    Bug Fixes 🐞

    • fix: call initializeSharing before load remote while shareStrategy is version first by @2heal1 in https://github.com/module-federation/core/pull/3212
    • fix(managers): correct manifest shared configuration by @2heal1 in https://github.com/module-federation/core/pull/3219

    Other Changes

    • Release v0.7.2 by @zhoushaw in https://github.com/module-federation/core/pull/3211
    • chore(deps): bump express from 4.21.0 to 4.21.1 by @dependabot in https://github.com/module-federation/core/pull/3207
    • chore: update to nx 20.1 by @ScriptedAlchemy in https://github.com/module-federation/core/pull/3214
    • chore(deps): bump @babel/runtime from 7.24.4 to 7.26.0 by @dependabot in https://github.com/module-federation/core/pull/3208
    • chore(deps): bump @arco-design/web-react from 2.64.0 to 2.64.1 by @dependabot in https://github.com/module-federation/core/pull/3206
    • chore(deps): bump openai from 4.67.0 to 4.72.0 by @dependabot in https://github.com/module-federation/core/pull/3218
    • chore(deps-dev): bump @swc/cli from 0.3.14 to 0.5.0 by @dependabot in https://github.com/module-federation/core/pull/3204

    Full Changelog: https://github.com/module-federation/core/compare/v0.7.2...v0.7.3

    Open source β†’
  9. 0.7.212 Nov 2024
    Release notes

    <!-- Release notes generated using configuration in .github/release.yml at v0.7.2 -->

    What's Changed

    Bug Fixes 🐞

    • fix(dts-plugin): hold the broker server if the remote not start locally by @2heal1 in https://github.com/module-federation/core/pull/3202

    Document πŸ“–

    • docs(sdk): update README to new createLogger API by @Gehbt in https://github.com/module-federation/core/pull/3194

    Other Changes

    • Release v0.7.1 by @zhoushaw in https://github.com/module-federation/core/pull/3192
    • chore: update nx version by @ScriptedAlchemy in https://github.com/module-federation/core/pull/3200
    • chore(dts-plugin): log error if the code is not ETIMEDOUT by @2heal1 in https://github.com/module-federation/core/pull/3203

    New Contributors

    • @Gehbt made their first contribution in https://github.com/module-federation/core/pull/3194

    Full Changelog: https://github.com/module-federation/core/compare/v0.7.1...v0.7.2

    Open source β†’
  10. 0.7.17 Nov 2024
    Release notes

    <!-- Release notes generated using configuration in .github/release.yml at v0.7.1 -->

    What's Changed

    New Features πŸŽ‰

    • feat(enhanced): Recursive search for versions of shared dependencies by @barabaiiika in https://github.com/module-federation/core/pull/3078

    Bug Fixes 🐞

    • fix: patch/replace @changesets/assemble-release-plan to disable major on peer dep change by @ScriptedAlchemy in https://github.com/module-federation/core/pull/3184
    • fix: fix windows path error by @nyqykk in https://github.com/module-federation/core/pull/3180
    • fix: remove meaningless log by @2heal1 in https://github.com/module-federation/core/pull/3185
    • fix(runtime): use wrapper global instead of using globalThis directly by @2heal1 in https://github.com/module-federation/core/pull/3179
    • fix(rsbuild-plugin): remove duplicate logs for shared modules by @KyrieLii in https://github.com/module-federation/core/pull/3187
    • fix: clear globalLoading cache in node env by @2heal1 in https://github.com/module-federation/core/pull/3173

    Document πŸ“–

    • docs: add runtime api type hints tip by @2heal1 in https://github.com/module-federation/core/pull/3186

    Other Changes

    • Release v0.7.0 by @zhoushaw in https://github.com/module-federation/core/pull/3181
    • chore(nextjs-mf): remove old build paths from nx by @ScriptedAlchemy in https://github.com/module-federation/core/pull/3183
    • chore: build @changeset/assemble-release-plan before execute pnpm changeset version by @2heal1 in https://github.com/module-federation/core/pull/3191

    New Contributors

    • @barabaiiika made their first contribution in https://github.com/module-federation/core/pull/3078
    • @KyrieLii made their first contribution in https://github.com/module-federation/core/pull/3187

    Full Changelog: https://github.com/module-federation/core/compare/v0.7.0...v0.7.1

    Open source β†’
  11. 0.7.05 Nov 2024
    Release notes

    <!-- Release notes generated using configuration in .github/release.yml at v0.7.0 -->

    What's Changed

    New Features πŸŽ‰

    • feat(bridge-plugin): support disable default alias setting in bridge by @danpeen in https://github.com/module-federation/core/pull/3130
    • feat(runtime): pass all loader hooks to the fetch and script functions by @ScriptedAlchemy in https://github.com/module-federation/core/pull/3174

    Bug Fixes 🐞

    • fix(runtime): use document.defaultView to get real window object to solve csp issue by @2heal1 in https://github.com/module-federation/core/pull/3163
    • fix: esm files should use .mjs extention by @ScriptedAlchemy in https://github.com/module-federation/core/pull/3159
    • fix: parameter url for fetch retry options should not be necessary by @danpeen in https://github.com/module-federation/core/pull/3175
    • fix(error-codes): esm file should use .mjs ext by @2heal1 in https://github.com/module-federation/core/pull/3178
    • fix(runtime): use loaded or loading shared if sharedStrategy is loaded-first by @2heal1 in https://github.com/module-federation/core/pull/3176

    Document πŸ“–

    • docs: handle chinese quick-start docs code errors by @shaobeichen in https://github.com/module-federation/core/pull/3165
    • docs: remove rsbuild plugin from rspack part by @2heal1 in https://github.com/module-federation/core/pull/3177

    Other Changes

    • Release v0.6.16 by @zhoushaw in https://github.com/module-federation/core/pull/3171
    • chore(deps-dev): bump @playwright/test from 1.36.1 to 1.48.2 by @dependabot in https://github.com/module-federation/core/pull/3168
    • chore: add license metadata to bridge components by @tklever in https://github.com/module-federation/core/pull/3161
    • chore: update modernjs packages by @ScriptedAlchemy in https://github.com/module-federation/core/pull/3172

    New Contributors

    • @shaobeichen made their first contribution in https://github.com/module-federation/core/pull/3165
    • @tklever made their first contribution in https://github.com/module-federation/core/pull/3161

    Full Changelog: https://github.com/module-federation/core/compare/v0.6.16...v0.7.0

    Open source β†’
  12. 0.6.164 Nov 2024
    Release notes

    <!-- Release notes generated using configuration in .github/release.yml at v0.6.16 -->

    What's Changed

    Bug Fixes 🐞

    • fix(sdk): update rslog to fix type error by @ScriptedAlchemy in https://github.com/module-federation/core/pull/3158

    Other Changes

    • Release v0.6.15 by @zhoushaw in https://github.com/module-federation/core/pull/3152
    • build: disable hoistTransitiveImports for better tree shake by @ScriptedAlchemy in https://github.com/module-federation/core/pull/3146
    • chore: unify error code by @2heal1 in https://github.com/module-federation/core/pull/3156
    • chore: re export preset path for rsbuild by @nyqykk in https://github.com/module-federation/core/pull/3155
    • chore(deps-dev): bump @babel/plugin-transform-react-jsx from 7.25.7 to 7.25.9 by @dependabot in https://github.com/module-federation/core/pull/3166
    • chore(deps): bump @swc/helpers from 0.5.12 to 0.5.13 by @dependabot in https://github.com/module-federation/core/pull/3169
    • chore: deprecation notice of nextjs-mf by @ScriptedAlchemy in https://github.com/module-federation/core/pull/3160

    Full Changelog: https://github.com/module-federation/core/compare/v0.6.15...v0.6.16

    Open source β†’
  13. 0.6.151 Nov 2024
    Release notes

    <!-- Release notes generated using configuration in .github/release.yml at v0.6.15 -->

    What's Changed

    New Features πŸŽ‰

    • feat: support storybook dev remote app in rsbuild(rslib) project by @nyqykk in https://github.com/module-federation/core/pull/3131
    • feat(retry-plugin): allow fallback function to receive failed URL by @danpeen in https://github.com/module-federation/core/pull/3145

    Bug Fixes 🐞

    • fix(retry-plugin): error-boundary should render until script retry finished by @danpeen in https://github.com/module-federation/core/pull/3127
    • fix: storybook addon should disable hmr to avoid conflict with remote… by @nyqykk in https://github.com/module-federation/core/pull/3140
    • fix: unlink storybook addon from package publish by @ScriptedAlchemy in https://github.com/module-federation/core/pull/3151
    • fix(modern-js-plugin): set cors responseHeaders as * by @2heal1 in https://github.com/module-federation/core/pull/3088

    Other Changes

    • Release v0.6.14 by @zhoushaw in https://github.com/module-federation/core/pull/3129
    • chore: update retry-plugin docs chapter by @danpeen in https://github.com/module-federation/core/pull/3138
    • chore(deps-dev): bump elliptic from 6.5.7 to 6.6.0 by @dependabot in https://github.com/module-federation/core/pull/3135
    • chore(deps-dev): bump prettier from 2.8.8 to 3.3.3 by @dependabot in https://github.com/module-federation/core/pull/3123
    • chore: nx upgrade by @ScriptedAlchemy in https://github.com/module-federation/core/pull/3141
    • chore: update rsbuild by @ScriptedAlchemy in https://github.com/module-federation/core/pull/3142
    • chore(deps-dev): bump eslint-plugin-react-hooks from 4.6.2 to 5.0.0 by @dependabot in https://github.com/module-federation/core/pull/3125
    • chore: add license info by @ScriptedAlchemy in https://github.com/module-federation/core/pull/3143

    Full Changelog: https://github.com/module-federation/core/compare/v0.6.14...v0.6.15

    Open source β†’
  14. 0.6.1430 Oct 2024
    Release notes

    <!-- Release notes generated using configuration in .github/release.yml at v0.6.14 -->

    What's Changed

    Bug Fixes 🐞

    • fix(rspack): only patchChunkSplit when config set exposes by @2heal1 in https://github.com/module-federation/core/pull/3095
    • fix: add optional check while accessing webpack internals #2968 by @MadaraUchiha-314 in https://github.com/module-federation/core/pull/3120

    Other Changes

    • Release v0.6.13 by @zhoushaw in https://github.com/module-federation/core/pull/3118
    • chore: unify logger by @2heal1 in https://github.com/module-federation/core/pull/3121

    Full Changelog: https://github.com/module-federation/core/compare/v0.6.13...v0.6.14

    Open source β†’
  15. 0.6.1324 Oct 2024
    Release notes

    <!-- Release notes generated using configuration in .github/release.yml at v0.6.13 -->

    What's Changed

    Bug Fixes 🐞

    • fix(nextjs-mf): simplify handling of server externals by @ScriptedAlchemy in https://github.com/module-federation/core/pull/3114
    • fix: do not crash if hmr fails by @ScriptedAlchemy in https://github.com/module-federation/core/pull/3117

    Document πŸ“–

    • docs: fixed a config error in quick-start.mdx by @Alexandrsv in https://github.com/module-federation/core/pull/3091

    Other Changes

    • Release v0.6.12 by @zhoushaw in https://github.com/module-federation/core/pull/3112
    • chore(deps): bump next from 14.2.0 to 14.2.10 by @dependabot in https://github.com/module-federation/core/pull/3113

    New Contributors

    • @Alexandrsv made their first contribution in https://github.com/module-federation/core/pull/3091

    Full Changelog: https://github.com/module-federation/core/compare/v0.6.12...v0.6.13

    Open source β†’
  16. 0.6.1223 Oct 2024
    Release notes

    <!-- Release notes generated using configuration in .github/release.yml at v0.6.12 -->

    What's Changed

    New Features πŸŽ‰

    • feat(nextjs-mf): support next 15 peer dep by @ScriptedAlchemy in https://github.com/module-federation/core/pull/3111

    Bug Fixes 🐞

    • fix: configure the default assetPrefix for MF apps correctly by @nyqykk in https://github.com/module-federation/core/pull/3094
    • fix(rsbuild-plugin): failed to load remote modules with server.base by @chenjiahan in https://github.com/module-federation/core/pull/3102
    • fix(nextjs-mf): improve hot reloading by @ScriptedAlchemy in https://github.com/module-federation/core/pull/3001

    Document πŸ“–

    • docs(website-new): add nx guides by @Coly010 in https://github.com/module-federation/core/pull/3092
    • docs: add docs for @mf-types related errors by @YanPes in https://github.com/module-federation/core/pull/3090

    Other Changes

    • Release v0.6.11 by @zhoushaw in https://github.com/module-federation/core/pull/3083
    • chore: fix @module-federation/rsbuild-plugin version by @2heal1 in https://github.com/module-federation/core/pull/3086
    • Corrected code example by @abelta in https://github.com/module-federation/core/pull/3089
    • chore(deps-dev): bump @nx/js from 20.0.0 to 20.0.3 by @dependabot in https://github.com/module-federation/core/pull/3097
    • Removed duplicate plugins property from the rsbuild config by @riyadbinyusuf in https://github.com/module-federation/core/pull/3085
    • chore(deps-dev): bump html-webpack-plugin from 5.6.0 to 5.6.2 by @dependabot in https://github.com/module-federation/core/pull/3096
    • chore(deps): bump npmlog from 6.0.2 to 7.0.1 by @dependabot in https://github.com/module-federation/core/pull/3099
    • chore(deps-dev): bump @rsbuild/plugin-react from 0.6.15 to 1.0.5 by @dependabot in https://github.com/module-federation/core/pull/3100
    • chore(deps-dev): bump @rspack/dev-server from 1.0.7 to 1.0.9 by @dependabot in https://github.com/module-federation/core/pull/3098

    New Contributors

    • @abelta made their first contribution in https://github.com/module-federation/core/pull/3089
    • @riyadbinyusuf made their first contribution in https://github.com/module-federation/core/pull/3085

    Full Changelog: https://github.com/module-federation/core/compare/v0.6.11...v0.6.12

    Open source β†’
  17. 0.6.1116 Oct 2024
    Release notes

    <!-- Release notes generated using configuration in .github/release.yml at v0.6.11 -->

    What's Changed

    New Features πŸŽ‰

    • feat(sdk): enable trusted type functionality by @eatlakson in https://github.com/module-federation/core/pull/2974
    • feat: support mf rsbuild plugin by @nyqykk in https://github.com/module-federation/core/pull/3062
    • feat(vite): Compatibility documentation by @zhangHongEn in https://github.com/module-federation/core/pull/3065

    Bug Fixes 🐞

    • fix(runtime): no new Function for loadEsmEntry by @ScriptedAlchemy in https://github.com/module-federation/core/pull/3054
    • fix(manifest): record all remotes which are declared in build config by @2heal1 in https://github.com/module-federation/core/pull/3082

    Document πŸ“–

    • docs: add rsbuild doc by @nyqykk in https://github.com/module-federation/core/pull/3072

    Other Changes

    • Release v0.6.10 by @zhoushaw in https://github.com/module-federation/core/pull/3063
    • Make the Next.js plugin work with strict CSP settings by @fcano-ut in https://github.com/module-federation/core/pull/3067
    • chore: limit engines range by @2heal1 in https://github.com/module-federation/core/pull/3066
    • chore: upgrade to nx v20 by @ScriptedAlchemy in https://github.com/module-federation/core/pull/3080
    • chore(deps): bump next from 14.2.14 to 14.2.15 by @dependabot in https://github.com/module-federation/core/pull/3073
    • chore: upgrade modernjs by @ScriptedAlchemy in https://github.com/module-federation/core/pull/3081
    • chore(deps-dev): bump eslint-config-next from 14.2.14 to 14.2.15 by @dependabot in https://github.com/module-federation/core/pull/3076

    New Contributors

    • @eatlakson made their first contribution in https://github.com/module-federation/core/pull/2974
    • @fcano-ut made their first contribution in https://github.com/module-federation/core/pull/3067

    Full Changelog: https://github.com/module-federation/core/compare/v0.6.10...v0.6.11

    Open source β†’
  18. 0.6.109 Oct 2024
    Release notes

    <!-- Release notes generated using configuration in .github/release.yml at v0.6.10 -->

    What's Changed

    New Features πŸŽ‰

    • feat(nextjs-mf): remove module-federation/utilities by @ScriptedAlchemy in https://github.com/module-federation/core/pull/3038

    Bug Fixes 🐞

    • fix(bridge-react): add default basename for WraperRouterProvider by @chenyuan-new in https://github.com/module-federation/core/pull/3020
    • fix(runtime): remove crossorigin attr from link tag which not preload… by @2heal1 in https://github.com/module-federation/core/pull/3057
    • fix(data-prefetch): apply DataPrefetchPlugin on demand by @2heal1 in https://github.com/module-federation/core/pull/3061

    Document πŸ“–

    • docs: add registerPlugins docs by @2heal1 in https://github.com/module-federation/core/pull/3060

    Other Changes

    • Release v0.6.9 by @zhoushaw in https://github.com/module-federation/core/pull/3040
    • chore: package updates by @ScriptedAlchemy in https://github.com/module-federation/core/pull/3048
    • Pgk minors by @ScriptedAlchemy in https://github.com/module-federation/core/pull/3049
    • chore: update rollup by @ScriptedAlchemy in https://github.com/module-federation/core/pull/3051
    • chore: update modernjs packages by @ScriptedAlchemy in https://github.com/module-federation/core/pull/3055
    • chore: update modernjs deps by @ScriptedAlchemy in https://github.com/module-federation/core/pull/3056
    • chore(deps-dev): bump @storybook/nextjs from 8.3.4 to 8.3.5 by @dependabot in https://github.com/module-federation/core/pull/3046

    New Contributors

    • @chenyuan-new made their first contribution in https://github.com/module-federation/core/pull/3020

    Full Changelog: https://github.com/module-federation/core/compare/v0.6.9...v0.6.10

    Open source β†’
  19. 0.6.93 Oct 2024
    Release notes

    <!-- Release notes generated using configuration in .github/release.yml at v0.6.9 -->

    What's Changed

    Bug Fixes 🐞

    • fix(enhanced): skip ensure file when virtualEntry by @ScriptedAlchemy in https://github.com/module-federation/core/pull/3037

    Other Changes

    • Release v0.6.8 by @zhoushaw in https://github.com/module-federation/core/pull/3032
    • chore(deps): bump next from 14.2.10 to 14.2.14 by @dependabot in https://github.com/module-federation/core/pull/3031
    • chore(deps-dev): bump @types/react-dom from 18.2.25 to 18.3.0 by @dependabot in https://github.com/module-federation/core/pull/3025
    • chore(deps-dev): bump babel-loader from 9.1.3 to 9.2.1 by @dependabot in https://github.com/module-federation/core/pull/3021
    • chore(deps): bump express from 4.20.0 to 4.21.0 by @dependabot in https://github.com/module-federation/core/pull/3022
    • chore(runtime): fix typos in tests by @ScriptedAlchemy in https://github.com/module-federation/core/pull/3033
    • chore: patch update various packages by @ScriptedAlchemy in https://github.com/module-federation/core/pull/3034
    • chore(deps-dev): bump @semantic-release/github from 10.3.5 to 11.0.0 by @dependabot in https://github.com/module-federation/core/pull/3024
    • chore: fix webpack options types by @ScriptedAlchemy in https://github.com/module-federation/core/pull/3039

    Full Changelog: https://github.com/module-federation/core/compare/v0.6.8...v0.6.9

    Open source β†’
  20. 0.6.81 Oct 2024
    Release notes

    <!-- Release notes generated using configuration in .github/release.yml at v0.6.8 -->

    What's Changed

    New Features πŸŽ‰

    • feat: support node esmodule and mf-manifest esmodule (#2934) by @ScriptedAlchemy in https://github.com/module-federation/core/pull/3013

    Bug Fixes 🐞

    • fix(runtime): catch init remote error in errorLoadRemote hook by @2heal1 in https://github.com/module-federation/core/pull/3019
    • fix(runtime): hooks loadEntry default behavior by @zhangHongEn in https://github.com/module-federation/core/pull/3030

    Other Changes

    • Release v0.6.7 by @zhoushaw in https://github.com/module-federation/core/pull/3014
    • chore: update NX libraries to v19 by @ScriptedAlchemy in https://github.com/module-federation/core/pull/2764
    • chore(deps): bump next from 14.1.2 to 14.2.10 by @dependabot in https://github.com/module-federation/core/pull/2962

    Full Changelog: https://github.com/module-federation/core/compare/v0.6.7...v0.6.8

    Open source β†’
  21. 0.6.729 Sept 2024
    Release notes

    <!-- Release notes generated using configuration in .github/release.yml at v0.6.7 -->

    What's Changed

    New Features πŸŽ‰

    • feat(enhanced): fully hoisted runtime by @ScriptedAlchemy in https://github.com/module-federation/core/pull/2932

    Bug Fixes 🐞

    • fix: modernjs ssr demo is broken, should use main branch by @zllkjc in https://github.com/module-federation/core/pull/2975
    • fix(enhanced): container addInclude wrap in make hook by @ScriptedAlchemy in https://github.com/module-federation/core/pull/3002
    • fix(dts-plugin): support exposes files with multiple dots in names by @artieeez in https://github.com/module-federation/core/pull/2958
    • fix: Adds missing import of loadRemote by @yashug in https://github.com/module-federation/core/pull/3000
    • fix(nextjs-mf): use addInclude to ensure defaults are consumed somewhere by @ScriptedAlchemy in https://github.com/module-federation/core/pull/3004
    • fix(dts-plugin): ignore .vue ext by @2heal1 in https://github.com/module-federation/core/pull/3008

    Document πŸ“–

    • docs: add eager consumption error to error-catalog.mdx by @YanPes in https://github.com/module-federation/core/pull/2991

    Other Changes

    • Release v0.6.6 by @zhoushaw in https://github.com/module-federation/core/pull/2971
    • chore(deps-dev): bump vite from 5.2.11 to 5.2.14 by @dependabot in https://github.com/module-federation/core/pull/2959
    • chore(deps): bump express from 4.19.2 to 4.20.0 by @dependabot in https://github.com/module-federation/core/pull/2941
    • chore: fix hanging test pattern by @ScriptedAlchemy in https://github.com/module-federation/core/pull/2981
    • chore: format all files by @ScriptedAlchemy in https://github.com/module-federation/core/pull/2982
    • chore: remove unused vars from enhanced by @ScriptedAlchemy in https://github.com/module-federation/core/pull/2994
    • chore(data-prefetch): use rollup to bundle data-prefetch by @2heal1 in https://github.com/module-federation/core/pull/2983
    • chore(deps-dev): bump @types/chrome from 0.0.268 to 0.0.272 by @dependabot in https://github.com/module-federation/core/pull/2997
    • chore(deps): bump rollup from 2.79.1 to 2.79.2 by @dependabot in https://github.com/module-federation/core/pull/3010

    New Contributors

    • @zllkjc made their first contribution in https://github.com/module-federation/core/pull/2975
    • @artieeez made their first contribution in https://github.com/module-federation/core/pull/2958
    • @yashug made their first contribution in https://github.com/module-federation/core/pull/3000

    Full Changelog: https://github.com/module-federation/core/compare/v0.6.6...v0.6.7

    Open source β†’
  22. 0.6.619 Sept 2024
    Release notes

    <!-- Release notes generated using configuration in .github/release.yml at v0.6.6 -->

    What's Changed

    Bug Fixes 🐞

    • fix(dts-plugin): zipName should add prefix if remoteEntry has it by @2heal1 in https://github.com/module-federation/core/pull/2952

    Other Changes

    • chore: add data prefetch into fixed by @nyqykk in https://github.com/module-federation/core/pull/2967
    • chore: adjust prefetch version by @2heal1 in https://github.com/module-federation/core/pull/2970

    Full Changelog: https://github.com/module-federation/core/compare/v0.6.5...v0.6.6

    Open source β†’
  23. 0.0.0-research-issue-4085-2025101623275716 Oct 2025pre-releasewithdrawn: Pre-release version deprecated

    Nothing published for this version

  24. 0.0.0-release-v2-3-3-2026041512165715 Apr 2026pre-release

    Nothing published for this version

  25. 0.0.0-release-v2-3-2-2026041304010413 Apr 2026pre-release

    Nothing published for this version

  26. 0.0.0-release-v2-3-2-2026041008102510 Apr 2026pre-release

    Nothing published for this version

  27. 0.0.0-release-v2-3-1-2026033110402131 Mar 2026pre-release

    Nothing published for this version

  28. 0.0.0-release-v2-2-3-2026031810510918 Mar 2026pre-release

    Nothing published for this version

  29. 0.0.0-release-v2-2-2-2026031710470517 Mar 2026pre-release

    Nothing published for this version

  30. 0.0.0-release-v0-24-0-202602021206522 Feb 2026pre-releasewithdrawn: Pre-release version deprecated

    Nothing published for this version

  31. 0.0.0-release-v0-24-0-2026012908393029 Jan 2026pre-releasewithdrawn: Pre-release version deprecated

    Nothing published for this version

  32. 0.0.0-release-v0-24-0-2026012708145427 Jan 2026pre-releasewithdrawn: Pre-release version deprecated

    Nothing published for this version

  33. 0.0.0-release-v0-23-0-2026012302372023 Jan 2026pre-releasewithdrawn: Pre-release version deprecated

    Nothing published for this version

  34. 0.0.0-release-v0-22-0-2025121806364918 Dec 2025pre-releasewithdrawn: Pre-release version deprecated

    Nothing published for this version

  35. 0.0.0-release-v0-21-5-2025112010331520 Nov 2025pre-releasewithdrawn: Pre-release version deprecated

    Nothing published for this version

  36. 0.0.0-release-v0-21-5-2025111905555519 Nov 2025pre-releasewithdrawn: Pre-release version deprecated

    Nothing published for this version

  37. 0.0.0-refactor-remove-remote-ip-strategy-2026022507594625 Feb 2026pre-release

    Nothing published for this version

  38. 0.0.0-refactor-manifest-2025111102443411 Nov 2025pre-releasewithdrawn: Pre-release version deprecated

    Nothing published for this version

  39. 0.0.0-refactor-manifest-2025101711321217 Oct 2025pre-releasewithdrawn: Pre-release version deprecated

    Nothing published for this version

  40. 0.0.0-refactor-manifest-2025101707081417 Oct 2025pre-releasewithdrawn: Pre-release version deprecated

    Nothing published for this version

  41. 0.0.0-refactor-manifest-2025101703182517 Oct 2025pre-releasewithdrawn: Pre-release version deprecated

    Nothing published for this version

  42. 0.0.0-refactor-manifest-2025101607253216 Oct 2025pre-releasewithdrawn: Pre-release version deprecated

    Nothing published for this version

  43. 0.0.0-refactor-manifest-2025101511434515 Oct 2025pre-releasewithdrawn: Pre-release version deprecated

    Nothing published for this version

  44. 0.0.0-refactor-manifest-2025101510424115 Oct 2025pre-releasewithdrawn: Pre-release version deprecated

    Nothing published for this version

  45. 0.0.0-refactor-manifest-2025101509343115 Oct 2025pre-releasewithdrawn: Pre-release version deprecated

    Nothing published for this version

  46. 0.0.0-refactor-manifest-2025101507223715 Oct 2025pre-releasewithdrawn: Pre-release version deprecated

    Nothing published for this version

  47. 0.0.0-refactor-manifest-2025101310393813 Oct 2025pre-releasewithdrawn: Pre-release version deprecated

    Nothing published for this version

  48. 0.0.0-perf-devtools-202601080344468 Jan 2026pre-releasewithdrawn: Pre-release version deprecated

    Nothing published for this version

  49. 0.0.0-perf-devtools-202601070437007 Jan 2026pre-releasewithdrawn: Pre-release version deprecated

    Nothing published for this version

  50. 0.0.0-perf-devtools-202601061241426 Jan 2026pre-releasewithdrawn: Pre-release version deprecated

    Nothing published for this version

  51. 0.0.0-next-2025092602400326 Sept 2025pre-releasewithdrawn: Pre-release version deprecated

    Nothing published for this version

  52. 0.0.0-next-2025092503461625 Sept 2025pre-releasewithdrawn: Pre-release version deprecated

    Nothing published for this version

  53. 0.0.0-next-2025092503264125 Sept 2025pre-releasewithdrawn: Pre-release version deprecated

    Nothing published for this version

  54. 0.0.0-next-2025092412393024 Sept 2025pre-releasewithdrawn: Pre-release version deprecated

    Nothing published for this version

  55. 0.0.0-next-2025092407384424 Sept 2025pre-releasewithdrawn: Pre-release version deprecated

    Nothing published for this version

  56. 0.0.0-next-2025092406495324 Sept 2025pre-releasewithdrawn: Pre-release version deprecated

    Nothing published for this version

  57. 0.0.0-next-2025092308115423 Sept 2025pre-releasewithdrawn: Pre-release version deprecated

    Nothing published for this version

  58. 0.0.0-next-2025092215063222 Sept 2025pre-releasewithdrawn: Pre-release version deprecated

    Nothing published for this version

  59. 0.0.0-next-2025092007465720 Sept 2025pre-releasewithdrawn: Pre-release version deprecated

    Nothing published for this version

  60. 0.0.0-next-2025092001101120 Sept 2025pre-releasewithdrawn: Pre-release version deprecated

    Nothing published for this version