Skip to content

Releases: module-federation/core

v0.2.3

27 Jun 16:43
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

Other Changes

Full Changelog: v0.2.2...v0.2.3

v0.0.2

27 Jun 21:57
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Other Changes

Full Changelog: v0.2.3...v0.0.2

v0.2.2

26 Jun 22:00
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

Other Changes

New Contributors

Full Changelog: v0.2.1...v0.2.2

v0.2.1

25 Jun 02:31
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

Document 📖

Other Changes

  • Release v0.2.0 by @zhoushaw in #2649
  • chore(deps-dev): bump @babel/plugin-transform-react-jsx from 7.23.4 to 7.24.7 by @dependabot in #2657
  • chore(deps-dev): bump @modern-js/eslint-config from 2.50.0 to 2.54.2 by @dependabot in #2655
  • chore(deps-dev): bump @types/chrome from 0.0.260 to 0.0.268 by @dependabot in #2653

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

24 Jun 08:09
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • feat(bridge): Supports exporting and loading of application-level modules (with routing), currently supports react and vue3 by @zhoushaw in #2648

Bug Fixes 🐞

  • fix(dts-plugin): ensure kill fork child process when the task is finished by @2heal1 in #2639
  • fix: check pid is undefined before kill it by @2heal1 in #2646
  • fix: download api types when types refresh by @2heal1 in #2645

Other Changes

Full Changelog: v0.1.21...v0.2.0

v0.1.21

20 Jun 02:26
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • feat(dts-plugin): decode encoded remote name by @2heal1 in #2626

Bug Fixes 🐞

  • fix: use ipv4 first while load local remote by @2heal1 in #2623
  • fix(dts-plugin): replace sourceEntry with index if the value is '.' by @2heal1 in #2624
  • fix: use userOptions.typesFolder first by @2heal1 in #2615
  • fix: no delete exist types if fetch new types failed by @2heal1 in #2634

Document 📖

Other Changes

Full Changelog: v0.1.20...v0.1.21

v0.1.20

17 Jun 03:19
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • feat(enhanced): add repository property to the enhanced package by @kmilov in #2591
  • feat: support pass shareScopeMap by @2heal1 in #2583
  • feat: support dynamic type hints by @2heal1 in #2570

Bug Fixes 🐞

  • fix(nextjs-mf): do not crash if host is not next by @ScriptedAlchemy in #2604
  • fix(runtime): do not apply symbol if object not extensible by @ScriptedAlchemy in #2601
  • fix(sdk): the returned properties are used by default when create script and create link hook by @zhoushaw in #2608
  • fix(dts-plugin): let dts_plugin handle remote paths instead of abs URLs by @adamdharrington in #2478
  • fix(chrome-devtools): fix sharedInfo conflict with userOptions.sharedInfo cause hmr fail by @nyqykk in #2612
  • fix(sdk): use variable instead of constant by @2heal1 in #2613

Other Changes

New Contributors

Full Changelog: v0.1.19...v0.1.20

v0.1.19

11 Jun 07:59
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

Document 📖

Other Changes

Full Changelog: v0.1.18...v0.1.19

v0.1.18

04 Jun 10:56
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

Other Changes

Full Changelog: v0.1.17...v0.1.18

v0.1.17

04 Jun 08:28
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • feat(runtime): add mf_module_id to remote to add module debugging information by @zhoushaw in #2561
  • feat(runtime): add bridge debug info by @zhoushaw in #2573

Bug Fixes 🐞

  • fix: add requiredVersion to manifest.shared by @2heal1 in #2574
  • fix: rspack splitChunk.chunks should use function to prevent wrong be… by @2heal1 in #2575

Document 📖

Other Changes

New Contributors

Full Changelog: v0.1.16...v0.1.17