Provide managers for helping handle mf data .
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 58 of the last 60 stable releases
825 versions withdrawn
withdrawn after publishing
3 years old
1113 releases ยท first in 2024
Release timeline
1113 releases since 2024Releases
- 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.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-release
Nothing published for this version
- 0.0.0-release-v0-24-0-2026012908393029 Jan 2026pre-release
Nothing published for this version
- 0.0.0-release-v0-24-0-2026012708145427 Jan 2026pre-release
Nothing published for this version
- 0.0.0-release-v0-23-0-2026012302372023 Jan 2026pre-release
Nothing published for this version
- 0.0.0-release-v0-22-0-2025121806364918 Dec 2025pre-release
Nothing published for this version
- 0.0.0-release-v0-21-5-2025112010331520 Nov 2025pre-release
Nothing published for this version
- 0.0.0-release-v0-21-5-2025111905555519 Nov 2025pre-release
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-release
Nothing published for this version
- 0.0.0-refactor-manifest-2025101711321217 Oct 2025pre-releasewithdrawn: Pre-release version deprecated
Nothing published for this version
- 0.0.0-refactor-manifest-2025101707081417 Oct 2025pre-releasewithdrawn: Pre-release version deprecated
Nothing published for this version
- 0.0.0-refactor-manifest-2025101703182517 Oct 2025pre-releasewithdrawn: Pre-release version deprecated
Nothing published for this version
- 0.0.0-refactor-manifest-2025101607253216 Oct 2025pre-releasewithdrawn: Pre-release version deprecated
Nothing published for this version
- 0.0.0-refactor-manifest-2025101511434515 Oct 2025pre-releasewithdrawn: Pre-release version deprecated
Nothing published for this version
- 0.0.0-refactor-manifest-2025101510424115 Oct 2025pre-releasewithdrawn: Pre-release version deprecated
Nothing published for this version
- 0.0.0-refactor-manifest-2025101509343115 Oct 2025pre-releasewithdrawn: Pre-release version deprecated
Nothing published for this version
- 0.0.0-refactor-manifest-2025101507223715 Oct 2025pre-releasewithdrawn: Pre-release version deprecated
Nothing published for this version
- 0.0.0-refactor-manifest-2025101310393813 Oct 2025pre-releasewithdrawn: Pre-release version deprecated
Nothing published for this version
- 0.0.0-pre-release-2-5-2026052109511421 May 2026pre-release
Nothing published for this version
- 0.0.0-pre-release-2-5-2026052003504620 May 2026pre-release
Nothing published for this version
- 0.0.0-pre-release-2-5-2026051813570518 May 2026pre-release
Nothing published for this version
- 0.0.0-perf-devtools-202601080344468 Jan 2026pre-release
Nothing published for this version
- 0.0.0-perf-devtools-202601070437007 Jan 2026pre-release
Nothing published for this version
- 0.0.0-perf-devtools-202601061241426 Jan 2026pre-release
Nothing published for this version
- 0.0.0-next-2025092602400326 Sept 2025pre-releasewithdrawn: Pre-release version deprecated
Nothing published for this version
- 0.0.0-next-2025092503461625 Sept 2025pre-releasewithdrawn: Pre-release version deprecated
Nothing published for this version
- 0.0.0-next-2025092503264125 Sept 2025pre-releasewithdrawn: Pre-release version deprecated
Nothing published for this version
- 0.0.0-next-2025092412393024 Sept 2025pre-releasewithdrawn: Pre-release version deprecated
Nothing published for this version