Skip to content

Releases: wxt-dev/wxt

v0.7.4

11 Oct 15:59
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Support react-refresh when pre-rendering HTML pages in dev mode (#158)

📖 Documentation

🏡 Chore

  • Upgrade templates to v0.7 (#156)

v0.7.3

07 Oct 14:59
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Support JS entrypoints (#155)

v0.7.2

05 Oct 22:18
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Allow customizing entrypoint options per browser (#154)

🩹 Fixes

  • Default safari to MV2 (5807931)
  • Add missing persistent type to defineBackgroundScript (d9fdcb5)

📖 Documentation

  • Restructure website to improve UX (#149)
  • Add docs for development and testing (f58d69d)

🏡 Chore

  • deps-dev: Bump @types/fs-extra from 11.0.1 to 11.0.2 (#144)
  • deps-dev: Bump @faker-js/faker from 8.0.2 to 8.1.0 (#146)
  • deps-dev: Bump vitest-mock-extended from 1.2.1 to 1.3.0 (#147)
  • deps-dev: Bump vitest from 0.34.3 to 0.34.6 (#145)
  • deps-dev: Bump typescript from 5.1 to 5.2 (#148)

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)