Releases: module-federation/core
Releases · module-federation/core
v0.2.3
What's Changed
Bug Fixes 🐞
- fix(node): allow fetch override on runtime plugin by @ScriptedAlchemy in #2603
Other Changes
Full Changelog: v0.2.2...v0.2.3
v0.0.2
What's Changed
New Features 🎉
- feat(esbuild): Esbuild support by @ScriptedAlchemy in #2473
Other Changes
Full Changelog: v0.2.3...v0.0.2
v0.2.2
What's Changed
Bug Fixes 🐞
- fix(docs): english bridge overview title by @yesmeck in #2664
- fix(docs): missing PackageManagerTabs import by @yesmeck in #2665
- fix(dts-plugin): emit dts relative to remote or manifest by @ScriptedAlchemy in #2641
Other Changes
- Release v0.2.1 by @zhoushaw in #2652
- chore(deps-dev): bump @storybook/builder-webpack5 from 7.6.17 to 8.1.10 by @dependabot in #2654
- chore(deps-dev): bump @storybook/addon-essentials from 7.6.17 to 8.1.10 by @dependabot in #2656
- Feat/support farm by @ilteoood in #2666
New Contributors
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
Bug Fixes 🐞
- fix: fix expose collect assets do not filter entry point cause load extra file by @nyqykk in #2647
- fix: kill ports before next e2e by @ScriptedAlchemy in #2661
- fix(runtime): modify import typescript type syntax by @chs97 in #2650
- fix(docs): zh/practice/bridge/index link error by @Thulof in #2660
- fix(docs): zh/practice/bridge/index char lack by @Thulof in #2659
- fix(enhanced): support get public path by @ScriptedAlchemy in #2638
- fix(nextjs-mf): enable async function support by @ScriptedAlchemy in #2642
Document 📖
Other Changes
- Release v0.2.0 by @zhoushaw in #2649
- chore(deps-dev): bump @babel/plugin-transform-react-jsx from 7.23.4 to 7.24.7 by @dependabot in #2657
- chore(deps-dev): bump @modern-js/eslint-config from 2.50.0 to 2.54.2 by @dependabot in #2655
- chore(deps-dev): bump @types/chrome from 0.0.260 to 0.0.268 by @dependabot in #2653
New Contributors
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
New Features 🎉
- feat(bridge): Supports exporting and loading of application-level modules (with routing), currently supports react and vue3 by @zhoushaw in #2648
Bug Fixes 🐞
- fix(dts-plugin): ensure kill fork child process when the task is finished by @2heal1 in #2639
- fix: check pid is undefined before kill it by @2heal1 in #2646
- fix: download api types when types refresh by @2heal1 in #2645
Other Changes
- chore(deps): bump ws from 8.17.0 to 8.17.1 in /packages/dts-plugin by @dependabot in #2627
- Release v0.1.21 by @zhoushaw in #2635
Full Changelog: v0.1.21...v0.2.0
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