File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed
Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.20.12
4+
5+ [ compare changes] ( https://github.com/wxt-dev/wxt/compare/wxt-v0.20.11...wxt-v0.20.12 )
6+
7+ ### 🚀 Enhancements
8+
9+ - Remove ` data-wxt-* ` attributes ([ #1913 ] ( https://github.com/wxt-dev/wxt/pull/1913 ) )
10+ - Default to using ` use_dynamic_url: true ` for content script css files ([ #1993 ] ( https://github.com/wxt-dev/wxt/pull/1993 ) )
11+
12+ ### 🩹 Fixes
13+
14+ - Wxt normal logs are drowned by
` [email protected] ` ads (
[ #1883 ] ( https://github.com/wxt-dev/wxt/pull/1883 ) )
15+ - Optimize ` splitShadowRootCss ` ([ #1934 ] ( https://github.com/wxt-dev/wxt/pull/1934 ) )
16+ - ` wxt prepare ` fails with the error "__ vite_ssr_exportName__ is not defined" when using Vite 7 ([ #1884 ] ( https://github.com/wxt-dev/wxt/pull/1884 ) )
17+
18+ ### 🏡 Chore
19+
20+ - Use ` linkedom ` a test instead of ` happy-dom ` ([ #1957 ] ( https://github.com/wxt-dev/wxt/pull/1957 ) )
21+ - Add support for ` vite-node ` v5 ([ #2001 ] ( https://github.com/wxt-dev/wxt/pull/2001 ) )
22+ - Upgrade dev and non-major prod dependencies ([ #2000 ] ( https://github.com/wxt-dev/wxt/pull/2000 ) )
23+ - ** dev-deps:** Upgrade ` happy-dom ` to address CVE-2025 -61927 ([ #2002 ] ( https://github.com/wxt-dev/wxt/pull/2002 ) )
24+
25+ ### ❤️ Contributors
26+
27+ - Aaron ([ @aklinker1 ] ( https://github.com/aklinker1 ) )
28+ - Jaguar Zhou ([ @aiktb ] ( https://github.com/aiktb ) )
29+ - Alexander Harding
< [email protected] > 30+ - Florian Kühne ([ @ZerGo0 ] ( https://github.com/ZerGo0 ) )
31+
332## v0.20.11
433
534[ compare changes] ( https://github.com/wxt-dev/wxt/compare/wxt-v0.20.10...wxt-v0.20.11 )
Original file line number Diff line number Diff line change 11{
22 "name" : " wxt" ,
33 "type" : " module" ,
4- "version" : " 0.20.11 " ,
4+ "version" : " 0.20.12 " ,
55 "description" : " ⚡ Next-gen Web Extension Framework" ,
66 "license" : " MIT" ,
77 "scripts" : {
You can’t perform that action at this time.
0 commit comments