Skip to content

Releases: wxt-dev/wxt

wxt v0.18.7

17 Jun 16:17
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • dev: Fix CSP error loading HTML plugins (#723)
  • Generalize react-refresh preamble logic to virtualize all inline scripts (#728)
  • zip: Revert dotfile changes from #674 (#742, #674)

🏡 Chore

  • deps: Upgrade and sync all dependencies (#725)
  • Extract build cache script to NPM package (#737)

@wxt-dev/module-vue v1.0.0

14 Jun 04:54
Compare
Choose a tag to compare

Initial release 🎉

@wxt-dev/module-svelte v1.0.0

14 Jun 04:57
Compare
Choose a tag to compare

Initial release 🎉

@wxt-dev/module-solid v1.0.1

14 Jun 05:32
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Add target: esnext by default (#733)

🏡 Chore

@wxt-dev/module-solid v1.0.0

14 Jun 04:57
Compare
Choose a tag to compare

Initial release 🎉

@wxt-dev/module-react v1.0.0

14 Jun 04:54
Compare
Choose a tag to compare

Initial release 🎉

wxt v0.18.6

13 Jun 17:28
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • modules: Add new addImportPreset helper function (#720)

🩹 Fixes

  • types: Module options param is optional, but types did not reflect that (#719)
  • modules: Re-export WxtModule type from wxt/modules to prevent TS2742 (#721)
  • modules: Add modules to TS project so type augmentation works (#722)

🏡 Chore

  • dev-deps: Upgrade typescript to 5.4 (#718)

wxt v0.18.5

12 Jun 05:42
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Module system (#672)

🩹 Fixes

  • To fix the issue with Entrypoint Side Effects link errors (#705)
  • storage: Add storage area typing for storage keys (#708)

📖 Documentation

  • Restructure wxt.dev (#701)
  • Add eslintrc info to auto-imports page (454b076)

🏡 Chore

  • deps: Bump linkedom from 0.16.8 to 0.18.2 (#690)
  • deps: Bump nypm from 0.3.6 to 0.3.8 (#692)
  • deps-dev: Bump tsx from 4.7.0 to 4.11.2 (#699)
  • deps-dev: Bump execa from 8.0.1 to 9.1.0 (#691)
  • Fix flakey TS config (a257217)
  • Remove log in tests (eb3b9bc)
  • deps: Upgrade braces to 3.0.3 (#711)

🤖 CI

  • Add support for managing multiple changelogs (#712)

❤️ Contributors

v0.18.4

31 May 13:27
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Allow zipping hidden files in sources by listing them explicitly in includeSources (#674)
  • Properly invalidate content script context (#683)

📖 Documentation

  • Update contributing guidelines (8125d74)

❤️ Contributors

v0.18.3

24 May 10:51
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Automatically add dev server to sandbox CSP (#663)
  • Remove import * as imports from entrypoints during build (#671)
  • security: Upgrade tar to 6.2.1 (215def7)

📖 Documentation

  • Add YTBlock to homepage (#666)

🏡 Chore

  • Add missing tests for dev mode CSP (#662)
  • Upgrade templates to v0.18 (3b954cc)

🤖 CI

  • Fix sync-releases workflow trigger (5d8efef)

❤️ Contributors