Releases: module-federation/core
Releases · module-federation/core
v0.0.13
v0.0.12
v0.0.11
What's Changed
Bug Fixes 🐞
- fix(runtime): support restricted unsafe-eval environments by @ScriptedAlchemy in #2018
- fix(3000-home): add trailing slash on antd and lodash shared config by @ryok90 in #2038
- fix(nextjs-mf): change runtimePlugin definition order by @ryok90 in #2052
- fix: normalize bundler runtime import paths by @jonthomp in #1997
- fix(runtime): nativeGlobal is undefined by @2heal1 in #2058
- fix(runtime): runtime should not pre-register shared while strategy is 'loaded-first' by @2heal1 in #2056
Other Changes
- Release v0.0.10 by @zhoushaw in #2005
- Update README.md by @Corepex in #2014
- workflow: add issue labeled by @zhoushaw in #2028
New Contributors
- @Corepex made their first contribution in #2014
- @ryok90 made their first contribution in #2038
- @jonthomp made their first contribution in #1997
Full Changelog: v0.0.10...v0.0.11
v0.0.10
What's Changed
New Features 🎉
- feat(runtime): allow onload hook to return wrapped module by @ScriptedAlchemy in #1987
- feat(runtime): automatically complete the snapshot so that devtool can visualize it by @zhoushaw in #1982
Bug Fixes 🐞
- fix(enhanced): async boundary on dependOn named chunks by @ScriptedAlchemy in #1960
- fix(nextjs-mf): remove delegate code by @ScriptedAlchemy in #1938
- fix(node): Improve chunk flushing by @ScriptedAlchemy in #1985
Other Changes
- Release v0.0.9 by @zhoushaw in #1965
- chore: disable unreliable e2e of next project by @ScriptedAlchemy in #1972
- chore: remove isolated config by @ScriptedAlchemy in #1977
- ci: improve e2e stability of next by @ScriptedAlchemy in #1979
- fi(node): AutoPublicPath plugin to use federation api to calculate public path automatically by @ScriptedAlchemy in #1983
- chore: update next build commands in CI by @ScriptedAlchemy in #2000
Full Changelog: v0.0.9...v0.0.10
v0.0.9
What's Changed
Bug Fixes 🐞
- fix(nextjs-mf): production build issues during next compile by @ScriptedAlchemy in #1940
- fix: copy decalaration files to output by @2heal1 in #1957
- fix: not duplicate set resolve.alias by @2heal1 in #1948
- fix: window.location.origin will be 'null' in iframe srcDoc by @2heal1 in #1956
- fix: webpackRequire.S has been attached with instance.shareScopeMap by @2heal1 in #1962
Document 📖
Other Changes
Full Changelog: v0.0.8...v0.0.9
v0.0.8
v0.0.7
What's Changed
New Features 🎉
Bug Fixes 🐞
- fix(runtime): fixed an exception in global object processing in the micro-front-end scenario by @zhoushaw in #1859
Other Changes
- chore(deps): update dependency prettier-eslint to v16 by @renovate in #1879
- chore(deps): update dependency open to v10 by @renovate in #1878
- chore(deps): update dependency @rollup/plugin-alias to v5 by @renovate in #1869
- chore(deps): update dependency @jscutlery/semver to v4 by @renovate in #1868
- chore: modify renovate schedule by @zhoushaw in #1894
- chore(deps): update dependency @builder.io/qwik-city to v1.3.2 by @renovate in #1893
- chore(deps): update dependency @antora/site-generator to v3.1.7 by @renovate in #1891
Full Changelog: v0.0.6...v0.0.7
v0.0.6
v0.0.5
New Features 🎉
- feat(runtime): support entry with query by @2heal1 in #1833
- feat(runtime): export sdk simpleJoinRemoteEntry function by @2heal1 in #1858
Bug Fixes 🐞
Other Changes
- chore: Release v0.0.4 by @zhoushaw in #1811
- chore: remove unused packages by @ScriptedAlchemy in #1825
- chore(deps): update dependency typedoc to v0.25.4 by @renovate in #1805
- chore(deps): update dependency react-router-dom to v6.21.1 by @renovate in #1846
- chore(deps): update dependency regenerator-runtime to v0.14.1 by @renovate in #1804
- chore(deps): update dependency undici to v5.28.2 by @renovate in #1847
- chore(deps): update dependency core-js to v3.34.0 by @renovate in #1845
Full Changelog: v0.0.4...v0.0.5
v0.0.4
What's Changed
New Features 🎉
- feat(runtime): The first official version of federation runtime is released