Releases: module-federation/core
Releases · module-federation/core
v0.0.17
v0.0.16
What's Changed
Bug Fixes 🐞
- fix(nextjs-mf): fix static method function proxy assignment by @ScriptedAlchemy in #2156
- fix(manifest): apply stats options by @2heal1 in #2175
Other Changes
- Release v0.0.15 by @zhoushaw in #2170
- Release v8.2.2 by @zhoushaw in #2173
- chore(deps): update dependency webpack to v5.76.0 [security] by @renovate in #2169
Full Changelog: v0.0.15...v0.0.16
v0.0.15
What's Changed
New Features 🎉
Bug Fixes 🐞
- fix(nextjs-mf): fix next 14 loader rules by @ScriptedAlchemy in #2149
- fix(runtime): The preload link is inserted without specific purpose by @zhoushaw in #2152
- fix(runtime): preserve error.stack instead of throwing new error by @2heal1 in #2153
Other Changes
- Release v0.0.14 by @zhoushaw in #2148
- release docs by @ScriptedAlchemy in #2150
- Nextjs plugin Release v8.2.0 by @zhoushaw in #2151
Full Changelog: v0.0.14...v0.0.15
v0.0.14
What's Changed
New Features 🎉
- feat(node): use runtime script loader in node federation by @ScriptedAlchemy in #1978
Bug Fixes 🐞
- fix(deps): update dependency react-router-dom to v6.22.0 by @renovate in #2066
- fix(sdk): wrong exportedInterface interface in createScriptNode by @mababain in #2082
- fix(deps): update dependency undici to v5.28.3 [security] by @renovate in #2099
- fix(deps): update dependency typedoc to v0.25.8 by @renovate in #2095
- fix(deps): update dependency antd to v4.24.15 by @renovate in #2033
- fix(sdk): safe access localstorage in browser detection by @ScriptedAlchemy in #2054
- fix: native federation behaviour on vite by @ilteoood in #2134
- fix(runtime): adding reject to args in loadEsmEntry by @MadaraUchiha-314 in #2067
- fix(node): install encoding peer dep by @ScriptedAlchemy in #2147
Other Changes
- Release v0.0.13 by @zhoushaw in #2079
- Feat/native federation retry logic by @ilteoood in #2069
- Release v0.3.0 by @zhoushaw in #2085
- chore(deps): update dependency inquirer to v9.2.14 by @renovate in #2064
- chore: remove useless code by @2heal1 in #2110
- chore: update next packages and improve e2e by @ScriptedAlchemy in #2100
- chore(deps): update dependency @asciidoctor/core to v3.0.4 by @renovate in #2094
- chore(deps): update storybook monorepo to v7.6.17 by @renovate in #2083
- chore(deps): update dependency node to v18.19.1 by @renovate in #2062
- chore(deps): update typescript-eslint monorepo to v6.21.0 by @renovate in #2065
- chore: add modernjs example app by @ScriptedAlchemy in #2112
- chore(deps): update react monorepo by @renovate in #2063
- chore(deps): update dependency @types/jest to v29.5.12 by @renovate in #2061
- chore(deps): update dependency @dqbd/tiktoken to v1.0.13 by @renovate in #2060
- test: fix e2e for modernjs by @ScriptedAlchemy in #2113
- chore(deps): update dependency tailwindcss to v3.4.1 by @renovate in #2024
- chore(deps): update dependency postcss-custom-properties to v13.3.5 by @renovate in #2133
- chore(deps): update dependency inquirer to v9.2.15 by @renovate in #2131
- chore(deps): update dependency esbuild to v0.20.1 by @renovate in #2130
- chore(deps): update dependency open to v10.0.4 by @renovate in #2132
- chore: resolve node e2e errors by @ScriptedAlchemy in #2143
- chore(deps): update dependency @types/react to v18.2.62 by @renovate in #2128
- chore(deps): update dependency cypress to v13.6.6 by @renovate in #2129
- chore: scope modernjs app correctly by @ScriptedAlchemy in #2146
New Contributors
- @mababain made their first contribution in #2082
- @MadaraUchiha-314 made their first contribution in #2067
Full Changelog: v0.0.13...v0.0.14
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