File tree 2 files changed +27
-1
lines changed 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
25
+
26
+ - Nishu ([ @nishu-murmu ] ( https://github.com/nishu-murmu ) )
27
+ - Aaron ([ @aklinker1 ] ( https://github.com/aklinker1 ) )
28
+
3
29
## v0.20.3
4
30
5
31
[ 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 1
1
{
2
2
"name" : " wxt" ,
3
3
"type" : " module" ,
4
- "version" : " 0.20.3 " ,
4
+ "version" : " 0.20.4 " ,
5
5
"description" : " ⚡ Next-gen Web Extension Framework" ,
6
6
"license" : " MIT" ,
7
7
"scripts" : {
You can’t perform that action at this time.
0 commit comments