Skip to content

Version Packages#3037

Open
github-actions[bot] wants to merge 1 commit intomainfrom
changeset-release/main
Open

Version Packages#3037
github-actions[bot] wants to merge 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Mar 20, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@zag-js/date-picker@1.38.0

Minor Changes

  • 0b9b980 Thanks
    @segunadebayo! - Add missing range data attributes to month and year cell triggers
    for range picker mode.
    • data-range-start, data-range-end, data-in-hover-range, data-hover-range-start, data-hover-range-end now
      render on month and year cell triggers (previously only on day cells).
    • TableCellState now includes firstInRange, lastInRange, inHoveredRange, firstInHoveredRange,
      lastInHoveredRange, and outsideRange.
    • Fixed: Year cell selectable state was inverted, causing years outside the visible decade or min/max range to
      appear selectable.
    • Improved: Range boundary dates now announce "Starting range from {date}" and "Range ending at {date}" for better
      screen reader context.
    • Changed: DayTableCellState.formattedDate removed — use valueText instead (inherited from TableCellState).

Patch Changes

  • Updated dependencies [4a395ad]:
    • @zag-js/dom-query@1.38.0
    • @zag-js/core@1.38.0
    • @zag-js/dismissable@1.38.0
    • @zag-js/popper@1.38.0
    • @zag-js/anatomy@1.38.0
    • @zag-js/types@1.38.0
    • @zag-js/utils@1.38.0
    • @zag-js/date-utils@1.38.0
    • @zag-js/live-region@1.38.0

@zag-js/drawer@1.38.0

Minor Changes

  • c906c09 Thanks
    @segunadebayo! - - Add description anatomy part with aria-describedby support
    on the content element

    • Add SwipeArea part for swipe-to-open gestures from screen edges

      <div {...api.getSwipeAreaProps()} />
    • Add getDescriptionProps() and getSwipeAreaProps() to the connect API

    • Require intentional swipe movement before showing the drawer (no flash on pointer down)

    • Smooth settle animation from release point to fully open position

    • Add cross-axis scroll preservation to prevent drawer drag when scrolling horizontally

    • Fix swipe-to-dismiss in controlled mode (open: true without onOpenChange now blocks dismiss)

    • Set pointer-events: none on positioner in non-modal mode so the page stays interactive

    • Add initial focus management for non-modal mode

Patch Changes

  • Updated dependencies [4a395ad]:
    • @zag-js/dom-query@1.38.0
    • @zag-js/focus-trap@1.38.0
    • @zag-js/core@1.38.0
    • @zag-js/aria-hidden@1.38.0
    • @zag-js/dismissable@1.38.0
    • @zag-js/remove-scroll@1.38.0
    • @zag-js/anatomy@1.38.0
    • @zag-js/types@1.38.0
    • @zag-js/utils@1.38.0

@zag-js/pin-input@1.38.0

Minor Changes

  • d636365 Thanks
    @segunadebayo! - Major UX overhaul for Pin Input, making it feel polished and
    predictable for OTP and verification code flows.
    • No more holes: Delete and Backspace now splice values left instead of leaving empty gaps. Deleting "2" from
      [1, 2, 3] yields [1, 3, ""] — not [1, "", 3]. Cut (Ctrl+X) behaves the same way.
    • Smarter focus management
      • Backspace always moves back: previously it stayed in place on filled slots
      • Click and ArrowRight are clamped to the insertion point: no more accidentally focusing empty slots
      • Same-key skip: retyping the same character advances focus instead of getting stuck
      • Roving tabIndex: Tab/Shift+Tab treats the entire pin input as a single tab stop
    • New keyboard shortcuts
      • Home / End: jump to the first slot or last filled slot
      • enterKeyHint: mobile keyboards show "next" on intermediate slots and "done" on the last
    • New props
      • autoSubmit: automatically submits the owning form when all inputs are filled
      • sanitizeValue: sanitize pasted values before validation (e.g. strip dashes from "1-2-3")

Patch Changes

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

@zag-js/core@1.38.0

Patch Changes

  • Updated dependencies [4a395ad]:
    • @zag-js/dom-query@1.38.0
    • @zag-js/utils@1.38.0

@zag-js/preact@1.38.0

Patch Changes

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

@zag-js/react@1.38.0

Patch Changes

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

@zag-js/solid@1.38.0

