|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## v0.20.1 |
| 4 | + |
| 5 | +[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.0...wxt-v0.20.1) |
| 6 | + |
| 7 | +### 🚀 Enhancements |
| 8 | + |
| 9 | +- Enable wxt usage inside of devcontainers ([#1406](https://github.com/wxt-dev/wxt/pull/1406)) |
| 10 | +- Type-safe `import.meta.env.BROWSER` with new `targetBrowers` config ([#1574](https://github.com/wxt-dev/wxt/pull/1574)) |
| 11 | + |
| 12 | +### 🩹 Fixes |
| 13 | + |
| 14 | +- Don't remove top-level destructured variable definitions when importing entrypoints ([#1561](https://github.com/wxt-dev/wxt/pull/1561)) |
| 15 | +- Add JSDoc type annotation to auto-imports for ESlint ([#1558](https://github.com/wxt-dev/wxt/pull/1558)) |
| 16 | + |
| 17 | +### 📖 Documentation |
| 18 | + |
| 19 | +- Fix knowledge file generation ([#1550](https://github.com/wxt-dev/wxt/pull/1550)) |
| 20 | + |
| 21 | +### 🏡 Chore |
| 22 | + |
| 23 | +- **deps:** Update all dependencies ([#1568](https://github.com/wxt-dev/wxt/pull/1568)) |
| 24 | +- Update comment ([61b42ef](https://github.com/wxt-dev/wxt/commit/61b42ef)) |
| 25 | + |
| 26 | +### ❤️ Contributors |
| 27 | + |
| 28 | +- 7sDream ([@7sDream](https://github.com/7sDream)) |
| 29 | +- Aaron ([@aklinker1](https://github.com/aklinker1)) |
| 30 | +- Nostro ([@nostrorom](https://github.com/nostrorom)) |
| 31 | +- Khalil Yao ([@yyz945947732](https://github.com/yyz945947732)) |
| 32 | +- Alec WM ([@alecdwm](https://github.com/alecdwm)) |
| 33 | + |
3 | 34 | ## v0.20.0
|
| 35 | + |
4 | 36 | Excited to release the next major version of WXT! Follow the [Upgrade guide](https://wxt.dev/guide/resources/upgrading.html) to update!
|
5 | 37 |
|
6 | 38 | ---
|
@@ -40,6 +72,7 @@ Excited to release the next major version of WXT! Follow the [Upgrade guide](htt
|
40 | 72 |
|
41 | 73 | - Aaron ([@aklinker1](https://github.com/aklinker1))
|
42 | 74 | - 1natsu ([@1natsu172](https://github.com/1natsu172))
|
| 75 | + |
43 | 76 | ## v0.19.29
|
44 | 77 |
|
45 | 78 | [compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.28...wxt-v0.19.29)
|
@@ -2927,4 +2960,4 @@ Initial release of WXT. Full support for production builds and initial toolkit f
|
2927 | 2960 | ### 🤖 CI
|
2928 | 2961 |
|
2929 | 2962 | - Create validation workflow ([#12](https://github.com/wxt-dev/wxt/pull/12))
|
2930 |
| -- Create release workflow ([#13](https://github.com/wxt-dev/wxt/pull/13)) |
| 2963 | +- Create release workflow ([#13](https://github.com/wxt-dev/wxt/pull/13)) |
0 commit comments