Skip to content

Releases: module-federation/core

v0.21.6

21 Nov 06:07

Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • fix(rsbuild-plugin): create different temp filepath to prevent invalid manifest.exposes by @2heal1 in #4233

Full Changelog: v0.21.5...v0.21.6

v0.21.5

21 Nov 02:44

Choose a tag to compare

What's Changed

New Features 🎉

  • feat(storybook)!: only ship ESM outputs, align with Storybook 10. by @fi3ework in #4223
  • feat(dts-plugin): add dts.generateTypes.deleteTsConfig field by @2heal1 in #4225

Performance 🚀

Bug Fixes 🐞

  • fix(sdk): fix typescript TS1170 error on Typescript > 5.7.0 by @davidfestal in #4208
  • fix(retry-plugin): add autoParseResponse to auto-select JSON or text based on file extension by @2heal1 in #4228
  • fix(dts-plugin): delete compilerOptions.declarationDir by @2heal1 in #4226
  • fix: js file extension maybe .cjs or .mjs by @2heal1 in #4229
  • fix(dts-plugin): api type file should not related with manifest config by @2heal1 in #4230

New Contributors

Full Changelog: v0.21.4...v0.21.5

Release v0.21.4

11 Nov 09:46

Choose a tag to compare

What's Changed

New Features 🎉

  • feat: support inject dev lib with eager mode by @2heal1 in #4193
  • feat(dts-plugin): support type generation for yarn pnp by @WooWan in #4189

Bug Fixes 🐞

  • fix missing translation by @catnipan in #4187
  • fix(react-bridge): Hoisting BridgeWrapper component to prevent unnecessary component recreation. by @danpeen in #4202

Other Changes

New Contributors

Full Changelog: v0.21.3...v0.21.4

Release v0.21.3

06 Nov 07:18

Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • fix(runtime-core): register share if not registered by @2heal1 in #4145

Other Changes

New Contributors

Full Changelog: v0.21.2...v0.21.3

Release v0.21.2

28 Oct 04:26

Choose a tag to compare

What's Changed

New Features 🎉

  • feat: Re-export the exports of the v18/v19/plugin from @module-federation/bridge-react in modernjs by @danpeen in #4168

Bug Fixes 🐞

  • fix: support React Router v6 in bridge-react peer dependencies by @danpeen in #4167

Other Changes

Full Changelog: v0.21.1...v0.21.2

Release v0.21.1

21 Oct 11:49

Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • fix(modern-js-plugin): add bridge peer deps by @2heal1 in #4148

Other Changes

Full Changelog: v0.21.0...v0.21.1

Release v0.21.0

20 Oct 11:24

Choose a tag to compare

What's Changed

New Features 🎉

  • feat(react-bridge): Introduce enableBridgeRouter Configuration for Enhanced Bridge Router Control by @danpeen in #4129
  • feat: Add React Router v7 Support to Module Federation Bridge by @danpeen in #4132
  • feat(vue3-bridge): reconstruct nested route by @CaptainWang98 in #4117
  • feat(sdk): add stack trace in debug mode by @2heal1 in #4138
  • feat: add Android and iOS E2E test workflows and actions by @Thegrep01 in #4056
  • feat(website): refactor bridge docs by @danpeen in #4139

Bug Fixes 🐞

Document 📖

  • docs: re-add documentation for the manifest fetch and loadEntry hook by @pganster in #4131

Other Changes

Full Changelog: 0.20.0...v0.21.0

0.20.0

10 Oct 08:19

Choose a tag to compare

What's Changed

New Features 🎉

  • feat(webpack-bundler-runtime): support lazy compilation by @2heal1 in #4095
  • feat: add zephyr to docs by @Nsttt in #4046
  • feat(enhanced): runtimePlugins support pass params by @2heal1 in #4118

Bug Fixes 🐞

  • fix(enhanced): Populate buildMeta and buildInfo on ConsumeSharedPlugin using fallbacks by @ScriptedAlchemy in #4063
  • fix(retry-plugin): implement error handling in getRemoteEntry to avoid throw RUNTIME_008 error on console by @danpeen in #4064
  • fix(runtime): remove synthetic default import by @jabrks in #4066
  • fix(sdk): change NameTransformSymbol to literal type for TS <5.7.0 by @baconcheese113 in #4014
  • fix: the exposes.requires type in manifest.json should be array instead of object by @danpeen in #4094
  • fix(dts-plugin): correct generateTypes host params by @2heal1 in #4088
  • fix(node): catch runInThisContext errors and handle req error by @mababain in #4093
  • fix(enhanced): consume shared module cache issue by @2heal1 in #4102
  • fix(docs): fix mermaid syntax error by @CaptainWang98 in #4108
  • fix(enhanced): Add fallback parsing for container module exposes (#4034) by @ScriptedAlchemy in #4083
  • fix enahcned type tests by @ScriptedAlchemy in #4113
  • fix: DevServer reconnecting when timeout by @kambing86 in #4120

Document 📖

Other Changes

New Contributors

Full Changelog: 0.19.1...0.20.0

Release v0.19.1

12 Sep 09:42

Choose a tag to compare

What's Changed

New Features 🎉

  • Refactor(retry-plugin): unify retry behavior and improve resilience by @danpeen in #4043

Bug Fixes 🐞

  • fix: using addQuery option in retry-plugin query parameters will accumulating across retries by @danpeen in #4055

Document 📖

Other Changes

New Contributors

Full Changelog: v0.18.4...0.19.1

v0.18.4

03 Sep 13:33

Choose a tag to compare

Description

Metro Initial Release

Related Issue

Types of changes

  • Docs change / refactoring / dependency upgrade
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

Checklist

  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • I have updated the documentation.