Skip to content

Releases: chakra-ui/zag

@zag-js/[email protected]

07 Jan 21:50
63aec7c
Compare
Choose a tag to compare

Patch Changes

@zag-js/[email protected]

07 Jan 21:50
63aec7c
Compare
Choose a tag to compare

Minor Changes

  • 792939f Thanks
    @segunadebayo! - Add support for navigate context property to handle custom
    router navigations when trigger is rendered as a link.

    Here's a React example usage with the tabs machine.

    const [state, send] = useMachine(
      tabs.machine({
        id: useId(),
        value: "nils",
        // use router.push to navigate to the selected tab
        navigate(details) {
          router.push(`#${details.value}`)
        },
      }),
    )

Patch Changes

@zag-js/[email protected]

07 Jan 21:50
63aec7c
Compare
Choose a tag to compare

Patch Changes

@zag-js/[email protected]

07 Jan 21:48
63aec7c
Compare
Choose a tag to compare

Patch Changes

@zag-js/[email protected]

07 Jan 21:52
63aec7c
Compare
Choose a tag to compare

@zag-js/[email protected]

07 Jan 21:51
63aec7c
Compare
Choose a tag to compare

@zag-js/[email protected]

07 Jan 21:50
63aec7c
Compare
Choose a tag to compare

Patch Changes

@zag-js/[email protected]

07 Jan 21:50
63aec7c
Compare
Choose a tag to compare

Patch Changes

@zag-js/[email protected]

07 Jan 21:48
63aec7c
Compare
Choose a tag to compare

Patch Changes

@zag-js/[email protected]

07 Jan 21:50
63aec7c
Compare
Choose a tag to compare

Patch Changes