diff --git a/bun.lock b/bun.lock index 718a2626..de6c4f31 100644 --- a/bun.lock +++ b/bun.lock @@ -287,7 +287,7 @@ }, "packages/wxt": { "name": "wxt", - "version": "0.20.26", + "version": "0.20.27", "bin": { "wxt": "./bin/wxt.mjs", "wxt-publish-extension": "./bin/wxt-publish-extension.mjs", diff --git a/packages/wxt/CHANGELOG.md b/packages/wxt/CHANGELOG.md index 8b2c0c5c..85cfdefc 100644 --- a/packages/wxt/CHANGELOG.md +++ b/packages/wxt/CHANGELOG.md @@ -1,5 +1,61 @@ # Changelog +## v0.20.27 + +[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.26...wxt-v0.20.27) + +### 🚀 Enhancements + +- Add warning for missing Firefox extension ID in manifest ([#2293](https://github.com/wxt-dev/wxt/pull/2293)) + +### 🩹 Fixes + +- Correct broken link at react router in createhashrouter ([#2411](https://github.com/wxt-dev/wxt/pull/2411)) +- Rename `ManifestPermissions` to `ManifestPermission` of types.ts in `wxt` package ([#2430](https://github.com/wxt-dev/wxt/pull/2430)) + +### 📖 Documentation + +- Add Telsia extension to Showcase ([#2368](https://github.com/wxt-dev/wxt/pull/2368)) +- Add warning about rem unit inheritance in Shadow Root UI ([#2330](https://github.com/wxt-dev/wxt/pull/2330)) +- Added "Sound Booster & Equalizer" to showcase ([#2381](https://github.com/wxt-dev/wxt/pull/2381)) +- Clarify SPA navigation setup with locationWatcher.run() ([#2380](https://github.com/wxt-dev/wxt/pull/2380)) +- Self-host Netlify footer badge ([#2386](https://github.com/wxt-dev/wxt/pull/2386)) +- Added "Link Later" to showcase" ([#2392](https://github.com/wxt-dev/wxt/pull/2392)) +- Added Property Track to showcase ([#2404](https://github.com/wxt-dev/wxt/pull/2404)) +- Added "WageSlav3" to showcase ([#2405](https://github.com/wxt-dev/wxt/pull/2405)) +- Added "LinkedIn Games Solver" to showcase ([#2410](https://github.com/wxt-dev/wxt/pull/2410)) +- Added NiceTab firefoxslug to extension showcase ([#2417](https://github.com/wxt-dev/wxt/pull/2417)) +- Added 4 extensions to the homepage ([#2419](https://github.com/wxt-dev/wxt/pull/2419)) +- Added Hayami to showcase ([#2422](https://github.com/wxt-dev/wxt/pull/2422)) +- Added anylang translator to showcase ([#2426](https://github.com/wxt-dev/wxt/pull/2426)) + +### 🏡 Chore + +- **deps:** Bump c12 from 3.3.3 to 3.3.4 ([#2364](https://github.com/wxt-dev/wxt/pull/2364)) +- **deps:** Bump filesize from 11.0.15 to 11.0.17 ([#2363](https://github.com/wxt-dev/wxt/pull/2363)) +- **deps:** Bump tinyglobby from 0.2.15 to 0.2.16 ([#2366](https://github.com/wxt-dev/wxt/pull/2366)) +- Add Google Cloud Skills Boost - Helper extension to showcase ([#2401](https://github.com/wxt-dev/wxt/pull/2401)) + +### ❤️ Contributors + +- Patryk Kuniczak ([@PatrykKuniczak](https://github.com/PatrykKuniczak)) +- RenovZ ([@RenovZ](https://github.com/RenovZ)) +- Nicholas Yoannou ([@nicholasyoannou](https://github.com/nicholasyoannou)) +- Avi ([@avi12](https://github.com/avi12)) +- Peter Wong +- ChamikaUluwatta ([@ChamikaUluwatta](https://github.com/ChamikaUluwatta)) +- Muhammed Mustafa AKŞAM ([@muhammedaksam](https://github.com/muhammedaksam)) +- Slovakian ([@slovakian](https://github.com/slovakian)) +- Oliver Benns ([@oliverbenns](https://github.com/oliverbenns)) +- David Nguyen +- Esteban Vera +- Sean Kenneth Doherty +- Muhammad Umer Farooq ([@mrumerf](https://github.com/mrumerf)) +- Muzammil ([@oyzamil](https://github.com/oyzamil)) +- Aniket Lodh ([@Aniket-lodh](https://github.com/Aniket-lodh)) +- George Forse +- Shubhrajit Sadhukhan + ## v0.20.26 [compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.25...wxt-v0.20.26) diff --git a/packages/wxt/package.json b/packages/wxt/package.json index 2f105529..8267afa4 100644 --- a/packages/wxt/package.json +++ b/packages/wxt/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.20.26", + "version": "0.20.27", "description": "⚡ Next-gen Web Extension Framework", "license": "MIT", "scripts": { diff --git a/templates/react/package.json b/templates/react/package.json index 9a27f6cf..de124f55 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.26" + "wxt": "^0.20.27" } } diff --git a/templates/solid/package.json b/templates/solid/package.json index c3ed8d9c..037f4d29 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.26" + "wxt": "^0.20.27" } } diff --git a/templates/svelte/package.json b/templates/svelte/package.json index e1c6e1c9..c7e5eeb6 100644 --- a/templates/svelte/package.json +++ b/templates/svelte/package.json @@ -21,6 +21,6 @@ "svelte-check": "^4.4.4", "tslib": "^2.8.1", "typescript": "^5.9.3", - "wxt": "^0.20.26" + "wxt": "^0.20.27" } } diff --git a/templates/vanilla/package.json b/templates/vanilla/package.json index 6a883227..1f821192 100644 --- a/templates/vanilla/package.json +++ b/templates/vanilla/package.json @@ -16,6 +16,6 @@ }, "devDependencies": { "typescript": "^5.9.3", - "wxt": "^0.20.26" + "wxt": "^0.20.27" } } diff --git a/templates/vue/package.json b/templates/vue/package.json index 72050455..858bb69e 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.5", - "wxt": "^0.20.26" + "wxt": "^0.20.27" } }