PackageTrack

npm ยท #4352

@module-federation/dts-plugin

2.9.0module-federation/core โ†—

Release timeline

1050 releases since 2024
20252026

Releases

  1. 0.1.1630 May 2024
    Release notes

    <!-- 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

    Open source โ†’
    Additional notes

    Patch Changes

    Open source โ†’
  2. 0.1.1521 May 2024
    Release notes

    <!-- 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

    Open source โ†’
    Additional notes

    Patch Changes

    Open source โ†’
  3. 0.1.1420 May 2024
    Release notes

    <!-- 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

    Open source โ†’
    Additional notes

    Patch Changes

    Open source โ†’
  4. 0.1.1314 May 2024
    Release notes

    <!-- 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

    Open source โ†’
    Additional notes

    Patch Changes

    • 2e52e51: Build zip url for json ext as well
    • 677958c: fix: tsup configuration
    • Updated dependencies [2e52e51]
    • Updated dependencies [0113b81]
    • Updated dependencies [677958c]
    • Updated dependencies [2e52e51]
    Open source โ†’
  5. 0.1.126 May 2024
    Release notes

    <!-- 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

    Open source โ†’
    Additional notes

    Patch Changes

    Open source โ†’
  6. 0.1.1129 Apr 2024
    Release notes

    <!-- 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

    Open source โ†’
    Additional notes

    Patch Changes

    Open source โ†’
  7. 0.1.1025 Apr 2024
    Release notes

    Patch Changes

    Open source โ†’
  8. 0.1.923 Apr 2024
    Release notes

    Patch Changes

    Open source โ†’
  9. 0.1.819 Apr 2024
    Release notes

    <!-- 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

    Open source โ†’
    Additional notes

    Patch Changes

    Open source โ†’
  10. 0.1.718 Apr 2024
    Release notes

    <!-- 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

    Open source โ†’
    Additional notes

    Patch Changes

    Open source โ†’
  11. 0.1.615 Apr 2024
    Release notes

    <!-- 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

    Open source โ†’
    Additional notes

    Patch Changes

    Open source โ†’
  12. 0.1.515 Apr 2024
    Release notes

    <!-- 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

    Open source โ†’
    Additional notes

    Patch Changes

    • f9b8af7: feat: supports the use of @module-federation/enhanced/runtime and also has type hints
    • 71559fb: fix: output error in file
    • Updated dependencies [ca271ab]
    • Updated dependencies [1a9c6e7]
    Open source โ†’
  13. 0.1.413 Apr 2024
    Release notes

    <!-- 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

    Open source โ†’
    Additional notes

    Patch Changes

    • 8f3a440: fix: detect whether the project is ts
    • Updated dependencies [8f3a440]
    • Updated dependencies [2f697b9]
    Open source โ†’
  14. 0.1.310 Apr 2024
    Release notes

    <!-- 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

    Open source โ†’
    Additional notes

    Patch Changes

    Open source โ†’
  15. 0.1.23 Apr 2024
    Release notes

    <!-- 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

    Open source โ†’
    Additional notes

    Patch Changes

    Open source โ†’
  16. 0.0.0-research-issue-4085-2025101623275716 Oct 2025pre-releasewithdrawn: Pre-release version deprecated

    Nothing published for this version

  17. 0.0.0-release-v2-9-0-2026082403063724 Aug 2026pre-release

    Nothing published for this version

  18. 0.0.0-release-v2-8-0-2026071507343315 Jul 2026pre-release

    Nothing published for this version

  19. 0.0.0-release-v2-7-0-202607070703417 Jul 2026pre-release

    Nothing published for this version

  20. 0.0.0-release-v2-6-0-2026062212210922 Jun 2026pre-release

    Nothing published for this version

  21. 0.0.0-release-v2-4-0-2026042803054728 Apr 2026pre-release

    Nothing published for this version

  22. 0.0.0-release-v2-3-3-2026041512165715 Apr 2026pre-release

    Nothing published for this version

  23. 0.0.0-release-v2-3-2-2026041304010413 Apr 2026pre-release

    Nothing published for this version

  24. 0.0.0-release-v2-3-2-2026041008102510 Apr 2026pre-release

    Nothing published for this version

  25. 0.0.0-release-v2-3-1-2026033110402131 Mar 2026pre-release

    Nothing published for this version

  26. 0.0.0-release-v2-2-3-2026031810510918 Mar 2026pre-release

    Nothing published for this version

  27. 0.0.0-release-v2-2-2-2026031710470517 Mar 2026pre-release

    Nothing published for this version

  28. 0.0.0-release-v0-24-0-202602021206522 Feb 2026pre-release

    Nothing published for this version

  29. 0.0.0-release-v0-24-0-2026012908393029 Jan 2026pre-release

    Nothing published for this version

  30. 0.0.0-release-v0-24-0-2026012708145427 Jan 2026pre-release

    Nothing published for this version

  31. 0.0.0-release-v0-23-0-2026012302372023 Jan 2026pre-release

    Nothing published for this version

  32. 0.0.0-release-v0-22-0-2025121806364918 Dec 2025pre-release

    Nothing published for this version

  33. 0.0.0-release-v0-21-5-2025112010331520 Nov 2025pre-release

    Nothing published for this version

  34. 0.0.0-release-v0-21-5-2025111905555519 Nov 2025pre-release

    Nothing published for this version

  35. 0.0.0-refactor-remove-remote-ip-strategy-2026022507594625 Feb 2026pre-release

    Nothing published for this version

  36. 0.0.0-refactor-manifest-2025111102443411 Nov 2025pre-release

    Nothing published for this version

  37. 0.0.0-refactor-manifest-2025101711321217 Oct 2025pre-releasewithdrawn: Pre-release version deprecated

    Nothing published for this version

  38. 0.0.0-refactor-manifest-2025101707081417 Oct 2025pre-releasewithdrawn: Pre-release version deprecated

    Nothing published for this version

  39. 0.0.0-refactor-manifest-2025101703182517 Oct 2025pre-releasewithdrawn: Pre-release version deprecated

    Nothing published for this version

  40. 0.0.0-refactor-manifest-2025101607253216 Oct 2025pre-releasewithdrawn: Pre-release version deprecated

    Nothing published for this version

  41. 0.0.0-refactor-manifest-2025101511434515 Oct 2025pre-releasewithdrawn: Pre-release version deprecated

    Nothing published for this version

  42. 0.0.0-refactor-manifest-2025101510424115 Oct 2025pre-releasewithdrawn: Pre-release version deprecated

    Nothing published for this version

  43. 0.0.0-refactor-manifest-2025101509343115 Oct 2025pre-releasewithdrawn: Pre-release version deprecated

    Nothing published for this version

  44. 0.0.0-refactor-manifest-2025101507223715 Oct 2025pre-releasewithdrawn: Pre-release version deprecated

    Nothing published for this version

  45. 0.0.0-refactor-manifest-2025101310393813 Oct 2025pre-releasewithdrawn: Pre-release version deprecated

    Nothing published for this version

  46. 0.0.0-pre-release-2-5-2026052109511421 May 2026pre-release

    Nothing published for this version

  47. 0.0.0-pre-release-2-5-2026052003504620 May 2026pre-release

    Nothing published for this version

  48. 0.0.0-pre-release-2-5-2026051813570518 May 2026pre-release

    Nothing published for this version

  49. 0.0.0-perf-devtools-202601080344468 Jan 2026pre-release

    Nothing published for this version

  50. 0.0.0-perf-devtools-202601070437007 Jan 2026pre-release

    Nothing published for this version

  51. 0.0.0-perf-devtools-202601061241426 Jan 2026pre-release

    Nothing published for this version

  52. 0.0.0-next-2025092602400326 Sept 2025pre-releasewithdrawn: Pre-release version deprecated

    Nothing published for this version

  53. 0.0.0-next-2025092503461625 Sept 2025pre-releasewithdrawn: Pre-release version deprecated

    Nothing published for this version

  54. 0.0.0-next-2025092503264125 Sept 2025pre-releasewithdrawn: Pre-release version deprecated

    Nothing published for this version

  55. 0.0.0-next-2025092412393024 Sept 2025pre-releasewithdrawn: Pre-release version deprecated

    Nothing published for this version

  56. 0.0.0-next-2025092407384424 Sept 2025pre-releasewithdrawn: Pre-release version deprecated

    Nothing published for this version

  57. 0.0.0-next-2025092406495324 Sept 2025pre-releasewithdrawn: Pre-release version deprecated

    Nothing published for this version

  58. 0.0.0-next-2025092308115423 Sept 2025pre-releasewithdrawn: Pre-release version deprecated

    Nothing published for this version

  59. 0.0.0-next-2025092215063222 Sept 2025pre-releasewithdrawn: Pre-release version deprecated

    Nothing published for this version

  60. 0.0.0-next-2025092007465720 Sept 2025pre-releasewithdrawn: Pre-release version deprecated

    Nothing published for this version