Skip to content

Releases: wxt-dev/wxt

v0.2.4

16 Jul 19:41
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Add wxt zip command (#47)

v0.2.3

16 Jul 17:05
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Correctly lookup open port (#45)
  • Read boolean maniest options from meta tags correctly (495c5c8)
  • Some fields cannot be overridden from config.manifest (#46)

v0.2.2

16 Jul 15:48
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Register content scripts correctly in dev mode (2fb5a54)

v0.2.1

16 Jul 15:14
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Support all content script options (6f5bf89)

🩹 Fixes

v0.2.0

15 Jul 18:52
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • ⚠️ Rename defineBackgroundScript to defineBackground (5b48ae9)
  • Recongize unnamed content scripts (content.ts and content/index.ts) (3db5cec)

📖 Documentation

  • Update templates (f28a29e)
  • Add docs for each type of entrypoint (77cbfc1)
  • Add inline JSDoc for public types (375a2a6)

🏡 Chore

  • Run wxt prepare on postinstall (c1ea9ba)
  • Don't format lockfile (5c7e041)

⚠️ Breaking Changes

  • ⚠️ Rename defineBackgroundScript to defineBackground (5b48ae9)

v0.1.6

14 Jul 14:43
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Resolve tsconfig paths in vite (ea92a27)
  • Add logs when a hot reload happens (977246f)

🏡 Chore

  • React and Vue starter templates (#33)
  • Svelte template (#34)

v0.1.5

13 Jul 22:53
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Include vite/client types (371be99)

v0.1.4

13 Jul 21:47
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Fix regression where manifest was not listed first in build summary (fa2b656)
  • Fix config hook implementations for vite plugins (49965e7)

📖 Documentation

🏡 Chore

v0.1.3

11 Jul 22:54
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Add tsconfig path aliases (#32)

🩹 Fixes

  • Merge manifest option from both inline and user config (05ca998)
  • Cleanup build summary with sourcemaps (ac0b28e)

📖 Documentation

  • Create documentation site (#31)

🏡 Chore

v0.1.2

11 Jul 14:45
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Accept a function for config.manifest (ee49837)

🩹 Fixes

  • Add missing types for webextension-polyfill and the manifest option (636aa48)
  • Only add imports to JS files (b29c3c6)
  • Generate valid type for EntrypointPath when there are no entrypoints (6e7184d)

🌊 Types

  • Change config.vite to UserConfig (ef6001e)