Patch Changes

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

@zag-js/svelte@1.38.0

Patch Changes

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

@zag-js/vanilla@1.38.0

Patch Changes

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

@zag-js/vue@1.38.0

Patch Changes

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

@zag-js/accordion@1.38.0

Patch Changes

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

@zag-js/angle-slider@1.38.0

Patch Changes

  • Updated dependencies [4a395ad]:
    • @zag-js/dom-query@1.38.0
    • @zag-js/core@1.38.0
    • @zag-js/anatomy@1.38.0
    • @zag-js/types@1.38.0
    • @zag-js/utils@1.38.0
    • @zag-js/rect-utils@1.38.0

@zag-js/async-list@1.38.0

Patch Changes

  • Updated dependencies []:
    • @zag-js/core@1.38.0
    • @zag-js/utils@1.38.0

@zag-js/avatar@1.38.0

Patch Changes

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

@zag-js/carousel@1.38.0

Patch Changes

  • Updated dependencies [4a395ad]:
    • @zag-js/dom-query@1.38.0
    • @zag-js/core@1.38.0
    • @zag-js/scroll-snap@1.38.0
    • @zag-js/anatomy@1.38.0
    • @zag-js/types@1.38.0
    • @zag-js/utils@1.38.0

@zag-js/cascade-select@1.38.0

Patch Changes

  • Updated dependencies [4a395ad]:
    • @zag-js/dom-query@1.38.0
    • @zag-js/core@1.38.0
    • @zag-js/dismissable@1.38.0
    • @zag-js/focus-visible@1.38.0
    • @zag-js/popper@1.38.0
    • @zag-js/anatomy@1.38.0
    • @zag-js/types@1.38.0
    • @zag-js/collection@1.38.0
    • @zag-js/utils@1.38.0
    • @zag-js/rect-utils@1.38.0

@zag-js/checkbox@1.38.0

Patch Changes

  • Updated dependencies [4a395ad]:
    • @zag-js/dom-query@1.38.0
    • @zag-js/core@1.38.0
    • @zag-js/focus-visible@1.38.0
    • @zag-js/anatomy@1.38.0
    • @zag-js/types@1.38.0
    • @zag-js/utils@1.38.0

@zag-js/clipboard@1.38.0

Patch Changes

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

@zag-js/collapsible@1.38.0

Patch Changes

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

@zag-js/color-picker@1.38.0

Patch Changes

  • Updated dependencies [4a395ad]:
    • @zag-js/dom-query@1.38.0
    • @zag-js/core@1.38.0
    • @zag-js/dismissable@1.38.0
    • @zag-js/popper@1.38.0
    • @zag-js/anatomy@1.38.0
    • @zag-js/types@1.38.0
    • @zag-js/color-utils@1.38.0
    • @zag-js/utils@1.38.0

@zag-js/combobox@1.38.0

Patch Changes

  • Updated dependencies [4a395ad]:
    • @zag-js/dom-query@1.38.0
    • @zag-js/core@1.38.0
    • @zag-js/aria-hidden@1.38.0
    • @zag-js/dismissable@1.38.0
    • @zag-js/focus-visible@1.38.0
    • @zag-js/popper@1.38.0
    • @zag-js/anatomy@1.38.0
    • @zag-js/types@1.38.0
    • @zag-js/collection@1.38.0
    • @zag-js/utils@1.38.0

@zag-js/date-input@1.38.0

Patch Changes

  • Updated dependencies [4a395ad]:
    • @zag-js/dom-query@1.38.0
    • @zag-js/core@1.38.0
    • @zag-js/anatomy@1.38.0
    • @zag-js/types@1.38.0
    • @zag-js/utils@1.38.0
    • @zag-js/date-utils@1.38.0
    • @zag-js/live-region@1.38.0

@zag-js/dialog@1.38.0

Patch Changes

  • 0756817 Thanks
    @segunadebayo! - - Set pointer-events: none on positioner in non-modal mode so
    the page stays interactive
    • Add initial focus management for non-modal mode (mirrors popover behavior)
    • Fix aria-modal to reflect actual modal prop value instead of hardcoded true
  • Updated dependencies [4a395ad]:
    • @zag-js/dom-query@1.38.0
    • @zag-js/focus-trap@1.38.0
    • @zag-js/core@1.38.0
    • @zag-js/aria-hidden@1.38.0
    • @zag-js/dismissable@1.38.0
    • @zag-js/remove-scroll@1.38.0
    • @zag-js/anatomy@1.38.0
    • @zag-js/types@1.38.0
    • @zag-js/utils@1.38.0

