Skip to content

@zag-js/file-upload@1.44.0

Choose a tag to compare

@github-actions github-actions released this 13 Sep 19:25
3092324

Patch Changes

  • c3a98a8 Thanks
    @segunadebayo! - Fix dropping a large directory freezing the tab. Duplicate
    detection compared every incoming file against every file accepted so far, and the accept list was re-parsed for
    every file, so a folder with tens of thousands of files took tens of seconds before onFileAccept or onFileReject
    fired. Ingesting 50,000 files now takes milliseconds.
  • Updated dependencies [2668edc,
    de9aeaa,
    c3a98a8,
    06be915]:
    • @zag-js/dom-query@1.44.0
    • @zag-js/file-utils@1.44.0
    • @zag-js/core@1.44.0
    • @zag-js/i18n-utils@1.44.0
    • @zag-js/anatomy@1.44.0
    • @zag-js/types@1.44.0
    • @zag-js/utils@1.44.0