Skip to content

Commit 0404637

Browse files
chore(release): wxt v0.20.12
1 parent 98d95e4 commit 0404637

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

packages/wxt/CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

3+
## v0.20.12
4+
5+
[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.11...wxt-v0.20.12)
6+
7+
### 🚀 Enhancements
8+
9+
- Remove `data-wxt-*` attributes ([#1913](https://github.com/wxt-dev/wxt/pull/1913))
10+
- Default to using `use_dynamic_url: true` for content script css files ([#1993](https://github.com/wxt-dev/wxt/pull/1993))
11+
12+
### 🩹 Fixes
13+
14+
- Wxt normal logs are drowned by `[email protected]` ads ([#1883](https://github.com/wxt-dev/wxt/pull/1883))
15+
- Optimize `splitShadowRootCss` ([#1934](https://github.com/wxt-dev/wxt/pull/1934))
16+
- `wxt prepare` fails with the error "__vite_ssr_exportName__ is not defined" when using Vite 7 ([#1884](https://github.com/wxt-dev/wxt/pull/1884))
17+
18+
### 🏡 Chore
19+
20+
- Use `linkedom` a test instead of `happy-dom` ([#1957](https://github.com/wxt-dev/wxt/pull/1957))
21+
- Add support for `vite-node` v5 ([#2001](https://github.com/wxt-dev/wxt/pull/2001))
22+
- Upgrade dev and non-major prod dependencies ([#2000](https://github.com/wxt-dev/wxt/pull/2000))
23+
- **dev-deps:** Upgrade `happy-dom` to address CVE-2025-61927 ([#2002](https://github.com/wxt-dev/wxt/pull/2002))
24+
25+
### ❤️ Contributors
26+
27+
- Aaron ([@aklinker1](https://github.com/aklinker1))
28+
- Jaguar Zhou ([@aiktb](https://github.com/aiktb))
29+
- Alexander Harding <[email protected]>
30+
- Florian Kühne ([@ZerGo0](https://github.com/ZerGo0))
31+
332
## v0.20.11
433

534
[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.10...wxt-v0.20.11)

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.20.11",
4+
"version": "0.20.12",
55
"description": "⚡ Next-gen Web Extension Framework",
66
"license": "MIT",
77
"scripts": {

0 commit comments

Comments
 (0)