github wxt-dev/wxt v0.12.0

latest releases: wxt-v0.20.11, module-react-v1.1.5, wxt-v0.20.10...
21 months ago

compare changes

🚀 Enhancements

  • ⚠️ Add support for "main world" content scripts (#284)

🩹 Fixes

  • Only use type imports for Vite (#278)
  • Throw error when no entrypoints are found (#283)

📖 Documentation

  • Improve content script UI guide (#272)
  • Fix dead links (291d25b)

🏡 Chore

  • Convert WXT CLI to an ESM binary (#279)

⚠️ Breaking Changes

defineContentScript and defineBackground are now exported from wxt/sandbox instead of wxt/client. (#284)

  • If you use auto-imports, no changes are required.
  • If you have disabled auto-imports, you'll need to manually update your import statements:
    - import { defineBackground, defineContentScript } from 'wxt/client';
    + import { defineBackground, defineContentScript } from 'wxt/sandbox';

Don't miss a new wxt release

NewReleases is sending notifications on new releases.