Skip to content

Releases: module-federation/core

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

v0.9.0

21 Feb 06:27
Compare
Choose a tag to compare

What's Changed

Performance 🚀

Bug Fixes 🐞

  • fix(dts-plugin): add specify dir and mf name to cache path by @2heal1 in #3534

Other Changes

New Contributors

Full Changelog: v0.8.12...v0.9.0

v0.8.12

19 Feb 06:50
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • fix: enable SSR by utilizing pluginOptions and configuration by @caohuilin in #3516
  • fix(enhanced): reuse cached runtime entry by @2heal1 in #3522

Document 📖

  • docs(website-new): add Nx and Zephyr Cloud link at zh-lang by @markH5 in #3521

Other Changes

  • chore(bridge-react): adjust bridge-react to structure directory by @danpeen in #3509
  • fix(dts-plugin): optimize generate types in dev by @2heal1 in #3450

New Contributors

Full Changelog: 0.8.11...v0.8.12