Skip to content

Releases: wxt-dev/wxt

@wxt-dev/storage v1.0.1

22 Nov 14:42
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Use browser for mv2 storage (#1200)

📖 Documentation

🏡 Chore

  • Init changelog for storage package (6fc227b)

❤️ Contributors

wxt v0.19.16

15 Nov 14:57
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • hooks: Add new config:resolved hook (#1177)

❤️ Contributors

@wxt-dev/module-vue v1.0.2

15 Nov 15:48
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Use config:resolved hook to update config instead of ready (#1178)

🏡 Chore

  • Add oxlint for linting (#947)
  • deps: Bump @vitejs/plugin-vue from 5.1.1 to 5.1.4 (#1020)
  • Upgrade all non-major dependencies (#1040)
  • deps: Upgrade all non-major dependencies (#1164)

❤️ Contributors

@wxt-dev/module-solid v1.1.3

15 Nov 15:47
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Use config:resolved hook to update config instead of ready (#1178)

🏡 Chore

  • Add oxlint for linting (#947)
  • Upgrade all non-major dependencies (#1040)
  • deps: Upgrade all non-major dependencies (#1164)

❤️ Contributors

@wxt-dev/module-react v1.1.2

15 Nov 15:38
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Use config:resolved hook to update config instead of ready (#1178)

🏡 Chore

  • Add oxlint for linting (#947)
  • Upgrade all non-major dependencies (#1040)
  • deps: Upgrade all non-major dependencies (#1164)

❤️ Contributors

wxt v0.19.15

14 Nov 16:41
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Extract wxt/storage to its own package, @wxt-dev/storage (#1129)

🩹 Fixes

  • Add "/" to PublicPath and browser.runtime.getURL (#1171)
  • Add extension ID to event used to invalidate ContentScriptContext (#1175)

❤️ Contributors

@wxt-dev/storage v1.0.0

14 Nov 16:06
d74f6b0
Compare
Choose a tag to compare

Extracted wxt/storage into it's own package, @wxt-dev/storage!

It's still shipped inside WXT and accessible via wxt/storage, but now:

  • Non-WXT projects can use the storage wrapper.
  • We can make breaking changes to the API separately.

Read the docs for more details.

This is apart of the v1.0 initiative for WXT.

wxt v0.19.14

13 Nov 15:06
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • storage: Support storage items in batch functions (#990)
  • Automatically disable 'Show warning about Self-XSS when pasing code' in new chrome (#1159)

🩹 Fixes

  • Throw when config file does not exist (#1156)

📖 Documentation

  • Cleanup typos and broken links (bb5ea34)
  • Fix typo in popup and options EntrypointOptions (#1121)

🏡 Chore

  • deps: Upgrade all non-major dependencies (#1164)
  • deps: Bump dev and non-breaking major dependencies (#1167)

❤️ Contributors

@wxt-dev/module-svelte v2.0.0

13 Nov 14:04
Compare
Choose a tag to compare

⚠️ breaking changescompare changes

🚀 Enhancements

  • ⚠️ Svelte 5 support (#1104)

🏡 Chore

  • Add oxlint for linting (#947)
  • Upgrade all non-major dependencies (#1040)

⚠️ Breaking Changes

Upgraded @sveltejs/vite-plugin-svelte from v3 to v4. This drops support for Svelte 4 and below. To continue using older versions of Svelte, use v1 of this module.

To upgrade to svelte 5, just install svelte@5.

❤️ Contributors

@wxt-dev/i18n v0.2.3

28 Oct 13:48
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Prevent app crashes from parse errors due to incomplete file saves (#1114)

📖 Documentation

  • Cleanup typos and broken links (bb5ea34)

❤️ Contributors