Skip to content

@zag-js/auto-resize@1.43.1

Choose a tag to compare

@github-actions github-actions released this 16 Aug 20:19
· 2 commits to main since this release
5c4fc40

Patch Changes

  • #3271
    cc6cc84 Thanks
    @bunlongheng! - Fix an XSS vector in autoResizeInput(). The hidden ghost element
    used to measure width assigned the input's value with innerHTML, so a value containing markup was parsed and could
    execute. It now uses textContent.
  • Updated dependencies [9a9381d]:
    • @zag-js/dom-query@1.43.1