wxt-v0.19.15
wxt-dev/wxtwxt-v0.19.15Nov 14, 2024by github-actions[bot]
AI Summary
Extracts the storage module into a standalone package and fixes public path handling in browser APIs.
Key Highlights
- Extracted `wxt/storage` into `@wxt-dev/storage` package
- Added slash to `PublicPath` and `browser.runtime.getURL`
New Features
- Separate storage package
Full Release Notes
[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.14...wxt-v0.19.15) ### 🚀 Enhancements - Extract `wxt/storage` to its own package, `@wxt-dev/storage` ([#1129](https://github.com/wxt-dev/wxt/pull/1129)) ### 🩹 Fixes - Add "/" to `PublicPath` and `browser.runtime.getURL` ([#1171](https://github.com/wxt-dev/wxt/pull/1171)) - Add extension ID to event used to invalidate `ContentScriptContext` ([#1175](https://github.com/wxt-dev/wxt/pull/1175)) ### ❤️ Contributors - Aaron ([@aklinker1](http://github.com/aklinker1)) - Nishu ([@nishu-murmu](http://github.com/nishu-murmu))