wxt v0.19.9
github-actions
released this
04 Sep 21:39
·
239 commits
to main
since this release
π Enhancements
- modules: Add
wxt.hook
alias forwxt.hooks.hook
(c5f78d0) - Use
@types/chrome
for config manifest type (#969)
π©Ή Fixes
- Allow adding multiple hyphens in an entrypoint name (#949)
- Duplicate
BuildOutput.publicAssets
(#951) - Properly overload
import.meta.env
with WXT's own environment globals (#966)
π Documentation
- Add docs around
importEntrypoint
to relevant functions (143b5ac)
π Types
- modules: Use
NestedHooks
instead ofPartial
for hooks object (0ebb013)
π‘ Chore
- Fix type error (#946)
- Add
oxlint
for linting (#947) - deps: Bump ora from 8.0.1 to 8.1.0 (#961)
- deps: Bump unimport from 3.9.1 to 3.11.1 (#960)
- deps: Bump execa from 9.3.0 to 9.3.1 (#957)
- Cleanup leftover E2E test artifacts (#968)
β€οΈ Contributors
- 1natsu (@1natsu172)