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.13
4+
5+ [ compare changes] ( https://github.com/wxt-dev/wxt/compare/wxt-v0.20.12...wxt-v0.20.13 )
6+
7+ ### 🚀 Enhancements
8+
9+ - Remove script element immediately in injectScript ([ #1761 ] ( https://github.com/wxt-dev/wxt/pull/1761 ) )
10+ - Add ` modifyScript ` option to ` injectScript ` ([ #1762 ] ( https://github.com/wxt-dev/wxt/pull/1762 ) )
11+ - Make ` injectScript ` return the created script element ([ #1838 ] ( https://github.com/wxt-dev/wxt/pull/1838 ) )
12+ - Support ` .wxtrc ` config file ([ #1833 ] ( https://github.com/wxt-dev/wxt/pull/1833 ) )
13+
14+ ### 🩹 Fixes
15+
16+ - Make ` injectScript ` wait until script is actually loaded ([ #1763 ] ( https://github.com/wxt-dev/wxt/pull/1763 ) )
17+ - Don't return promises from unlisted scripts that do not have an async ` main ` function ([ #1907 ] ( https://github.com/wxt-dev/wxt/pull/1907 ) )
18+
19+ ### 💅 Refactors
20+
21+ - Use ` script.text ` instead of ` innerHTML ` in ` injectScript ` ([ #1764 ] ( https://github.com/wxt-dev/wxt/pull/1764 ) )
22+
23+ ### ❤️ Contributors
24+
25+ - Rxliuli ([ @rxliuli ] ( https://github.com/rxliuli ) )
26+ - Sebastian Landwehr
< [email protected] > 27+ - Johan Kiviniemi ([ @ion1 ] ( https://github.com/ion1 ) )
28+
329## v0.20.12
430
531[ compare changes] ( https://github.com/wxt-dev/wxt/compare/wxt-v0.20.11...wxt-v0.20.12 )
Original file line number Diff line number Diff line change 11{
22 "name" : " wxt" ,
33 "type" : " module" ,
4- "version" : " 0.20.12 " ,
4+ "version" : " 0.20.13 " ,
55 "description" : " ⚡ Next-gen Web Extension Framework" ,
66 "license" : " MIT" ,
77 "scripts" : {
You can’t perform that action at this time.
0 commit comments