Skip to content

v0.7.0

Compare
Choose a tag to compare
@ScriptedAlchemy ScriptedAlchemy released this 05 Nov 21:27
· 124 commits to main since this release

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 📖

Other Changes

New Contributors

Full Changelog: v0.6.16...v0.7.0