Skip to content

wxt v0.20.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Mar 15:32
· 25 commits to main since this release

Excited to release the next major version of WXT! Follow the Upgrade guide to update!


⚠️ breaking changescompare changes

🚀 Enhancements

  • ⚠️ Remove webextension-polyfill (#1084)
  • ⚠️ Individual exports and introduce the #imports module (#1258)
  • ⚠️ Reset inherited styles inside shadow root (#1269)
  • ⚠️ Auto-import types (#1315)

🩹 Fixes

  • ⚠️ Add suffix to non-production output directories (#1086)
  • ⚠️ Remove deprecated jiti entrypoint loader (#1087)
  • ⚠️ Rename runner to webExt (#1180)
  • ⚠️ Remove transformManfiest option (#1181)
  • Remove unnecessary VITE_CJS_IGNORE_WARNING flag (b0ef178)
  • ⚠️ Make publicDir and modulesDir relative to project root (#1216)
  • ⚠️ Move wxt/storage to wxt/utils/storage (#1271)
  • Add back ExtensionRunnerConfig as deprecated (#1311)
  • Missing browser in shadow-root file (#1317)

📖 Documentation

  • Fix api reference for wxt/utils/storage (99b5076)
  • Fix broken links (82d8024)

🏡 Chore

❤️ Contributors