|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## v0.20.21 |
| 4 | + |
| 5 | +[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.20...wxt-v0.20.21) |
| 6 | + |
| 7 | +### 🚀 Enhancements |
| 8 | + |
| 9 | +- Replace `dotenv` with native `node:util` `parseEnv` ([#2181](https://github.com/wxt-dev/wxt/pull/2181)) |
| 10 | +- Type `/_favicon/` paths when `favicon` permission is declared ([#2241](https://github.com/wxt-dev/wxt/pull/2241)) |
| 11 | +- Auto-discover Firefox `theme_icons` from public assets ([#2242](https://github.com/wxt-dev/wxt/pull/2242)) |
| 12 | + |
| 13 | +### 🩹 Fixes |
| 14 | + |
| 15 | +- Add `engines` field to WXT's `package.json` ([ce551fbd](https://github.com/wxt-dev/wxt/commit/ce551fbd)) |
| 16 | +- Output content scripts in ascii to avoid utf8 encoding errors ([#2204](https://github.com/wxt-dev/wxt/pull/2204)) |
| 17 | +- Resolve `url:` imports in Vite 8 ([#2218](https://github.com/wxt-dev/wxt/pull/2218)) |
| 18 | +- Support template literals in prepare:publicPaths ([#2248](https://github.com/wxt-dev/wxt/pull/2248)) |
| 19 | +- Support `page_action` for Firefox MV3 ([#2200](https://github.com/wxt-dev/wxt/pull/2200)) |
| 20 | +- Add Firefox action manifest typings ([#2217](https://github.com/wxt-dev/wxt/pull/2217)) |
| 21 | + |
| 22 | +### 💅 Refactors |
| 23 | + |
| 24 | +- Rename internal popup `mv2Key` option to `actionType` ([#2249](https://github.com/wxt-dev/wxt/pull/2249)) |
| 25 | + |
| 26 | +### 📖 Documentation |
| 27 | + |
| 28 | +- Document augmenting the `browser` type for Firefox ([#2199](https://github.com/wxt-dev/wxt/pull/2199)) |
| 29 | +- Add note about adding the browser package as a dependency for module augmentation ([41a687a6](https://github.com/wxt-dev/wxt/commit/41a687a6)) |
| 30 | +- Simplify storage docs ([5376cfd6](https://github.com/wxt-dev/wxt/commit/5376cfd6)) |
| 31 | +- Add Artemis II photo to hero section ([70fdb04d](https://github.com/wxt-dev/wxt/commit/70fdb04d)) |
| 32 | +- Fix undocumented constants link from 0.14.0 -> 0.15.0 migration guide ([#2244](https://github.com/wxt-dev/wxt/pull/2244)) |
| 33 | +- Fix deploy command after bun upgrade ([d7cc8dc2](https://github.com/wxt-dev/wxt/commit/d7cc8dc2)) |
| 34 | +- Fix non-replaced `{{version}}` in CLI reference ([799bd92b](https://github.com/wxt-dev/wxt/commit/799bd92b)) |
| 35 | +- Add Firefox Add-on support to homepage showcase ([#2208](https://github.com/wxt-dev/wxt/pull/2208)) |
| 36 | +- Add 5 Whiteboard Works extensions to the homepage ([#2207](https://github.com/wxt-dev/wxt/pull/2207)) |
| 37 | +- Added "SoundCloud Enhanced Pro" to the homepage ([#2238](https://github.com/wxt-dev/wxt/pull/2238)) |
| 38 | +- Add AlarmBot extension to the list of extensions ([#2251](https://github.com/wxt-dev/wxt/pull/2251)) |
| 39 | +- Move homepage extensions to separate YAML file ([#2255](https://github.com/wxt-dev/wxt/pull/2255)) |
| 40 | + |
| 41 | +### 🏡 Chore |
| 42 | + |
| 43 | +- Replace minimatch with picomatch ([#2188](https://github.com/wxt-dev/wxt/pull/2188)) |
| 44 | +- Add cspell and fix all typos ([6621aaf8](https://github.com/wxt-dev/wxt/commit/6621aaf8)) |
| 45 | +- Use `deps.neverBundle` instead of `external` ([8f71e174](https://github.com/wxt-dev/wxt/commit/8f71e174)) |
| 46 | +- Replace `picocolors` with builtins ([#2210](https://github.com/wxt-dev/wxt/pull/2210)) |
| 47 | +- **deps-dev:** Bump eslint from 10.0.2 to 10.1.0 ([#2224](https://github.com/wxt-dev/wxt/pull/2224)) |
| 48 | +- **deps:** Bump filesize from 11.0.13 to 11.0.15 ([#2226](https://github.com/wxt-dev/wxt/pull/2226)) |
| 49 | +- **deps:** Bump hookable from 6.0.1 to 6.1.0 ([#2222](https://github.com/wxt-dev/wxt/pull/2222)) |
| 50 | +- Migrate monorepo to use Bun instead of PNPM ([#2009](https://github.com/wxt-dev/wxt/pull/2009)) |
| 51 | +- Use `bun run --sequential` to simplify package scripts ([#2252](https://github.com/wxt-dev/wxt/pull/2252)) |
| 52 | +- Fix flakey test ([#2254](https://github.com/wxt-dev/wxt/pull/2254)) |
| 53 | + |
| 54 | +### 🤖 CI |
| 55 | + |
| 56 | +- Enable bun package manager tests on windows ([#2253](https://github.com/wxt-dev/wxt/pull/2253)) |
| 57 | + |
| 58 | +### ❤️ Contributors |
| 59 | + |
| 60 | +- Aaron ([@aklinker1](https://github.com/aklinker1)) |
| 61 | +- Kamer DINC <kamerdinc@gmail.com> |
| 62 | +- Sullivan ([@Epic-R-R](https://github.com/Epic-R-R)) |
| 63 | +- Skylar Bolton <skylar.bolton@gmail.com> |
| 64 | +- Vaughn Bosu ([@VaughnBosu](https://github.com/VaughnBosu)) |
| 65 | +- SmAsHeD ([@smashedr](https://github.com/smashedr)) |
| 66 | +- Eupthere ([@eupthere](https://github.com/eupthere)) |
| 67 | +- Ofer Itzhaki <ofer.webdev@gmail.com> |
| 68 | +- Patryk Kuniczak ([@PatrykKuniczak](https://github.com/PatrykKuniczak)) |
| 69 | +- Alexharding-ux ([@alexharding-ux](https://github.com/alexharding-ux)) |
| 70 | +- Harryson ([@HarrysonLadines](https://github.com/HarrysonLadines)) |
| 71 | +- Aditi ([@Adiii-15](https://github.com/Adiii-15)) |
| 72 | + |
3 | 73 | ## v0.20.20 |
4 | 74 |
|
5 | 75 | [compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.19...wxt-v0.20.20) |
|
0 commit comments