wxt-v0.19.13

wxt-dev/wxtwxt-v0.19.13Oct 22, 2024by github-actions[bot]

AI Summary

This release adds support for loading environment variables from browser-specific `.env` files and fixes a potential privacy issue regarding private member variables in the ContentScriptContext.

Key Highlights

  • Load env from `.env.[browser]` variants
  • Don't use `#private` member variables in ContentScriptContext

New Features

  • Browser-specific environment variable loading

Full Release Notes

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

### 🚀 Enhancements

- **env:** Load env from `.env.[browser]` variants ([#1078](https://github.com/wxt-dev/wxt/pull/1078))

### 🩹 Fixes

- Don't use `#private` member variables in `ContentScriptContext` ([#1103](https://github.com/wxt-dev/wxt/pull/1103))

### ❤️ Contributors

- Aaron ([@aklinker1](http://github.com/aklinker1))
- Craig Slusher ([@sleekslush](http://github.com/sleekslush))