Releases: wxt-dev/wxt
Releases · wxt-dev/wxt
wxt v0.18.7
@wxt-dev/module-vue v1.0.0
Initial release 🎉
@wxt-dev/module-svelte v1.0.0
Initial release 🎉
@wxt-dev/module-solid v1.0.1
@wxt-dev/module-solid v1.0.0
Initial release 🎉
@wxt-dev/module-react v1.0.0
Initial release 🎉
wxt v0.18.6
🚀 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 fromwxt/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
🚀 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
🏡 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
- TheOnlyTails (@TheOnlyTails)
- Rxliuli (@rxliuli)
v0.18.4
🩹 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
- Hujiulong (@hujiulong)
v0.18.3
🩹 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
🤖 CI
- Fix sync-releases workflow trigger (5d8efef)
❤️ Contributors
- Edoan (@EdoanR)