Skip to content

Releases: module-federation/core

v0.2.7

22 Jul 02:26

Choose a tag to compare

What's Changed

New Features 🎉

Bug Fixes 🐞

Other Changes

Full Changelog: v0.2.6...v0.2.7

v0.2.6

11 Jul 05:07

Choose a tag to compare

What's Changed

New Features 🎉

Bug Fixes 🐞

Other Changes

Full Changelog: v0.2.5...v0.2.6

v0.2.5

06 Jul 20:25

Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • fix(runtime): fixed an issue where script failed to load properly when static resources were set to cross-domain response headers due to the default setting of script crossorigin to anonymous (this issue appeared in next.js) by @zhoushaw in #2706

Document 📖

Other Changes

New Contributors

Full Changelog: v0.2.4...v0.2.5

v0.2.4

05 Jul 22:33

Choose a tag to compare

What's Changed

New Features 🎉

Bug Fixes 🐞

Document 📖

Other Changes

New Contributors

Full Changelog: v0.0.2...v0.2.4

v0.2.3

27 Jun 16:43

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

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

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

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

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

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