@zag-js/editable@1.38.0

Patch Changes

  • Updated dependencies [4a395ad,
    3007b2a]:
    • @zag-js/dom-query@1.38.0
    • @zag-js/interact-outside@1.38.0
    • @zag-js/core@1.38.0
    • @zag-js/anatomy@1.38.0
    • @zag-js/types@1.38.0
    • @zag-js/utils@1.38.0

@zag-js/file-upload@1.38.0

Patch Changes

  • Updated dependencies [4a395ad]:
    • @zag-js/dom-query@1.38.0
    • @zag-js/core@1.38.0
    • @zag-js/i18n-utils@1.38.0
    • @zag-js/file-utils@1.38.0
    • @zag-js/anatomy@1.38.0
    • @zag-js/types@1.38.0
    • @zag-js/utils@1.38.0

@zag-js/floating-panel@1.38.0

Patch Changes

  • 696541d Thanks
    @segunadebayo! - Fix closeOnEscape not working when focus is on a child element
    (e.g., input) inside the panel.

  • Updated dependencies [4a395ad]:

    • @zag-js/dom-query@1.38.0
    • @zag-js/core@1.38.0
    • @zag-js/popper@1.38.0
    • @zag-js/anatomy@1.38.0
    • @zag-js/store@1.38.0
    • @zag-js/types@1.38.0
    • @zag-js/utils@1.38.0
    • @zag-js/rect-utils@1.38.0

@zag-js/hover-card@1.38.0

Patch Changes

  • Updated dependencies [4a395ad]:
    • @zag-js/dom-query@1.38.0
    • @zag-js/core@1.38.0
    • @zag-js/dismissable@1.38.0
    • @zag-js/popper@1.38.0
    • @zag-js/anatomy@1.38.0
    • @zag-js/types@1.38.0
    • @zag-js/utils@1.38.0

@zag-js/image-cropper@1.38.0

Patch Changes

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

@zag-js/listbox@1.38.0

Patch Changes

  • Updated dependencies [4a395ad]:
    • @zag-js/dom-query@1.38.0
    • @zag-js/core@1.38.0
    • @zag-js/focus-visible@1.38.0
    • @zag-js/anatomy@1.38.0
    • @zag-js/types@1.38.0
    • @zag-js/collection@1.38.0
    • @zag-js/utils@1.38.0

@zag-js/marquee@1.38.0

Patch Changes

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

@zag-js/menu@1.38.0

Patch Changes

  • Updated dependencies [4a395ad]:
    • @zag-js/dom-query@1.38.0
    • @zag-js/core@1.38.0
    • @zag-js/dismissable@1.38.0
    • @zag-js/focus-visible@1.38.0
    • @zag-js/popper@1.38.0
    • @zag-js/anatomy@1.38.0
    • @zag-js/types@1.38.0
    • @zag-js/utils@1.38.0
    • @zag-js/rect-utils@1.38.0

@zag-js/navigation-menu@1.38.0

Patch Changes

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

@zag-js/number-input@1.38.0

Patch Changes

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

@zag-js/pagination@1.38.0

Patch Changes

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

@zag-js/password-input@1.38.0

Patch Changes

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

@zag-js/popover@1.38.0

Patch Changes

  • Updated dependencies [4a395ad]:
    • @zag-js/dom-query@1.38.0
    • @zag-js/focus-trap@1.38.0
    • @zag-js/core@1.38.0
    • @zag-js/aria-hidden@1.38.0
    • @zag-js/dismissable@1.38.0
    • @zag-js/popper@1.38.0
    • @zag-js/remove-scroll@1.38.0
    • @zag-js/anatomy@1.38.0
    • @zag-js/types@1.38.0
    • @zag-js/utils@1.38.0

@zag-js/presence@1.38.0

Patch Changes

  • Updated dependencies [4a395ad]:
    • @zag-js/dom-query@1.38.0
    • @zag-js/core@1.38.0
    • @zag-js/types@1.38.0

@zag-js/progress@1.38.0

Patch Changes

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

@zag-js/qr-code@1.38.0

