- Can be combined with the build plug-in to share basic dependencies according to policies to reduce the number of module downloads and improve the loading speed of modules. - Only consume part of the export of the remote module and will not fully downloa
Last release 3 days ago
24 Aug 2026
Ships on a steady schedule
a new release about every 1 weeks
Nearly every release is documented
notes for 58 of the last 60 stable releases
1007 versions withdrawn
withdrawn after publishing
3 years old
1241 releases ยท first in 2023
Release timeline
1241 releases since 2023Releases
- 0.2.125 Jun 2024
Release notes
Open source โ<!-- Release notes generated using configuration in .github/release.yml at v0.2.1 -->
What's Changed
Bug Fixes ๐
- fix: fix expose collect assets do not filter entry point cause load extra file by @nyqykk in https://github.com/module-federation/core/pull/2647
- fix: kill ports before next e2e by @ScriptedAlchemy in https://github.com/module-federation/core/pull/2661
- fix(runtime): modify import typescript type syntax by @chs97 in https://github.com/module-federation/core/pull/2650
- fix(docs): zh/practice/bridge/index link error by @Thulof in https://github.com/module-federation/core/pull/2660
- fix(docs): zh/practice/bridge/index char lack by @Thulof in https://github.com/module-federation/core/pull/2659
- fix(enhanced): support get public path by @ScriptedAlchemy in https://github.com/module-federation/core/pull/2638
- fix(nextjs-mf): enable async function support by @ScriptedAlchemy in https://github.com/module-federation/core/pull/2642
Document ๐
- docs: update framework version by @zhoushaw in https://github.com/module-federation/core/pull/2651
Other Changes
- Release v0.2.0 by @zhoushaw in https://github.com/module-federation/core/pull/2649
- chore(deps-dev): bump @babel/plugin-transform-react-jsx from 7.23.4 to 7.24.7 by @dependabot in https://github.com/module-federation/core/pull/2657
- chore(deps-dev): bump @modern-js/eslint-config from 2.50.0 to 2.54.2 by @dependabot in https://github.com/module-federation/core/pull/2655
- chore(deps-dev): bump @types/chrome from 0.0.260 to 0.0.268 by @dependabot in https://github.com/module-federation/core/pull/2653
New Contributors
- @chs97 made their first contribution in https://github.com/module-federation/core/pull/2650
- @Thulof made their first contribution in https://github.com/module-federation/core/pull/2660
Full Changelog: https://github.com/module-federation/core/compare/v0.2.0...v0.2.1
- 0.2.024 Jun 2024
Release notes
Open source โ<!-- Release notes generated using configuration in .github/release.yml at v0.2.0 -->
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 https://github.com/module-federation/core/pull/2648
Bug Fixes ๐
- fix(dts-plugin): ensure kill fork child process when the task is finished by @2heal1 in https://github.com/module-federation/core/pull/2639
- fix: check pid is undefined before kill it by @2heal1 in https://github.com/module-federation/core/pull/2646
- fix: download api types when types refresh by @2heal1 in https://github.com/module-federation/core/pull/2645
Other Changes
- chore(deps): bump ws from 8.17.0 to 8.17.1 in /packages/dts-plugin by @dependabot in https://github.com/module-federation/core/pull/2627
- Release v0.1.21 by @zhoushaw in https://github.com/module-federation/core/pull/2635
Full Changelog: https://github.com/module-federation/core/compare/v0.1.21...v0.2.0
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 0.1.1025 Apr 2024
Nothing published for this version
- 0.1.923 Apr 2024
Nothing published for this version
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 0.1.027 Mar 2024
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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 0.0.320 Dec 2023
Nothing published for this version
- 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
- 0.0.0-refactor-remove-remote-ip-strategy-2026022507594625 Feb 2026pre-release
Nothing published for this version
- 0.0.0-refactor-manifest-2025111102443411 Nov 2025pre-releasewithdrawn: Pre-release version deprecated
Nothing published for this version