core

Module Federation is a concept that allows developers to share code and resources across multiple JavaScript applications

MIT License

Downloads
4.5M
Stars
1.1K
Committers
119

Bot releases are hidden (Show)

core - v0.0.17

Published by zhoushaw 7 months ago

What's Changed

New Features 🎉

Bug Fixes 🐞

Other Changes

Full Changelog: https://github.com/module-federation/universe/compare/v0.0.16...v0.0.17

core - v0.0.16

Published by zhoushaw 7 months ago

What's Changed

Bug Fixes 🐞

Other Changes

Full Changelog: https://github.com/module-federation/universe/compare/v0.0.15...v0.0.16

core - v8.2.2

Published by zhoushaw 8 months ago

core - v0.0.15

Published by zhoushaw 8 months ago

What's Changed

New Features 🎉

Bug Fixes 🐞

Other Changes

Full Changelog: https://github.com/module-federation/universe/compare/v0.0.14...v0.0.15

core - v8.2.0

Published by ScriptedAlchemy 8 months ago

What's Changed

New Features 🎉

Bug Fixes 🐞

Other Changes

New Contributors

Full Changelog: https://github.com/module-federation/universe/compare/v0.0.12...v8.2.0

core - v0.0.14

Published by zhoushaw 8 months ago

What's Changed

New Features 🎉

Bug Fixes 🐞

Other Changes

New Contributors

Full Changelog: https://github.com/module-federation/universe/compare/v0.0.13...v0.0.14

core - v0.0.13

Published by zhoushaw 9 months ago

What's Changed

Bug Fixes 🐞

Other Changes

null

Full Changelog: https://github.com/module-federation/universe/compare/v0.0.12...v0.0.13

core - v0.0.12

Published by 2heal1 9 months ago

What's Changed

Bug Fixes 🐞

Other Changes

null

Full Changelog: https://github.com/module-federation/universe/compare/v0.0.11...v0.0.12

core - v0.0.11

Published by zhoushaw 9 months ago

core - v0.0.10

Published by zhoushaw 9 months ago

What's Changed

New Features 🎉

Bug Fixes 🐞

Other Changes

Full Changelog: https://github.com/module-federation/universe/compare/v0.0.9...v0.0.10

core - v0.0.9

Published by zhoushaw 9 months ago

What's Changed

Bug Fixes 🐞

Document 📖

Other Changes

Full Changelog: https://github.com/module-federation/universe/compare/v0.0.8...v0.0.9

core - v0.0.8

Published by zhoushaw 10 months ago

What's Changed

New Features 🎉

Bug Fixes 🐞

  • none

Other Changes

Full Changelog: https://github.com/module-federation/universe/compare/v0.0.7...v0.0.8

core - v0.0.7

Published by zhoushaw 10 months ago

What's Changed

New Features 🎉

Bug Fixes 🐞

Other Changes

Full Changelog: https://github.com/module-federation/universe/compare/v0.0.6...v0.0.7

core - v0.0.6

Published by zhoushaw 10 months ago

What's Changed

Bug Fixes 🐞

Other Changes

Full Changelog: https://github.com/module-federation/universe/compare/v0.0.5...v0.0.6

core - v0.0.5

Published by zhoushaw 10 months ago

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

  • chore: Release v0.0.4 by @zhoushaw in #1811
  • chore: remove unused packages by @ScriptedAlchemy in #1825
  • chore(deps): update dependency typedoc to v0.25.4 by @renovate in #1805
  • chore(deps): update dependency react-router-dom to v6.21.1 by @renovate in #1846
  • chore(deps): update dependency regenerator-runtime to v0.14.1 by @renovate in #1804
  • chore(deps): update dependency undici to v5.28.2 by @renovate in #1847
  • chore(deps): update dependency core-js to v3.34.0 by @renovate in #1845

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

core - v0.0.4

Published by zhoushaw 10 months ago

What's Changed

New Features 🎉

