🚀 Enhancements
- Add
--debug
flag for printing debug logs for all CLI commands (#75) - Replace
web-ext
withweb-ext-run
(#101) - Generate types for
browser.i18n.getMessage
(#103)
🩹 Fixes
- Allow adding custom content scripts (b428a62)
- Don't overwrite
wxt.config.ts
content scripts, append entrypoints to it (5f5f1d9) - ⚠️ Use relative path aliases inside
.wxt/tsconfig.json
(#102)
📖 Documentation
- Add contribution guide (#76)
🏡 Chore
- Setup dependabot for upgrading dependencies (d66293c)
- Update social preview (e164bd5)
- Setup bug and feature issue templates (2bde917)
- Upgrade to prettier 3 (#77)
- deps-dev: Bump vitest from 0.32.4 to 0.34.1 (#81)
- deps-dev: Bump ora from 6.3.1 to 7.0.1 (#79)
- deps-dev: Bump @types/node from 20.4.5 to 20.5.0 (#78)
- deps-dev: Bump tsup from 7.1.0 to 7.2.0 (#80)
- deps-dev: Bump @vitest/coverage-v8 from 0.32.4 to 0.34.1 (#84)
- deps-dev: Bump vitepress from 1.0.0-beta.5 to 1.0.0-rc.4 (#85)
- deps-dev: Bump vitest-mock-extended from 1.1.4 to 1.2.0 (#87)
- deps-dev: Bump lint-staged from 13.3.0 to 14.0.0 (#89)
- Fix remote code E2E test (83e62a1)
- Fix failing demo build (b58a15e)
- deps-dev: Bump vitest-mock-extended from 1.2.0 to 1.2.1 (#97)
- deps-dev: Bump lint-staged from 14.0.0 to 14.0.1 (#100)
- deps-dev: Bump vitest from 0.34.1 to 0.34.3 (#99)
- Increase E2E test timeout because GitHub Actions Window runner is slow (2a0842b)
- deps-dev: Bump vitepress from 1.0.0-rc.4 to 1.0.0-rc.10 (#96)
- Fix test watcher restarting indefinitely (2c7922c)
- Remove explicit icon config from templates (93bfee0)
- Use import aliases in Vue template (#104)
⚠️ Breaking Changes
- ⚠️ Use relative path aliases inside
.wxt/tsconfig.json
(#102)