Releases: chakra-ui/zag
Releases · chakra-ui/zag
@zag-js/vue@1.32.0
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
Minor Changes
-
19975c3Thanks
@segunadebayo! - Initial release of the vanilla JavaScript adapter for Zag.js.VanillaMachine- Class-based wrapper for zag machines with start/stop lifecyclenormalizeProps- Converts React-style props to vanilla DOM attributesspreadProps- 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
@zag-js/utils@1.32.0
@zag-js/types@1.32.0
@zag-js/types@1.32.0
@zag-js/tree-view@1.32.0
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
Patch Changes
-
f824beaThanks
@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
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
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
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
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