Skip to content

Releases: wxt-dev/wxt

@wxt-dev/module-svelte v2.0.5

19 Mar 14:06

Choose a tag to compare

compare changes

🩹 Fixes

  • Update @sveltejs/vite-plugin-svelte version range to support Vite 8 (48571f50)

🏡 Chore

  • Upgrade dev and non-major prod dependencies (#2000)
  • Use tsdown to 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

wxt v0.20.20

17 Mar 13:22

Choose a tag to compare

compare changes

🩹 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

wxt v0.20.19

14 Mar 23:43

Choose a tag to compare

compare changes

🚀 Enhancements

🔥 Performance

  • Use filter to improve plugin performance with rolldown (#1787)

🩹 Fixes

  • List eslint 10 as supported (55dc263d)

📖 Documentation

  • Added "Scrape Similar" to the homepage (#2158)
  • Added "isTrust" to the homepage (#2161)

🏡 Chore

  • Add prettier-plugin-jsdoc to project (#2171)
  • Replace fast-glob and ora with lighter alternatives (#2173)
  • deps: Upgrade deps (#2175)
  • Replace fs-extra with node:fs/promises (#2174)

❤️ Contributors

@wxt-dev/module-react v1.2.2

14 Mar 23:48

Choose a tag to compare

compare changes

🩹 Fixes

  • Add @vitejs/plugin-react v6 support (c61fa8f8)

❤️ Contributors

@wxt-dev/module-react v1.2.1

06 Mar 14:51

Choose a tag to compare

compare changes

🏡 Chore

  • Add prepack script to all packages (032f7931)

❤️ Contributors

@wxt-dev/module-react v1.2.0

06 Mar 14:24

Choose a tag to compare

compare changes

🚀 Enhancements

🏡 Chore

  • Upgrade dev and non-major prod dependencies (#2000)
  • Use tsdown to build packages (#2006)
  • Move script-only dev dependencies to top-level package.json (#2007)
  • Update dependencies (#2069)
  • deps: Upgrade deps (#2175)

❤️ Contributors

wxt v0.20.18

22 Feb 23:45

Choose a tag to compare

compare changes

🚀 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-background package (#2152)
  • Add globalName entrypoint option. (#2017)

🩹 Fixes

  • Add getAppConfig as an alias to useAppConfig (#2144)
  • Enable mv3 dev mode with firefox 147 (#2135)
  • types: Add type safety to browser.runtime.executeScript files option (#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-analytics to community resources (#2141)
  • Add deep outline to modules page to show recipes (653608c9)

🏡 Chore

  • Add missing async to network.ts (#2107)
  • Make type for __ENTRYPOINT__ of vitest.globalSetup.ts (#2128)
  • Remove unnecessary @ts-ignore of builders/vite index.ts (#2127)
  • Rename zipdir to zipDir (#2126)
  • Simplify imports in wxt/e2e (#2122)
  • Remove @ts-expect-error from manifest.test.ts and fix typo (#2123)

🤖 CI

❤️ Contributors

@wxt-dev/storage v1.2.8

22 Feb 21:45

Choose a tag to compare

compare changes

🩹 Fixes

  • Correctly update version metadata when setting a value for the first time (#2139)

❤️ Contributors

@wxt-dev/is-background v1.0.0

22 Feb 20:04
c9205bb

Choose a tag to compare

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 false

This 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

22 Feb 21:33

Choose a tag to compare

compare changes

🩹 Fixes

  • Add .jsonc support 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 tsdown to build packages (#2006)
  • Move script-only dev dependencies to top-level package.json (#2007)
  • Update dependencies (#2069)
  • Upgrade major deps (#2070)

❤️ Contributors