Releases: wxt-dev/wxt
Releases · wxt-dev/wxt
wxt v0.19.4
🚀 Enhancements
- Add
injectScript
helper (#900)
🩹 Fixes
- Do not clear
.wxt/tsconfig.json
infindEntrypoints
if it exists (#898) - types:
PublicPath
type resolution withextensionApi: "chrome"
(#901) - Fix
createIframeUi
page
option types (3a8e613)
❤️ Contributors
- Hikiko4ern (@hikiko4ern)
wxt v0.19.3
🩹 Fixes
- Add
consola
towxt
dependencies (#892) - content-script-context: Fix initialization logic for Firefox (#895)
📖 Documentation
- Improve
prepare:types
hook JSDoc (#886)
❤️ Contributors
- Hikiko4ern (@hikiko4ern)
- Himanshu Patil (@mehimanshupatil)
@wxt-dev/auto-icons v1.0.1
wxt v0.19.2
🩹 Fixes
- Remove unused top-level functions and variables when loading entrypoints with the
vite-node
loader (#875) - Don't default to dev mode for production builds when using
vite-node
loader (#877)
📖 Documentation
- Update README and homepage features with WXT modules (ed07a49)
🏡 Chore
- deps: Upgrade all dependencies (#869)
wxt v0.19.1
wxt v0.19.0
🚀 Enhancements
- experimental: First-class support for excluding
webextension-polyfill
(#847) - storage:
init
option and renamedefaultValue
tofallback
(#827) - hooks: Add
prepare:publicPaths
hook (#858) ⚠️ Usevite-node
to load entrypoints by default (#859)
🔥 Performance
- size:
⚠️ Switch fromtsup
tounbuild
for building WXT (#848)
🩹 Fixes
- Wrong module hook type (#849)
📖 Documentation
- Update labels in content script UI positioning screenshot (2b6ff8d)
- Add upgrade guide and breaking changes (#860)
🏡 Chore
- deps: Bump all non-major dependencies (#834)
- dev-deps: Upgrade
vitest
from 1.6 to 2.0 (#836) - deps: Upgrade
async-mutex
from 0.4.1 to 0.5.0 (#837) - deps: Upgrade
esbuild
from 0.19.12 to 0.23.0 (#838) - deps: Upgrade
vite-node
from 1.6 to 2.0 (#839) - deps: Upgrade
ora
from 7 to 8 (#841) - deps: Upgrade
webextension-polyfill
from 0.10 to 0.12 (#842) - deps: Upgrade
minimatch
from 9 to 10 (#840) - dev-deps: Upgrade
happy-dom
from 13 to 14 (#843)
❤️ Contributors
- Florian Metz (@Timeraa)
auto-icons v1.0.0
Initial release of a new module that will generate your extension icon with the correct sizes. During development, the icon will also be output as grayscale - a familiar feature if you're coming from plasmo!
Checkout the README to get started: https://github.com/wxt-dev/wxt/tree/main/packages/auto-icons#readme
wxt v0.18.15
wxt v0.18.14
🩹 Fixes
- modules: Add types from all wxt node_modules, not just ones with config (#817)
wxt v0.18.13
🚀 Enhancements
🩹 Fixes
- Add debug logs for vite builder (#816)
❤️ Contributors
- Ayub Kokabi (@sir-kokabi)