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.19
4+
5+ [ compare changes] ( https://github.com/wxt-dev/wxt/compare/wxt-v0.20.18...wxt-v0.20.19 )
6+
7+ ### 🚀 Enhancements
8+
9+ - Vite 8 support ([ bfd4af5d] ( https://github.com/wxt-dev/wxt/commit/bfd4af5d ) )
10+
11+ ### 🔥 Performance
12+
13+ - Use filter to improve plugin performance with rolldown ([ #1787 ] ( https://github.com/wxt-dev/wxt/pull/1787 ) )
14+
15+ ### 🩹 Fixes
16+
17+ - List eslint 10 as supported ([ 55dc263d] ( https://github.com/wxt-dev/wxt/commit/55dc263d ) )
18+
19+ ### 📖 Documentation
20+
21+ - Added "Scrape Similar" to the homepage ([ #2158 ] ( https://github.com/wxt-dev/wxt/pull/2158 ) )
22+ - Added "isTrust" to the homepage ([ #2161 ] ( https://github.com/wxt-dev/wxt/pull/2161 ) )
23+
24+ ### 🏡 Chore
25+
26+ - Add ` prettier-plugin-jsdoc ` to project ([ #2171 ] ( https://github.com/wxt-dev/wxt/pull/2171 ) )
27+ - Replace fast-glob and ora with lighter alternatives ([ #2173 ] ( https://github.com/wxt-dev/wxt/pull/2173 ) )
28+ - ** deps:** Upgrade deps ([ #2175 ] ( https://github.com/wxt-dev/wxt/pull/2175 ) )
29+ - Replace ` fs-extra ` with ` node:fs/promises ` ([ #2174 ] ( https://github.com/wxt-dev/wxt/pull/2174 ) )
30+
31+ ### ❤️ Contributors
32+
33+ - Florian Metz ([ @Timeraa ] ( https://github.com/Timeraa ) )
34+ - Aaron ([ @aklinker1 ] ( https://github.com/aklinker1 ) )
35+ - Patryk Kuniczak ([ @PatrykKuniczak ] ( https://github.com/PatrykKuniczak ) )
36+ - Etoome ([ @etoome ] ( https://github.com/etoome ) )
37+ - Kuba ([ @zizzfizzix ] ( https://github.com/zizzfizzix ) )
38+
339## v0.20.18
440
541[ compare changes] ( https://github.com/wxt-dev/wxt/compare/wxt-v0.20.17...wxt-v0.20.18 )
Original file line number Diff line number Diff line change 11{
22 "name" : " wxt" ,
33 "type" : " module" ,
4- "version" : " 0.20.18 " ,
4+ "version" : " 0.20.19 " ,
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.18 "
26+ "wxt" : " ^0.20.19 "
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.18 "
23+ "wxt" : " ^0.20.19 "
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.18 "
24+ "wxt" : " ^0.20.19 "
2525 }
2626}
Original file line number Diff line number Diff line change 1616 },
1717 "devDependencies" : {
1818 "typescript" : " ^5.9.3" ,
19- "wxt" : " ^0.20.18 "
19+ "wxt" : " ^0.20.19 "
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.18 "
24+ "wxt" : " ^0.20.19 "
2525 }
2626}
You can’t perform that action at this time.
0 commit comments