Releases: wxt-dev/wxt
Releases · wxt-dev/wxt
v0.4.1
v0.4.0
🚀 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)
v0.3.2
🚀 Enhancements
- Discover icons from the public directory (#72)
- Don't allow auto-importing from subdirectories (d54d611)
📖 Documentation
- Document the
url:
import prefix for remote code (323045a) - Fix typos (97f0938)
- Fix capitalization (39467d1)
- Generate markdown for config reference (#74)
🏡 Chore
- Upgrade dependencies (798f02f)
- Upgrade vite (
v4.3
→v4.4
) (547c185) - Update templates to work with CSS entrypoints (7f15305)
- Improve file list output in CI (#73)
🤖 CI
v0.3.1
🚀 Enhancements
📖 Documentation
- Add zip command to installation scripts (94a1097)
- Add output paths to entrypoint docs (3a336eb)
- Update installation docs (aea866c)
- Add publishing docs (4184b05)
- Add a section for extensions using WXT (709b61a)
- Add a comparison page to compare and contrast against Plasmo (38d4f9c)
🏡 Chore
- Update template projects to v0.3 (#56)
- Branding and logo (#60)
- Simplify binary setup (#62)
- Add Solid template (#63)
- Increase E2E test timeout to fix flakey test (dfe424f)
🤖 CI
❤️ Contributors
- BeanWei (@BeanWei)
v0.3.0
🚀 Enhancements
⚠️ Add type safety tobrowser.runtime.getURL
(58a84ec)⚠️ Change defaultpublicDir
to<rootDir>/public
(19c0948)- Windows support (#50)
🩹 Fixes
- Add
WebWorker
lib to generated tsconfig (2c70246)
📖 Documentation
- Update entrypoint directory links (0aebb67)
🌊 Types
- Allow any string for the
__BROWSER__
global (6092235)
🤖 CI
- Improve checks against
demo/
extension (9cc464f)
⚠️ Breaking Changes
v0.2.5
🚀 Enhancements
- Auto-import from subdirectories (547fee0)
- Include background script in dev mode if user doesn't define one (ca20a21)
🩹 Fixes
- Don't crash when generating types in dev mode (d8c1903)
- Properly load entrypoints that reference
import.meta
(54b18cc)
🏡 Chore
- Update templates to [email protected] (9d00eb2)
🤖 CI
- Validate project templates (9ac756f)