Skip to content

Releases: chakra-ui/zag

@zag-js/vue@1.32.0

02 Jan 17:11
f9fe563

Choose a tag to compare

Patch Changes

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

@zag-js/vanilla@1.32.0

02 Jan 17:11
f9fe563

Choose a tag to compare

Minor Changes

  • 19975c3 Thanks
    @segunadebayo! - Initial release of the vanilla JavaScript adapter for Zag.js.

    • VanillaMachine - Class-based wrapper for zag machines with start/stop lifecycle
    • normalizeProps - Converts React-style props to vanilla DOM attributes
    • spreadProps - Spreads props onto DOM elements with event listener management
    import { VanillaMachine, normalizeProps, spreadProps } from "@zag-js/vanilla"
    import * as toggle from "@zag-js/toggle"
    
    const machine = new VanillaMachine(toggle.machine, { id: "toggle" })
    machine.start()
    
    const api = toggle.connect(machine.service, normalizeProps)
    spreadProps(buttonEl, api.buttonProps)
    
    machine.stop()

Patch Changes

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

@zag-js/utils@1.32.0

02 Jan 17:12
f9fe563

Choose a tag to compare

@zag-js/utils@1.32.0

@zag-js/types@1.32.0

02 Jan 17:13
f9fe563

Choose a tag to compare

@zag-js/types@1.32.0

@zag-js/tree-view@1.32.0

02 Jan 17:13
f9fe563

Choose a tag to compare

Patch Changes

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

@zag-js/tour@1.32.0

02 Jan 17:13
f9fe563

Choose a tag to compare

Patch Changes

  • f824bea Thanks
    @segunadebayo! - Fix issue where input elements inside the spotlight target were
    not interactive. The focus trap now includes both the tour content and the spotlight target as containers, allowing
    users to interact with elements inside the highlighted area.

  • Updated dependencies [99e18ef,
    f824bea]:

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

@zag-js/tooltip@1.32.0

02 Jan 17:13
f9fe563

Choose a tag to compare

Patch Changes

  • Updated dependencies []:
    • @zag-js/anatomy@1.32.0
    • @zag-js/core@1.32.0
    • @zag-js/types@1.32.0
    • @zag-js/utils@1.32.0
    • @zag-js/dom-query@1.32.0
    • @zag-js/focus-visible@1.32.0
    • @zag-js/popper@1.32.0

@zag-js/toggle@1.32.0

02 Jan 17:13
f9fe563

Choose a tag to compare

Patch Changes

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

@zag-js/toggle-group@1.32.0

02 Jan 17:13
f9fe563

Choose a tag to compare

Patch Changes

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

@zag-js/toast@1.32.0

02 Jan 17:13
f9fe563

Choose a tag to compare

Patch Changes

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