PackageTrack

npm ยท #4372

@module-federation/enhanced

2.9.0module-federation/core โ†—

This package provides enhanced features for module federation.

Release timeline

1223 releases since 2023
202420252026

Releases

  1. 0.1.2120 Jun 2024
    Release notes

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

    Open source โ†’
    Additional notes

    Patch Changes

    Open source โ†’
  2. 0.1.2017 Jun 2024
    Release notes

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

    Open source โ†’
    Additional notes

    Patch Changes

    Open source โ†’
  3. 0.1.1911 Jun 2024
    Release notes

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

    Open source โ†’
    Additional notes

    Patch Changes

    Open source โ†’
  4. 0.1.184 Jun 2024
    Release notes

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

    Open source โ†’
    Additional notes

    Patch Changes

    Open source โ†’
  5. 0.1.174 Jun 2024
    Release notes

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

    Open source โ†’
    Additional notes

    Patch Changes

    Open source โ†’
  6. 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 โ†’
  7. 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 โ†’
  8. 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 โ†’
  9. 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

    Open source โ†’
  10. 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 โ†’
  11. 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 โ†’
  12. 0.1.1025 Apr 2024
    Release notes

    Patch Changes

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

    Patch Changes

    Open source โ†’
  14. 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 โ†’
  15. 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 โ†’
  16. 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 โ†’
  17. 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

    Open source โ†’
  18. 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

    Open source โ†’
  19. 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 โ†’
  20. 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

    • c1efbbf: chore: convergence of all package entries chore: ๆ”ถๆ•›ๆ‰€ๆœ‰ๅŒ…็š„ๅ…ฅๅฃ
    • c8c0ad2: feat: enhance type capability
    • 1bb03d1: chore: rename @module-federation/enhanced-rspack to @module-federation/rspack
    • 1bb03d1: chore: enhanced export runtime
    • Updated dependencies [c8c0ad2]
    • Updated dependencies [1bb03d1]
    Open source โ†’
  21. 0.1.127 Mar 2024
    Release notes

    <!-- 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/node by @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

    Open source โ†’
    Additional notes

    Patch Changes

    Open source โ†’
  22. 0.1.07 Oct 2023
    Release notes

    <!-- 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/node by @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

    Open source โ†’
    Additional notes

    Minor Changes

    • df3ef24: use chunk integration to initalize federation runtime and plugins in runtime bootstrap

    Patch Changes

    • df3ef24: Support multiple runtime chunks, single runtime chunks in reference hoisting
    • df3ef24: chore: adjust add federation init process
    • Updated dependencies [df3ef24]
    • Updated dependencies [df3ef24]
    • Updated dependencies [df3ef24]
    • Updated dependencies [df3ef24]
    Open source โ†’
  23. 0.0.1715 Mar 2024
    Release notes

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

    Open source โ†’
    Additional notes

    Patch Changes

    Open source โ†’
  24. 0.0.1611 Mar 2024
    Release notes

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

    Open source โ†’
    Additional notes

    Patch Changes

    Open source โ†’
  25. 0.0.158 Mar 2024
    Release notes

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

    Open source โ†’
    Additional notes

    Patch Changes

    Open source โ†’
  26. 0.0.145 Mar 2024
    Release notes

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

    Open source โ†’
    Additional notes

    Patch Changes

    Open source โ†’
  27. 0.0.136 Feb 2024
    Release notes

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

    Open source โ†’
    Additional notes

    Patch Changes

    Open source โ†’
  28. 0.0.126 Feb 2024
    Release notes

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

    Open source โ†’
    Additional notes

    Patch Changes

    Open source โ†’
  29. 0.0.114 Feb 2024
    Release notes

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

    Open source โ†’
    Additional notes

    Patch Changes

    Open source โ†’
  30. 0.0.1022 Jan 2024
    Release notes

    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

    Open source โ†’
    Additional notes

    Patch Changes

    Open source โ†’
  31. 0.0.915 Jan 2024
    Release notes

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

    Open source โ†’
    Additional notes

    Patch Changes

    • 1147f48: fix: not duplicate set resolve.alias
    • cf8634d: fix: copy decalaration files to output
    • 2ad29a6: fix: remove duplicate init shareScopeMap fix: normalize schemas path fix: shared is loaded if it has lib attr
    Open source โ†’
  32. 0.0.88 Jan 2024
    Release notes

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

    Open source โ†’
    Additional notes

    Patch Changes

    Open source โ†’
  33. 0.0.73 Jan 2024
    Release notes

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

    Open source โ†’
    Additional notes

    Patch Changes

    Open source โ†’
  34. 0.0.62 Jan 2024
    Release notes

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

    Open source โ†’
    Additional notes

    Patch Changes

    Open source โ†’
  35. 0.0.528 Dec 2023
    Release notes

    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

    Open source โ†’
    Additional notes

    Patch Changes

    Open source โ†’
  36. 0.0.420 Dec 2023
    Release notes

    What's Changed

    New Features ๐ŸŽ‰

    Open source โ†’
    Additional notes

    Patch Changes

    Bug Fixes

    • align with bytedance linting (8000055)
    • enhanced: refactory async boundary plugin (230a105)
    • nx build dep sync (38c0902)

    0.2.0-canary.4 (2023-11-20)

    Bug Fixes

    • enhanced: use getAllReferencedChunks api for federation indexing (b8846be)
    • nextjs-mf: Improved async startup dep track (839e47b)
    • rename plugin took tap (b1e0f58)

    Features

    • enhanced: โœจ Reference Hoisting (6ab3e72)
    • enhanced: HoistContainerReferencesPlugin (adc00e7)
    • nextjs-mf: Use HoistReferencePlugin over DelegatePlugin (e8f1e43)

    0.2.0-canary.3 (2023-11-08)

    Bug Fixes

    • enhanced: correct schema validation issues (5a04a81)

    0.2.0-canary.2 (2023-11-07)

    Bug Fixes

    • issues with integrated runtime chunk (edc4d97)
    • issues with integrated runtime chunk (d4fa90d)
    • issues with integrated runtime chunk (aa1b137)

    Features

    • enhanced: AsyncBoundary support ESM targets and remix_run framework outputs (0100694)

    0.2.0-canary.1 (2023-11-06)

    Bug Fixes

    • deps: update dependency typedoc to v0.25.2 (46c6524)
    • deps: update dependency undici to v5.26.2 [security] (410a8b8)
    • override semantic-release-plugin-decorators (18675de)
    • switch to @goestav/nx-semantic-release (63a3350)

    Features

    • enhanced: new async boundary plugin design (a4ac1ac)
    • enhanced: Rewrite Async Boundary based on bytedance version (fa05dd6)
    • enhanced: Support Async Mode and option (3c33b8e)
    • new actions, remove gpt integration (370229e)

    Changelog

    This file was generated using @jscutlery/semver.

    0.1.0 (2023-10-07)

    Bug Fixes

    • ensure chunk handler exists before calling it (98ba838)

    Features

    • AddRuntimeRequirementToPromiseExternal (9bc5a20)
    Open source โ†’
  37. 0.0.4-03 Oct 2023pre-release
    Release notes

    Bug Fixes

    Open source โ†’
  38. 0.0.33 Oct 2023

    Nothing published for this version

  39. 0.0.23 Oct 2023
    Release notes

    <!-- Release notes generated using configuration in .github/release.yml at v0.0.2 -->

    What's Changed

    New Features ๐ŸŽ‰

    • feat(esbuild): Esbuild support by @ScriptedAlchemy in https://github.com/module-federation/core/pull/2473

    Other Changes

    • Release v0.2.3 by @zhoushaw in https://github.com/module-federation/core/pull/2678

    Full Changelog: https://github.com/module-federation/core/compare/v0.2.3...v0.0.2

    Open source โ†’
  40. 0.0.13 Oct 2023

    Nothing published for this version

  41. 0.0.1-rc.03 Oct 2023pre-release
    Release notes

    Bug Fixes

    • add missing serialize method on RemoteModule (e7ac801)
    • add override to remoteModule (875038a)
    • bad impleentation during federation port (cc2e53f)
    • broken versioning issues in consumes (e7fada2)
    • change exports for module info runtime (f40c538)
    • enhanced: module info duplication (49b4a57)
    • enhanced: syntax issue in proxy (2e5848b)
    • improve backward compat remote_scope global (ac0efa3)
    • improve logic in runtime module info proxy (8eea1a8)
    • legacy scope duplication on recreation (347e4c9)
    • package data (992d298)
    • remote global share scope (e05d32f)
    • Ts import error (6e7974c)
    • TS imports to webpack (d506b49)
    • TS imports, missing module methods (8eb422d)
    • ts in template string (579b341)
    • ts in template string (37e790a)
    • ts in template string (0edbbea)
    • ts in template string (1d56efd)
    • ts in template string (113d703)
    • typescript issues (0a07481)
    • use ES5 for renderStartup of entrypoint (d14324a)

    Features

    • additional plugin exports (0604461)
    • AsyncBoundaryPlugin (00227ca)
    • checkInvalidContext as tapable hook (a3eb553)
    • ContainerEntryModule: fix TypeScript issue, enhance needBuild method #398a60e (c561e11), closes #398a60
    • enhanced: Fork Module Federation (8682990)
    • enhanced: Refactor ContainerEntryDependency and ContainerEntryModule for better code readability and maintainability (e93e7d2)
    • fork module federation (0ad7430)
    • improved async init (17b1419)
    • support lazy compilation (29c234c)
    • Use enhanced Federation Plugin (e021d66)

    Reverts

    • Revert "add migration / sync steps" (5511559)
    Open source โ†’
  42. 0.0.0-research-issue-4085-2025101623275716 Oct 2025pre-releasewithdrawn: Pre-release version deprecated

    Nothing published for this version

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

    Nothing published for this version

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

    Nothing published for this version

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

    Nothing published for this version

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

    Nothing published for this version

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

    Nothing published for this version

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

    Nothing published for this version

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

    Nothing published for this version

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

    Nothing published for this version

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

    Nothing published for this version

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

    Nothing published for this version

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

    Nothing published for this version

  54. 0.0.0-release-v0-24-0-202602021206522 Feb 2026pre-releasewithdrawn: Pre-release version deprecated

    Nothing published for this version

  55. 0.0.0-release-v0-24-0-2026012908393029 Jan 2026pre-releasewithdrawn: Pre-release version deprecated

    Nothing published for this version

  56. 0.0.0-release-v0-24-0-2026012708145427 Jan 2026pre-releasewithdrawn: Pre-release version deprecated

    Nothing published for this version

  57. 0.0.0-release-v0-23-0-2026012302372023 Jan 2026pre-releasewithdrawn: Pre-release version deprecated

    Nothing published for this version

  58. 0.0.0-release-v0-22-0-2025121806364918 Dec 2025pre-releasewithdrawn: Pre-release version deprecated

    Nothing published for this version

  59. 0.0.0-release-v0-21-5-2025112010331520 Nov 2025pre-releasewithdrawn: Pre-release version deprecated

    Nothing published for this version

  60. 0.0.0-release-v0-21-5-2025111905555519 Nov 2025pre-releasewithdrawn: Pre-release version deprecated

    Nothing published for this version