Skip to content

@zag-js/image-cropper@1.43.3

Choose a tag to compare

@github-actions github-actions released this 20 Aug 20:57
· 2 commits to main since this release
46f88c0

Patch Changes

  • 49ef963 Thanks
    @segunadebayo! - Write optional properties as explicit ?: T | undefined instead
    of wrapping them in Partial from @zag-js/types.

    That export shadowed the built-in Partial, which changed what Partial<T> meant in every file importing it and
    broke @vue/compiler-sfc on interface X extends Partial<Y>. Types like IntlTranslations and ElementIds are now
    plain interfaces. Passing a single translation key still works.

  • Updated dependencies [49ef963]:

    • @zag-js/types@1.43.3
    • @zag-js/dom-query@1.43.3
    • @zag-js/core@1.43.3
    • @zag-js/anatomy@1.43.3
    • @zag-js/utils@1.43.3