Releases: module-federation/vite
Releases · module-federation/vite
1.16.6
What's Changed
- chore: replace pathe with node:path by @gioboa in #795
- chore: replace estree-walker with local walker by @gioboa in #796
- chore: remove es-module-lexer dependency safely by @gioboa in #797
- fix: framework-agnostic remote exports, deferred loaded-first, and unified SSR gates by @tonoizer in #742
- fix: fix up React HMR by @gioboa in #799
- fix: avoid duplicate react with redux in dev mode by @gioboa in #800
Full Changelog: 1.16.5...1.16.6
1.16.5
What's Changed
- fix: fix Vue loaded-first static imports by @gioboa in #789
- fix: respect entryFileNames directory for bootstrap file output by @pcfreak30 in #786
- fix: await nested remote static imports by @gioboa in #790
- fix: add missing manifest additionalData by @gioboa in #791
- chore: drop CJS build preserving compatibility by @gioboa in #793
Full Changelog: 1.16.4...1.16.5
1.16.4
1.16.3
What's Changed
- fix: walk static-import graph when collecting expose async assets by @DanBeckDev in #771
- fix: detect shared named exports from configured import source by @majashryer9 in #772
- perf: materialize each shared source's loadShare artifacts at most once by @falldowngoboone in #765
- fix: use public federation runtime names by @gioboa in #773
- chore: update @vitejs/plugin-react in examples and migrate to react compiler by @smeng9 in #761
- fix: isolate __vite_preload helper into its own chunk to break shared-singleton loadShare deadlock by @falldowngoboone in #766
- fix: use explicit shared subpath fallback by @gioboa in #774
- fix: handle cached shared subpath optimization by @gioboa in #775
- chore: lock dependency versions by @gioboa in #776
- chore: bump mfe deps 🍿 by @gioboa in #777
New Contributors
- @DanBeckDev made their first contribution in #771
- @majashryer9 made their first contribution in #772
Full Changelog: 1.16.2...1.16.3
1.16.2
1.16.1
What's Changed
- fix: avoid resolving aliases as packages by @gioboa in #747
- fix: content-hash bootstrap entry asset by @cschroeter in #751
- test: use Playwright Docker image for E2E by @gioboa in #752
- fix: improve shared runtime isolation by @gioboa in #748
New Contributors
- @cschroeter made their first contribution in #751
Full Changelog: 1.16.0...1.16.1
1.16.0
What's Changed
- feat: improve SSR support by @gioboa in #715
- feat: Vue HMR + HMR adapter for other frameworks by @Staremang in #721
- feat: add createModuleFederationConfig helper by @tonoizer in #720
- fix: change htmlFileNames logic by @gioboa in #716
- fix: handle side-effect only modules in normalizeRuntimeShare by @simonihmig in #718
- fix: resolve parent package version for shared subpath keys by @dschmidt in #712
- fix: improve Nuxt SSR logic by @gioboa in #722
- fix: preserve exports for exposed inputs by @gioboa in #726
- fix: fix dev remote browser Hydration by @gioboa in #727
- chore: handle Nuxt rewrites by @gioboa in #728
- chore: bump mfe deps 🍕 by @gioboa in #730
- ci: pin workflow actions to commits by @gioboa in #731
- fix: fix HTML input federation bootstrap build by @gioboa in #734
- fix: fix up loaded-first support by @gioboa in #735
- fix: solve circular remote import deadlock by @gioboa in #736
- fix: host bootstrap respects shareStrategy and tolerates offline remotes by @Staremang in #737
- fix(ssr): load federated remotes in general Vite SSR setups by @tonoizer in #723
- fix: resolve scoped remote names by @Staremang in #739
- fix: fix up loaded-first config by @gioboa in #741
- chore(examples): use @module-federation/enhanced package by @smeng9 in #745
- fix: lazy-load DTS plugin when enabled by @gioboa in #746
New Contributors
Full Changelog: 1.15.5...1.16.0
1.15.5
1.15.4
1.15.3
What's Changed
- revert: replace deprecated init helper by @gioboa in #695
- fix: skip host cache seeding for
import:falsemodules during build by @JammingBen in #696 - fix: restore async loadShare fallback for import:false shared modules by @JammingBen in #698
- refactor: replace __mf__virtual folder with in-memory modules by @gioboa in #700
- fix: fix up proxy and findById logic by @gioboa in #701
- fix: fix import-false shared export race by @gioboa in #702
Full Changelog: 1.15.2...1.15.3