File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.20.22
4+
5+ [ compare changes] ( https://github.com/wxt-dev/wxt/compare/wxt-v0.20.21...wxt-v0.20.22 )
6+
7+ ### 🚀 Enhancements
8+
9+ - Add support for Firefox data collection permissions ([ #1976 ] ( https://github.com/wxt-dev/wxt/pull/1976 ) )
10+ - Add ` dev.server.strictPort ` option ([ #2261 ] ( https://github.com/wxt-dev/wxt/pull/2261 ) )
11+
12+ ### 🩹 Fixes
13+
14+ - Scripts injection for MV2 ([ #2232 ] ( https://github.com/wxt-dev/wxt/pull/2232 ) )
15+ - Skip applying ` esbuild.charset=ascii ` vite 8 ([ #2264 ] ( https://github.com/wxt-dev/wxt/pull/2264 ) )
16+ - Apply expanded env to ` process.env ` ([ #2267 ] ( https://github.com/wxt-dev/wxt/pull/2267 ) )
17+
18+ ### 📖 Documentation
19+
20+ - Fix Read Frog Firefox showcase link ([ #2256 ] ( https://github.com/wxt-dev/wxt/pull/2256 ) )
21+ - Add TF2 Trader to the list of extensions ([ #2213 ] ( https://github.com/wxt-dev/wxt/pull/2213 ) )
22+
23+ ### ❤️ Contributors
24+
25+ - Aaron ([ @aklinker1 ] ( https://github.com/aklinker1 ) )
26+ - Offish ([ @offish ] ( https://github.com/offish ) )
27+ - Patryk Kuniczak ([ @PatrykKuniczak ] ( https://github.com/PatrykKuniczak ) )
28+ - Suvesh Moza < anmolmoza2@gmail.com >
29+ - GuaGua < readfrogguagua@gmail.com >
30+
331## v0.20.21
432
533[ compare changes] ( https://github.com/wxt-dev/wxt/compare/wxt-v0.20.20...wxt-v0.20.21 )
Original file line number Diff line number Diff line change 11{
22 "name" : " wxt" ,
33 "type" : " module" ,
4- "version" : " 0.20.21 " ,
4+ "version" : " 0.20.22 " ,
55 "description" : " ⚡ Next-gen Web Extension Framework" ,
66 "license" : " MIT" ,
77 "scripts" : {
Original file line number Diff line number Diff line change 2323 "@types/react-dom" : " ^19.2.3" ,
2424 "@wxt-dev/module-react" : " ^1.1.5" ,
2525 "typescript" : " ^5.9.3" ,
26- "wxt" : " ^0.20.21 "
26+ "wxt" : " ^0.20.22 "
2727 }
2828}
Original file line number Diff line number Diff line change 2020 "devDependencies" : {
2121 "@wxt-dev/module-solid" : " ^1.1.4" ,
2222 "typescript" : " ^5.9.3" ,
23- "wxt" : " ^0.20.21 "
23+ "wxt" : " ^0.20.22 "
2424 }
2525}
Original file line number Diff line number Diff line change 2121 "svelte-check" : " ^4.4.4" ,
2222 "tslib" : " ^2.8.1" ,
2323 "typescript" : " ^5.9.3" ,
24- "wxt" : " ^0.20.21 "
24+ "wxt" : " ^0.20.22 "
2525 }
2626}
Original file line number Diff line number Diff line change 1616 },
1717 "devDependencies" : {
1818 "typescript" : " ^5.9.3" ,
19- "wxt" : " ^0.20.21 "
19+ "wxt" : " ^0.20.22 "
2020 }
2121}
Original file line number Diff line number Diff line change 2121 "@wxt-dev/module-vue" : " ^1.0.3" ,
2222 "typescript" : " ^5.9.3" ,
2323 "vue-tsc" : " ^3.2.5" ,
24- "wxt" : " ^0.20.21 "
24+ "wxt" : " ^0.20.22 "
2525 }
2626}
You can’t perform that action at this time.
0 commit comments