core - https://github.com/module-federation/core/releases/tag/enhanced-0.0.1-rc.0

Published by ScriptedAlchemy about 1 year ago

0.0.1-rc.0 (2023-10-03)

Bug Fixes

  • add missing serialize method on RemoteModule (e7ac801)
  • add override to remoteModule (875038a)
  • bad impleentation during federation port (cc2e53f)
  • broken versioning issues in consumes (e7fada2)
  • change exports for module info runtime (f40c538)
  • enhanced: module info duplication (49b4a57)
  • enhanced: syntax issue in proxy (2e5848b)
  • improve backward compat remote_scope global (ac0efa3)
  • improve logic in runtime module info proxy (8eea1a8)
  • legacy scope duplication on recreation (347e4c9)
  • package data (992d298)
  • remote global share scope (e05d32f)
  • Ts import error (6e7974c)
  • TS imports to webpack (d506b49)
  • TS imports, missing module methods (8eb422d)
  • ts in template string (579b341)
  • ts in template string (37e790a)
  • ts in template string (0edbbea)
  • ts in template string (1d56efd)
  • ts in template string (113d703)
  • typescript issues (0a07481)
  • use ES5 for renderStartup of entrypoint (d14324a)

Features

  • additional plugin exports (0604461)
  • AsyncBoundaryPlugin (00227ca)
  • checkInvalidContext as tapable hook (a3eb553)
  • ContainerEntryModule: fix TypeScript issue, enhance needBuild method #398a60e (c561e11), closes #398a60
  • enhanced: Fork Module Federation (8682990)
  • enhanced: Refactor ContainerEntryDependency and ContainerEntryModule for better code readability and maintainability (e93e7d2)
  • fork module federation (0ad7430)
  • improved async init (17b1419)
  • support lazy compilation (29c234c)
  • Use enhanced Federation Plugin (e021d66)

Reverts

  • Revert "add migration / sync steps" (5511559)
core - https://github.com/module-federation/core/releases/tag/node-2.0.2-beta.2

Published by ScriptedAlchemy about 1 year ago

2.0.2-beta.2 (2023-09-15)

Bug Fixes

  • Auto Public Path, detect multiple output targets (65f17b1)
  • ensure custom FS works with target: node or async node preset (a08fcab)
core - https://github.com/module-federation/core/releases/tag/node-2.0.2-beta.0

Published by ScriptedAlchemy about 1 year ago

2.0.2-beta.0 (2023-09-14)

Bug Fixes

  • import utils manually (2767191)
  • node: use ES6 imports and override method in FederationModuleInfoRuntimeModule (#bytedance) (d420ad9)
  • remove ensure remote runtime module (d06c082)

Features

  • add auto public path support for remote modules (node_auto_public_path) (b12c984)
  • Dynamic Filesystem (#1274) (2bec98a)
  • FederationModuleInfo Runtime Module (50a1a0c)
  • FederationModuleInfo Runtime Module (7b09ef6)
  • implement Bytedance Infra Node Plugin (82e6801)
  • implement Bytedance Infra Node Plugin (97f283e)
  • native self forming node federation (#1291) (1dd5ed1)
  • node-remote: Improve module federation runtime compatibility (5eb2092)
  • node: auto set public path and improve chunk loading strategy #node_auto_public_path (65989da)
  • node: enhance error handling and remote container registry in RemotePublicPathRuntimeModule (#bytedance) (061285e)
  • NodeFederationPlugin: assign remoteContainerRegistry to importMetaName (ca33d98)
  • node: remove unused import from DynamicFilesystemRuntimeModule (f9787a9)
  • remove old loadScript hack (fbe19bc)
  • utilities: update DelegateModulesPlugin and tests (#node_auto_public_path) (df8bb79)
core - https://github.com/module-federation/core/releases/tag/utils-3.0.2

Published by ScriptedAlchemy about 1 year ago

3.0.2 (2023-09-14)