Skip to content

Releases: chakra-ui/zag

@zag-js/vue@1.31.0

04 Dec 23:51
5557bf5

Choose a tag to compare

Patch Changes

  • Updated dependencies []:
    • @zag-js/core@1.31.0
    • @zag-js/store@1.31.0
    • @zag-js/types@1.31.0
    • @zag-js/utils@1.31.0

@zag-js/utils@1.31.0

04 Dec 23:53
5557bf5

Choose a tag to compare

@zag-js/utils@1.31.0

@zag-js/types@1.31.0

04 Dec 23:54
5557bf5

Choose a tag to compare

@zag-js/types@1.31.0

@zag-js/tree-view@1.31.0

04 Dec 23:53
5557bf5

Choose a tag to compare

Minor Changes

  • 57478b8 Thanks
    @segunadebayo! - - Added scrollToIndexFn prop to enable keyboard navigation in
    virtualized trees

    • [Breaking]: getVisibleNodes() now returns { node, indexPath }[] instead of node[]. Returning the index
      path perhaps the most useful use of this function, hence the change.

    Migration:

    // Before
    const nodes = api.getVisibleNodes()
    nodes.forEach((node) => console.log(node.id))
    
    // After
    const visibleNodes = api.getVisibleNodes()
    visibleNodes.forEach(({ node }) => console.log(node.id))

Patch Changes

  • Updated dependencies []:
    • @zag-js/anatomy@1.31.0
    • @zag-js/core@1.31.0
    • @zag-js/types@1.31.0
    • @zag-js/collection@1.31.0
    • @zag-js/utils@1.31.0
    • @zag-js/dom-query@1.31.0

@zag-js/tour@1.31.0

04 Dec 23:52
5557bf5

Choose a tag to compare

Patch Changes

  • 3dbfe4a Thanks
    @segunadebayo! - Fix machines setting reactive state in exit actions.

    Affected machines: Presence, Collapsible, and Tour.

  • Updated dependencies []:

    • @zag-js/anatomy@1.31.0
    • @zag-js/core@1.31.0
    • @zag-js/types@1.31.0
    • @zag-js/utils@1.31.0
    • @zag-js/dismissable@1.31.0
    • @zag-js/dom-query@1.31.0
    • @zag-js/focus-trap@1.31.0
    • @zag-js/interact-outside@1.31.0
    • @zag-js/popper@1.31.0

@zag-js/tooltip@1.31.0

04 Dec 23:53
5557bf5

Choose a tag to compare

Patch Changes

  • 37a6759 Thanks
    @segunadebayo! - Fix tooltip not showing when scrolling with pointer over trigger

    • Added onPointerOver handler to complement onPointerMove for better hover detection during scroll events
    • This ensures tooltips properly appear when the pointer enters the trigger element via scrolling, not just via
      pointer movement
  • Updated dependencies []:

    • @zag-js/anatomy@1.31.0
    • @zag-js/core@1.31.0
    • @zag-js/types@1.31.0
    • @zag-js/utils@1.31.0
    • @zag-js/dom-query@1.31.0
    • @zag-js/focus-visible@1.31.0
    • @zag-js/popper@1.31.0

@zag-js/toggle@1.31.0

04 Dec 23:54
5557bf5

Choose a tag to compare

Patch Changes

  • Updated dependencies []:
    • @zag-js/anatomy@1.31.0
    • @zag-js/core@1.31.0
    • @zag-js/types@1.31.0
    • @zag-js/utils@1.31.0
    • @zag-js/dom-query@1.31.0

@zag-js/toggle-group@1.31.0

04 Dec 23:52
5557bf5

Choose a tag to compare

Patch Changes

  • Updated dependencies []:
    • @zag-js/anatomy@1.31.0
    • @zag-js/core@1.31.0
    • @zag-js/types@1.31.0
    • @zag-js/utils@1.31.0
    • @zag-js/dom-query@1.31.0

@zag-js/toast@1.31.0

04 Dec 23:52
5557bf5

Choose a tag to compare

Patch Changes

  • Updated dependencies []:
    • @zag-js/anatomy@1.31.0
    • @zag-js/core@1.31.0
    • @zag-js/types@1.31.0
    • @zag-js/utils@1.31.0
    • @zag-js/dismissable@1.31.0
    • @zag-js/dom-query@1.31.0

@zag-js/timer@1.31.0

04 Dec 23:52
5557bf5

Choose a tag to compare

Patch Changes

  • Updated dependencies []:
    • @zag-js/anatomy@1.31.0
    • @zag-js/core@1.31.0
    • @zag-js/types@1.31.0
    • @zag-js/utils@1.31.0
    • @zag-js/dom-query@1.31.0