What's Changed
- feat: expose first-class ssrEntryLoader strategy option by @tonoizer in #1269
- fix: coalesce eager shared wrappers by @gioboa in #1268
- fix: defer non-eager share wrappers in expose asset closures by @DanBeckDev in #1270
- fix: skip manifest entry prefetch by @gioboa in #1271
- fix: leave eager shares out of the pending-share seed barrier by @marksnode in #1273
- fix: keep React DOM fallbacks coherent by @gioboa in #1275
- fix: coherent prebuild sibling resolve for React family (patch skew #527) by @tonoizer in #1279
- fix: invalidate stale SSR ModuleRunner cache on manifest revalidation by @dmchoi77 in #1280
- fix: leave consume-only loadShare wrappers to the bundler's own chunking by @marksnode in #1282
- fix: exclude every instance's remote entry from parse tracking by @kmkzt in #1283
- fix: defer singleton fallbacks in consuming remotes by @gioboa in #1286
- fix: always proxy a consume-only share, even from its own dependency by @marksnode in #1290
- fix: hand a loaded share back synchronously from get() by @marksnode in #1288
- fix: run the plugin's preload lists through build.modulePreload.resolveDependencies by @marksnode in #1293
- fix: allow provideExternalRuntime on exposing containers by @gioboa in #1295
- fix: check for
environment.config.consumerby @gu-stav in #1300 - fix: initialize federation in custom Vite client environments via host-init injection by @gu-stav in #1303
- fix: respect Vite environment consumer roles when resolving remote targets by @gu-stav in #1301
- fix: defer non-singleton fallbacks in custom share scopes by @gu-stav in #1304
- fix: detect minified star re-exports by @gioboa in #1305
- fix: shorten chunk names to fix ENAMETOOLONG by @simonihmig in #1302
- perf: build consume-only share entries through one helper by @marksnode in #1294
- perf: drop redundant entry imports by @gioboa in #1296
- perf: cache shared mutable export inspection by @gioboa in #1299
- perf: fold hostInit and exposes chunks by @gioboa in #1298
New Contributors
Full Changelog: 1.21.6...1.22.0