Releases: module-federation/core
Releases · module-federation/core
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
v0.1.11
What's Changed
New Features 🎉
- feat(native-federation-typescript): speedup by @ilteoood in #2341
- feat(node): runtime plugin for node envs by @ScriptedAlchemy in #2361
- feat(nextjs-mf): enable federation manifest by @ScriptedAlchemy in #2387
- feat(devtools): add modern lib to publish npm package by @nyqykk in #2370
Bug Fixes 🐞
- fix: download retrieves count per file by @ilteoood in #2354
- fix: patch chunk split of "_partial" container entry by @ScriptedAlchemy in #2353
- fix(runtime): preserve generic in loadRemote/loadShare/loadShareSync (#2325) by @crutch12 in #2345
- fix(typescript): fix import path and @mf-types generation Windows (#566) by @crutch12 in #2340
- fix(nextjs-mf): fix loader failure in ci by @ScriptedAlchemy in #2386
- fix: runtime main configuration by @ilteoood in #2384
- fix(enhanced): add type to package by @ScriptedAlchemy in #2376
- fix(devtools): fix options undefined cause error by @nyqykk in #2401
Document 📖
- docs: update next docs by @ScriptedAlchemy in #2375
- docs: renew the brand by @zhoushaw in #2359
- docs: optimize readme module federation 2.0 by @zhoushaw in #2381
- docs: add framework content only by @ScriptedAlchemy in #2378
- docs: optimize readme 2.0 by @zhoushaw in #2392
- docs: optimize readme 2.0 by @ScriptedAlchemy in #2396
- docs: optimize announcement doc by @zhoushaw in #2398
- docs: add new npm pkg by @zhoushaw in #2400
Other Changes
- Release v0.1.8 by @zhoushaw in #2352
- chore: add miss changeset by @zhoushaw in #2356
- chore(deps): bump reactflow from 11.10.4 to 11.11.2 by @dependabot in #2360
- chore(deps): bump node-schedule and @types/node-schedule by @dependabot in #2335
- chore: fix e2e ci temp issue by @ScriptedAlchemy in #2366
- Release v1.0.2 by @zhoushaw in #2365
- chore(deps-dev): bump @commitlint/cli from 17.8.1 to 19.3.0 by @dependabot in #2364
- chore: fix doc imports for node by @ScriptedAlchemy in #2369
- chore: remove cn from url and let redirect handle by @ScriptedAlchemy in #2372
- chore(deps-dev): bump axios from 0.26.1 to 1.6.7 by @dependabot in #2355
- chore(deps-dev): bump qwik-speak from 0.12.2 to 0.20.1 by @dependabot in #2337
- chore: change the repo name from "universe" to "core" by @zhoushaw in #2379
- Release v8.3.11 by @zhoushaw in #2390
- chore: update regex for modern app by @ScriptedAlchemy in #2389
- Update index.mdx by @alyahmedaly in #2394
- Revert "docs: optimize readme 2.0" by @ScriptedAlchemy in #2395
- chore: update changeset by @nyqykk in #2404
- chore(enhanced): fix esm exports by @ScriptedAlchemy in #2408
New Contributors
- @alyahmedaly made their first contribution in #2394
Full Changelog: v0.1.8...v0.1.11
v0.1.9
What's Changed
New Features 🎉
- feat(native-federation-typescript): speedup by @ilteoood in #2341
- feat(node): runtime plugin for node envs by @ScriptedAlchemy in #2361
Bug Fixes 🐞
- fix: download retrieves count per file by @ilteoood in #2354
- fix: patch chunk split of "_partial" container entry by @ScriptedAlchemy in #2353
- fix(runtime): preserve generic in loadRemote/loadShare/loadShareSync (#2325) by @crutch12 in #2345
Other Changes
- Release v0.1.8 by @zhoushaw in #2352
- chore: add miss changeset by @zhoushaw in #2356
- chore(deps): bump reactflow from 11.10.4 to 11.11.2 by @dependabot in #2360
- chore(deps): bump node-schedule and @types/node-schedule by @dependabot in #2335
- chore: fix e2e ci temp issue by @ScriptedAlchemy in #2366
Full Changelog: v0.1.8...v0.1.9
v0.1.8
Full Changelog: v0.1.8...v0.1.8
What's Changed
New Features 🎉
- feat(enhanced): chunk matcher to federation runtime by @ScriptedAlchemy in #2349
- feat(enhanced): improve async boundary for sibling chunk dep by @ScriptedAlchemy in #2350
Other Changes
- chore(deps-dev): bump @types/react-dom from 18.2.19 to 18.2.25 by @dependabot in #2338
Full Changelog: v0.1.7...v0.1.8