wxt-v0.20.3

wxt-dev/wxtwxt-v0.20.3Apr 19, 2025by github-actions[bot]

AI Summary

A maintenance release improving CSS handling within shadow roots and fixing script hashing logic to ensure correct bundle generation.

Key Highlights

  • Automatically places document-level CSS outside shadow roots
  • Fixes double hashing of inline script keys

Full Release Notes

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

### 🚀 Enhancements

- Automatically place document-level CSS outside shadow root ([#1594](https://github.com/wxt-dev/wxt/pull/1594))

### 🩹 Fixes

- Fix double hashing of inline script keys ([b0f4ac8](https://github.com/wxt-dev/wxt/commit/b0f4ac8))

### ❤️ Contributors

- Aaron ([@aklinker1](https://github.com/aklinker1))