Releases: module-federation/vite
Releases · module-federation/vite
1.1.4
What's Changed
- fix: issue with multiple init calls in remote by @zhangHongEn in #167
- fix: #159 manage base config by @zhangHongEn in #168
Full Changelog: 1.1.3...1.1.4
1.1.3
What's Changed
- fix: solve issue during refresh by @zhangHongEn in #160
Full Changelog: 1.1.2...1.1.3
1.1.2
What's Changed
- chore: use cjs extension in temporary file by @mshima in #138
- fix: keep cache inside node_modules by default to avoid problems with prettier and eslint by @mshima in #139
- docs: fix example by @gioboa in #141
- docs: add SolidJS example by @gioboa in #143
- fix: cjs imports requires extension by @mshima in #142
- fix: Increase compatibility by @zhangHongEn in #145
- ci: add e2e tests for multi-example app by @bidodev in #120
- docs: add dynamic remote to example by @judithhartmann in #148
- fix: remove extra dep by @gioboa in #150
- fix: increase compatibility during build process by @zhangHongEn in #153
New Contributors
Full Changelog: 1.1.1...1.1.2
1.1.1
What's Changed
- fix: changed shareStrategy property to optional in ModuleFederationOptions by @jrparish in #130
- fix: Increase compatibility by @zhangHongEn in #135
- fix: hotfix manifest by @zhangHongEn in #134
New Contributors
Full Changelog: 1.1.0...1.1.1
1.1.0
What's Changed
- feat: manage shareStrategy option by @gioboa in #105
- feat: add PR Prettier Check workflow by @gioboa in #106
- docs: improve README and fix typo by @gioboa in #109
- feat(example): add vite, webpack and rspack example by @RussellCanfield in #110
- ci: add build check workflow by @gioboa in #114
- feat(example): improve design by @gioboa in #116
- chore: add types for dev and dts properties by @IrishBruse in #118
- chore: add unit test setup + test normalizeModuleFederationOptions by @judithhartmann in #121
- fix: Support empty entry JS in build mode. by @zhangHongEn in #122
- feat: dev mode manifest.json by @zhangHongEn in #127
- chore: add warn message for publicPath and getPublicPath by @gioboa in #108
New Contributors
- @RussellCanfield made their first contribution in #110
- @IrishBruse made their first contribution in #118
- @judithhartmann made their first contribution in #121
Full Changelog: 1.0.0...1.1.0
1.0.0
1.0.0-alpha-0b760f6
What's Changed
- chore: change postinstall script to use npm by @gioboa in #94
- fix: remove postinstall scripts by @gioboa in #95
Full Changelog: 1.0.0-alpha-f2257a4...1.0.0-alpha-0b760f6
1.0.0-alpha-f2257a4
What's Changed
- fix: manifest publicPath by @zhangHongEn in #91
- chore: fix up configs by @gioboa in #92
Full Changelog: 1.0.0-alpha-31ab3f9...1.0.0-alpha-f2257a4
1.0.0-alpha-31ab3f9
What's Changed
- fix: Partial development environment by @zhangHongEn in #90
Full Changelog: 1.0.0-alpha-b1bba84...1.0.0-alpha-31ab3f9
1.0.0-alpha-b1bba84
Merge pull request #34 from module-federation/v1.0.0 * feat: new plugin configuration (#28) * init ts (#29) * fix: tsconfig * fix: issues 2 3 * feat: rust demo build and preview --------- Co-authored-by: 张洪恩 <[email protected]> * feat: support runtime plugins (#30) Co-authored-by: Sergey Melukov <[email protected]> * fix: Ensure @module-federation/runtime singleton (#31) * fix: Ensure @module-federation/runtime singleton * fix: build preview --------- Co-authored-by: 张洪恩 <[email protected]> * feat: add packageManager * fix: remoteEntry support hash; format dynamic es module (#35) * 1.0.0-alpha-7c3ba59 * fix: remove default export (#37) * fix: remove pkg-pr-new * chore: add PR title check * 1.0.0-alpha-ffc6e23 * fix: #36 and dynamic import (#38) * fix: dynamic import * fix: #36 * 1.0.0-alpha-54ad191 * 1.0.0-alpha-80b7215 * fix: #39 #44 #45 (#46) * fix: pre-bunding * feat: add pre-bunding subdependencies demo * fix: exposes . * fix: remotes support namespace * 1.0.0-alpha-4a73cd4 * fix: windows remoteEntry error (#48) Co-authored-by: 张洪恩 <[email protected]> * feat: updated examples (#50) * 1.0.0-alpha-def937d * fix updated examples (#51) * fix: #47 (#53) * 1.0.0-alpha-10e1f83 * improved examples with MUI and etc (#55) * fix: #56 #41 (#58) * 1.0.0-alpha-6cae9ab * mfruntime update and new examples (#62) * fix: #61 (#63) Co-authored-by: 张洪恩 <[email protected]> * 1.0.0-alpha-51eeeb6 * feat: shared-slash (#67) * feat: shared slash * feat: shared slash * feat: preview examples * feat: remove an-empty-js-file * fix: remove console * optimization: reduce dev mode page reload * Optimize code and comments * fix: 64 * fix: only slash --------- Co-authored-by: 张洪恩 <[email protected]> * 1.0.0-alpha-f87d7d3 * fix: nx #40 (#69) * 1.0.0-alpha-661e052 * fix: #68 (#71) * fix: #68 * fix: #68 * fix: windows Multi-Pack * Optimization: Reduce file writing * Optimization: code format * fix: support nx monorepo --------- Co-authored-by: 张洪恩 <[email protected]> * 1.0.0-alpha-1aa30c0 * fix: monorepo (#72) Co-authored-by: 张洪恩 <[email protected]> * feat: add Nuxt example (#75) * Add Nuxt host example * Gitignore generated .__mf__win folder --------- Co-authored-by: David Sellén <[email protected]> Co-authored-by: David Sellén <[email protected]> * chore: update module federation and more examples (#81) * fix: #78 (#79) * fix: #78 * Update src/utils/normalizeOptimizeDeps.ts Co-authored-by: Sergey Melyukov <[email protected]> --------- Co-authored-by: 张洪恩 <[email protected]> Co-authored-by: Sergey Melyukov <[email protected]> * fix: #77 (#82) * 1.0.0-alpha-2f53b4e * docs: update Vue example link * docs: update React example link * docs: update README * fix: Remote virtual module path (#84) Co-authored-by: 张洪恩 <[email protected]> * 1.0.0-alpha-c13dc95 * feat: add improvements (#86) * fix: Remote virtual module path * examples: nuxt(Unfinished) * feat: mf-manifest; Register remote on demand * doc: roadmap * doc: npm url * Delete src/utils/getLocalSharedImportMap_windows.ts --------- Co-authored-by: 张洪恩 <[email protected]> --------- Co-authored-by: zhn <[email protected]> Co-authored-by: 张洪恩 <[email protected]> Co-authored-by: Sergey Melyukov <[email protected]> Co-authored-by: Sergey Melukov <[email protected]> Co-authored-by: HG <[email protected]> Co-authored-by: David sellén <[email protected]> Co-authored-by: David Sellén <[email protected]> Co-authored-by: David Sellén <[email protected]>