This package provides enhanced features for module federation.
Last release 4 days ago
24 Aug 2026
Ships on a steady schedule
a new release about every 1 weeks
Nearly every release is documented
notes for 60 of the last 60 stable releases
988 versions withdrawn
withdrawn after publishing
3 years old
1223 releases ยท first in 2023
Release timeline
1223 releases since 2023Releases
- 0.1.2120 Jun 2024
Release notes
Open source โ<!-- Release notes generated using configuration in .github/release.yml at v0.1.21 -->
What's Changed
New Features ๐
- feat(dts-plugin): decode encoded remote name by @2heal1 in https://github.com/module-federation/core/pull/2626
Bug Fixes ๐
- fix: use ipv4 first while load local remote by @2heal1 in https://github.com/module-federation/core/pull/2623
- fix(dts-plugin): replace sourceEntry with index if the value is '.' by @2heal1 in https://github.com/module-federation/core/pull/2624
- fix: use userOptions.typesFolder first by @2heal1 in https://github.com/module-federation/core/pull/2615
- fix: no delete exist types if fetch new types failed by @2heal1 in https://github.com/module-federation/core/pull/2634
Document ๐
- docs: fix error link by @2heal1 in https://github.com/module-federation/core/pull/2622
- docs: add doc details by @2heal1 in https://github.com/module-federation/core/pull/2625
Other Changes
- Release v0.1.20 by @zhoushaw in https://github.com/module-federation/core/pull/2614
Full Changelog: https://github.com/module-federation/core/compare/v0.1.20...v0.1.21
Additional notes
Open source โPatch Changes
- 1e93c5e: chore(enhanced): add peer deps required by dts plugin
- Updated dependencies [a50c459]
- Updated dependencies [88900ad]
- Updated dependencies [4cddb8a]
- Updated dependencies [6ee10aa]
- Updated dependencies [1e93c5e]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- 0.1.2017 Jun 2024
Release notes
Open source โ<!-- Release notes generated using configuration in .github/release.yml at v0.1.20 -->
What's Changed
New Features ๐
- feat(enhanced): add repository property to the enhanced package by @kmilov in https://github.com/module-federation/core/pull/2591
- feat: support pass shareScopeMap by @2heal1 in https://github.com/module-federation/core/pull/2583
- feat: support dynamic type hints by @2heal1 in https://github.com/module-federation/core/pull/2570
Bug Fixes ๐
- fix(nextjs-mf): do not crash if host is not next by @ScriptedAlchemy in https://github.com/module-federation/core/pull/2604
- fix(runtime): do not apply symbol if object not extensible by @ScriptedAlchemy in https://github.com/module-federation/core/pull/2601
- fix(sdk): the returned properties are used by default when create script and create link hook by @zhoushaw in https://github.com/module-federation/core/pull/2608
- fix(dts-plugin): let dts_plugin handle remote paths instead of abs URLs by @adamdharrington in https://github.com/module-federation/core/pull/2478
- fix(chrome-devtools): fix sharedInfo conflict with userOptions.sharedInfo cause hmr fail by @nyqykk in https://github.com/module-federation/core/pull/2612
- fix(sdk): use variable instead of constant by @2heal1 in https://github.com/module-federation/core/pull/2613
Other Changes
- Release v0.1.19 by @zhoushaw in https://github.com/module-federation/core/pull/2595
- chore: disable next page warmer by @ScriptedAlchemy in https://github.com/module-federation/core/pull/2602
- chore(enhanced): add license property to package.json by @kmilov in https://github.com/module-federation/core/pull/2589
- chore(deps-dev): bump @swc/core from 1.5.6 to 1.5.28 by @dependabot in https://github.com/module-federation/core/pull/2599
- chore(deps-dev): bump @nx/linter from 17.2.8 to 19.2.3 by @dependabot in https://github.com/module-federation/core/pull/2600
- Fix/relative path by @ilteoood in https://github.com/module-federation/core/pull/2610
New Contributors
- @kmilov made their first contribution in https://github.com/module-federation/core/pull/2591
- @adamdharrington made their first contribution in https://github.com/module-federation/core/pull/2478
Full Changelog: https://github.com/module-federation/core/compare/v0.1.19...v0.1.20
Additional notes
Open source โPatch Changes
- 766de80: Add repository property to the enhanced package
- d5ac542: Add license property to the package.json of module-federation/enhanced
- Updated dependencies [685c607]
- Updated dependencies [34f9498]
- Updated dependencies [e8e0969]
- Updated dependencies [349c381]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- 0.1.1911 Jun 2024
Release notes
Open source โ<!-- Release notes generated using configuration in .github/release.yml at v0.1.19 -->
What's Changed
Bug Fixes ๐
- fix: fixed preload resource reuse issues and devtool hmr shared by @zhoushaw in https://github.com/module-federation/core/pull/2580
- fix: do not delete link tag if no preload by @2heal1 in https://github.com/module-federation/core/pull/2585
- fix(nextjs-mf): Do not attach runtime to api runtime chunks by @ScriptedAlchemy in https://github.com/module-federation/core/pull/2571
- fix: don't modify loaded tag by @2heal1 in https://github.com/module-federation/core/pull/2586
Document ๐
- docs: add shared.shareScope by @2heal1 in https://github.com/module-federation/core/pull/2577
Other Changes
- Release v0.1.18 by @zhoushaw in https://github.com/module-federation/core/pull/2578
Full Changelog: https://github.com/module-federation/core/compare/v0.1.18...v0.1.19
Additional notes
Open source โPatch Changes
- e1518e2: Wrap require of federation runtime module in conditional so that async boundary plugin doesnt crash runtimes who do not implement federation
- Updated dependencies [031454d]
- Updated dependencies [b0a31a7]
- Updated dependencies [a2bfb9b]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- 0.1.184 Jun 2024
Release notes
Open source โ<!-- Release notes generated using configuration in .github/release.yml at v0.1.18 -->
What's Changed
Bug Fixes ๐
- fix: add protocol in node automaticly by @2heal1 in https://github.com/module-federation/core/pull/2560
Other Changes
- Release v0.1.17 by @zhoushaw in https://github.com/module-federation/core/pull/2576
Full Changelog: https://github.com/module-federation/core/compare/v0.1.17...v0.1.18
Additional notes
Open source โPatch Changes
- Updated dependencies [80af3f3]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- 0.1.174 Jun 2024
Release notes
Open source โ<!-- Release notes generated using configuration in .github/release.yml at v0.1.17 -->
What's Changed
New Features ๐
- feat(runtime): add mf_module_id to remote to add module debugging information by @zhoushaw in https://github.com/module-federation/core/pull/2561
- feat(runtime): add bridge debug info by @zhoushaw in https://github.com/module-federation/core/pull/2573
Bug Fixes ๐
- fix: add requiredVersion to manifest.shared by @2heal1 in https://github.com/module-federation/core/pull/2574
- fix: rspack splitChunk.chunks should use function to prevent wrong beโฆ by @2heal1 in https://github.com/module-federation/core/pull/2575
Document ๐
- docs: update href in quick-start.mdx files by @wChenonly in https://github.com/module-federation/core/pull/2556
Other Changes
- Release v0.1.16 by @zhoushaw in https://github.com/module-federation/core/pull/2552
- chore(deps): bump rspress from 1.18.4 to 1.22.0 by @dependabot in https://github.com/module-federation/core/pull/2551
New Contributors
- @wChenonly made their first contribution in https://github.com/module-federation/core/pull/2556
Full Changelog: https://github.com/module-federation/core/compare/v0.1.16...v0.1.17
Additional notes
Open source โPatch Changes
- Updated dependencies [4f22c3e]
- Updated dependencies [efadc07]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- 0.1.1630 May 2024
Release notes
Open source โ<!-- Release notes generated using configuration in .github/release.yml at v0.1.16 -->
What's Changed
Bug Fixes ๐
- fix(runtime): correct type structure for preload remote hook by @ScriptedAlchemy in https://github.com/module-federation/core/pull/2515
- fix(runtime): resolve the problem that static resource preload is not reused by @zhoushaw in https://github.com/module-federation/core/pull/2531
- fix: only delete can be configurable descriptor by @2heal1 in https://github.com/module-federation/core/pull/2518
Document ๐
- docs: fixes parameter name typo by @konclave in https://github.com/module-federation/core/pull/2533
- docs: format rsbuild zh chapter by @9aoy in https://github.com/module-federation/core/pull/2532
Other Changes
- Release v0.1.15 by @zhoushaw in https://github.com/module-federation/core/pull/2520
- Fix/optional peer deps by @crutch12 in https://github.com/module-federation/core/pull/2538
- chore: support normalize shared.import option by @2heal1 in https://github.com/module-federation/core/pull/2535
- chore(deps-dev): bump esbuild from 0.20.2 to 0.21.4 by @dependabot in https://github.com/module-federation/core/pull/2548
- chore(deps): bump ws and @types/ws by @dependabot in https://github.com/module-federation/core/pull/2547
- chore: removed ts-ignore on ContainerEntryModule by @ilteoood in https://github.com/module-federation/core/pull/2542
- chore(deps-dev): bump @modern-js/eslint-config from 2.46.1 to 2.50.0 by @dependabot in https://github.com/module-federation/core/pull/2544
- chore(deps-dev): bump qwik-nx from 1.1.1 to 2.3.0 by @dependabot in https://github.com/module-federation/core/pull/2546
New Contributors
- @konclave made their first contribution in https://github.com/module-federation/core/pull/2533
- @9aoy made their first contribution in https://github.com/module-federation/core/pull/2532
Full Changelog: https://github.com/module-federation/core/compare/v0.1.15...v0.1.16
Additional notes
Open source โPatch Changes
- Updated dependencies [cce5404]
- Updated dependencies [ea34795]
- Updated dependencies [364f2bc]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- 0.1.1521 May 2024
Release notes
Open source โ<!-- Release notes generated using configuration in .github/release.yml at v0.1.15 -->
What's Changed
Bug Fixes ๐
- fix(dts-plugin): avoid the generation type order being affected by the loading timing so that every type occurs by @zhoushaw in https://github.com/module-federation/core/pull/2506
Other Changes
- Release v0.1.14 by @zhoushaw in https://github.com/module-federation/core/pull/2517
Full Changelog: https://github.com/module-federation/core/compare/v0.1.14...v0.1.15
Additional notes
Open source โPatch Changes
- Updated dependencies [1227fd6]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- 0.1.1420 May 2024
Release notes
Open source โ<!-- Release notes generated using configuration in .github/release.yml at v0.1.14 -->
What's Changed
New Features ๐
- feat(sdk): script timeout by @ScriptedAlchemy in https://github.com/module-federation/core/pull/2433
- feat(webpack-bundler-runtime): create container function by @ScriptedAlchemy in https://github.com/module-federation/core/pull/2440
Bug Fixes ๐
- fix(nextjs-mf): fix react/jsx-runtime required version warning by @kyletsang in https://github.com/module-federation/core/pull/2503
- fix(nextjs-mf): delete duplicate code lines in nextjs-mf by @chussum in https://github.com/module-federation/core/pull/2499
- fix(node): missing variable in runtime plugin error call by @ScriptedAlchemy in https://github.com/module-federation/core/pull/2516
Other Changes
- Release v0.1.13 by @zhoushaw in https://github.com/module-federation/core/pull/2493
- chore(deps-dev): bump vite from 5.0.13 to 5.2.11 by @dependabot in https://github.com/module-federation/core/pull/2483
- chore(deps): bump @babel/runtime from 7.24.4 to 7.24.5 by @dependabot in https://github.com/module-federation/core/pull/2487
- chore(deps-dev): bump @types/node from 16.11.68 to 20.12.12 by @dependabot in https://github.com/module-federation/core/pull/2495
- chore(deps-dev): bump @node-rs/jieba from 1.9.2 to 1.10.3 by @dependabot in https://github.com/module-federation/core/pull/2512
- Remove dead deps by @ScriptedAlchemy in https://github.com/module-federation/core/pull/2514
- chore(deps-dev): bump @storybook/core-server from 7.6.17 to 8.1.1 by @dependabot in https://github.com/module-federation/core/pull/2508
- chore(deps-dev): bump @testing-library/react from 14.0.0 to 15.0.7 by @dependabot in https://github.com/module-federation/core/pull/2511
New Contributors
- @chussum made their first contribution in https://github.com/module-federation/core/pull/2499
Full Changelog: https://github.com/module-federation/core/compare/v0.1.13...v0.1.14
Additional notes
Open source โPatch Changes
- Updated dependencies [103b2b8]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- 0.1.1314 May 2024
Release notes
Open source โ<!-- Release notes generated using configuration in .github/release.yml at v0.1.13 -->
What's Changed
New Features ๐
- feat(sdk): auto public path support for json remote by @ScriptedAlchemy in https://github.com/module-federation/core/pull/2463
Bug Fixes ๐
- fix: tsup config join by @ilteoood in https://github.com/module-federation/core/pull/2465
- fix(node): runtime plugin missing vars cause crash by @ScriptedAlchemy in https://github.com/module-federation/core/pull/2471
- fix: should use userOptions.shared to apply hooks by @2heal1 in https://github.com/module-federation/core/pull/2476
- fix: remoteEntry chunk may have css files which need to be exclude by @2heal1 in https://github.com/module-federation/core/pull/2492
Document ๐
- docs: fix rspack config demo by @fz6m in https://github.com/module-federation/core/pull/2446
- docs: document errorLoadRemote lifecycle calls by @ScriptedAlchemy in https://github.com/module-federation/core/pull/2417
Other Changes
- Release v0.1.12 by @zhoushaw in https://github.com/module-federation/core/pull/2453
- chore: fix node public path sample by @ScriptedAlchemy in https://github.com/module-federation/core/pull/2468
- chore(webpack-bundler-runtime): add more details tip for loadShareSync by @2heal1 in https://github.com/module-federation/core/pull/2466
- chore: optimize runtime structure by @2heal1 in https://github.com/module-federation/core/pull/2416
- chore: delete references to used shared to prevent memory leaks by @2heal1 in https://github.com/module-federation/core/pull/2347
- chore(deps-dev): bump @fontsource/roboto-mono from 5.0.17 to 5.0.18 by @dependabot in https://github.com/module-federation/core/pull/2484
- chore(deps-dev): bump @swc/core from 1.3.102 to 1.5.6 by @dependabot in https://github.com/module-federation/core/pull/2490
New Contributors
- @fz6m made their first contribution in https://github.com/module-federation/core/pull/2446
Full Changelog: https://github.com/module-federation/core/compare/v0.1.12...v0.1.13
Additional notes
Open source โPatch Changes
- 0113b81: chore: delete references to used shared to prevent memory leaks
- Updated dependencies [2e52e51]
- Updated dependencies [2e52e51]
- Updated dependencies [9559769]
- Updated dependencies [0113b81]
- Updated dependencies [677958c]
- Updated dependencies [2e52e51]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- 0.1.126 May 2024
Release notes
Open source โ<!-- Release notes generated using configuration in .github/release.yml at v0.1.12 -->
What's Changed
Bug Fixes ๐
- fix(runtime): error load remote should fire if before request throw by @ScriptedAlchemy in https://github.com/module-federation/core/pull/2373
- fix: fix publish private error by @nyqykk in https://github.com/module-federation/core/pull/2411
- fix(dts-plugin): avoid typescript generation exceptions in javascript projects by @zhoushaw in https://github.com/module-federation/core/pull/2410
- fix(enhanced): remove package type by @ScriptedAlchemy in https://github.com/module-federation/core/pull/2413
- fix(typescript): add missing dep by @ScriptedAlchemy in https://github.com/module-federation/core/pull/2434
- fix(node): correct chunk evaluation order by @ScriptedAlchemy in https://github.com/module-federation/core/pull/2435
Document ๐
- docs: native ts description by @ilteoood in https://github.com/module-federation/core/pull/2402
- docs: Update runtime.mdx by @ScriptedAlchemy in https://github.com/module-federation/core/pull/2412
- docs: remove unless vmok name by @clChenLiang in https://github.com/module-federation/core/pull/2415
- docs: resolve google module federation get start link break by @zhoushaw in https://github.com/module-federation/core/pull/2414
- docs: updating announcement by @zackarychapple in https://github.com/module-federation/core/pull/2423
- docs: update presets.mdx by @eltociear in https://github.com/module-federation/core/pull/2432
- docs: delete dumplicate property by @JaremyCheng in https://github.com/module-federation/core/pull/2425
- docs: optimize english content by @zackarychapple in https://github.com/module-federation/core/pull/2439
- docs: delete unless content by @zhoushaw in https://github.com/module-federation/core/pull/2451
Other Changes
- Release v0.1.11 by @zhoushaw in https://github.com/module-federation/core/pull/2409
- chore: fix build and test ci error by @zhoushaw in https://github.com/module-federation/core/pull/2403
- chore: remove duplicated section from quick-start docs by @elbeezi in https://github.com/module-federation/core/pull/2424
- revert: native federation typescript original behaviour by @ilteoood in https://github.com/module-federation/core/pull/2428
- chore(deps-dev): bump ejs from 3.1.9 to 3.1.10 by @dependabot in https://github.com/module-federation/core/pull/2442
- chore: release runtime by @ScriptedAlchemy in https://github.com/module-federation/core/pull/2443
- Feat/avoid extract same zip by @ilteoood in https://github.com/module-federation/core/pull/2450
- workflow: modify release action by @zhoushaw in https://github.com/module-federation/core/pull/2452
New Contributors
- @clChenLiang made their first contribution in https://github.com/module-federation/core/pull/2415
- @zackarychapple made their first contribution in https://github.com/module-federation/core/pull/2423
- @eltociear made their first contribution in https://github.com/module-federation/core/pull/2432
- @JaremyCheng made their first contribution in https://github.com/module-federation/core/pull/2425
- @elbeezi made their first contribution in https://github.com/module-federation/core/pull/2424
Full Changelog: https://github.com/module-federation/core/compare/v0.1.11...v0.1.12
Additional notes
Open source โPatch Changes
- Updated dependencies [2a18c65]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- 0.1.1129 Apr 2024
Release notes
Open source โ<!-- Release notes generated using configuration in .github/release.yml at v0.1.11 -->
What's Changed
New Features ๐
- feat(native-federation-typescript): speedup by @ilteoood in https://github.com/module-federation/core/pull/2341
- feat(node): runtime plugin for node envs by @ScriptedAlchemy in https://github.com/module-federation/core/pull/2361
- feat(nextjs-mf): enable federation manifest by @ScriptedAlchemy in https://github.com/module-federation/core/pull/2387
- feat(devtools): add modern lib to publish npm package by @nyqykk in https://github.com/module-federation/core/pull/2370
Bug Fixes ๐
- fix: download retrieves count per file by @ilteoood in https://github.com/module-federation/core/pull/2354
- fix: patch chunk split of "_partial" container entry by @ScriptedAlchemy in https://github.com/module-federation/core/pull/2353
- fix(runtime): preserve generic in loadRemote/loadShare/loadShareSync (#2325) by @crutch12 in https://github.com/module-federation/core/pull/2345
- fix(typescript): fix import path and @mf-types generation Windows (#566) by @crutch12 in https://github.com/module-federation/core/pull/2340
- fix(nextjs-mf): fix loader failure in ci by @ScriptedAlchemy in https://github.com/module-federation/core/pull/2386
- fix: runtime main configuration by @ilteoood in https://github.com/module-federation/core/pull/2384
- fix(enhanced): add type to package by @ScriptedAlchemy in https://github.com/module-federation/core/pull/2376
- fix(devtools): fix options undefined cause error by @nyqykk in https://github.com/module-federation/core/pull/2401
Document ๐
- docs: update next docs by @ScriptedAlchemy in https://github.com/module-federation/core/pull/2375
- docs: renew the brand by @zhoushaw in https://github.com/module-federation/core/pull/2359
- docs: optimize readme module federation 2.0 by @zhoushaw in https://github.com/module-federation/core/pull/2381
- docs: add framework content only by @ScriptedAlchemy in https://github.com/module-federation/core/pull/2378
- docs: optimize readme 2.0 by @zhoushaw in https://github.com/module-federation/core/pull/2392
- docs: optimize readme 2.0 by @ScriptedAlchemy in https://github.com/module-federation/core/pull/2396
- docs: optimize announcement doc by @zhoushaw in https://github.com/module-federation/core/pull/2398
- docs: add new npm pkg by @zhoushaw in https://github.com/module-federation/core/pull/2400
Other Changes
- Release v0.1.8 by @zhoushaw in https://github.com/module-federation/core/pull/2352
- chore: add miss changeset by @zhoushaw in https://github.com/module-federation/core/pull/2356
- chore(deps): bump reactflow from 11.10.4 to 11.11.2 by @dependabot in https://github.com/module-federation/core/pull/2360
- chore(deps): bump node-schedule and @types/node-schedule by @dependabot in https://github.com/module-federation/core/pull/2335
- chore: fix e2e ci temp issue by @ScriptedAlchemy in https://github.com/module-federation/core/pull/2366
- Release v1.0.2 by @zhoushaw in https://github.com/module-federation/core/pull/2365
- chore(deps-dev): bump @commitlint/cli from 17.8.1 to 19.3.0 by @dependabot in https://github.com/module-federation/core/pull/2364
- chore: fix doc imports for node by @ScriptedAlchemy in https://github.com/module-federation/core/pull/2369
- chore: remove cn from url and let redirect handle by @ScriptedAlchemy in https://github.com/module-federation/core/pull/2372
- chore(deps-dev): bump axios from 0.26.1 to 1.6.7 by @dependabot in https://github.com/module-federation/core/pull/2355
- chore(deps-dev): bump qwik-speak from 0.12.2 to 0.20.1 by @dependabot in https://github.com/module-federation/core/pull/2337
- chore: change the repo name from "universe" to "core" by @zhoushaw in https://github.com/module-federation/core/pull/2379
- Release v8.3.11 by @zhoushaw in https://github.com/module-federation/core/pull/2390
- chore: update regex for modern app by @ScriptedAlchemy in https://github.com/module-federation/core/pull/2389
- Update index.mdx by @alyahmedaly in https://github.com/module-federation/core/pull/2394
- Revert "docs: optimize readme 2.0" by @ScriptedAlchemy in https://github.com/module-federation/core/pull/2395
- chore: update changeset by @nyqykk in https://github.com/module-federation/core/pull/2404
- chore(enhanced): fix esm exports by @ScriptedAlchemy in https://github.com/module-federation/core/pull/2408
New Contributors
- @alyahmedaly made their first contribution in https://github.com/module-federation/core/pull/2394
Full Changelog: https://github.com/module-federation/core/compare/v0.1.8...v0.1.11
Additional notes
Open source โPatch Changes
- d45ee54: add type to package.json of commonjs
- 3d2c63a: fix esm export formats and make webpack optional peer
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- 0.1.1025 Apr 2024
Release notes
Open source โPatch Changes
- Updated dependencies [3d4fb69]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- Updated dependencies [3d4fb69]
- 0.1.923 Apr 2024
Release notes
Open source โPatch Changes
- fcbae83: patch chunk split of "_partial" container chunks
- Updated dependencies [fcbae83]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- 0.1.819 Apr 2024
Release notes
Open source โ<!-- Release notes generated using configuration in .github/release.yml at v0.1.8 -->
Full Changelog: https://github.com/module-federation/universe/compare/v0.1.8...v0.1.8
<!-- Release notes generated using configuration in .github/release.yml at v0.1.8 -->
What's Changed
New Features ๐
- feat(enhanced): chunk matcher to federation runtime by @ScriptedAlchemy in https://github.com/module-federation/universe/pull/2349
- feat(enhanced): improve async boundary for sibling chunk dep by @ScriptedAlchemy in https://github.com/module-federation/universe/pull/2350
Other Changes
- chore(deps-dev): bump @types/react-dom from 18.2.19 to 18.2.25 by @dependabot in https://github.com/module-federation/universe/pull/2338
Full Changelog: https://github.com/module-federation/universe/compare/v0.1.7...v0.1.8
Additional notes
Open source โPatch Changes
- 56eb56a: add chunk matcher logic to federation runtime module
- b120511: Improve Async Boundary Plugin on entry that use dependOn and improve chunk dep search
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- 0.1.718 Apr 2024
Release notes
Open source โ<!-- Release notes generated using configuration in .github/release.yml at 23e186bac99ec8779441875fadd7f7e674531000 -->
What's Changed
Bug Fixes ๐
- fix: support config string shareScope by @2heal1 in https://github.com/module-federation/universe/pull/2342
- fix(enhanced): plugin failure when federation runtime is unused by @ScriptedAlchemy in https://github.com/module-federation/universe/pull/2324
Other Changes
- Release v0.1.6 by @zhoushaw in https://github.com/module-federation/universe/pull/2339
- chore: update ci build tags excldues for test by @ScriptedAlchemy in https://github.com/module-federation/universe/pull/2344
- Release v0.1.7 by @zhoushaw in https://github.com/module-federation/universe/pull/2346
Full Changelog: https://github.com/module-federation/universe/compare/v0.1.6...v0.1.7
Additional notes
Open source โPatch Changes
- 648353b: Check that runtime plugins are not undefined or tree shaken out before calling the factory functions
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- 0.1.615 Apr 2024
Release notes
Open source โ<!-- Release notes generated using configuration in .github/release.yml at v0.1.6 -->
What's Changed
Other Changes
- Release v0.1.5 by @zhoushaw in https://github.com/module-federation/universe/pull/2331
- chore: fix release tag by @2heal1 in https://github.com/module-federation/universe/pull/2333
Full Changelog: https://github.com/module-federation/universe/compare/v0.1.5...v0.1.6
Additional notes
Open source โPatch Changes
- 72c7b80: chore: fix release tag
- Updated dependencies [72c7b80]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- 0.1.515 Apr 2024
Release notes
Open source โ<!-- Release notes generated using configuration in .github/release.yml at v0.1.5 -->
What's Changed
New Features ๐
- feat: support config manifest by @2heal1 in https://github.com/module-federation/universe/pull/2319
- feat: support config multiple shared by @2heal1 in https://github.com/module-federation/universe/pull/2313
- feat: supports the use of @module-federation/enhanced/runtime and also has type hints by @zhoushaw in https://github.com/module-federation/universe/pull/2329
- feat: align with shared import:false by @2heal1 in https://github.com/module-federation/universe/pull/2330
Bug Fixes ๐
- fix: output error in file by @2heal1 in https://github.com/module-federation/universe/pull/2320
Other Changes
- Release v0.1.4 by @zhoushaw in https://github.com/module-federation/universe/pull/2323
- chore: optimize runtime example by @zhoushaw in https://github.com/module-federation/universe/pull/2326
- chore: modify build:pkg command by @zhoushaw in https://github.com/module-federation/universe/pull/2327
- chore: fix ci error by @zhoushaw in https://github.com/module-federation/universe/pull/2328
- chore: downgrade template code to es5 by @2heal1 in https://github.com/module-federation/universe/pull/2298
Full Changelog: https://github.com/module-federation/universe/compare/v0.1.4...v0.1.5
Additional notes
Open source โPatch Changes
- 876a4ff: feat: support config shared import:false in runtime
- e0acf83: chore: downgrade template code to es5
- 1a9c6e7: feat: support config multiple versions shared
- Updated dependencies [f9b8af7]
- Updated dependencies [71559fb]
- Updated dependencies [ca271ab]
- Updated dependencies [1a9c6e7]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- 0.1.413 Apr 2024
Release notes
Open source โ<!-- Release notes generated using configuration in .github/release.yml at v0.1.4 -->
What's Changed
Bug Fixes ๐
- fix: fixed type declaration in pkg by @zhoushaw in https://github.com/module-federation/universe/pull/2315
- fix(enhanced): allow dts plugin to be disabled by @ScriptedAlchemy in https://github.com/module-federation/universe/pull/2321
Document ๐
- docs: fixed command line display by @zhoushaw in https://github.com/module-federation/universe/pull/2312
- docs: fix typo by @dr2009 in https://github.com/module-federation/universe/pull/2311
- docs: optimize quick start content by @zhoushaw in https://github.com/module-federation/universe/pull/2318
Other Changes
- Release v0.1.3 by @zhoushaw in https://github.com/module-federation/universe/pull/2310
New Contributors
- @dr2009 made their first contribution in https://github.com/module-federation/universe/pull/2311
Full Changelog: https://github.com/module-federation/universe/compare/v0.1.3...v0.1.4
Additional notes
Open source โPatch Changes
- 8f3a440: fix: detect whether the project is ts
- 2f697b9: fix: fixed type declaration in pkg
- 8f3a440: allow dts plugin to be disabled
- Updated dependencies [8f3a440]
- Updated dependencies [2f697b9]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- 0.1.310 Apr 2024
Release notes
Open source โ<!-- Release notes generated using configuration in .github/release.yml at v0.1.3 -->
What's Changed
Bug Fixes ๐
- fix: chunkId may equal number 0 by @2heal1 in https://github.com/module-federation/universe/pull/2306
Document ๐
- docs: fix devtool doc format error by @zhoushaw in https://github.com/module-federation/universe/pull/2275
- docs: update README.md by @zhoushaw in https://github.com/module-federation/universe/pull/2278
- docs: lists past underlying packages by @zhoushaw in https://github.com/module-federation/universe/pull/2286
- docs: add v0.1 release note by @zhoushaw in https://github.com/module-federation/universe/pull/2287
- docs: chrome devtools by @zhoushaw in https://github.com/module-federation/universe/pull/2292
- docs: update type-prompt.mdx by @rrosenshain-sc in https://github.com/module-federation/universe/pull/2305
Other Changes
- Release v0.1.2 by @zhoushaw in https://github.com/module-federation/universe/pull/2274
- doc: optimize readme by @zhoushaw in https://github.com/module-federation/universe/pull/2276
- doc: optimize README.md by @zhoushaw in https://github.com/module-federation/universe/pull/2277
- chore: optimize devtool ci by @zhoushaw in https://github.com/module-federation/universe/pull/2279
- chore: optimize quick start by @zhoushaw in https://github.com/module-federation/universe/pull/2281
- doc: optimize quick start type declaration by @zhoushaw in https://github.com/module-federation/universe/pull/2282
- chore(deps-dev): bump vite from 5.0.10 to 5.0.13 by @dependabot in https://github.com/module-federation/universe/pull/2284
- Revert "chore(enhanced): adjust add federation init process (#2035)" by @ScriptedAlchemy in https://github.com/module-federation/universe/pull/2271
- chore: native typescript remove all eslint annotation and rollback version by @zhoushaw in https://github.com/module-federation/universe/pull/2285
New Contributors
- @rrosenshain-sc made their first contribution in https://github.com/module-federation/universe/pull/2305
Full Changelog: https://github.com/module-federation/universe/compare/v0.1.2...v0.1.3
Additional notes
Open source โPatch Changes
- 32eba3c: fix: chunkId may equal number 0
- 6b3b210: revert chunk integration
- Updated dependencies [f926b6c]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- 0.1.23 Apr 2024
Release notes
Open source โ<!-- Release notes generated using configuration in .github/release.yml at v0.1.2 -->
What's Changed
New Features ๐
- feat: enhance type capabilities by @2heal1 in https://github.com/module-federation/universe/pull/2185
- feat(chrome-devtools): support devtools to debug online mf module by @nyqykk in https://github.com/module-federation/universe/pull/2178
Bug Fixes ๐
- fix(nextjs-mf): skip sharing next internals by @ScriptedAlchemy in https://github.com/module-federation/universe/pull/2259
- fix(docs): add reject in promise-based dynamic remote by @mababain in https://github.com/module-federation/universe/pull/2264
- fix(nextjs-mf): skip share next internals by @ScriptedAlchemy in https://github.com/module-federation/universe/pull/2270
Other Changes
- Release v0.1.1 by @zhoushaw in https://github.com/module-federation/universe/pull/2237
- chore(docs): remove unnecessary closing bracket by @AbePlays in https://github.com/module-federation/universe/pull/2239
- chore(deps): update dependency inquirer to v9.2.17 by @renovate in https://github.com/module-federation/universe/pull/2249
- chore(deps): update dependency esbuild to v0.20.2 by @renovate in https://github.com/module-federation/universe/pull/2248
- chore(deps): update dependency @rspack/plugin-react-refresh to v0.5.9 by @renovate in https://github.com/module-federation/universe/pull/2246
- Release v8.3.2 by @zhoushaw in https://github.com/module-federation/universe/pull/2260
- chore: convergence of all package entries by @2heal1 in https://github.com/module-federation/universe/pull/2269
- chore: rename @module-federation/enhanced-rspack to @module-federation/rspack and enhanced export runtime by @2heal1 in https://github.com/module-federation/universe/pull/2273
- doc: module federation new doc by @zhoushaw in https://github.com/module-federation/universe/pull/2224
New Contributors
- @AbePlays made their first contribution in https://github.com/module-federation/universe/pull/2239
Full Changelog: https://github.com/module-federation/universe/compare/v0.1.1...v0.1.2
Additional notes
Open source โPatch Changes
- c1efbbf: chore: convergence of all package entries chore: ๆถๆๆๆๅ ็ๅ ฅๅฃ
- c8c0ad2: feat: enhance type capability
- 1bb03d1: chore: rename @module-federation/enhanced-rspack to @module-federation/rspack
- 1bb03d1: chore: enhanced export runtime
- Updated dependencies [c8c0ad2]
- Updated dependencies [1bb03d1]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- 0.1.127 Mar 2024
Release notes
Open source โ<!-- Release notes generated using configuration in .github/release.yml at v8.2.6 -->
What's Changed
New Features ๐
- feat(node): use runtime script loader in node federation by @ScriptedAlchemy in https://github.com/module-federation/universe/pull/1978
- feat: generate manifest and consume it by @2heal1 in https://github.com/module-federation/universe/pull/2108
- feat: add registerRemotes api by @2heal1 in https://github.com/module-federation/universe/pull/2171
Bug Fixes ๐
- fix(runtime): use link to preload js assets by @2heal1 in https://github.com/module-federation/universe/pull/2071
- fix(deps): update dependency react-router-dom to v6.22.0 by @renovate in https://github.com/module-federation/universe/pull/2066
- fix(sdk): wrong exportedInterface interface in createScriptNode by @mababain in https://github.com/module-federation/universe/pull/2082
- fix(deps): update dependency undici to v5.28.3 [security] by @renovate in https://github.com/module-federation/universe/pull/2099
- fix(deps): update dependency typedoc to v0.25.8 by @renovate in https://github.com/module-federation/universe/pull/2095
- fix(deps): update dependency antd to v4.24.15 by @renovate in https://github.com/module-federation/universe/pull/2033
- fix(sdk): safe access localstorage in browser detection by @ScriptedAlchemy in https://github.com/module-federation/universe/pull/2054
- fix: native federation behaviour on vite by @ilteoood in https://github.com/module-federation/universe/pull/2134
- fix(runtime): adding reject to args in loadEsmEntry by @MadaraUchiha-314 in https://github.com/module-federation/universe/pull/2067
- fix(node): install encoding peer dep by @ScriptedAlchemy in https://github.com/module-federation/universe/pull/2147
- fix(nextjs-mf): fix next 14 loader rules by @ScriptedAlchemy in https://github.com/module-federation/universe/pull/2149
- fix(runtime): The preload link is inserted without specific purpose by @zhoushaw in https://github.com/module-federation/universe/pull/2152
- fix(runtime): preserve error.stack instead of throwing new error by @2heal1 in https://github.com/module-federation/universe/pull/2153
- fix(nextjs-mf): fix static method function proxy assignment by @ScriptedAlchemy in https://github.com/module-federation/universe/pull/2156
- fix(manifest): apply stats options by @2heal1 in https://github.com/module-federation/universe/pull/2175
- fix(website): fixed build and deployment for website and docs by @lexasq in https://github.com/module-federation/universe/pull/2172
- fix(nextjs-mf): only call module factory in valid conditions by @ScriptedAlchemy in https://github.com/module-federation/universe/pull/2226
- fix(nextjs-mf): throw compile error if AppDir is used by @ScriptedAlchemy in https://github.com/module-federation/universe/pull/2227
- fix(deps): update dependency express to v4.19.2 [security] by @renovate in https://github.com/module-federation/universe/pull/2229
- fix(nextjs-mf): cache bust remote urls by @ScriptedAlchemy in https://github.com/module-federation/universe/pull/2232
Other Changes
- Release v0.0.12 by @zhoushaw in https://github.com/module-federation/universe/pull/2078
- Release v0.0.13 by @zhoushaw in https://github.com/module-federation/universe/pull/2079
- Feat/native federation retry logic by @ilteoood in https://github.com/module-federation/universe/pull/2069
- Release v0.3.0 by @zhoushaw in https://github.com/module-federation/universe/pull/2085
- chore(deps): update dependency inquirer to v9.2.14 by @renovate in https://github.com/module-federation/universe/pull/2064
- chore: remove useless code by @2heal1 in https://github.com/module-federation/universe/pull/2110
- chore: update next packages and improve e2e by @ScriptedAlchemy in https://github.com/module-federation/universe/pull/2100
- chore(deps): update dependency @asciidoctor/core to v3.0.4 by @renovate in https://github.com/module-federation/universe/pull/2094
- chore(deps): update storybook monorepo to v7.6.17 by @renovate in https://github.com/module-federation/universe/pull/2083
- chore(deps): update dependency node to v18.19.1 by @renovate in https://github.com/module-federation/universe/pull/2062
- chore(deps): update typescript-eslint monorepo to v6.21.0 by @renovate in https://github.com/module-federation/universe/pull/2065
- chore: add modernjs example app by @ScriptedAlchemy in https://github.com/module-federation/universe/pull/2112
- chore(deps): update react monorepo by @renovate in https://github.com/module-federation/universe/pull/2063
- chore(deps): update dependency @types/jest to v29.5.12 by @renovate in https://github.com/module-federation/universe/pull/2061
- chore(deps): update dependency @dqbd/tiktoken to v1.0.13 by @renovate in https://github.com/module-federation/universe/pull/2060
- test: fix e2e for modernjs by @ScriptedAlchemy in https://github.com/module-federation/universe/pull/2113
- chore(deps): update dependency tailwindcss to v3.4.1 by @renovate in https://github.com/module-federation/universe/pull/2024
- chore(deps): update dependency postcss-custom-properties to v13.3.5 by @renovate in https://github.com/module-federation/universe/pull/2133
- chore(deps): update dependency inquirer to v9.2.15 by @renovate in https://github.com/module-federation/universe/pull/2131
- chore(deps): update dependency esbuild to v0.20.1 by @renovate in https://github.com/module-federation/universe/pull/2130
- chore(deps): update dependency open to v10.0.4 by @renovate in https://github.com/module-federation/universe/pull/2132
- chore: resolve node e2e errors by @ScriptedAlchemy in https://github.com/module-federation/universe/pull/2143
- chore(deps): update dependency @types/react to v18.2.62 by @renovate in https://github.com/module-federation/universe/pull/2128
- chore(deps): update dependency cypress to v13.6.6 by @renovate in https://github.com/module-federation/universe/pull/2129
- chore: scope modernjs app correctly by @ScriptedAlchemy in https://github.com/module-federation/universe/pull/2146
- Release v0.0.14 by @zhoushaw in https://github.com/module-federation/universe/pull/2148
- release docs by @ScriptedAlchemy in https://github.com/module-federation/universe/pull/2150
- Nextjs plugin Release v8.2.0 by @zhoushaw in https://github.com/module-federation/universe/pull/2151
- Release v0.0.15 by @zhoushaw in https://github.com/module-federation/universe/pull/2170
- Release v8.2.2 by @zhoushaw in https://github.com/module-federation/universe/pull/2173
- chore(deps): update dependency webpack to v5.76.0 [security] by @renovate in https://github.com/module-federation/universe/pull/2169
- Release v0.0.16 by @zhoushaw in https://github.com/module-federation/universe/pull/2176
- Feat/native federation rolldown by @ilteoood in https://github.com/module-federation/universe/pull/2174
- Release v0.0.17 by @zhoushaw in https://github.com/module-federation/universe/pull/2193
- chore(deps): update dependency verdaccio to v5.29.2 by @renovate in https://github.com/module-federation/universe/pull/2164
- Minor documentation tidy up for
@module-federation/nodeby @matt-pawley in https://github.com/module-federation/universe/pull/2190 - chore(deps): update fontsource monorepo by @renovate in https://github.com/module-federation/universe/pull/2165
- chore(deps): update dependency @rspack/core to v0.5.7 by @renovate in https://github.com/module-federation/universe/pull/2191
- chore: remove unless deps by @zhoushaw in https://github.com/module-federation/universe/pull/2206
- Major Documentation Refactoring & New Doc Topics by @omfgnuts in https://github.com/module-federation/universe/pull/2195
- chore(deps): update dependency @rspack/core to v0.5.8 by @renovate in https://github.com/module-federation/universe/pull/2213
- chore(deps): update dependency @types/node to v18.19.26 by @renovate in https://github.com/module-federation/universe/pull/2217
- chore(deps): update dependency @rspack/dev-server to v0.5.8 by @renovate in https://github.com/module-federation/universe/pull/2214
- chore(deps): update dependency @rspack/plugin-react-refresh to v0.5.8 by @renovate in https://github.com/module-federation/universe/pull/2215
- Release v0.4.0 by @zhoushaw in https://github.com/module-federation/universe/pull/2230
New Contributors
- @mababain made their first contribution in https://github.com/module-federation/universe/pull/2082
- @MadaraUchiha-314 made their first contribution in https://github.com/module-federation/universe/pull/2067
- @matt-pawley made their first contribution in https://github.com/module-federation/universe/pull/2190
Full Changelog: https://github.com/module-federation/universe/compare/v0.0.12...v8.2.6
Additional notes
Open source โPatch Changes
- ee57fb0: update chunk integration for entry modules
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- 0.1.07 Oct 2023
Release notes
Open source โ<!-- Release notes generated using configuration in .github/release.yml at v0.1.0 -->
What's Changed
Bug Fixes ๐
- fix(nextjs-mf): only call module factory in valid conditions by @ScriptedAlchemy in https://github.com/module-federation/universe/pull/2226
- fix(nextjs-mf): throw compile error if AppDir is used by @ScriptedAlchemy in https://github.com/module-federation/universe/pull/2227
- fix(deps): update dependency express to v4.19.2 [security] by @renovate in https://github.com/module-federation/universe/pull/2229
- fix(nextjs-mf): cache bust remote urls by @ScriptedAlchemy in https://github.com/module-federation/universe/pull/2232
- fix(nextjs-mf): deprecate utils use by @ScriptedAlchemy in https://github.com/module-federation/universe/pull/2234
Other Changes
- Feat/native federation rolldown by @ilteoood in https://github.com/module-federation/universe/pull/2174
- Release v0.0.17 by @zhoushaw in https://github.com/module-federation/universe/pull/2193
- chore(deps): update dependency verdaccio to v5.29.2 by @renovate in https://github.com/module-federation/universe/pull/2164
- Minor documentation tidy up for
@module-federation/nodeby @matt-pawley in https://github.com/module-federation/universe/pull/2190 - chore(deps): update fontsource monorepo by @renovate in https://github.com/module-federation/universe/pull/2165
- chore(deps): update dependency @rspack/core to v0.5.7 by @renovate in https://github.com/module-federation/universe/pull/2191
- chore: remove unless deps by @zhoushaw in https://github.com/module-federation/universe/pull/2206
- Major Documentation Refactoring & New Doc Topics by @omfgnuts in https://github.com/module-federation/universe/pull/2195
- chore(deps): update dependency @rspack/core to v0.5.8 by @renovate in https://github.com/module-federation/universe/pull/2213
- chore(deps): update dependency @types/node to v18.19.26 by @renovate in https://github.com/module-federation/universe/pull/2217
- chore(deps): update dependency @rspack/dev-server to v0.5.8 by @renovate in https://github.com/module-federation/universe/pull/2214
- chore(deps): update dependency @rspack/plugin-react-refresh to v0.5.8 by @renovate in https://github.com/module-federation/universe/pull/2215
- Release v0.4.0 by @zhoushaw in https://github.com/module-federation/universe/pull/2230
- Release v8.2.6 by @zhoushaw in https://github.com/module-federation/universe/pull/2233
- chore(enhanced): adjust add federation init process by @nyqykk in https://github.com/module-federation/universe/pull/2035
New Contributors
- @matt-pawley made their first contribution in https://github.com/module-federation/universe/pull/2190
Full Changelog: https://github.com/module-federation/universe/compare/v0.0.17...v0.1.0
Additional notes
Open source โMinor Changes
- df3ef24: use chunk integration to initalize federation runtime and plugins in runtime bootstrap
Patch Changes
- df3ef24: Support multiple runtime chunks, single runtime chunks in reference hoisting
- df3ef24: chore: adjust add federation init process
- Updated dependencies [df3ef24]
- Updated dependencies [df3ef24]
- Updated dependencies [df3ef24]
- Updated dependencies [df3ef24]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- 0.0.1715 Mar 2024
Release notes
Open source โ<!-- Release notes generated using configuration in .github/release.yml at v0.0.17 -->
What's Changed
New Features ๐
- feat: add registerRemotes api by @2heal1 in https://github.com/module-federation/universe/pull/2171
Bug Fixes ๐
- fix(website): fixed build and deployment for website and docs by @lexasq in https://github.com/module-federation/universe/pull/2172
Other Changes
- Release v0.0.16 by @zhoushaw in https://github.com/module-federation/universe/pull/2176
Full Changelog: https://github.com/module-federation/universe/compare/v0.0.16...v0.0.17
Additional notes
Open source โPatch Changes
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- 0.0.1611 Mar 2024
Release notes
Open source โ<!-- Release notes generated using configuration in .github/release.yml at v0.0.16 -->
What's Changed
Bug Fixes ๐
- fix(nextjs-mf): fix static method function proxy assignment by @ScriptedAlchemy in https://github.com/module-federation/universe/pull/2156
- fix(manifest): apply stats options by @2heal1 in https://github.com/module-federation/universe/pull/2175
Other Changes
- Release v0.0.15 by @zhoushaw in https://github.com/module-federation/universe/pull/2170
- Release v8.2.2 by @zhoushaw in https://github.com/module-federation/universe/pull/2173
- chore(deps): update dependency webpack to v5.76.0 [security] by @renovate in https://github.com/module-federation/universe/pull/2169
Full Changelog: https://github.com/module-federation/universe/compare/v0.0.15...v0.0.16
Additional notes
Open source โPatch Changes
- Updated dependencies [ccafac3]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- 0.0.158 Mar 2024
Release notes
Open source โ<!-- Release notes generated using configuration in .github/release.yml at v0.0.15 -->
What's Changed
New Features ๐
- feat: generate manifest and consume it by @2heal1 in https://github.com/module-federation/universe/pull/2108
Bug Fixes ๐
- fix(nextjs-mf): fix next 14 loader rules by @ScriptedAlchemy in https://github.com/module-federation/universe/pull/2149
- fix(runtime): The preload link is inserted without specific purpose by @zhoushaw in https://github.com/module-federation/universe/pull/2152
- fix(runtime): preserve error.stack instead of throwing new error by @2heal1 in https://github.com/module-federation/universe/pull/2153
Other Changes
- Release v0.0.14 by @zhoushaw in https://github.com/module-federation/universe/pull/2148
- release docs by @ScriptedAlchemy in https://github.com/module-federation/universe/pull/2150
- Nextjs plugin Release v8.2.0 by @zhoushaw in https://github.com/module-federation/universe/pull/2151
Full Changelog: https://github.com/module-federation/universe/compare/v0.0.14...v0.0.15
Additional notes
Open source โPatch Changes
- ba5bedd: feat: support manifest
- Updated dependencies [3a45d99]
- Updated dependencies [ba5bedd]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- 0.0.145 Mar 2024
Release notes
Open source โ<!-- Release notes generated using configuration in .github/release.yml at v0.0.14 -->
What's Changed
New Features ๐
- feat(node): use runtime script loader in node federation by @ScriptedAlchemy in https://github.com/module-federation/universe/pull/1978
Bug Fixes ๐
- fix(deps): update dependency react-router-dom to v6.22.0 by @renovate in https://github.com/module-federation/universe/pull/2066
- fix(sdk): wrong exportedInterface interface in createScriptNode by @mababain in https://github.com/module-federation/universe/pull/2082
- fix(deps): update dependency undici to v5.28.3 [security] by @renovate in https://github.com/module-federation/universe/pull/2099
- fix(deps): update dependency typedoc to v0.25.8 by @renovate in https://github.com/module-federation/universe/pull/2095
- fix(deps): update dependency antd to v4.24.15 by @renovate in https://github.com/module-federation/universe/pull/2033
- fix(sdk): safe access localstorage in browser detection by @ScriptedAlchemy in https://github.com/module-federation/universe/pull/2054
- fix: native federation behaviour on vite by @ilteoood in https://github.com/module-federation/universe/pull/2134
- fix(runtime): adding reject to args in loadEsmEntry by @MadaraUchiha-314 in https://github.com/module-federation/universe/pull/2067
- fix(node): install encoding peer dep by @ScriptedAlchemy in https://github.com/module-federation/universe/pull/2147
Other Changes
- Release v0.0.13 by @zhoushaw in https://github.com/module-federation/universe/pull/2079
- Feat/native federation retry logic by @ilteoood in https://github.com/module-federation/universe/pull/2069
- Release v0.3.0 by @zhoushaw in https://github.com/module-federation/universe/pull/2085
- chore(deps): update dependency inquirer to v9.2.14 by @renovate in https://github.com/module-federation/universe/pull/2064
- chore: remove useless code by @2heal1 in https://github.com/module-federation/universe/pull/2110
- chore: update next packages and improve e2e by @ScriptedAlchemy in https://github.com/module-federation/universe/pull/2100
- chore(deps): update dependency @asciidoctor/core to v3.0.4 by @renovate in https://github.com/module-federation/universe/pull/2094
- chore(deps): update storybook monorepo to v7.6.17 by @renovate in https://github.com/module-federation/universe/pull/2083
- chore(deps): update dependency node to v18.19.1 by @renovate in https://github.com/module-federation/universe/pull/2062
- chore(deps): update typescript-eslint monorepo to v6.21.0 by @renovate in https://github.com/module-federation/universe/pull/2065
- chore: add modernjs example app by @ScriptedAlchemy in https://github.com/module-federation/universe/pull/2112
- chore(deps): update react monorepo by @renovate in https://github.com/module-federation/universe/pull/2063
- chore(deps): update dependency @types/jest to v29.5.12 by @renovate in https://github.com/module-federation/universe/pull/2061
- chore(deps): update dependency @dqbd/tiktoken to v1.0.13 by @renovate in https://github.com/module-federation/universe/pull/2060
- test: fix e2e for modernjs by @ScriptedAlchemy in https://github.com/module-federation/universe/pull/2113
- chore(deps): update dependency tailwindcss to v3.4.1 by @renovate in https://github.com/module-federation/universe/pull/2024
- chore(deps): update dependency postcss-custom-properties to v13.3.5 by @renovate in https://github.com/module-federation/universe/pull/2133
- chore(deps): update dependency inquirer to v9.2.15 by @renovate in https://github.com/module-federation/universe/pull/2131
- chore(deps): update dependency esbuild to v0.20.1 by @renovate in https://github.com/module-federation/universe/pull/2130
- chore(deps): update dependency open to v10.0.4 by @renovate in https://github.com/module-federation/universe/pull/2132
- chore: resolve node e2e errors by @ScriptedAlchemy in https://github.com/module-federation/universe/pull/2143
- chore(deps): update dependency @types/react to v18.2.62 by @renovate in https://github.com/module-federation/universe/pull/2128
- chore(deps): update dependency cypress to v13.6.6 by @renovate in https://github.com/module-federation/universe/pull/2129
- chore: scope modernjs app correctly by @ScriptedAlchemy in https://github.com/module-federation/universe/pull/2146
New Contributors
- @mababain made their first contribution in https://github.com/module-federation/universe/pull/2082
- @MadaraUchiha-314 made their first contribution in https://github.com/module-federation/universe/pull/2067
Full Changelog: https://github.com/module-federation/universe/compare/v0.0.13...v0.0.14
Additional notes
Open source โPatch Changes
- Updated dependencies [cd8c7bf]
- Updated dependencies [5576c6b]
- @module-federation/[email protected]
- @module-federation/[email protected]
- 0.0.136 Feb 2024
Release notes
Open source โ<!-- Release notes generated using configuration in .github/release.yml at v0.0.13 -->
What's Changed
Bug Fixes ๐
- fix(runtime): use link to preload js assets by @2heal1 in https://github.com/module-federation/universe/pull/2071
Other Changes
null
Full Changelog: https://github.com/module-federation/universe/compare/v0.0.12...v0.0.13
Additional notes
Open source โPatch Changes
- Updated dependencies [804447c]
- @module-federation/[email protected]
- @module-federation/[email protected]
- 0.0.126 Feb 2024
Release notes
Open source โ<!-- Release notes generated using configuration in .github/release.yml at main -->
What's Changed
Bug Fixes ๐
- fix(enhanced): use upath to against more edge cases between different OS by @2heal1 in https://github.com/module-federation/universe/pull/2070
Other Changes
null
Full Changelog: https://github.com/module-federation/universe/compare/v0.0.11...v0.0.12
Additional notes
Open source โPatch Changes
- 4ca0c7b: fix(enhanced): use upath to against more edge cases between different OS
- @module-federation/[email protected]
- @module-federation/[email protected]
- 0.0.114 Feb 2024
Release notes
Open source โ<!-- Release notes generated using configuration in .github/release.yml at v0.0.11 -->
What's Changed
Bug Fixes ๐
- fix(runtime): support restricted unsafe-eval environments by @ScriptedAlchemy in https://github.com/module-federation/universe/pull/2018
- fix(3000-home): add trailing slash on antd and lodash shared config by @ryok90 in https://github.com/module-federation/universe/pull/2038
- fix(nextjs-mf): change runtimePlugin definition order by @ryok90 in https://github.com/module-federation/universe/pull/2052
- fix: normalize bundler runtime import paths by @jonthomp in https://github.com/module-federation/universe/pull/1997
- fix(runtime): nativeGlobal is undefined by @2heal1 in https://github.com/module-federation/universe/pull/2058
- fix(runtime): runtime should not pre-register shared while strategy is 'loaded-first' by @2heal1 in https://github.com/module-federation/universe/pull/2056
Other Changes
- Release v0.0.10 by @zhoushaw in https://github.com/module-federation/universe/pull/2005
- Update README.md by @Corepex in https://github.com/module-federation/universe/pull/2014
- workflow: add issue labeled by @zhoushaw in https://github.com/module-federation/universe/pull/2028
New Contributors
- @Corepex made their first contribution in https://github.com/module-federation/universe/pull/2014
- @ryok90 made their first contribution in https://github.com/module-federation/universe/pull/2038
- @jonthomp made their first contribution in https://github.com/module-federation/universe/pull/1997
Full Changelog: https://github.com/module-federation/universe/compare/v0.0.10...v0.0.11
Additional notes
Open source โPatch Changes
- 5c17bc4: normalize bundler runtime import paths
- @module-federation/[email protected]
- @module-federation/[email protected]
- 0.0.1022 Jan 2024
Release notes
Open source โWhat's Changed
New Features ๐
- feat(runtime): allow onload hook to return wrapped module by @ScriptedAlchemy in https://github.com/module-federation/universe/pull/1987
- feat(runtime): automatically complete the snapshot so that devtool can visualize it by @zhoushaw in https://github.com/module-federation/universe/pull/1982
Bug Fixes ๐
- fix(enhanced): async boundary on dependOn named chunks by @ScriptedAlchemy in https://github.com/module-federation/universe/pull/1960
- fix(nextjs-mf): remove delegate code by @ScriptedAlchemy in https://github.com/module-federation/universe/pull/1938
- fix(node): Improve chunk flushing by @ScriptedAlchemy in https://github.com/module-federation/universe/pull/1985
Other Changes
- Release v0.0.9 by @zhoushaw in https://github.com/module-federation/universe/pull/1965
- chore: disable unreliable e2e of next project by @ScriptedAlchemy in https://github.com/module-federation/universe/pull/1972
- chore: remove isolated config by @ScriptedAlchemy in https://github.com/module-federation/universe/pull/1977
- ci: improve e2e stability of next by @ScriptedAlchemy in https://github.com/module-federation/universe/pull/1979
- fi(node): AutoPublicPath plugin to use federation api to calculate public path automatically by @ScriptedAlchemy in https://github.com/module-federation/universe/pull/1983
- chore: update next build commands in CI by @ScriptedAlchemy in https://github.com/module-federation/universe/pull/2000
Full Changelog: https://github.com/module-federation/universe/compare/v0.0.9...v0.0.10
Additional notes
Open source โPatch Changes
- 51b18e0: Fix bug in AyncBoundaryPlugin when chunkID is not set to named and dependOn exists
- @module-federation/[email protected]
- @module-federation/[email protected]
- 0.0.915 Jan 2024
Release notes
Open source โ<!-- Release notes generated using configuration in .github/release.yml at v0.0.9 -->
What's Changed
Bug Fixes ๐
- fix(nextjs-mf): production build issues during next compile by @ScriptedAlchemy in https://github.com/module-federation/universe/pull/1940
- fix: copy decalaration files to output by @2heal1 in https://github.com/module-federation/universe/pull/1957
- fix: not duplicate set resolve.alias by @2heal1 in https://github.com/module-federation/universe/pull/1948
- fix: window.location.origin will be 'null' in iframe srcDoc by @2heal1 in https://github.com/module-federation/universe/pull/1956
- fix: webpackRequire.S has been attached with instance.shareScopeMap by @2heal1 in https://github.com/module-federation/universe/pull/1962
Document ๐
- docs: added contribution guidelines on how to publish official versions by @zhoushaw in https://github.com/module-federation/universe/pull/1944
Other Changes
- Release v0.0.8 by @zhoushaw in https://github.com/module-federation/universe/pull/1932
- Next Plugin Release v8.1.5 by @zhoushaw in https://github.com/module-federation/universe/pull/1945
Full Changelog: https://github.com/module-federation/universe/compare/v0.0.8...v0.0.9
Additional notes
Open source โPatch Changes
- 1147f48: fix: not duplicate set resolve.alias
- cf8634d: fix: copy decalaration files to output
- 2ad29a6: fix: remove duplicate init shareScopeMap
fix: normalize schemas path
fix: shared is loaded if it has lib attr
- @module-federation/[email protected]
- @module-federation/[email protected]
- 0.0.88 Jan 2024
Release notes
Open source โ<!-- Release notes generated using configuration in .github/release.yml at v0.0.8 -->
What's Changed
New Features ๐
- feat: refactor module federation runtime by @2heal1 in https://github.com/module-federation/universe/pull/1913
Bug Fixes ๐
- none
Other Changes
- Release v0.0.7 by @zhoushaw in https://github.com/module-federation/universe/pull/1897
Full Changelog: https://github.com/module-federation/universe/compare/v0.0.7...v0.0.8
Additional notes
Open source โPatch Changes
- 98eb40d: feat: enhanced
- Updated dependencies [98eb40d]
- Updated dependencies [98eb40d]
- @module-federation/[email protected]
- @module-federation/[email protected]
- 0.0.73 Jan 2024
Release notes
Open source โ<!-- Release notes generated using configuration in .github/release.yml at v0.0.7 -->
What's Changed
New Features ๐
- feat: add init container hook by @2heal1 in https://github.com/module-federation/universe/pull/1889
Bug Fixes ๐
- fix(runtime): fixed an exception in global object processing in the micro-front-end scenario by @zhoushaw in https://github.com/module-federation/universe/pull/1859
Other Changes
- chore(deps): update dependency prettier-eslint to v16 by @renovate in https://github.com/module-federation/universe/pull/1879
- chore(deps): update dependency open to v10 by @renovate in https://github.com/module-federation/universe/pull/1878
- chore(deps): update dependency @rollup/plugin-alias to v5 by @renovate in https://github.com/module-federation/universe/pull/1869
- chore(deps): update dependency @jscutlery/semver to v4 by @renovate in https://github.com/module-federation/universe/pull/1868
- chore: modify renovate schedule by @zhoushaw in https://github.com/module-federation/universe/pull/1894
- chore(deps): update dependency @builder.io/qwik-city to v1.3.2 by @renovate in https://github.com/module-federation/universe/pull/1893
- chore(deps): update dependency @antora/site-generator to v3.1.7 by @renovate in https://github.com/module-federation/universe/pull/1891
Full Changelog: https://github.com/module-federation/universe/compare/v0.0.6...v0.0.7
- 0.0.62 Jan 2024
Release notes
Open source โ<!-- Release notes generated using configuration in .github/release.yml at v0.0.6 -->
What's Changed
Bug Fixes ๐
- fix: rename usePlugins to prevent swc react-refresh from throwing errors when replacing variables by @2heal1 in https://github.com/module-federation/universe/pull/1880
Other Changes
- chore: add release note by @zhoushaw in https://github.com/module-federation/universe/pull/1864
Full Changelog: https://github.com/module-federation/universe/compare/v0.0.5...v0.0.6
- 0.0.528 Dec 2023
Release notes
Open source โ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
Additional notes
Open source โPatch Changes
- Updated dependencies [5a79cb3]
- @module-federation/[email protected]
- 0.0.420 Dec 2023
Release notes
Open source โWhat's Changed
New Features ๐
- feat(runtime): The first official version of federation runtime is released
Additional notes
Open source โPatch Changes
- @module-federation/[email protected]
Bug Fixes
- align with bytedance linting (8000055)
- enhanced: refactory async boundary plugin (230a105)
- nx build dep sync (38c0902)
0.2.0-canary.4 (2023-11-20)
Bug Fixes
- enhanced: use getAllReferencedChunks api for federation indexing (b8846be)
- nextjs-mf: Improved async startup dep track (839e47b)
- rename plugin took tap (b1e0f58)
Features
- enhanced: โจ Reference Hoisting (6ab3e72)
- enhanced: HoistContainerReferencesPlugin (adc00e7)
- nextjs-mf: Use HoistReferencePlugin over DelegatePlugin (e8f1e43)
0.2.0-canary.3 (2023-11-08)
Bug Fixes
- enhanced: correct schema validation issues (5a04a81)
0.2.0-canary.2 (2023-11-07)
Bug Fixes
- issues with integrated runtime chunk (edc4d97)
- issues with integrated runtime chunk (d4fa90d)
- issues with integrated runtime chunk (aa1b137)
Features
- enhanced: AsyncBoundary support ESM targets and remix_run framework outputs (0100694)
0.2.0-canary.1 (2023-11-06)
Bug Fixes
- deps: update dependency typedoc to v0.25.2 (46c6524)
- deps: update dependency undici to v5.26.2 [security] (410a8b8)
- override semantic-release-plugin-decorators (18675de)
- switch to @goestav/nx-semantic-release (63a3350)
Features
- enhanced: new async boundary plugin design (a4ac1ac)
- enhanced: Rewrite Async Boundary based on bytedance version (fa05dd6)
- enhanced: Support Async Mode and option (3c33b8e)
- new actions, remove gpt integration (370229e)
Changelog
This file was generated using @jscutlery/semver.
0.1.0 (2023-10-07)
Bug Fixes
- ensure chunk handler exists before calling it (98ba838)
Features
- AddRuntimeRequirementToPromiseExternal (9bc5a20)
- 0.0.4-03 Oct 2023pre-release
- 0.0.33 Oct 2023
Nothing published for this version
- 0.0.23 Oct 2023
Release notes
Open source โ<!-- Release notes generated using configuration in .github/release.yml at v0.0.2 -->
What's Changed
New Features ๐
- feat(esbuild): Esbuild support by @ScriptedAlchemy in https://github.com/module-federation/core/pull/2473
Other Changes
- Release v0.2.3 by @zhoushaw in https://github.com/module-federation/core/pull/2678
Full Changelog: https://github.com/module-federation/core/compare/v0.2.3...v0.0.2
- 0.0.13 Oct 2023
Nothing published for this version
- 0.0.1-rc.03 Oct 2023pre-release
Release notes
Open source โ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)
- 0.0.0-research-issue-4085-2025101623275716 Oct 2025pre-releasewithdrawn: Pre-release version deprecated
Nothing published for this version
- 0.0.0-release-v2-9-0-2026082403063724 Aug 2026pre-release
Nothing published for this version
- 0.0.0-release-v2-8-0-2026071507343315 Jul 2026pre-release
Nothing published for this version
- 0.0.0-release-v2-7-0-202607070703417 Jul 2026pre-release
Nothing published for this version
- 0.0.0-release-v2-6-0-2026062212210922 Jun 2026pre-release
Nothing published for this version
- 0.0.0-release-v2-4-0-2026042803054728 Apr 2026pre-release
Nothing published for this version
- 0.0.0-release-v2-3-3-2026041512165715 Apr 2026pre-release
Nothing published for this version
- 0.0.0-release-v2-3-2-2026041304010413 Apr 2026pre-release
Nothing published for this version
- 0.0.0-release-v2-3-2-2026041008102510 Apr 2026pre-release
Nothing published for this version
- 0.0.0-release-v2-3-1-2026033110402131 Mar 2026pre-release
Nothing published for this version
- 0.0.0-release-v2-2-3-2026031810510918 Mar 2026pre-release
Nothing published for this version
- 0.0.0-release-v2-2-2-2026031710470517 Mar 2026pre-release
Nothing published for this version
- 0.0.0-release-v0-24-0-202602021206522 Feb 2026pre-releasewithdrawn: Pre-release version deprecated
Nothing published for this version
- 0.0.0-release-v0-24-0-2026012908393029 Jan 2026pre-releasewithdrawn: Pre-release version deprecated
Nothing published for this version
- 0.0.0-release-v0-24-0-2026012708145427 Jan 2026pre-releasewithdrawn: Pre-release version deprecated
Nothing published for this version
- 0.0.0-release-v0-23-0-2026012302372023 Jan 2026pre-releasewithdrawn: Pre-release version deprecated
Nothing published for this version
- 0.0.0-release-v0-22-0-2025121806364918 Dec 2025pre-releasewithdrawn: Pre-release version deprecated
Nothing published for this version
- 0.0.0-release-v0-21-5-2025112010331520 Nov 2025pre-releasewithdrawn: Pre-release version deprecated
Nothing published for this version
- 0.0.0-release-v0-21-5-2025111905555519 Nov 2025pre-releasewithdrawn: Pre-release version deprecated
Nothing published for this version