Skip to content

Releases: wxt-dev/wxt

v0.15.4

31 Jan 17:42
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • submit: Load .env.submit automatically when running wxt submit and wxt submit init (#391)

v0.15.3

31 Jan 14:59
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • dev: Reload <name>/index.html entrypoints properly on save (#390)

v0.15.2

30 Jan 19:02
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Add submit command (#370)

🩹 Fixes

  • dev: Resolve script and link aliases (#387)

❤️ Contributors

v0.15.1

29 Jan 20:10
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Allow passing custom preferences to chrome, enabling dev mode on chrome://extensions and allowing content script sourcemaps automatically (#384)

🩹 Fixes

📖 Documentation

  • Fixed doc errors on the guide/extension-api page (#383)

🏡 Chore

  • Fix vite version conflicts in demo extension (98d2792)

❤️ Contributors

v0.15.0

29 Jan 17:18
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • zip: ⚠️ Add includeSources and rename ignoredSources to excludeSources (#378)

🩹 Fixes

  • Generate missing sourcemap in wxt:unimport plugin (#381)
  • ⚠️ Move browser constants to import.meta.env (#380)
  • Enable inline sourcemaps by default during development (#382)

📖 Documentation

🏡 Chore

  • Update contributor docs (eb758bd)

⚠️ Breaking Changes

Renamed zip.ignoredSources to zip.excludeSources in #378

Renamed undocumented constants for detecting the build config at runtime in #380. Now documented here: https://wxt.dev/guide/multiple-browsers.html#runtime

  • __BROWSER__import.meta.env.BROWSER
  • __COMMAND__import.meta.env.COMMAND
  • __MANIFEST_VERSION__import.meta.env.MANIFEST_VERSION
  • __IS_CHROME__import.meta.env.CHROME
  • __IS_FIREFOX__import.meta.env.FIREFOX
  • __IS_SAFARI__import.meta.env.SAFARI
  • __IS_EDGE__import.meta.env.EDGE
  • __IS_OPERA__import.meta.env.OPERA

❤️ Contributors

v0.14.7

27 Jan 17:31
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Improve error messages when importing and building entrypoints (3b63a51)
  • storage: Throw better error message when importing outside a extension environment (35865ad)
  • Upgrade web-ext-run (62ecb6f)

📖 Documentation

  • Add matches to content script examples (dab8efa)
  • Fix incorrect sample code (#372)
  • Document defined constants for the build target (68874e6)
  • Add missing await to createShadowRootUi examples (fc45c37)

❤️ Contributors

v0.14.6

24 Jan 06:34
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Restart dev mode when saving config (#365)
  • Add basic validation for entrypoint options (#368)

🩹 Fixes

  • Add subdependency bin directory so wxt build --analyze works with PNPM (#363)
  • Sort build output files naturally (#364)

🤖 CI

  • Check for type errors in demo before building (4b005b4)

v0.14.5

19 Jan 14:36
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Add dev.reloadCommand config (#362)

🩹 Fixes

  • Disable reload dev command when 4 commands are already registered (#361)

v0.14.4

18 Jan 20:54
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Allow requiring built-in node modules from ESM CLI (#356)

🏡 Chore

  • Add unit tests for passing flags via the CLI (#354)

v0.14.3

17 Jan 05:20
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Make getArrayFromFlags result can be undefined (#352)

❤️ Contributors