Releases: chakra-ui/zag
Releases · chakra-ui/zag
@zag-js/vue@1.31.0
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
@zag-js/utils@1.31.0
@zag-js/types@1.31.0
@zag-js/types@1.31.0
@zag-js/tree-view@1.31.0
Minor Changes
-
57478b8Thanks
@segunadebayo! - - AddedscrollToIndexFnprop to enable keyboard navigation in
virtualized trees- [Breaking]:
getVisibleNodes()now returns{ node, indexPath }[]instead ofnode[]. 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))
- [Breaking]:
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
Patch Changes
-
3dbfe4aThanks
@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
Patch Changes
-
37a6759Thanks
@segunadebayo! - Fix tooltip not showing when scrolling with pointer over trigger- Added
onPointerOverhandler to complementonPointerMovefor 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
- Added
-
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
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
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
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
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