Skip to content

Releases: module-federation/core

v0.13.1

29 Apr 07:16
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Bug Fixes 🐞

  • fix(rspack): avoid falsy values in checkSingleton by @jbroma in #3487
  • fix(modern-js-plugin): export kit namespace to prevent import react directly by @2heal1 in #3731
  • fix(third-party-dts-extractor): correctly sets the source of the package by @tamasangyan in #3467

Document 📖

Other Changes

New Contributors

Full Changelog: v0.13.0...v0.13.1

v0.13.0

22 Apr 07:12
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • feat(bridge-react): Add native support for React 19 in bridge-react with enhanced createRoot options by @danpeen in #3690
  • feat(bridge-react): add error detection for react v19 under the default export createBaseBridgeComponent by @danpeen in #3709
  • feat(manifest): initialize manifest with required properties from stats by @danpeen in #3718

Performance 🚀

Bug Fixes 🐞

Document 📖

Other Changes

  • refactor(bridge-react): Refactor the bridge-react to better support multiple React versions from React 16 to React 19 by @danpeen in #3690
  • chore(deps-dev): bump vite from 5.4.12 to 5.4.18 by @dependabot in #3696
  • chore(deps-dev): bump @swc-node/register from 1.10.9 to 1.10.10 by @dependabot in #3659
  • refactor(bridge-react): modify the default mode of the bridge to legacy mode to reduce redundant code by @danpeen in #3711

New Contributors

Full Changelog: v0.12.0...v0.13.0

v0.12.0

15 Apr 07:26
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Performance 🚀

Bug Fixes 🐞

  • fix(manifest): correct shared assets and filter expose assets by @2heal1 in #3679

Other Changes

  • chore(dts-plugin): optimize type-001 message by @2heal1 in #3681
  • chore(deps): bump koa from 2.15.4 to 2.16.1 by @dependabot in #3683
  • chore: update local backup manifest data with effective mock data by @danpeen in #3697

Full Changelog: v0.11.4...v0.12.0

v0.11.4

08 Apr 07:44
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Bug Fixes 🐞

Other Changes

  • chore: optimize modernjs ssr ci by @2heal1 in #3666
  • chore(modern-js-plugin): warn if header origin is not specified by @2heal1 in #3654

Full Changelog: 0.11.3...v0.11.4

0.11.3

01 Apr 08:08
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

Other Changes

  • chore(runtime): remove shared strategy warn by @2heal1 in #3648

New Contributors

Full Changelog: v0.11.2...0.11.3

v0.11.2

25 Mar 03:22
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Bug Fixes 🐞

Document 📖

  • docs: optimize dts 001 error: delete cache dir first by @2heal1 in #3615

Other Changes

New Contributors

Full Changelog: v0.11.1...v0.11.2

v0.11.1

18 Mar 07:57
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • fix(bridge-react): export DestroyParams and RenderParams types by @2heal1 in #3600
  • fix(rspack): support getPublicPath by @2heal1 in #3422
  • fix(enhanced): use default runtime export by @2heal1 in #3601

Other Changes

Full Changelog: v0.11.0...v0.11.1

v0.11.0

17 Mar 03:45
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • feat(enhanced): make hoisted runtime the default implementation by @ScriptedAlchemy in #3453
  • feat: add Create a new Module Federation project cli by @2heal1 in #3446
  • feat: handle useRoute() is undefined scene by @janostudio in #3589
  • feat(bridge-react): enable custom createRoot to support React v19 in @module-federation/bridge-react by @danpeen in #3551

Bug Fixes 🐞

  • fix(core): fix broken error handling in getManifestJson by @foxylion in #3556
  • fix(node): delete server module cache if hot reload by @2heal1 in #3584
  • fix(dts-plugin): use cwd to create Module Federation tsconfig by @nachoaldamav in #3381
  • fix syntax highlight in modernjs.mdx by @NookieGrey in #3425
  • fix(runtime): preload filter loaded resources by @2heal1 in #3587

Other Changes

New Contributors

Full Changelog: v0.10.0...v0.11.0

v0.10.0

04 Mar 06:34
Compare
Choose a tag to compare

What's Changed

Performance 🚀

  • perf(dts-plugin): add fetch timeout and add log by @2heal1 in #3554

Bug Fixes 🐞

  • fix(bridge-react): prevent destroy/render the remote component every time after the states changed by @danpeen in #3543
  • fix(rsbuild-plugin): add more MF packages to source.include by @chenjiahan in #3565
  • fix(vue3-bridge): resolved remote component prop handling and root container attribute passing by @Dell-it in #3562

Other Changes

  • chore: release v0.9.1 by @2heal1 in #3549
  • fix(sdk): createLink hook error dom attr rel by @KyrieLii in #3463
  • chore(modern-js-plugin): use bundlerChain by @2heal1 in #3526
  • chore(rsbuild-plugin): update mf format judgment conditions by @2heal1 in #3564

Full Changelog: v0.9.1...v0.10.0

v0.9.1

26 Feb 09:11
Compare
Choose a tag to compare

What's Changed

Performance 🚀

  • perf(webpack-bundler-runtime): bundle sdk into output to help treeshake by @2heal1 in #3519

Bug Fixes 🐞

  • fix(dts-plugin): consume api types if adding new one by @2heal1 in #3536
  • fix(dts-plugin): support remoteTypeUrls option which allow user to specify the remote types url by @2heal1 in #3532

Document 📖

Other Changes

New Contributors

Full Changelog: v0.9.0...v0.9.1