github wxt-dev/wxt v0.14.0

latest releases: wxt-v0.20.11, module-react-v1.1.5, wxt-v0.20.10...
20 months ago

compare changes

🚀 Enhancements

  • ⚠️ Refactor content script UI functions and add helper for "integrated" UIs (#333)

⚠️ Breaking Changes

createContentScriptUi and createContentScriptIframe, and some of their options, have been renamed:

  • createContentScriptUi({ ... })createShadowRootUi({ ... })
  • createContentScriptIframe({ ... })createIframeUi({ ... })
  • type: "inline" | "overlay" | "modal" has been changed to position: "inline" | "overlay" | "modal"
  • onRemove is now called before the UI is removed from the DOM, previously it was called after the UI was removed
  • mount option has been renamed to onMount, to better match the related option, onRemove.

Don't miss a new wxt release

NewReleases is sending notifications on new releases.