Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: module-federation/vite

1.16.15

Choose a tag to compare

@gioboa gioboa released this 10 Jul 12:48
60f0698

What's Changed

  • fix: resolve wildcard subpath patterns in package exports by @jonasfrisell in #890
  • fix: infer publicPath "auto" for a relative Vite base (base: "./") by @smeng9 in #893
  • fix: prevent circular dependency via asset file imports in shared mod… by @Sddoo in #891
  • fix: solve runtime host shared singleton race by @gioboa in #897
  • fix: support star re-exports in shared modules by @gioboa in #898

New Contributors

Full Changelog: 1.16.14...1.16.15

1.16.14

Choose a tag to compare

@gioboa gioboa released this 08 Jul 19:34
cc43699

What's Changed

  • fix: reuse shared cache before loading by @gioboa in #883
  • fix: fix transitive remote expose preloading by @gioboa in #888
  • chore: bump mfe versions ✨ by @gioboa in #886

Full Changelog: 1.16.13...1.16.14

1.16.13

Choose a tag to compare

@gioboa gioboa released this 07 Jul 15:01
9ca4a1c

What's Changed

  • fix: await pending share loads before entry import in bootstrap by @pcfreak30 in #866
  • fix(virtualExposes): broaden CSS dedup selector to match any existing stylesheet by @pcfreak30 in #867
  • fix: stop build load hook from reading arbitrary filesystem paths by @tonoizer in #868
  • fix: unwrap namespace.default in prebuild named-exports branch by @muiradams in #870
  • fix: harden dev runner endpoint validation by @tonoizer in #869
  • fix(ssrEntryLoader): manifest-version-keyed caching, revalidate(), and opt-in vm share-scope strategy by @Nsttt in #872
  • fix: resolve remote init after import:false shared cache seeding by @dmchoi77 in #874
  • fix: resolve DTS Runtime Plugin Path by @gioboa in #876
  • fix: fix dev host auto init hash by @gioboa in #880
  • fix: preload exposed remote dependencies first by @gioboa in #879

New Contributors

Full Changelog: 1.16.12...1.16.13

1.16.12

Choose a tag to compare

@gioboa gioboa released this 27 Jun 12:09
0627121

What's Changed

  • fix: exclude shared singleton React from dev optimizeDeps by @dmchoi77 in #861
  • fix: resolve workspace packages with dual ESM/CJS exports to ESM entry by @hangtiancheng in #860
  • fix: fix workspace singleton named exports by @gioboa in #864
  • fix: preserve default-scope shared cache aliases by @dmchoi77 in #862
  • fix: publish SSR federation artifacts in multi-environment builds by @tonoizer in #859

New Contributors

Full Changelog: 1.16.11...1.16.12

1.16.10

Choose a tag to compare

@gioboa gioboa released this 22 Jun 16:05
cfd93e4

What's Changed

  • fix: surface SSR entry HTTP errors by @dmchoi77 in #840
  • fix: select import:false shared providers by strategy by @dmchoi77 in #841
  • fix: manage default share key compatibility by @gioboa in #843

Full Changelog: 1.16.9...1.16.10

1.16.9

Choose a tag to compare

@gioboa gioboa released this 19 Jun 16:52
93befe8

What's Changed

  • fix: fix up React federation order edge case by @gioboa in #820
  • fix: fix cyclic workspace singleton sharing by @gioboa in #819
  • fix: use share scope in loadShare cache key to prevent cross-scope collisions by @RalphK66 in #822
  • fix: bind acyclic workspace shared singletons eagerly when consumed by a peer (#823) by @MohammadYusif in #825
  • fix: rethrow failed dev remote loads by @gioboa in #827
  • fix: reuse singleton share cache aliases by @gioboa in #828
  • feat(ssr): support mf-manifest.json as remote entry URL by @tonoizer in #798
  • fix: prefer installed shared version over requiredVersion (#829) by @dmchoi77 in #830
  • docs: update Vite getting started link by @dmchoi77 in #831
  • docs: add announcement by @gioboa in #832
  • fix: fix dev manifest hashed remote entry by @gioboa in #834
  • fix: await host init in dev for bridge SSR hydration entries by @tonoizer in #835
  • fix: normalize trailing slash shares by @gioboa in #837
  • fix(ssr): initialize host before Vue and remote entries by @tonoizer in #839

New Contributors

Full Changelog: 1.16.8...1.16.9

1.16.8

Choose a tag to compare

@gioboa gioboa released this 14 Jun 07:10
7cbdbf4

What's Changed

New Contributors

Full Changelog: 1.16.7...1.16.8

1.16.7

Choose a tag to compare

@gioboa gioboa released this 12 Jun 20:45
9134594

What's Changed

  • fix: allow additional whitespace in preload-helper regex by @niklas2810 in #803
  • fix: fix dev remote proxy exports by @gioboa in #808
  • fix(manifest): advertise types archive url in mf-manifest by @giorgiPapava in #809
  • fix: order shared dependency preload by @gioboa in #807
  • fix: reduce host bootstrap waterfall with modulepreload by @jgodi in #810
  • chore: reduce latency by @gioboa in #804

New Contributors

Full Changelog: 1.16.6...1.16.7

1.16.6

Choose a tag to compare

@gioboa gioboa released this 10 Jun 14:23
abd13b6

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

Choose a tag to compare

@gioboa gioboa released this 09 Jun 13:16
aacb2c4

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