Releases: wxt-dev/wxt
Releases · wxt-dev/wxt
v0.7.1
compare changes
🚀 Enhancements
createContentScriptUi
helper (#143 )
📖 Documentation
Add docs for createContentScriptUi
(65fcfc0 )
🏡 Chore
v0.7.0
compare changes
🚀 Enhancements
Content script cssInjectionMode
(#141 )
🩹 Fixes
Validate transformed manifest correctly (4b2012c )
⚠️ Output content script CSS to content-scripts/<name>.css
(#140 )
Reorder typescript paths to give priority to @
and ~
over @@
and ~~
(#142 )
🏡 Chore
Store user config metadata in memory (0591050 )
⚠️ Breaking Changes
⚠️ Content script CSS used to be output to assets/<name>.css
, but is now content-scripts/<name>.css
to match the docs. (#140 )
v0.6.5
compare changes
🩹 Fixes
Don't crash when <all_urls>
matches is used in dev mode (b48cee9 )
Support loading tsx
entrypoints (#134 )
📖 Documentation
Add tags for SEO and socials (96be879 )
Add more content to the homepage (5570793 )
Fix DX section sizing (41e1549 )
Add link to update extensions using WXT (24e69fe )
🏡 Chore
Code coverage improvements (#131 )
v0.6.4
compare changes
🩹 Fixes
content-scripts: Don't throw an error when including include
or exclude
options on a content script (455e7f3 )
Use execaCommand
instead of node:child_process
(#130 )
🏡 Chore
templates: Add .wxt
directory to gitignore (#129 )
Increase E2E test timeout (5482b2f )
v0.6.3
compare changes
🚀 Enhancements
client: Add block
and addEventListener
utils to ContentScriptContext
(#128 )
v0.6.2
compare changes
🚀 Enhancements
--analyze
build flag (#125 )
Show spinner when building entrypoints (#126 )
📖 Documentation
v0.6.1
compare changes
🚀 Enhancements
Add transformManifest
option (#124 )
🩹 Fixes
Don't open browser during development when using WSL (#123 )
📖 Documentation
Load extension details from CWS (8e0a189 )
v0.6.0
compare changes
🚀 Enhancements
Export ContentScriptContext
from wxt/client
(1f448d1 )
⚠️ Require a function for vite
configuration (#121 )
🩹 Fixes
Use the same mode for each build step (1f6a931 )
Disable dev logs in production (3f260ee )
⚠️ Breaking Changes
⚠️ The vite
config option must now be a function. If you were using an object before, change it from vite: { ... }
to vite: () => ({ ... })
. (#121 )
v0.5.6
compare changes
🚀 Enhancements
Add ContentScriptContext
util for stopping invalidated content scripts (#120 )
You can’t perform that action at this time.