Releases: wxt-dev/wxt
Releases · wxt-dev/wxt
@wxt-dev/storage v1.0.1
🩹 Fixes
- Use
browser
for mv2 storage (#1200)
📖 Documentation
- Cleanup changelog (f5b7f7e)
🏡 Chore
- Init changelog for storage package (6fc227b)
❤️ Contributors
- Aaron (@aklinker1)
wxt v0.19.16
@wxt-dev/module-vue v1.0.2
@wxt-dev/module-solid v1.1.3
🩹 Fixes
- Use
config:resolved
hook to update config instead ofready
(#1178)
🏡 Chore
- Add
oxlint
for linting (#947) - Upgrade all non-major dependencies (#1040)
- deps: Upgrade all non-major dependencies (#1164)
❤️ Contributors
- Aaron (@aklinker1)
@wxt-dev/module-react v1.1.2
🩹 Fixes
- Use
config:resolved
hook to update config instead ofready
(#1178)
🏡 Chore
- Add
oxlint
for linting (#947) - Upgrade all non-major dependencies (#1040)
- deps: Upgrade all non-major dependencies (#1164)
❤️ Contributors
- Aaron (@aklinker1)
wxt v0.19.15
🚀 Enhancements
- Extract
wxt/storage
to its own package,@wxt-dev/storage
(#1129)
🩹 Fixes
- Add "/" to
PublicPath
andbrowser.runtime.getURL
(#1171) - Add extension ID to event used to invalidate
ContentScriptContext
(#1175)
❤️ Contributors
- Aaron (@aklinker1)
- Nishu (@nishu-murmu)
@wxt-dev/storage v1.0.0
Extracted wxt/storage
into it's own package, @wxt-dev/storage
!
It's still shipped inside WXT and accessible via wxt/storage
, but now:
- Non-WXT projects can use the storage wrapper.
- We can make breaking changes to the API separately.
Read the docs for more details.
This is apart of the v1.0 initiative for WXT.
wxt v0.19.14
🚀 Enhancements
- storage: Support storage items in batch functions (#990)
- Automatically disable 'Show warning about Self-XSS when pasing code' in new chrome (#1159)
🩹 Fixes
- Throw when config file does not exist (#1156)
📖 Documentation
🏡 Chore
- deps: Upgrade all non-major dependencies (#1164)
- deps: Bump dev and non-breaking major dependencies (#1167)
❤️ Contributors
- Aaron (@aklinker1)
- Rxliuli (@rxliuli)
- Kongmoumou (@kongmoumou)
- Florian Metz (@Timeraa)
- Bread Grocery [email protected]
@wxt-dev/module-svelte v2.0.0
🚀 Enhancements
⚠️ Svelte 5 support (#1104)
🏡 Chore
⚠️ Breaking Changes
Upgraded @sveltejs/vite-plugin-svelte
from v3 to v4. This drops support for Svelte 4 and below. To continue using older versions of Svelte, use v1 of this module.
To upgrade to svelte 5, just install svelte@5
.
❤️ Contributors
- Aaron (@aklinker1)
@wxt-dev/i18n v0.2.3
🩹 Fixes
- Prevent app crashes from parse errors due to incomplete file saves (#1114)
📖 Documentation
- Cleanup typos and broken links (bb5ea34)
❤️ Contributors
- Bread Grocery [email protected]
- Aaron (@aklinker1)