Skip to content

wxt v0.20.13

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Dec 23:11
· 6 commits to main since this release

compare changes

🚀 Enhancements

  • Remove script element immediately in injectScript (#1761)
  • Add modifyScript option to injectScript (#1762)
  • Make injectScript return the created script element (#1838)
  • Support .wxtrc config file (#1833)

🩹 Fixes

  • Make injectScript wait until script is actually loaded (#1763)
  • Don't return promises from unlisted scripts that do not have an async main function (#1907)

💅 Refactors

  • Use script.text instead of innerHTML in injectScript (#1764)

❤️ Contributors