Skip to content

Releases: wxt-dev/wxt

v0.7.1

01 Oct 04:18
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • createContentScriptUi helper (#143)

📖 Documentation

  • Add docs for createContentScriptUi (65fcfc0)

🏡 Chore

v0.7.0

30 Sep 17:45
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Content script cssInjectionMode (#141)

🩹 Fixes

  • Validate transformed manifest correctly (4b2012c)
  • ⚠️ Output content script CSS to content-scripts/<name>.css (#140)
  • Reorder typescript paths to give priority to @ and ~ over @@ and ~~ (#142)

🏡 Chore

  • Store user config metadata in memory (0591050)

⚠️ Breaking Changes

  • ⚠️ Content script CSS used to be output to assets/<name>.css, but is now content-scripts/<name>.css to match the docs. (#140)

v0.6.6

30 Sep 15:05
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Disable opening browser automatically during dev mode (#136)

v0.6.5

30 Sep 03:15
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Don't crash when <all_urls> matches is used in dev mode (b48cee9)
  • Support loading tsx entrypoints (#134)

📖 Documentation

  • Add tags for SEO and socials (96be879)
  • Add more content to the homepage (5570793)
  • Fix DX section sizing (41e1549)
  • Add link to update extensions using WXT (24e69fe)

🏡 Chore

  • Code coverage improvements (#131)

v0.6.4

27 Sep 17:12
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • content-scripts: Don't throw an error when including include or exclude options on a content script (455e7f3)
  • Use execaCommand instead of node:child_process (#130)

🏡 Chore

  • templates: Add .wxt directory to gitignore (#129)
  • Increase E2E test timeout (5482b2f)

v0.6.3

26 Sep 22:28
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • client: Add block and addEventListener utils to ContentScriptContext (#128)

v0.6.2

25 Sep 19:32
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • --analyze build flag (#125)
  • Show spinner when building entrypoints (#126)

📖 Documentation

  • Fix import typo (4c43072)
  • Update vite docs to use function (e0929a6)

v0.6.1

23 Sep 02:13
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Add transformManifest option (#124)

🩹 Fixes

  • Don't open browser during development when using WSL (#123)

📖 Documentation

  • Load extension details from CWS (8e0a189)

v0.6.0

22 Sep 17:46
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Export ContentScriptContext from wxt/client (1f448d1)
  • ⚠️ Require a function for vite configuration (#121)

🩹 Fixes

  • Use the same mode for each build step (1f6a931)
  • Disable dev logs in production (3f260ee)

⚠️ Breaking Changes

  • ⚠️ The vite config option must now be a function. If you were using an object before, change it from vite: { ... } to vite: () => ({ ... }). (#121)

v0.5.6

22 Sep 15:56
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Add ContentScriptContext util for stopping invalidated content scripts (#120)