File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed
Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.20.4
4+
5+ [ compare changes] ( https://github.com/wxt-dev/wxt/compare/wxt-v0.20.3...wxt-v0.20.4 )
6+
7+ ### 🚀 Enhancements
8+
9+ - Ignore popup/index.ts instead of erroring ([ #1520 ] ( https://github.com/wxt-dev/wxt/pull/1520 ) )
10+ - Ignore elements with a ` vite-ignore ` or ` wxt-ignore ` attribute ([ #1603 ] ( https://github.com/wxt-dev/wxt/pull/1603 ) )
11+ - Add ` {{packageVersion}} ` as template variable ([ #1604 ] ( https://github.com/wxt-dev/wxt/pull/1604 ) )
12+
13+ ### 🩹 Fixes
14+
15+ - Adding missing ` "" ` to ` PublicPath ` and ` browser.runtime.getUrl ` ([ #1597 ] ( https://github.com/wxt-dev/wxt/pull/1597 ) )
16+ - Fix CORS error in Firefox ([ #1607 ] ( https://github.com/wxt-dev/wxt/pull/1607 ) )
17+
18+ ### 📖 Documentation
19+
20+ - ** Content Script UI:** Add additional details about when ` onRemove ` is called ([ 656a9b3] ( https://github.com/wxt-dev/wxt/commit/656a9b3 ) )
21+
22+ ### ❤️ Contributors
23+
24+ - Yunsup Sim < pedogunu@gmail.com >
25+ - ТΞNSΛI < tensai@gmx.net >
26+ - Nishu ([ @nishu-murmu ] ( https://github.com/nishu-murmu ) )
27+ - Aaron ([ @aklinker1 ] ( https://github.com/aklinker1 ) )
28+
329## v0.20.3
430
531[ compare changes] ( https://github.com/wxt-dev/wxt/compare/wxt-v0.20.2...wxt-v0.20.3 )
Original file line number Diff line number Diff line change 11{
22 "name" : " wxt" ,
33 "type" : " module" ,
4- "version" : " 0.20.3 " ,
4+ "version" : " 0.20.4 " ,
55 "description" : " ⚡ Next-gen Web Extension Framework" ,
66 "license" : " MIT" ,
77 "scripts" : {
You can’t perform that action at this time.
0 commit comments