Skip to content

Commit 8fea9b4

Browse files
chore(release): wxt v0.21.4
1 parent 9cb69c8 commit 8fea9b4

3 files changed

Lines changed: 58 additions & 3 deletions

File tree

bun.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/wxt/CHANGELOG.md

Lines changed: 56 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,61 @@
11
# Changelog
22

3+
## v0.21.4
4+
5+
[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.21.3...wxt-v0.21.4)
6+
7+
### 🚀 Features
8+
9+
- Log warnings once ([#2536](https://github.com/wxt-dev/wxt/pull/2536))
10+
- Change behaviour of eslint config ([#2295](https://github.com/wxt-dev/wxt/pull/2295))
11+
12+
### 🩹 Fixes
13+
14+
- Fix regression where `web-ext.config.ts` was not respected ([#2550](https://github.com/wxt-dev/wxt/pull/2550))
15+
- **vite-builder**: Tolerate `ENOENT` when deleting empty directories ([#2534](https://github.com/wxt-dev/wxt/pull/2534))
16+
- Don't add an empty content_scripts array for runtime-only content scripts ([#2580](https://github.com/wxt-dev/wxt/pull/2580))
17+
- Skip keyboard shortcuts for non-interactive stdin ([#2563](https://github.com/wxt-dev/wxt/pull/2563))
18+
- Don't set `use_dynamic_url` on browsers that don't support it ([#2581](https://github.com/wxt-dev/wxt/pull/2581))
19+
20+
### 📖 Documentation
21+
22+
- Added Video Time Manager ([#2501](https://github.com/wxt-dev/wxt/pull/2501))
23+
- Link shared content script UI options ([#2497](https://github.com/wxt-dev/wxt/pull/2497))
24+
- Added Edge ID for Glossy New Tab extension ([#2555](https://github.com/wxt-dev/wxt/pull/2555))
25+
- Added "GringaChange" to showcase ([#2573](https://github.com/wxt-dev/wxt/pull/2573))
26+
- Updated outdated defaults for webExt chromium prefs ([`aeb16e7`](https://github.com/wxt-dev/wxt/commit/aeb16e7741d5c2aba77d98c6c301ceb6ba1162fe))
27+
28+
### 🏡 Chore
29+
30+
- **deps**: Replace `nano-spawn` with `tinyexec` ([#2544](https://github.com/wxt-dev/wxt/pull/2544))
31+
- **deps**: Loosen version range for `@wxt-dev/browser` so projects can use any vesion ([`7946665`](https://github.com/wxt-dev/wxt/commit/794666597a5960a099ca1c54bb1f1cf3f231b990))
32+
- Use `.oxlintrc.jsonc` for ignored paths ([`3f65967`](https://github.com/wxt-dev/wxt/commit/3f65967b3f830af80218f2ef6a241107322496cd))
33+
- Fix type error after chrome types update ([`83e9840`](https://github.com/wxt-dev/wxt/commit/83e9840d8fa7218bcdb2765fb76a8cc6404712b1))
34+
- **deps**: Inline `normalize-path` ([#2557](https://github.com/wxt-dev/wxt/pull/2557))
35+
- **deps**: Inline small deps ([#2560](https://github.com/wxt-dev/wxt/pull/2560))
36+
- **deps**: Inline `get-port-please` ([#2576](https://github.com/wxt-dev/wxt/pull/2576))
37+
- **deps**: Replace `filesize` with DIY function ([#2589](https://github.com/wxt-dev/wxt/pull/2589))
38+
- **deps**: Inline funtion for cli spinner ([#2567](https://github.com/wxt-dev/wxt/pull/2567))
39+
40+
### ❤️ Contributors
41+
42+
- Loi Nguyen <vanloi999@gmail.com>
43+
- [@rxliuli](https://github.com/rxliuli)
44+
- [@PatrykKuniczak](https://github.com/PatrykKuniczak)
45+
- Oleksandr Kuksenko <oleks.kuksenko@gmail.com>
46+
- Claude Fable 5 <noreply@anthropic.com>
47+
- [@nishu-murmu](https://github.com/nishu-murmu)
48+
- [@micheldpcarlos](https://github.com/micheldpcarlos)
49+
- Loi Nguyen <loinguyen@local>
50+
- [@suveshmoza](https://github.com/suveshmoza)
51+
- [@avi12](https://github.com/avi12)
52+
- [@aklinker1](https://github.com/aklinker1)
53+
- [@PatrickMatthiesen](https://github.com/PatrickMatthiesen)
54+
- [@Copilot](https://github.com/Copilot)
55+
- [@oyzamil](https://github.com/oyzamil)
56+
- [@fkatsuhiro](https://github.com/fkatsuhiro)
57+
58+
359
## v0.21.3
460

561
[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.21.2...wxt-v0.21.3)
@@ -30,7 +86,6 @@
3086
- [@suveshmoza](https://github.com/suveshmoza)
3187
- [@aklinker1](https://github.com/aklinker1)
3288

33-
3489
## v0.21.2
3590

3691
[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.21.1...wxt-v0.21.2)

packages/wxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wxt",
33
"type": "module",
4-
"version": "0.21.3",
4+
"version": "0.21.4",
55
"description": "⚡ Next-gen Web Extension Framework",
66
"license": "MIT",
77
"scripts": {

0 commit comments

Comments
 (0)