From 5dab944abcc04a01712c3521289898d0707b4be2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 22 Feb 2026 23:45:06 +0000 Subject: [PATCH] chore(release): wxt v0.20.18 --- packages/wxt/CHANGELOG.md | 54 ++++++++++++++++++++++++++++++++++ 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, 60 insertions(+), 6 deletions(-) diff --git a/packages/wxt/CHANGELOG.md b/packages/wxt/CHANGELOG.md index 7f53421c..c7bdb558 100644 --- a/packages/wxt/CHANGELOG.md +++ b/packages/wxt/CHANGELOG.md @@ -1,5 +1,59 @@ # Changelog +## v0.20.18 + +[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.17...wxt-v0.20.18) + +### 🚀 Enhancements + +- Create tests for all func of `network.ts` ([#2132](https://github.com/wxt-dev/wxt/pull/2132)) +- Use Navigation API for location change detection with polling fallback ([#2136](https://github.com/wxt-dev/wxt/pull/2136)) +- **modules:** Add support for augumenting entrypoint options ([#2149](https://github.com/wxt-dev/wxt/pull/2149)) +- New `@wxt-dev/is-background` package ([#2152](https://github.com/wxt-dev/wxt/pull/2152)) +- Add `globalName` entrypoint option. ([#2017](https://github.com/wxt-dev/wxt/pull/2017)) + +### 🩹 Fixes + +- Add `getAppConfig` as an alias to `useAppConfig` ([#2144](https://github.com/wxt-dev/wxt/pull/2144)) +- Enable mv3 dev mode with firefox 147 ([#2135](https://github.com/wxt-dev/wxt/pull/2135)) +- **types:** Add type safety to `browser.runtime.executeScript` `files` option ([#2142](https://github.com/wxt-dev/wxt/pull/2142)) +- **types:** Include CSS entrypoints in PublicPath generation ([#2150](https://github.com/wxt-dev/wxt/pull/2150)) +- Fix submit command ([#2157](https://github.com/wxt-dev/wxt/pull/2157)) + +### 📖 Documentation + +- Added "Glossy New Tab" to the homepage ([#2133](https://github.com/wxt-dev/wxt/pull/2133)) +- Add All API Hub to showcase extensions ([#2137](https://github.com/wxt-dev/wxt/pull/2137)) +- Add `wxt-local-analytics` to community resources ([#2141](https://github.com/wxt-dev/wxt/pull/2141)) +- Add deep outline to modules page to show recipes ([653608c9](https://github.com/wxt-dev/wxt/commit/653608c9)) + +### 🏡 Chore + +- Add missing `async` to network.ts ([#2107](https://github.com/wxt-dev/wxt/pull/2107)) +- Make type for `__ENTRYPOINT__` of vitest.globalSetup.ts ([#2128](https://github.com/wxt-dev/wxt/pull/2128)) +- Remove unnecessary `@ts-ignore` of `builders/vite` index.ts ([#2127](https://github.com/wxt-dev/wxt/pull/2127)) +- Rename `zipdir` to `zipDir` ([#2126](https://github.com/wxt-dev/wxt/pull/2126)) +- Simplify imports in `wxt/e2e` ([#2122](https://github.com/wxt-dev/wxt/pull/2122)) +- Remove `@ts-expect-error` from manifest.test.ts and fix typo ([#2123](https://github.com/wxt-dev/wxt/pull/2123)) + +### 🤖 CI + +- Fix VHS action ([#2155](https://github.com/wxt-dev/wxt/pull/2155)) + +### ❤️ Contributors + +- Aaron ([@aklinker1](https://github.com/aklinker1)) +- Jonathan Viney ([@jviney](https://github.com/jviney)) +- Tam Dang ([@dahomita](https://github.com/dahomita)) +- Nick Doan ([@nickbar01234](https://github.com/nickbar01234)) +- Patryk Kuniczak ([@PatrykKuniczak](https://github.com/PatrykKuniczak)) +- Anthony Ciccarello ([@aciccarello](https://github.com/aciccarello)) +- Henrik Wenz ([@HaNdTriX](https://github.com/HaNdTriX)) +- Sheng Zhang ([@Arktomson](https://github.com/Arktomson)) +- Oleksii ([@Aler1x](https://github.com/Aler1x)) +- Qixing-jk +- Muzammil ([@oyzamil](https://github.com/oyzamil)) + ## v0.20.17 [compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.16...wxt-v0.20.17) diff --git a/packages/wxt/package.json b/packages/wxt/package.json index 2ccb309a..890dffa9 100644 --- a/packages/wxt/package.json +++ b/packages/wxt/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.20.17", + "version": "0.20.18", "description": "⚡ Next-gen Web Extension Framework", "license": "MIT", "scripts": { diff --git a/templates/react/package.json b/templates/react/package.json index 5027ebda..7beb40ea 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.17" + "wxt": "^0.20.18" } } diff --git a/templates/solid/package.json b/templates/solid/package.json index 6bf34bd6..3ec2768f 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.17" + "wxt": "^0.20.18" } } diff --git a/templates/svelte/package.json b/templates/svelte/package.json index 17cfbcbe..db9743ed 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.17" + "wxt": "^0.20.18" } } diff --git a/templates/vanilla/package.json b/templates/vanilla/package.json index c1889a95..34b88beb 100644 --- a/templates/vanilla/package.json +++ b/templates/vanilla/package.json @@ -16,6 +16,6 @@ }, "devDependencies": { "typescript": "^5.9.3", - "wxt": "^0.20.17" + "wxt": "^0.20.18" } } diff --git a/templates/vue/package.json b/templates/vue/package.json index 9617e6ee..6e89f6fc 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.17" + "wxt": "^0.20.18" } }