Releases: wxt-dev/wxt
Releases · wxt-dev/wxt
wxt v0.19.29
🚀 Enhancements
- Tolerate syntax errors (#1437)
🩹 Fixes
- Support
registration: "runtime"
for MV2 (#1431)
❤️ Contributors
- Thomas (@harmonyharmo)
- Alec Larson (@aleclarson)
@wxt-dev/storage v1.1.1
🩹 Fixes
- Return early if no migration is needed (#1502)
🏡 Chore
- Add funding links to
package.json
files (#1446) - Use PNPM 10's new catelog feature (#1493)
- Move production dependencies to PNPM 10 catelog (#1494)
- deps: Upgrade to Vite 6 and related dependencies (#1496)
❤️ Contributors
- ergou (@RayGuo-ergou)
- Aaron (@aklinker1)
- Okinea Dev (@okineadev)
wxt v0.19.28
🩹 Fixes
- Ignore
manifest.manifest_version
option and warn about incorrect usage (#1419) - Resolve wxt modules from the root (#1417)
- Properly detect and reload changed files when using Vite's
?suffix
imports (#1432) - Regression on variable expansion in dotenv files (#1449)
- Allow vite 6.0.9+ (#1497)
📖 Documentation
- Host pre-aggregated LLM knowledge files (#1355)
🏡 Chore
- Add funding links to
package.json
files (#1446) - Use PNPM 10's new catelog feature (#1493)
- Move production dependencies to PNPM 10 catelog (#1494)
- deps: Upgrade to Vite 6 and related dependencies (#1496)
❤️ Contributors
- Aaron (@aklinker1)
- Stefan Maric (@stefanmaric)
- Okinea Dev (@okineadev)
- 1natsu (@1natsu172)
- Alec Larson (@aleclarson)
wxt v0.19.27
🩹 Fixes
- Allow
vite-node@^3.0.0
(#1378) - Use path triple slash directive for types that are referenced via path (#1407)
- Support
publish-browser-extension
v3.0.0 (ac92d40) - Respect
inlineConfig.mode
when setting NODE_ENV (#1416) - Auto-import does not work when using
@vitejs/plugin-vue
alone (#1412)
❤️ Contributors
- Jaguar Zhou (@aiktb)
- Alec Larson (@aleclarson)
- Aaron (@aklinker1)
- St3h3n [email protected]
- Eli (@lishaduck)
wxt v0.19.26
🩹 Fixes
- context: Deduplicate
wxt:content-script-started
(#1364)
❤️ Contributors
- Deniz Uğur (@DenizUgur)
@wxt-dev/storage v1.1.0
🚀 Enhancements
- Add
storage.clear
(#1368)
📖 Documentation
- Update link (654a54a)
❤️ Contributors
- Chengxi (@chengxilo)
- Aaron (@aklinker1)
@wxt-dev/module-svelte v2.0.3
wxt v0.19.25
🩹 Fixes
- Drop support for vite 6.0.9+ until websocket fix is finished (8e2badc)
❤️ Contributors
- Aaron (@aklinker1)
wxt v0.19.24
🩹 Fixes
- init: Remove "experimental" from bun package manager (b150a52)
- web-ext: Correctly pass
browserConsole
option to open devtools in Firefox (#1308) autoMount
not working if anchor is already present (#1350)
🏡 Chore
- Fix typo in CLI docs (028c601)
❤️ Contributors
- 1natsu (@1natsu172)
- Paulo Pinto (@psrpinto)
- Aaron (@aklinker1)
wxt v0.19.23
🚀 Enhancements
- hooks: Move
entrypoints:resolved
before debug logs and addentrypoints:found
(#1292)
🩹 Fixes
- Allow runtime registered content scripts to not have
matches
(#1306) - Properly close readline instance on close (#1278)
📖 Documentation
- Sync READMEs (27298b7)
🏡 Chore
- Simplify keyboard shortcuts (#1284)
❤️ Contributors
- Aaron (@aklinker1)
- Abhigyan Trips (@abhigyantrips)