Releases: wxt-dev/wxt
Releases · wxt-dev/wxt
v0.7.4
compare changes
🩹 Fixes
Support react-refresh
when pre-rendering HTML pages in dev mode (#158 )
📖 Documentation
🏡 Chore
Upgrade templates to v0.7 (#156 )
v0.7.2
compare changes
🚀 Enhancements
Allow customizing entrypoint options per browser (#154 )
🩹 Fixes
Default safari to MV2 (5807931 )
Add missing persistent
type to defineBackgroundScript
(d9fdcb5 )
📖 Documentation
Restructure website to improve UX (#149 )
Add docs for development and testing (f58d69d )
🏡 Chore
deps-dev: Bump @types/fs-extra from 11.0.1 to 11.0.2 (#144 )
deps-dev: Bump @faker-js/faker from 8.0.2 to 8.1.0 (#146 )
deps-dev: Bump vitest-mock-extended from 1.2.1 to 1.3.0 (#147 )
deps-dev: Bump vitest from 0.34.3 to 0.34.6 (#145 )
deps-dev: Bump typescript from 5.1 to 5.2 (#148 )
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
You can’t perform that action at this time.