Releases: wxt-dev/wxt
Releases · wxt-dev/wxt
v0.2.2
v0.2.1
v0.2.0
🚀 Enhancements
⚠️ RenamedefineBackgroundScript
todefineBackground
(5b48ae9)- Recongize unnamed content scripts (
content.ts
andcontent/index.ts
) (3db5cec)
📖 Documentation
- Update templates (f28a29e)
- Add docs for each type of entrypoint (77cbfc1)
- Add inline JSDoc for public types (375a2a6)
🏡 Chore
⚠️ Breaking Changes
⚠️ RenamedefineBackgroundScript
todefineBackground
(5b48ae9)
v0.1.6
v0.1.5
v0.1.4
v0.1.3
v0.1.2
🚀 Enhancements
- Accept a function for
config.manifest
(ee49837)
🩹 Fixes
- Add missing types for
webextension-polyfill
and themanifest
option (636aa48) - Only add imports to JS files (b29c3c6)
- Generate valid type for
EntrypointPath
when there are no entrypoints (6e7184d)
🌊 Types
- Change
config.vite
toUserConfig
(ef6001e)
v0.1.1
🩹 Fixes
v0.1.0
Initial release of WXT. Full support for production builds and initial toolkit for development:
- HMR support when HTML page dependencies change
- Reload extension when background changes
- Reload HTML pages when saving them directly
- Re-register and reload tabs when content scripts change
🚀 Enhancements
- Content scripts reloading (#25)
📖 Documentation
- Update feature list (0255028)
🤖 CI
- Create github release (b7c078f)