Skip to content

Releases: module-federation/core

v0.7.7

26 Nov 07:05
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • feat: add BridgeReactPlugin to get federation instance by @danpeen in #3234

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

New Contributors

Full Changelog: v0.7.6...v0.7.7

v0.7.6

19 Nov 02:29
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • feat(nextjs-mf): enable JSON manifest for NextJS by @benmarch in #2726

Bug Fixes 🐞

Other Changes

Full Changelog: v0.7.5...v0.7.6

v8.8.0

17 Nov 20:15
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • feat(nextjs-mf): enable JSON manifest for NextJS by @benmarch in #2726

Other Changes

Full Changelog: v0.7.5...v8.8.0

v0.7.5

17 Nov 19:52
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • feat: add bridgeHook plugin system to support lifecycyle in bridge by @danpeen in #2992

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

New Contributors

Full Changelog: v0.7.3...v0.7.5

v0.7.3

13 Nov 03:47
Compare
Choose a tag to compare

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

Full Changelog: v0.7.2...v0.7.3

v0.7.2

12 Nov 02:59
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • fix(dts-plugin): hold the broker server if the remote not start locally by @2heal1 in #3202

Document 📖

  • docs(sdk): update README to new createLogger API by @Gehbt in #3194

Other Changes

New Contributors

Full Changelog: v0.7.1...v0.7.2

v0.7.1

07 Nov 08:54
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v0.7.0...v0.7.1

v0.7.0

05 Nov 21:27
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • feat(bridge-plugin): support disable default alias setting in bridge by @danpeen in #3130
  • feat(runtime): pass all loader hooks to the fetch and script functions by @ScriptedAlchemy in #3174

Bug Fixes 🐞

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

Document 📖

Other Changes

New Contributors

Full Changelog: v0.6.16...v0.7.0

v0.6.16

04 Nov 22:39
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

Other Changes

Full Changelog: v0.6.15...v0.6.16