wxt-v0.19.8

wxt-dev/wxtwxt-v0.19.8Aug 29, 2024by github-actions[bot]

AI Summary

This release focuses on performance improvements and bug fixes for the Web Extension Tools framework. It includes changes to the Vite watcher to ignore output directories and adds a fallback mechanism for template listing. Additionally, there is internal cleanup of types in the Chrome browser module.

Key Highlights

  • Ignore output directories for all `vite.watcher` to improve performance
  • Fallback to GitHub API for listing templates when `ungh` is unavailable
  • Cleanup of types in `wxt/browser/chrome`

Full Release Notes

[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.7...wxt-v0.19.8)

### 🔥 Performance

- Ignore output directories for all `vite.watcher` ([#924](https://github.com/wxt-dev/wxt/pull/924))

### 🩹 Fixes

- Fallback to GitHub API for listing templates when ungh is down ([#944](https://github.com/wxt-dev/wxt/pull/944))

### 🏡 Chore

- **types:** Cleanup types in wxt/browser/chrome ([#932](https://github.com/wxt-dev/wxt/pull/932))

### ❤️ Contributors

- 1natsu