Patch Changes

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

@zag-js/radio-group@1.38.0

Patch Changes

  • Updated dependencies [4a395ad]:
    • @zag-js/dom-query@1.38.0
    • @zag-js/core@1.38.0
    • @zag-js/focus-visible@1.38.0
    • @zag-js/anatomy@1.38.0
    • @zag-js/types@1.38.0
    • @zag-js/utils@1.38.0

@zag-js/rating-group@1.38.0

Patch Changes

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

@zag-js/scroll-area@1.38.0

Patch Changes

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

@zag-js/select@1.38.0

Patch Changes

  • Updated dependencies [4a395ad]:
    • @zag-js/dom-query@1.38.0
    • @zag-js/core@1.38.0
    • @zag-js/dismissable@1.38.0
    • @zag-js/focus-visible@1.38.0
    • @zag-js/popper@1.38.0
    • @zag-js/anatomy@1.38.0
    • @zag-js/types@1.38.0
    • @zag-js/collection@1.38.0
    • @zag-js/utils@1.38.0

@zag-js/signature-pad@1.38.0

Patch Changes

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

@zag-js/slider@1.38.0

Patch Changes

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

@zag-js/splitter@1.38.0

Patch Changes

  • #3045
    c8bfb8f Thanks
    @mbeckem! - Fix global cursor styles when splitter is used in a shadow root

  • Updated dependencies [4a395ad]:

    • @zag-js/dom-query@1.38.0
    • @zag-js/core@1.38.0
    • @zag-js/anatomy@1.38.0
    • @zag-js/types@1.38.0
    • @zag-js/utils@1.38.0

@zag-js/steps@1.38.0

Patch Changes

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

@zag-js/switch@1.38.0

Patch Changes

  • Updated dependencies [4a395ad]:
    • @zag-js/dom-query@1.38.0
    • @zag-js/core@1.38.0
    • @zag-js/focus-visible@1.38.0
    • @zag-js/anatomy@1.38.0
    • @zag-js/types@1.38.0
    • @zag-js/utils@1.38.0

@zag-js/tabs@1.38.0

Patch Changes

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

@zag-js/tags-input@1.38.0

Patch Changes

  • Updated dependencies [4a395ad,
    3007b2a]:
    • @zag-js/dom-query@1.38.0
    • @zag-js/interact-outside@1.38.0
    • @zag-js/core@1.38.0
    • @zag-js/auto-resize@1.38.0
    • @zag-js/anatomy@1.38.0
    • @zag-js/types@1.38.0
    • @zag-js/utils@1.38.0
    • @zag-js/live-region@1.38.0

@zag-js/timer@1.38.0

Patch Changes

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

@zag-js/toast@1.38.0

Patch Changes

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

@zag-js/toc@1.38.0

Patch Changes

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

@zag-js/toggle@1.38.0

Patch Changes

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

@zag-js/toggle-group@1.38.0

Patch Changes

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

@zag-js/tooltip@1.38.0

Patch Changes

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

@zag-js/tour@1.38.0

Patch Changes

  • Updated dependencies [4a395ad,
    3007b2a]:
    • @zag-js/dom-query@1.38.0
    • @zag-js/focus-trap@1.38.0
    • @zag-js/interact-outside@1.38.0
    • @zag-js/core@1.38.0
    • @zag-js/dismissable@1.38.0
    • @zag-js/popper@1.38.0
    • @zag-js/anatomy@1.38.0
    • @zag-js/types@1.38.0
    • @zag-js/utils@1.38.0

@zag-js/tree-view@1.38.0

Patch Changes

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

@zag-js/aria-hidden@1.38.0

Patch Changes

  • Updated dependencies [4a395ad]:
    • @zag-js/dom-query@1.38.0

@zag-js/auto-resize@1.38.0

Patch Changes

  • Updated dependencies [4a395ad]:
    • @zag-js/dom-query@1.38.0

@zag-js/collection@1.38.0

Patch Changes

  • Updated dependencies []:
    • @zag-js/utils@1.38.0

@zag-js/color-utils@1.38.0

Patch Changes

  • Updated dependencies []:
    • @zag-js/utils@1.38.0

@zag-js/dismissable@1.38.0

Patch Changes

  • Updated dependencies [4a395ad,
    3007b2a]:
    • @zag-js/dom-query@1.38.0
    • @zag-js/interact-outside@1.38.0
    • @zag-js/utils@1.38.0

