Skip to content

v0.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Nov 15:57
· 760 commits to main since this release

compare changes

🩹 Fixes

  • ⚠️ Remove lib from .wxt/tsconfig.json (#209)

📖 Documentation

🏡 Chore

  • Fix Svelte and React template READMEs (#207)

⚠️ Breaking Changes

  • ⚠️ Removed "WebWorker" types from .wxt/tsconfig.json (#209). These types are useful for MV3 projects using a service worker. To add them back to your project, add the following to your project's TSConfig:
    {
      "extends": "./.wxt/tsconfig.json",
    + "compilerOptions": {
    +   "lib": ["ESNext", "DOM", "WebWorker"]
    + }
    }

❤️ Contributors