Releases: wxt-dev/wxt
Releases · wxt-dev/wxt
@wxt-dev/module-svelte v2.0.5
🩹 Fixes
- Update
@sveltejs/vite-plugin-svelteversion range to support Vite 8 (48571f50)
🏡 Chore
- Upgrade dev and non-major prod dependencies (#2000)
- Use
tsdownto build packages (#2006) - Move script-only dev dependencies to top-level
package.json(#2007) - Update dependencies (#2069)
- deps: Upgrade deps (#2175)
- Add prepack script to all packages (032f7931)
❤️ Contributors
- Aaron (@aklinker1)
wxt v0.20.20
🩹 Fixes
- Unlisted script return values broken with Vite 8 sourcemaps (#2197)
📖 Documentation
- Add Dymo extension ID to UsingWxtSection.vue (#2187)
- Add Extension Rank Checker to the list of extensions (#2193)
🏡 Chore
- deps: Add vite-node 6 support (64b68671)
❤️ Contributors
- Aaron (@aklinker1)
- Joseph Hu (@KiJO94GO)
- FJRG2007 ツ (@FJRG2007)
- Hampus Tågerud (@hampustagerud)
wxt v0.20.19
🚀 Enhancements
- Vite 8 support (bfd4af5d)
🔥 Performance
- Use filter to improve plugin performance with rolldown (#1787)
🩹 Fixes
- List eslint 10 as supported (55dc263d)
📖 Documentation
🏡 Chore
- Add
prettier-plugin-jsdocto project (#2171) - Replace fast-glob and ora with lighter alternatives (#2173)
- deps: Upgrade deps (#2175)
- Replace
fs-extrawithnode:fs/promises(#2174)
❤️ Contributors
- Florian Metz (@Timeraa)
- Aaron (@aklinker1)
- Patryk Kuniczak (@PatrykKuniczak)
- Etoome (@etoome)
- Kuba (@zizzfizzix)
@wxt-dev/module-react v1.2.2
@wxt-dev/module-react v1.2.1
@wxt-dev/module-react v1.2.0
🚀 Enhancements
🏡 Chore
- Upgrade dev and non-major prod dependencies (#2000)
- Use
tsdownto build packages (#2006) - Move script-only dev dependencies to top-level
package.json(#2007) - Update dependencies (#2069)
- deps: Upgrade deps (#2175)
❤️ Contributors
- Aaron (@aklinker1)
- Martin Broder hello@martinbroder.com
wxt v0.20.18
🚀 Enhancements
- Create tests for all func of
network.ts(#2132) - Use Navigation API for location change detection with polling fallback (#2136)
- modules: Add support for augumenting entrypoint options (#2149)
- New
@wxt-dev/is-backgroundpackage (#2152) - Add
globalNameentrypoint option. (#2017)
🩹 Fixes
- Add
getAppConfigas an alias touseAppConfig(#2144) - Enable mv3 dev mode with firefox 147 (#2135)
- types: Add type safety to
browser.runtime.executeScriptfilesoption (#2142) - types: Include CSS entrypoints in PublicPath generation (#2150)
- Fix submit command (#2157)
📖 Documentation
- Added "Glossy New Tab" to the homepage (#2133)
- Add All API Hub to showcase extensions (#2137)
- Add
wxt-local-analyticsto community resources (#2141) - Add deep outline to modules page to show recipes (653608c9)
🏡 Chore
- Add missing
asyncto network.ts (#2107) - Make type for
__ENTRYPOINT__of vitest.globalSetup.ts (#2128) - Remove unnecessary
@ts-ignoreofbuilders/viteindex.ts (#2127) - Rename
zipdirtozipDir(#2126) - Simplify imports in
wxt/e2e(#2122) - Remove
@ts-expect-errorfrom manifest.test.ts and fix typo (#2123)
🤖 CI
- Fix VHS action (#2155)
❤️ Contributors
- Aaron (@aklinker1)
- Jonathan Viney (@jviney)
- Tam Dang (@dahomita)
- Nick Doan (@nickbar01234)
- Patryk Kuniczak (@PatrykKuniczak)
- Anthony Ciccarello (@aciccarello)
- Henrik Wenz (@HaNdTriX)
- Sheng Zhang (@Arktomson)
- Oleksii (@Aler1x)
- Qixing-jk vq3d5d8c@duck.com
- Muzammil (@oyzamil)
@wxt-dev/storage v1.2.8
🩹 Fixes
- Correctly update version metadata when setting a value for the first time (#2139)
❤️ Contributors
- Aaron (@aklinker1)
@wxt-dev/is-background v1.0.0
New official WXT package! Use @wxt-dev/is-background to check if the current JS context is a background script or service worker.
import { isBackground } from '@wxt-dev/is-background';
isBackground() // true or falseThis is most useful to package developers whose library needs to know if it's running in the background or not, but you're welcome to use it directly in web extensions as well.
Tested and works in Chromium, Firefox, and Safari, both MV2 and MV3.
@wxt-dev/i18n v0.2.5
🩹 Fixes
- Add
.jsoncsupport for locale files to match docs (#2066)
🏡 Chore
- Manually fix markdownlint errors (#1711)
- deps: Upgrade oxlint from 0.16.8 to 1.14.0 (a01928e0)
- deps: Upgrade typescript from 5.8.3 to 5.9.2 (a6eef643)
- Create script for managing dependency upgrades (#1875)
- deps: Upgrade all dev dependencies (#1876)
- Upgrade dev and non-major prod dependencies (#2000)
- Use
tsdownto build packages (#2006) - Move script-only dev dependencies to top-level
package.json(#2007) - Update dependencies (#2069)
- Upgrade major deps (#2070)
❤️ Contributors
- Ilya Kubariev (@gymnasy55)
- Aaron (@aklinker1)