Releases: module-federation/core
Releases · module-federation/core
v0.1.21
What's Changed
New Features 🎉
Bug Fixes 🐞
- fix: use ipv4 first while load local remote by @2heal1 in #2623
- fix(dts-plugin): replace sourceEntry with index if the value is '.' by @2heal1 in #2624
- fix: use userOptions.typesFolder first by @2heal1 in #2615
- fix: no delete exist types if fetch new types failed by @2heal1 in #2634
Document 📖
Other Changes
Full Changelog: v0.1.20...v0.1.21
v0.1.20
What's Changed
New Features 🎉
- feat(enhanced): add repository property to the enhanced package by @kmilov in #2591
- feat: support pass shareScopeMap by @2heal1 in #2583
- feat: support dynamic type hints by @2heal1 in #2570
Bug Fixes 🐞
- fix(nextjs-mf): do not crash if host is not next by @ScriptedAlchemy in #2604
- fix(runtime): do not apply symbol if object not extensible by @ScriptedAlchemy in #2601
- fix(sdk): the returned properties are used by default when create script and create link hook by @zhoushaw in #2608
- fix(dts-plugin): let dts_plugin handle remote paths instead of abs URLs by @adamdharrington in #2478
- fix(chrome-devtools): fix sharedInfo conflict with userOptions.sharedInfo cause hmr fail by @nyqykk in #2612
- fix(sdk): use variable instead of constant by @2heal1 in #2613
Other Changes
- Release v0.1.19 by @zhoushaw in #2595
- chore: disable next page warmer by @ScriptedAlchemy in #2602
- chore(enhanced): add license property to package.json by @kmilov in #2589
- chore(deps-dev): bump @swc/core from 1.5.6 to 1.5.28 by @dependabot in #2599
- chore(deps-dev): bump @nx/linter from 17.2.8 to 19.2.3 by @dependabot in #2600
- Fix/relative path by @ilteoood in #2610
New Contributors
- @kmilov made their first contribution in #2591
- @adamdharrington made their first contribution in #2478
Full Changelog: v0.1.19...v0.1.20
v0.1.19
What's Changed
Bug Fixes 🐞
- fix: fixed preload resource reuse issues and devtool hmr shared by @zhoushaw in #2580
- fix: do not delete link tag if no preload by @2heal1 in #2585
- fix(nextjs-mf): Do not attach runtime to api runtime chunks by @ScriptedAlchemy in #2571
- fix: don't modify loaded tag by @2heal1 in #2586
Document 📖
Other Changes
Full Changelog: v0.1.18...v0.1.19
v0.1.18
v0.1.17
What's Changed
New Features 🎉
- feat(runtime): add mf_module_id to remote to add module debugging information by @zhoushaw in #2561
- feat(runtime): add bridge debug info by @zhoushaw in #2573
Bug Fixes 🐞
- fix: add requiredVersion to manifest.shared by @2heal1 in #2574
- fix: rspack splitChunk.chunks should use function to prevent wrong be… by @2heal1 in #2575
Document 📖
- docs: update href in quick-start.mdx files by @wChenonly in #2556
Other Changes
- Release v0.1.16 by @zhoushaw in #2552
- chore(deps): bump rspress from 1.18.4 to 1.22.0 by @dependabot in #2551
New Contributors
- @wChenonly made their first contribution in #2556
Full Changelog: v0.1.16...v0.1.17
v0.1.16
What's Changed
Bug Fixes 🐞
- fix(runtime): correct type structure for preload remote hook by @ScriptedAlchemy in #2515
- fix(runtime): resolve the problem that static resource preload is not reused by @zhoushaw in #2531
- fix: only delete can be configurable descriptor by @2heal1 in #2518
Document 📖
- docs: fixes parameter name typo by @konclave in #2533
- docs: format rsbuild zh chapter by @9aoy in #2532
Other Changes
- Release v0.1.15 by @zhoushaw in #2520
- Fix/optional peer deps by @crutch12 in #2538
- chore: support normalize shared.import option by @2heal1 in #2535
- chore(deps-dev): bump esbuild from 0.20.2 to 0.21.4 by @dependabot in #2548
- chore(deps): bump ws and @types/ws by @dependabot in #2547
- chore: removed ts-ignore on ContainerEntryModule by @ilteoood in #2542
- chore(deps-dev): bump @modern-js/eslint-config from 2.46.1 to 2.50.0 by @dependabot in #2544
- chore(deps-dev): bump qwik-nx from 1.1.1 to 2.3.0 by @dependabot in #2546
New Contributors
Full Changelog: v0.1.15...v0.1.16
v0.1.15
v0.1.14
What's Changed
New Features 🎉
- feat(sdk): script timeout by @ScriptedAlchemy in #2433
- feat(webpack-bundler-runtime): create container function by @ScriptedAlchemy in #2440
Bug Fixes 🐞
- fix(nextjs-mf): fix react/jsx-runtime required version warning by @kyletsang in #2503
- fix(nextjs-mf): delete duplicate code lines in nextjs-mf by @chussum in #2499
- fix(node): missing variable in runtime plugin error call by @ScriptedAlchemy in #2516
Other Changes
- Release v0.1.13 by @zhoushaw in #2493
- chore(deps-dev): bump vite from 5.0.13 to 5.2.11 by @dependabot in #2483
- chore(deps): bump @babel/runtime from 7.24.4 to 7.24.5 by @dependabot in #2487
- chore(deps-dev): bump @types/node from 16.11.68 to 20.12.12 by @dependabot in #2495
- chore(deps-dev): bump @node-rs/jieba from 1.9.2 to 1.10.3 by @dependabot in #2512
- Remove dead deps by @ScriptedAlchemy in #2514
- chore(deps-dev): bump @storybook/core-server from 7.6.17 to 8.1.1 by @dependabot in #2508
- chore(deps-dev): bump @testing-library/react from 14.0.0 to 15.0.7 by @dependabot in #2511
New Contributors
Full Changelog: v0.1.13...v0.1.14
v0.1.13
What's Changed
New Features 🎉
- feat(sdk): auto public path support for json remote by @ScriptedAlchemy in #2463
Bug Fixes 🐞
- fix: tsup config join by @ilteoood in #2465
- fix(node): runtime plugin missing vars cause crash by @ScriptedAlchemy in #2471
- fix: should use userOptions.shared to apply hooks by @2heal1 in #2476
- fix: remoteEntry chunk may have css files which need to be exclude by @2heal1 in #2492
Document 📖
- docs: fix rspack config demo by @fz6m in #2446
- docs: document errorLoadRemote lifecycle calls by @ScriptedAlchemy in #2417
Other Changes
- Release v0.1.12 by @zhoushaw in #2453
- chore: fix node public path sample by @ScriptedAlchemy in #2468
- chore(webpack-bundler-runtime): add more details tip for loadShareSync by @2heal1 in #2466
- chore: optimize runtime structure by @2heal1 in #2416
- chore: delete references to used shared to prevent memory leaks by @2heal1 in #2347
- chore(deps-dev): bump @fontsource/roboto-mono from 5.0.17 to 5.0.18 by @dependabot in #2484
- chore(deps-dev): bump @swc/core from 1.3.102 to 1.5.6 by @dependabot in #2490
New Contributors
Full Changelog: v0.1.12...v0.1.13
v0.1.12
What's Changed
Bug Fixes 🐞
- fix(runtime): error load remote should fire if before request throw by @ScriptedAlchemy in #2373
- fix: fix publish private error by @nyqykk in #2411
- fix(dts-plugin): avoid typescript generation exceptions in javascript projects by @zhoushaw in #2410
- fix(enhanced): remove package type by @ScriptedAlchemy in #2413
- fix(typescript): add missing dep by @ScriptedAlchemy in #2434
- fix(node): correct chunk evaluation order by @ScriptedAlchemy in #2435
Document 📖
- docs: native ts description by @ilteoood in #2402
- docs: Update runtime.mdx by @ScriptedAlchemy in #2412
- docs: remove unless vmok name by @clChenLiang in #2415
- docs: resolve google module federation get start link break by @zhoushaw in #2414
- docs: updating announcement by @zackarychapple in #2423
- docs: update presets.mdx by @eltociear in #2432
- docs: delete dumplicate property by @JaremyCheng in #2425
- docs: optimize english content by @zackarychapple in #2439
- docs: delete unless content by @zhoushaw in #2451
Other Changes
- Release v0.1.11 by @zhoushaw in #2409
- chore: fix build and test ci error by @zhoushaw in #2403
- chore: remove duplicated section from quick-start docs by @elbeezi in #2424
- revert: native federation typescript original behaviour by @ilteoood in #2428
- chore(deps-dev): bump ejs from 3.1.9 to 3.1.10 by @dependabot in #2442
- chore: release runtime by @ScriptedAlchemy in #2443
- Feat/avoid extract same zip by @ilteoood in #2450
- workflow: modify release action by @zhoushaw in #2452
New Contributors
- @clChenLiang made their first contribution in #2415
- @zackarychapple made their first contribution in #2423
- @eltociear made their first contribution in #2432
- @JaremyCheng made their first contribution in #2425
- @elbeezi made their first contribution in #2424
Full Changelog: v0.1.11...v0.1.12