Releases: wxt-dev/wxt
Releases · wxt-dev/wxt
v0.2.0
🚀 Enhancements
⚠️ RenamedefineBackgroundScript
todefineBackground
(5b48ae9)- Recongize unnamed content scripts (
content.ts
andcontent/index.ts
) (3db5cec)
📖 Documentation
- Update templates (f28a29e)
- Add docs for each type of entrypoint (77cbfc1)
- Add inline JSDoc for public types (375a2a6)
🏡 Chore
⚠️ Breaking Changes
⚠️ RenamedefineBackgroundScript
todefineBackground
(5b48ae9)
v0.1.6
v0.1.5
v0.1.4
v0.1.3
v0.1.2
🚀 Enhancements
- Accept a function for
config.manifest
(ee49837)
🩹 Fixes
- Add missing types for
webextension-polyfill
and themanifest
option (636aa48) - Only add imports to JS files (b29c3c6)
- Generate valid type for
EntrypointPath
when there are no entrypoints (6e7184d)
🌊 Types
- Change
config.vite
toUserConfig
(ef6001e)
v0.1.1
🩹 Fixes
v0.1.0
Initial release of WXT. Full support for production builds and initial toolkit for development:
- HMR support when HTML page dependencies change
- Reload extension when background changes
- Reload HTML pages when saving them directly
- Re-register and reload tabs when content scripts change
🚀 Enhancements
- Content scripts reloading (#25)
📖 Documentation
- Update feature list (0255028)
🤖 CI
- Create github release (b7c078f)
v0.0.2
🚀 Enhancements
- Reload extension when source code is changed (#17)
- Setup background script web socket/reload (#22)
- Reload HTML files individually (#23)
🩹 Fixes
- Output chunks to a chunks directory (2dd7a99)
- Remove hash from content script css outputs (#20)
- Overwrite files with the same name when renaming entrypoints in dev mode (37986bf)
- Separate template builds to prevent sharing chunks (7f3a1e8)
- Show Vite warnings and errors (c51f0e0)
📖 Documentation
🏡 Chore
v0.0.1
🚀 Enhancements
- Add logger to config (232ff7a)
- Export and bootstrap the
/client
package (5b07c95) - Resolve entrypoints based on filesystem (a63f061)
- Separate output directories for each browser/manifest version (f09ffbb)
- Build entrypoints and output
manifest.json
(1e7c738) - Automatically add CSS files to content scripts (047ce04)
- Download and bundle remote URL imports (523c7df)
- Generate type declarations and config for project types and auto-imports (21debad)
- Good looking console output (e2cc995)
- Dev server working and a valid extension is built (505e419)
- Virtualized content script entrypoint (ca29537)
- Provide custom, typed globals defined by Vite (8c59a1c)
- Copy public directory to outputs (1a25f2b)
- Support browser and chrome styles for mv2 popups (7945c94)
- Support browser and chrome styles for mv2 popups (7abb577)
- Support more CLI flags for
build
anddev
(#9) - Add more supported browser types (f114c5b)
- Open browser when starting dev server (#11)
🩹 Fixes
- Support
srcDir
config (739d19f) - Root path customization now works (4faa3b3)
- Print durations as ms/s based on total time (3e37de9)
- Don't print error twice when background crashes (407627c)
- Load package.json from root not cwd (3ca16ee)
- Only allow a single entrypoint with a given name (8eb4e86)
- Respect the mv2 popup type (0f37ceb)
- Respect background type and persistent manifest options (573ef80)
- Make content script array orders consistent (f380378)
- Firefox manifest warnings in dev mode (50bb845)
📖 Documentation
- Update README (785ea54)
- Update README (99ccadb)
- Update description (07a262e)
- Update README (58a0ef4)
- Update README (23ed6f7)
- Add initial release milestone link to README (b400e54)
- Fix typo in README (5590c9d)
🏡 Chore
- Refactor cli files into their own directory (e6c0d84)
- Simplify
BuildOutput
type (1f6c4a0) - Move
.exvite
directory intosrcDir
instead ofroot
(53fb805) - Refactor CLI commands (b8952b6)
- Improve build summary sorting (ec57e8c)
- Remove comments (e3e9c0d)
- Refactor internal config creation (7c634f4)
- Check virtual entrypoints feature in README (70208f4)
- Add E2E tests and convert to vitest workspace (5813302)
- Rename package to wxt (51a1072)
- Fix header log's timestamp (8ca5657)
- Fix demo global usage (1ecfedd)
- Refactor folder structure (9ab3953)
- Fix release workflow (2e94f2a)