@zag-js/dom-query@1.38.0

Patch Changes

  • 4a395ad Thanks
    @segunadebayo! - - Fix focus trapping when the content has a single effective tab
    stop, such as a native radio group.
    • Handle disconnected initialFocus nodes more safely.
  • Updated dependencies []:
    • @zag-js/types@1.38.0

@zag-js/file-utils@1.38.0

Patch Changes

  • Updated dependencies []:
    • @zag-js/i18n-utils@1.38.0

@zag-js/focus-trap@1.38.0

Patch Changes

  • 4a395ad Thanks
    @segunadebayo! - - Fix focus trapping when the content has a single effective tab
    stop, such as a native radio group.
    • Handle disconnected initialFocus nodes more safely.
  • Updated dependencies [4a395ad]:
    • @zag-js/dom-query@1.38.0

@zag-js/focus-visible@1.38.0

Patch Changes

  • Updated dependencies [4a395ad]:
    • @zag-js/dom-query@1.38.0

@zag-js/i18n-utils@1.38.0

Patch Changes

  • Updated dependencies [4a395ad]:
    • @zag-js/dom-query@1.38.0

@zag-js/interact-outside@1.38.0

Patch Changes

  • 3007b2a Thanks
    @segunadebayo! - Fix issue where nested popovers and select within popovers didn't
    toggle correctly in Safari due to focusin events racing with pointer interactions
  • Updated dependencies [4a395ad]:
    • @zag-js/dom-query@1.38.0
    • @zag-js/utils@1.38.0

@zag-js/popper@1.38.0

Patch Changes

  • Updated dependencies [4a395ad]:
    • @zag-js/dom-query@1.38.0
    • @zag-js/utils@1.38.0

@zag-js/remove-scroll@1.38.0

Patch Changes

  • Updated dependencies [4a395ad]:
    • @zag-js/dom-query@1.38.0

@zag-js/scroll-snap@1.38.0

Patch Changes

  • Updated dependencies [4a395ad]:
    • @zag-js/dom-query@1.38.0

@zag-js/anatomy@1.38.0

@zag-js/anatomy-icons@1.38.0

@zag-js/docs@1.38.0

@zag-js/store@1.38.0

@zag-js/types@1.38.0

@zag-js/utils@1.38.0

@zag-js/date-utils@1.38.0

@zag-js/highlight-word@1.38.0

@zag-js/hotkeys@1.38.0

@zag-js/json-tree-utils@1.38.0

@zag-js/live-region@1.38.0

@zag-js/rect-utils@1.38.0

@zag-js/stringify-state@1.38.0

svelte-kit-starter@0.0.10

Patch Changes

  • Updated dependencies []:
    • @zag-js/switch@1.38.0
    • @zag-js/svelte@1.38.0

@vercel
Copy link

vercel bot commented Mar 20, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
zag-nextjs Ready Ready Preview Mar 24, 2026 6:19pm
zag-solid Ready Ready Preview Mar 24, 2026 6:19pm
zag-svelte Ready Ready Preview Mar 24, 2026 6:19pm
zag-vue Ready Ready Preview Mar 24, 2026 6:19pm
zag-website Ready Ready Preview Mar 24, 2026 6:19pm

Request Review

@segunadebayo segunadebayo force-pushed the changeset-release/main branch from 98110c5 to 1976bcc Compare March 21, 2026 17:41
@segunadebayo segunadebayo force-pushed the changeset-release/main branch from 1976bcc to e58906b Compare March 21, 2026 22:21
@segunadebayo segunadebayo force-pushed the changeset-release/main branch from e58906b to 863411f Compare March 23, 2026 11:39
@segunadebayo segunadebayo force-pushed the changeset-release/main branch from 863411f to bbe59b9 Compare March 23, 2026 15:09
@segunadebayo segunadebayo force-pushed the changeset-release/main branch from 8523e54 to ad63ffc Compare March 24, 2026 15:57
@segunadebayo segunadebayo force-pushed the changeset-release/main branch from ad63ffc to 9dbd85f Compare March 24, 2026 17:48
@segunadebayo segunadebayo force-pushed the changeset-release/main branch from 9dbd85f to 56f3ee6 Compare March 24, 2026 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants