v0.7.0
What's Changed
New Features 🎉
- feat(bridge-plugin): support disable default alias setting in bridge by @danpeen in #3130
- feat(runtime): pass all loader hooks to the fetch and script functions by @ScriptedAlchemy in #3174
Bug Fixes 🐞
- fix(runtime): use document.defaultView to get real window object to solve csp issue by @2heal1 in #3163
- fix: esm files should use .mjs extention by @ScriptedAlchemy in #3159
- fix: parameter url for fetch retry options should not be necessary by @danpeen in #3175
- fix(error-codes): esm file should use .mjs ext by @2heal1 in #3178
- fix(runtime): use loaded or loading shared if sharedStrategy is loaded-first by @2heal1 in #3176
Document 📖
- docs: handle chinese quick-start docs code errors by @shaobeichen in #3165
- docs: remove rsbuild plugin from rspack part by @2heal1 in #3177
Other Changes
- Release v0.6.16 by @zhoushaw in #3171
- chore(deps-dev): bump @playwright/test from 1.36.1 to 1.48.2 by @dependabot in #3168
- chore: add license metadata to bridge components by @tklever in #3161
- chore: update modernjs packages by @ScriptedAlchemy in #3172
New Contributors
- @shaobeichen made their first contribution in #3165
- @tklever made their first contribution in #3161
Full Changelog: v0.6.16...v0.7.0