Skip to content

Releases: wxt-dev/wxt

@wxt-dev/module-svelte v2.0.2

17 Dec 16:41
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Svelte production errors and warnings on resolve conditions (#1283)

❤️ Contributors

@wxt-dev/module-react v1.1.3

17 Dec 19:07
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Use react 19 in @wxt-dev/module-react and templates/react (#1285)

❤️ Contributors

wxt v0.19.22

10 Dec 23:12
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Exclude entire import.meta.env object from content script output (#1267)

❤️ Contributors

wxt v0.19.21

10 Dec 18:05
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Exclude skipped entrypoints from manifest (#1265)

❤️ Contributors

wxt v0.19.20

09 Dec 20:12
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • autoMount content script UIs (#1210)

🩹 Fixes

  • Only show reopen browser shortcut when it can be done (#1263)
  • Import entrypoint improvements (#1207)

❤️ Contributors

wxt v0.19.19

06 Dec 00:28
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Keyboard shortcut to reopen the browser without restarting the dev command (#1211)

🩹 Fixes

  • Prevent changing dev server port when reloading config (#1241)
  • Ensure content scripts are registered immediately in dev mode (#1253)
  • Exclude skipped entrypoints from Firefox sources zip (#1238)

❤️ Contributors

wxt v0.19.18

03 Dec 23:01
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Correct dev.reloadCommand restriction to consider only commands with suggested keys (#1226)

🌊 Types

  • Add overloads to ContentScriptContext#addEventListener for different targets (#1245)

🏡 Chore

  • Refactor findEntrypoints to return all entrypoints with skipped set properly (#1244)

❤️ Contributors

@wxt-dev/module-svelte v2.0.1

01 Dec 15:34
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Modify dev vite.resolve.conditions to support Vite 6 + Svelte 5 (#1230)

🏡 Chore

  • deps: Upgrade all non-major dependencies (#1164)

❤️ Contributors

wxt v0.19.17

28 Nov 14:43
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • New server:created, server:started, and server:closed hooks (#1179)

🩹 Fixes

  • Re-initialize WXT modules correctly during development (#1176)
  • ESLint config being generated when ESLint is not installed. (#1198)
  • Update vite dependency range to support v6 (#1215)
  • Automatically convert MV3 content_security_policy to MV2 (#1168)
  • Correctly remove child elements with integrated UI remove (#1219)
  • Make content script matches optional (#1220)

📖 Documentation

  • Fix analyze typo in type (#1187)

❤️ Contributors

@wxt-dev/storage v1.0.1

22 Nov 14:42
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Use browser for mv2 storage (#1200)

📖 Documentation

🏡 Chore

  • Init changelog for storage package (6fc227b)

❤️ Contributors