Skip to content

Releases: module-federation/core

v0.0.13

06 Feb 06:50
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • fix(runtime): use link to preload js assets by @2heal1 in #2071

Other Changes

null

Full Changelog: v0.0.12...v0.0.13

v0.0.12

06 Feb 03:10
4ca0c7b
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • fix(enhanced): use upath to against more edge cases between different OS by @2heal1 in #2070

Other Changes

null

Full Changelog: v0.0.11...v0.0.12

v0.0.11

04 Feb 02:51
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • fix(runtime): support restricted unsafe-eval environments by @ScriptedAlchemy in #2018
  • fix(3000-home): add trailing slash on antd and lodash shared config by @ryok90 in #2038
  • fix(nextjs-mf): change runtimePlugin definition order by @ryok90 in #2052
  • fix: normalize bundler runtime import paths by @jonthomp in #1997
  • fix(runtime): nativeGlobal is undefined by @2heal1 in #2058
  • fix(runtime): runtime should not pre-register shared while strategy is 'loaded-first' by @2heal1 in #2056

Other Changes

New Contributors

Full Changelog: v0.0.10...v0.0.11

v0.0.10

22 Jan 09:49
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • feat(runtime): allow onload hook to return wrapped module by @ScriptedAlchemy in #1987
  • feat(runtime): automatically complete the snapshot so that devtool can visualize it by @zhoushaw in #1982

Bug Fixes 🐞

Other Changes

Full Changelog: v0.0.9...v0.0.10

v0.0.9

15 Jan 07:17
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • fix(nextjs-mf): production build issues during next compile by @ScriptedAlchemy in #1940
  • fix: copy decalaration files to output by @2heal1 in #1957
  • fix: not duplicate set resolve.alias by @2heal1 in #1948
  • fix: window.location.origin will be 'null' in iframe srcDoc by @2heal1 in #1956
  • fix: webpackRequire.S has been attached with instance.shareScopeMap by @2heal1 in #1962

Document 📖

  • docs: added contribution guidelines on how to publish official versions by @zhoushaw in #1944

Other Changes

Full Changelog: v0.0.8...v0.0.9

v0.0.8

08 Jan 12:43
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • feat: refactor module federation runtime by @2heal1 in #1913

Bug Fixes 🐞

  • none

Other Changes

Full Changelog: v0.0.7...v0.0.8

v0.0.7

03 Jan 09:49
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Bug Fixes 🐞

  • fix(runtime): fixed an exception in global object processing in the micro-front-end scenario by @zhoushaw in #1859

Other Changes

  • chore(deps): update dependency prettier-eslint to v16 by @renovate in #1879
  • chore(deps): update dependency open to v10 by @renovate in #1878
  • chore(deps): update dependency @rollup/plugin-alias to v5 by @renovate in #1869
  • chore(deps): update dependency @jscutlery/semver to v4 by @renovate in #1868
  • chore: modify renovate schedule by @zhoushaw in #1894
  • chore(deps): update dependency @builder.io/qwik-city to v1.3.2 by @renovate in #1893
  • chore(deps): update dependency @antora/site-generator to v3.1.7 by @renovate in #1891

Full Changelog: v0.0.6...v0.0.7

v0.0.6

02 Jan 06:48
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • fix: rename usePlugins to prevent swc react-refresh from throwing errors when replacing variables by @2heal1 in #1880

Other Changes

Full Changelog: v0.0.5...v0.0.6

v0.0.5

28 Dec 08:54
Compare
Choose a tag to compare

New Features 🎉

  • feat(runtime): support entry with query by @2heal1 in #1833
  • feat(runtime): export sdk simpleJoinRemoteEntry function by @2heal1 in #1858

Bug Fixes 🐞

  • fix: vitest not throw error while using @nx/vite:test directly by @2heal1 in #1855

Other Changes

Full Changelog: v0.0.4...v0.0.5

v0.0.4

20 Dec 10:15
Compare
Choose a tag to compare

What's Changed

New Features 🎉