From dd549dc68627dd0507142f20b37b069297962995 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 11 Feb 2026 07:13:31 +0000 Subject: [PATCH] chore(release): wxt v0.20.15 --- packages/wxt/CHANGELOG.md | 47 ++++++++++++++++++++++++++++++++++ packages/wxt/package.json | 2 +- templates/react/package.json | 2 +- templates/solid/package.json | 2 +- templates/svelte/package.json | 2 +- templates/vanilla/package.json | 2 +- templates/vue/package.json | 2 +- 7 files changed, 53 insertions(+), 6 deletions(-) diff --git a/packages/wxt/CHANGELOG.md b/packages/wxt/CHANGELOG.md index 88dc98d1..abf4bf9c 100644 --- a/packages/wxt/CHANGELOG.md +++ b/packages/wxt/CHANGELOG.md @@ -1,5 +1,52 @@ # Changelog +## v0.20.15 + +[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.14...wxt-v0.20.15) + +### 🚀 Enhancements + +- Export `normalizePath` from `wxt` module ([#2080](https://github.com/wxt-dev/wxt/pull/2080)) +- **popup:** Add Firefox `default_area` and `theme_icons` support ([#2097](https://github.com/wxt-dev/wxt/pull/2097)) +- Add log `--level` cli option ([#1973](https://github.com/wxt-dev/wxt/pull/1973)) + +### 🩹 Fixes + +- Content script is incorrectly invalidated when injected multiple times ([#2035](https://github.com/wxt-dev/wxt/pull/2035)) +- Use `uiContainer` to apply position when creating shadow root ui ([#2036](https://github.com/wxt-dev/wxt/pull/2036)) +- Make `ExtensionRunner#closeBrowser` optional ([#2092](https://github.com/wxt-dev/wxt/pull/2092)) +- Rename `name` to `names` prop of `rollup` to fix deprecated warning ([#2106](https://github.com/wxt-dev/wxt/pull/2106)) + +### 💅 Refactors + +- Standardize file existence checks to `pathExists` ([#2083](https://github.com/wxt-dev/wxt/pull/2083)) +- Cleanup esm ([#1950](https://github.com/wxt-dev/wxt/pull/1950)) +- `async`/`await` cleanup ([#2088](https://github.com/wxt-dev/wxt/pull/2088)) +- Cleanup unnecssary checks ([#2089](https://github.com/wxt-dev/wxt/pull/2089)) +- Simplify import paths ([#2093](https://github.com/wxt-dev/wxt/pull/2093)) + +### 📖 Documentation + +- Fix JSDoc ([6ae5fb5e](https://github.com/wxt-dev/wxt/commit/6ae5fb5e)) + +### 🏡 Chore + +- Cleanup comment line lengths ([#2090](https://github.com/wxt-dev/wxt/pull/2090)) +- Cleanup `@ts-*` comments ([#2094](https://github.com/wxt-dev/wxt/pull/2094)) +- Update JSDoc to use `@internal` ([#2091](https://github.com/wxt-dev/wxt/pull/2091)) +- Fix typos ([#2086](https://github.com/wxt-dev/wxt/pull/2086)) +- Remove unused code ([#2087](https://github.com/wxt-dev/wxt/pull/2087)) +- Simplify imports of `cli/__tests__/index.ts` ([#2104](https://github.com/wxt-dev/wxt/pull/2104)) + +### ❤️ Contributors + +- Nick Doan ([@nickbar01234](https://github.com/nickbar01234)) +- Patryk Kuniczak ([@PatrykKuniczak](https://github.com/PatrykKuniczak)) +- Aaron ([@aklinker1](https://github.com/aklinker1)) +- Wotan-allfather +- Namu ([@namuorg](https://github.com/namuorg)) +- Eli ([@lishaduck](https://github.com/lishaduck)) + ## v0.20.14 [compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.13...wxt-v0.20.14) diff --git a/packages/wxt/package.json b/packages/wxt/package.json index e36ec17c..a1f38b61 100644 --- a/packages/wxt/package.json +++ b/packages/wxt/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.20.14", + "version": "0.20.15", "description": "⚡ Next-gen Web Extension Framework", "license": "MIT", "scripts": { diff --git a/templates/react/package.json b/templates/react/package.json index c0b3e602..4394ad7d 100644 --- a/templates/react/package.json +++ b/templates/react/package.json @@ -23,6 +23,6 @@ "@types/react-dom": "^19.2.3", "@wxt-dev/module-react": "^1.1.5", "typescript": "^5.9.3", - "wxt": "^0.20.14" + "wxt": "^0.20.15" } } diff --git a/templates/solid/package.json b/templates/solid/package.json index 364f8d9b..b728cac5 100644 --- a/templates/solid/package.json +++ b/templates/solid/package.json @@ -20,6 +20,6 @@ "devDependencies": { "@wxt-dev/module-solid": "^1.1.4", "typescript": "^5.9.3", - "wxt": "^0.20.14" + "wxt": "^0.20.15" } } diff --git a/templates/svelte/package.json b/templates/svelte/package.json index 481ce11e..63051a75 100644 --- a/templates/svelte/package.json +++ b/templates/svelte/package.json @@ -21,6 +21,6 @@ "svelte-check": "^4.3.6", "tslib": "^2.8.1", "typescript": "^5.9.3", - "wxt": "^0.20.14" + "wxt": "^0.20.15" } } diff --git a/templates/vanilla/package.json b/templates/vanilla/package.json index f0d5b8c5..25887a83 100644 --- a/templates/vanilla/package.json +++ b/templates/vanilla/package.json @@ -16,6 +16,6 @@ }, "devDependencies": { "typescript": "^5.9.3", - "wxt": "^0.20.14" + "wxt": "^0.20.15" } } diff --git a/templates/vue/package.json b/templates/vue/package.json index 7e211e78..6294359d 100644 --- a/templates/vue/package.json +++ b/templates/vue/package.json @@ -21,6 +21,6 @@ "@wxt-dev/module-vue": "^1.0.3", "typescript": "^5.9.3", "vue-tsc": "^3.2.4", - "wxt": "^0.20.14" + "wxt": "^0.20.15" } }