Skip to content

Releases: module-federation/vite

1.16.6

10 Jun 14:23
abd13b6

Choose a tag to compare

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

09 Jun 13:16
aacb2c4

Choose a tag to compare

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

05 Jun 12:02
82fdf1e

Choose a tag to compare

What's Changed

  • fix: detect enum and destructuring exports when scanning shared named… by @francesc79 in #781
  • fix: fix up Nuxt dev bootstrap loop by @gioboa in #782
  • chore: bump es-module-lexer by @gioboa in #783

Full Changelog: 1.16.3...1.16.4

1.16.3

04 Jun 12:34
d16d884

Choose a tag to compare

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

Full Changelog: 1.16.2...1.16.3

1.16.2

29 May 22:53
0cbf874

Choose a tag to compare

What's Changed

Full Changelog: 1.16.1...1.16.2

1.16.1

28 May 20:08
227603f

Choose a tag to compare

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

Full Changelog: 1.16.0...1.16.1

1.16.0

27 May 14:06
f2bf485

Choose a tag to compare

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

15 May 14:45
7b9a911

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.15.4...1.15.5

1.15.4

09 May 07:12
7439960

Choose a tag to compare

What's Changed

  • fix: refactor export of named export to avoid reserved words conflict by @mshima in #704

Full Changelog: 1.15.3...1.15.4

1.15.3

08 May 22:26
5dac530

Choose a tag to compare

What's Changed

  • revert: replace deprecated init helper by @gioboa in #695
  • fix: skip host cache seeding for import:false modules 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