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 visible (Hide)

core - https://github.com/module-federation/core/releases/tag/node-0.10.1

Published by github-actions[bot] almost 2 years ago

0.10.1 (2023-01-11)

Dependency Updates

  • utils updated to version 1.1.1
core - https://github.com/module-federation/core/releases/tag/utils-1.1.1

Published by github-actions[bot] almost 2 years ago

1.1.1 (2023-01-11)

core - https://github.com/module-federation/core/releases/tag/nextjs-mf-6.0.2

Published by github-actions[bot] almost 2 years ago

6.0.2 (2023-01-11)

Dependency Updates

  • node updated to version 0.10.0
core - https://github.com/module-federation/core/releases/tag/node-0.10.0

Published by github-actions[bot] almost 2 years ago

0.10.0 (2023-01-11)

Bug Fixes

  • [node] build error when no remotes are used (#500) (189f3f9)

Features

  • [node] build error when no remotes are used (dc73262)
core - https://github.com/module-federation/core/releases/tag/typescript-2.1.3

Published by github-actions[bot] almost 2 years ago

2.1.3 (2022-12-30)

Dependency Updates

  • utils updated to version 1.1.0
core - https://github.com/module-federation/core/releases/tag/nextjs-mf-6.0.1

Published by github-actions[bot] almost 2 years ago

6.0.1 (2022-12-30)

Dependency Updates

  • node updated to version 0.9.11
  • utils updated to version 1.1.0

Bug Fixes

  • dont apply async boundary loader to api routes (#472) (52d0b6b)
core - https://github.com/module-federation/core/releases/tag/node-0.9.11

Published by github-actions[bot] almost 2 years ago

0.9.11 (2022-12-30)

Dependency Updates

  • utils updated to version 1.1.0
core - https://github.com/module-federation/core/releases/tag/utils-1.1.0

Published by github-actions[bot] almost 2 years ago

1.1.0 (2022-12-30)

Bug Fixes

  • utilities: move tslib from peer deps into deps (#474) (792806c)
  • utilities: set webpack peer dep to ^5.40.0 (#473) (d1ae77e)

Features

core - https://github.com/module-federation/core/releases/tag/typescript-2.1.2

Published by github-actions[bot] almost 2 years ago

2.1.2 (2022-12-29)

Dependency Updates

  • utils updated to version 1.0.4

Bug Fixes

  • typescript: compiler host re-writes compiled files in case-insensitive file systems (#451) (448bab5)
core - https://github.com/module-federation/core/releases/tag/nextjs-mf-6.0.0

Published by github-actions[bot] almost 2 years ago

6.0.0 (2022-12-29)

Dependency Updates

  • node updated to version 0.9.10
  • utils updated to version 1.0.4

Features

BREAKING CHANGES

  • Previously, we used to "rekey" all shared packages used in a host in order to prevent eager consumption issues. However, this caused unforeseen issues when trying to share a singleton package, as the package would end up being bundled multiple times per page.

As a result, we have had to stop rekeying shared modules in userland and only do so on internal Next packages themselves.

If you need to dangerously share a package using the old method, you can do so by using the following code:

             const shared = {
               fakeLodash: {
                 import: "lodash",
                 shareKey: "lodash",
               }
             }

Please note that this method is now considered dangerous and should be used with caution.

  • update build release

  • update build release

core - https://github.com/module-federation/core/releases/tag/node-0.9.10

Published by github-actions[bot] almost 2 years ago

0.9.10 (2022-12-29)

Dependency Updates

  • utils updated to version 1.0.4
core - https://github.com/module-federation/core/releases/tag/utils-1.0.4

Published by github-actions[bot] almost 2 years ago

1.0.4 (2022-12-29)

core - https://github.com/module-federation/core/releases/tag/nextjs-mf-5.12.14

Published by github-actions[bot] almost 2 years ago

5.12.14 (2022-12-27)

Dependency Updates

  • node updated to version 0.9.9
  • utils updated to version 1.0.3
core - https://github.com/module-federation/core/releases/tag/typescript-2.1.1

Published by github-actions[bot] almost 2 years ago

2.1.1 (2022-12-27)

Dependency Updates

  • utils updated to version 1.0.3
core - https://github.com/module-federation/core/releases/tag/node-0.9.9

Published by github-actions[bot] almost 2 years ago

0.9.9 (2022-12-27)

Dependency Updates

  • utils updated to version 1.0.3
core - https://github.com/module-federation/core/releases/tag/utils-1.0.3

Published by github-actions[bot] almost 2 years ago

1.0.3 (2022-12-27)

Bug Fixes

core - https://github.com/module-federation/core/releases/tag/nextjs-mf-5.12.13

Published by github-actions[bot] almost 2 years ago

5.12.13 (2022-12-27)

Dependency Updates

  • node updated to version 0.9.8
  • utils updated to version 1.0.2

Bug Fixes

  • nextjs-mf: fix client-side compilation (#453) (d97d764)
core - https://github.com/module-federation/core/releases/tag/typescript-2.1.0

Published by github-actions[bot] almost 2 years ago

2.1.0 (2022-12-27)

Dependency Updates

  • utils updated to version 1.0.2

Bug Fixes

  • typescript: nextJs host can't resolve Types index file (#449) (116690e), closes #435
  • typescript: typescript compiler is losing this reference (#452) (a4b437a), closes #432

Features

core - https://github.com/module-federation/core/releases/tag/node-0.9.8

Published by github-actions[bot] almost 2 years ago

0.9.8 (2022-12-27)

Dependency Updates

  • utils updated to version 1.0.2
core - https://github.com/module-federation/core/releases/tag/utils-1.0.2

Published by github-actions[bot] almost 2 years ago

1.0.2 (2022-12-27)