Skip to content

Version Packages#3199

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

Version Packages#3199
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

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/dom-query@1.43.0

Minor Changes

  • 0d23ef3 Thanks
    @segunadebayo! - Improve initial focus selection in dialogs and drawers. Mark
    chrome controls with data-no-autofocus to skip them, or mark the desired target with data-autofocus.

    <div {...api.getContentProps()}>
      {/* skipped on open, still in tab order */}
      <button {...api.getCloseTriggerProps()} data-no-autofocus>
        Close
      </button>
      <button data-no-autofocus aria-label="Help">
        ?
      </button>
    
      {/* receives initial focus */}
      <input data-autofocus />
      <button>Save</button>
    </div>

    Priority: initialFocusEl[data-autofocus] → first tabbable without [data-no-autofocus] → content root.

Patch Changes

  • 4e06700 Thanks
    @segunadebayo! - Fix proxyTabFocus so tabbing out of portalled content moves to
    the next tabbable after the trigger, instead of looping back into the content when the trigger is last on the page.

  • 53944e0 Thanks
    @segunadebayo! - Compose data-ownedby values when merging props, match owners as
    tokens in DOM queries, and expose isOwnedBy for membership checks.

  • Updated dependencies []:

    • @zag-js/types@1.43.0

@zag-js/core@1.43.0

Patch Changes

  • 53944e0 Thanks
    @segunadebayo! - Compose data-ownedby values when merging props, match owners as
    tokens in DOM queries, and expose isOwnedBy for membership checks.

  • Updated dependencies [0d23ef3,
    4e06700,
    53944e0]:

    • @zag-js/dom-query@1.43.0
    • @zag-js/utils@1.43.0

@zag-js/preact@1.43.0

Patch Changes

  • Updated dependencies [53944e0]:
    • @zag-js/core@1.43.0
    • @zag-js/store@1.43.0
    • @zag-js/types@1.43.0
    • @zag-js/utils@1.43.0

@zag-js/react@1.43.0

Patch Changes

  • Updated dependencies [53944e0]:
    • @zag-js/core@1.43.0
    • @zag-js/store@1.43.0
    • @zag-js/types@1.43.0
    • @zag-js/utils@1.43.0

@zag-js/solid@1.43.0

Patch Changes

  • 53944e0 Thanks
    @segunadebayo! - Compose data-ownedby values when merging props, match owners as
    tokens in DOM queries, and expose isOwnedBy for membership checks.

  • Updated dependencies [53944e0]:

    • @zag-js/core@1.43.0
    • @zag-js/store@1.43.0
    • @zag-js/types@1.43.0
    • @zag-js/utils@1.43.0

@zag-js/svelte@1.43.0

Patch Changes

  • #3218
    5d887ec Thanks
    @Hwacc! - Fix bindable to resolve value before defaultValue, matching React/Solid.

  • 53944e0 Thanks
    @segunadebayo! - Compose data-ownedby values when merging props, match owners as
    tokens in DOM queries, and expose isOwnedBy for membership checks.

  • Updated dependencies [53944e0]:

    • @zag-js/core@1.43.0
    • @zag-js/types@1.43.0
    • @zag-js/utils@1.43.0

@zag-js/vanilla@1.43.0

Patch Changes

  • Updated dependencies [53944e0]:
    • @zag-js/core@1.43.0
    • @zag-js/store@1.43.0
    • @zag-js/types@1.43.0
    • @zag-js/utils@1.43.0

@zag-js/vue@1.43.0

Patch Changes

  • #3218
    5d887ec Thanks
    @Hwacc! - Fix bindable to resolve value before defaultValue, matching React/Solid.

  • Updated dependencies [53944e0]:

    • @zag-js/core@1.43.0
    • @zag-js/store@1.43.0
    • @zag-js/types@1.43.0
    • @zag-js/utils@1.43.0

@zag-js/accordion@1.43.0

Patch Changes

  • 53944e0 Thanks
    @segunadebayo! - Compose data-ownedby values when merging props, match owners as
    tokens in DOM queries, and expose isOwnedBy for membership checks.

  • Updated dependencies [0d23ef3,
    4e06700,
    53944e0]:

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

@zag-js/angle-slider@1.43.0

Patch Changes

  • Updated dependencies [0d23ef3,
    4e06700,
    53944e0]:
    • @zag-js/dom-query@1.43.0
    • @zag-js/core@1.43.0
    • @zag-js/anatomy@1.43.0
    • @zag-js/types@1.43.0
    • @zag-js/utils@1.43.0
    • @zag-js/rect-utils@1.43.0

@zag-js/async-list@1.43.0

Patch Changes

  • Updated dependencies [53944e0]:
    • @zag-js/core@1.43.0
    • @zag-js/utils@1.43.0

@zag-js/avatar@1.43.0

Patch Changes

  • Updated dependencies [0d23ef3,
    4e06700,
    53944e0]:
    • @zag-js/dom-query@1.43.0
    • @zag-js/core@1.43.0
    • @zag-js/anatomy@1.43.0
    • @zag-js/types@1.43.0
    • @zag-js/utils@1.43.0

@zag-js/carousel@1.43.0

Patch Changes

  • Updated dependencies [0d23ef3,
    4e06700,
    53944e0]:
    • @zag-js/dom-query@1.43.0
    • @zag-js/core@1.43.0
    • @zag-js/scroll-snap@1.43.0
    • @zag-js/anatomy@1.43.0
    • @zag-js/types@1.43.0
    • @zag-js/utils@1.43.0

@zag-js/cascade-select@1.43.0

Patch Changes

  • Updated dependencies [0d23ef3,
    5b2117e,
    4e06700,
    53944e0]:
    • @zag-js/dom-query@1.43.0
    • @zag-js/popper@1.43.0
    • @zag-js/core@1.43.0
    • @zag-js/dismissable@1.43.0
    • @zag-js/focus-visible@1.43.0
    • @zag-js/anatomy@1.43.0
    • @zag-js/types@1.43.0
    • @zag-js/collection@1.43.0
    • @zag-js/utils@1.43.0
    • @zag-js/rect-utils@1.43.0

@zag-js/checkbox@1.43.0

Patch Changes

  • Updated dependencies [0d23ef3,
    4e06700,
    53944e0]:
    • @zag-js/dom-query@1.43.0
    • @zag-js/core@1.43.0
    • @zag-js/focus-visible@1.43.0
    • @zag-js/anatomy@1.43.0
    • @zag-js/types@1.43.0
    • @zag-js/utils@1.43.0

@zag-js/clipboard@1.43.0

Patch Changes

  • Updated dependencies [0d23ef3,
    4e06700,
    53944e0]:
    • @zag-js/dom-query@1.43.0
    • @zag-js/core@1.43.0
    • @zag-js/anatomy@1.43.0
    • @zag-js/types@1.43.0
    • @zag-js/utils@1.43.0

@zag-js/collapsible@1.43.0

Patch Changes

  • Updated dependencies [0d23ef3,
    4e06700,
    53944e0]:
    • @zag-js/dom-query@1.43.0
    • @zag-js/core@1.43.0
    • @zag-js/anatomy@1.43.0
    • @zag-js/types@1.43.0
    • @zag-js/utils@1.43.0

@zag-js/color-picker@1.43.0

Patch Changes

  • #3198
    e4e0b2d Thanks
    @mahirhir! - Fix the color channel input committing a partial value when Enter is
    pressed to confirm an IME composition.

  • Updated dependencies [0d23ef3,
    5b2117e,
    4e06700,
    53944e0]:

    • @zag-js/dom-query@1.43.0
    • @zag-js/popper@1.43.0
    • @zag-js/core@1.43.0
    • @zag-js/dismissable@1.43.0
    • @zag-js/anatomy@1.43.0
    • @zag-js/types@1.43.0
    • @zag-js/color-utils@1.43.0
    • @zag-js/utils@1.43.0

@zag-js/combobox@1.43.0

Patch Changes

  • Updated dependencies [0d23ef3,
    5b2117e,
    4e06700,
    53944e0]:
    • @zag-js/dom-query@1.43.0
    • @zag-js/popper@1.43.0
    • @zag-js/core@1.43.0
    • @zag-js/dismissable@1.43.0
    • @zag-js/focus-visible@1.43.0
    • @zag-js/anatomy@1.43.0
    • @zag-js/types@1.43.0
    • @zag-js/collection@1.43.0
    • @zag-js/utils@1.43.0
    • @zag-js/live-region@1.43.0

@zag-js/date-input@1.43.0

Patch Changes

  • 2bf453c Thanks
    @segunadebayo! - Fix segment text lagging behind in-progress edits when typing over
    a committed date.

  • Updated dependencies [0d23ef3,
    4e06700,
    53944e0]:

    • @zag-js/dom-query@1.43.0
    • @zag-js/core@1.43.0
    • @zag-js/anatomy@1.43.0
    • @zag-js/types@1.43.0
    • @zag-js/utils@1.43.0
    • @zag-js/date-utils@1.43.0
    • @zag-js/live-region@1.43.0

@zag-js/date-picker@1.43.0

Patch Changes

  • #3200
    913e0f4 Thanks
    @olaf-k! - Fix date picker behavior for disabled and read-only states, controlled open
    state, min view defaults, and month/year multi-select limits.

  • Updated dependencies [0d23ef3,
    5b2117e,
    4e06700,
    53944e0]:

    • @zag-js/dom-query@1.43.0
    • @zag-js/popper@1.43.0
    • @zag-js/core@1.43.0
    • @zag-js/dismissable@1.43.0
    • @zag-js/anatomy@1.43.0
    • @zag-js/types@1.43.0
    • @zag-js/utils@1.43.0
    • @zag-js/date-utils@1.43.0
    • @zag-js/live-region@1.43.0

@zag-js/dialog@1.43.0

Patch Changes

  • 0d23ef3 Thanks
    @segunadebayo! - Improve initial focus selection in dialogs and drawers. Mark
    chrome controls with data-no-autofocus to skip them, or mark the desired target with data-autofocus.

    <div {...api.getContentProps()}>
      {/* skipped on open, still in tab order */}
      <button {...api.getCloseTriggerProps()} data-no-autofocus>
        Close
      </button>
      <button data-no-autofocus aria-label="Help">
        ?
      </button>
    
      {/* receives initial focus */}
      <input data-autofocus />
      <button>Save</button>
    </div>

    Priority: initialFocusEl[data-autofocus] → first tabbable without [data-no-autofocus] → content root.

  • 53944e0 Thanks
    @segunadebayo! - Compose data-ownedby values when merging props, match owners as
    tokens in DOM queries, and expose isOwnedBy for membership checks.

  • Updated dependencies [0d23ef3,
    4e06700,
    53944e0]:

    • @zag-js/dom-query@1.43.0
    • @zag-js/core@1.43.0
    • @zag-js/aria-hidden@1.43.0
    • @zag-js/dismissable@1.43.0
    • @zag-js/focus-trap@1.43.0
    • @zag-js/remove-scroll@1.43.0
    • @zag-js/anatomy@1.43.0
    • @zag-js/types@1.43.0
    • @zag-js/utils@1.43.0

@zag-js/drawer@1.43.0

Patch Changes

  • 0d23ef3 Thanks
    @segunadebayo! - Improve initial focus selection in dialogs and drawers. Mark
    chrome controls with data-no-autofocus to skip them, or mark the desired target with data-autofocus.

    <div {...api.getContentProps()}>
      {/* skipped on open, still in tab order */}
      <button {...api.getCloseTriggerProps()} data-no-autofocus>
        Close
      </button>
      <button data-no-autofocus aria-label="Help">
        ?
      </button>
    
      {/* receives initial focus */}
      <input data-autofocus />
      <button>Save</button>
    </div>

    Priority: initialFocusEl[data-autofocus] → first tabbable without [data-no-autofocus] → content root.

  • 53944e0 Thanks
    @segunadebayo! - Compose data-ownedby values when merging props, match owners as
    tokens in DOM queries, and expose isOwnedBy for membership checks.

  • Updated dependencies [0d23ef3,
    4e06700,
    53944e0]:

    • @zag-js/dom-query@1.43.0
    • @zag-js/core@1.43.0
    • @zag-js/aria-hidden@1.43.0
    • @zag-js/dismissable@1.43.0
    • @zag-js/focus-trap@1.43.0
    • @zag-js/remove-scroll@1.43.0
    • @zag-js/anatomy@1.43.0
    • @zag-js/types@1.43.0
    • @zag-js/utils@1.43.0

@zag-js/editable@1.43.0

Patch Changes

  • Updated dependencies [0d23ef3,
    4e06700,
    53944e0]:
    • @zag-js/dom-query@1.43.0
    • @zag-js/core@1.43.0
    • @zag-js/interact-outside@1.43.0
    • @zag-js/anatomy@1.43.0
    • @zag-js/types@1.43.0
    • @zag-js/utils@1.43.0

@zag-js/file-upload@1.43.0

Patch Changes

  • Updated dependencies [0d23ef3,
    4e06700,
    53944e0]:
    • @zag-js/dom-query@1.43.0
    • @zag-js/core@1.43.0
    • @zag-js/i18n-utils@1.43.0
    • @zag-js/file-utils@1.43.0
    • @zag-js/anatomy@1.43.0
    • @zag-js/types@1.43.0
    • @zag-js/utils@1.43.0

@zag-js/floating-panel@1.43.0

Patch Changes

  • Updated dependencies [0d23ef3,
    5b2117e,
    4e06700,
    53944e0]:
    • @zag-js/dom-query@1.43.0
    • @zag-js/popper@1.43.0
    • @zag-js/core@1.43.0
    • @zag-js/anatomy@1.43.0
    • @zag-js/store@1.43.0
    • @zag-js/types@1.43.0
    • @zag-js/utils@1.43.0
    • @zag-js/rect-utils@1.43.0

@zag-js/hover-card@1.43.0

Patch Changes

  • 53944e0 Thanks
    @segunadebayo! - Compose data-ownedby values when merging props, match owners as
    tokens in DOM queries, and expose isOwnedBy for membership checks.

  • Updated dependencies [0d23ef3,
    5b2117e,
    4e06700,
    53944e0]:

    • @zag-js/dom-query@1.43.0
    • @zag-js/popper@1.43.0
    • @zag-js/core@1.43.0
    • @zag-js/dismissable@1.43.0
    • @zag-js/anatomy@1.43.0
    • @zag-js/types@1.43.0
    • @zag-js/utils@1.43.0

@zag-js/image-cropper@1.43.0

Patch Changes

  • Updated dependencies [0d23ef3,
    4e06700,
    53944e0]:
    • @zag-js/dom-query@1.43.0
    • @zag-js/core@1.43.0
    • @zag-js/anatomy@1.43.0
    • @zag-js/types@1.43.0
    • @zag-js/utils@1.43.0

@zag-js/listbox@1.43.0

Patch Changes

  • Updated dependencies [0d23ef3,
    4e06700,
    53944e0]:
    • @zag-js/dom-query@1.43.0
    • @zag-js/core@1.43.0
    • @zag-js/focus-visible@1.43.0
    • @zag-js/anatomy@1.43.0
    • @zag-js/types@1.43.0
    • @zag-js/collection@1.43.0
    • @zag-js/utils@1.43.0

@zag-js/marquee@1.43.0

Patch Changes

  • Updated dependencies [0d23ef3,
    4e06700,
    53944e0]:
    • @zag-js/dom-query@1.43.0
    • @zag-js/core@1.43.0
    • @zag-js/anatomy@1.43.0
    • @zag-js/types@1.43.0
    • @zag-js/utils@1.43.0

@zag-js/menu@1.43.0

Patch Changes

  • 53944e0 Thanks
    @segunadebayo! - Compose data-ownedby values when merging props, match owners as
    tokens in DOM queries, and expose isOwnedBy for membership checks.

  • Updated dependencies [0d23ef3,
    5b2117e,
    4e06700,
    53944e0]:

    • @zag-js/dom-query@1.43.0
    • @zag-js/popper@1.43.0
    • @zag-js/core@1.43.0
    • @zag-js/dismissable@1.43.0
    • @zag-js/focus-visible@1.43.0
    • @zag-js/anatomy@1.43.0
    • @zag-js/types@1.43.0
    • @zag-js/utils@1.43.0
    • @zag-js/rect-utils@1.43.0

@zag-js/navigation-menu@1.43.0

Patch Changes

  • 53944e0 Thanks
    @segunadebayo! - Compose data-ownedby values when merging props, match owners as
    tokens in DOM queries, and expose isOwnedBy for membership checks.

  • Updated dependencies [0d23ef3,
    4e06700,
    53944e0]:

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

@zag-js/number-input@1.43.0

Patch Changes

  • Updated dependencies [0d23ef3,
    4e06700,
    53944e0]:
    • @zag-js/dom-query@1.43.0
    • @zag-js/core@1.43.0
    • @zag-js/anatomy@1.43.0
    • @zag-js/types@1.43.0
    • @zag-js/utils@1.43.0

@zag-js/pagination@1.43.0

Patch Changes

  • Updated dependencies [0d23ef3,
    4e06700,
    53944e0]:
    • @zag-js/dom-query@1.43.0
    • @zag-js/core@1.43.0
    • @zag-js/anatomy@1.43.0
    • @zag-js/types@1.43.0
    • @zag-js/utils@1.43.0

@zag-js/password-input@1.43.0

Patch Changes

  • Updated dependencies [0d23ef3,
    4e06700,
    53944e0]:
    • @zag-js/dom-query@1.43.0
    • @zag-js/core@1.43.0
    • @zag-js/anatomy@1.43.0
    • @zag-js/types@1.43.0
    • @zag-js/utils@1.43.0

@zag-js/pin-input@1.43.0

Patch Changes

  • 53944e0 Thanks
    @segunadebayo! - Compose data-ownedby values when merging props, match owners as
    tokens in DOM queries, and expose isOwnedBy for membership checks.

  • Updated dependencies [0d23ef3,
    4e06700,
    53944e0]:

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

@zag-js/popover@1.43.0

Patch Changes

  • 4e06700 Thanks
    @segunadebayo! - Fix proxyTabFocus so tabbing out of portalled content moves to
    the next tabbable after the trigger, instead of looping back into the content when the trigger is last on the page.

  • 53944e0 Thanks
    @segunadebayo! - Compose data-ownedby values when merging props, match owners as
    tokens in DOM queries, and expose isOwnedBy for membership checks.

  • Updated dependencies [0d23ef3,
    5b2117e,
    4e06700,
    53944e0]:

    • @zag-js/dom-query@1.43.0
    • @zag-js/popper@1.43.0
    • @zag-js/core@1.43.0
    • @zag-js/aria-hidden@1.43.0
    • @zag-js/dismissable@1.43.0
    • @zag-js/focus-trap@1.43.0
    • @zag-js/remove-scroll@1.43.0
    • @zag-js/anatomy@1.43.0
    • @zag-js/types@1.43.0
    • @zag-js/utils@1.43.0

@zag-js/presence@1.43.0

Patch Changes

  • Updated dependencies [0d23ef3,
    4e06700,
    53944e0]:
    • @zag-js/dom-query@1.43.0
    • @zag-js/core@1.43.0
    • @zag-js/types@1.43.0

@zag-js/progress@1.43.0

Patch Changes

  • Updated dependencies [0d23ef3,
    4e06700,
    53944e0]:
    • @zag-js/dom-query@1.43.0
    • @zag-js/core@1.43.0
    • @zag-js/anatomy@1.43.0
    • @zag-js/types@1.43.0
    • @zag-js/utils@1.43.0

@zag-js/qr-code@1.43.0

Patch Changes

  • Updated dependencies [0d23ef3,
    4e06700,
    53944e0]:
    • @zag-js/dom-query@1.43.0
    • @zag-js/core@1.43.0
    • @zag-js/anatomy@1.43.0
    • @zag-js/types@1.43.0
    • @zag-js/utils@1.43.0

@zag-js/radio-group@1.43.0

Patch Changes

  • 53944e0 Thanks
    @segunadebayo! - Compose data-ownedby values when merging props, match owners as
    tokens in DOM queries, and expose isOwnedBy for membership checks.

  • Updated dependencies [0d23ef3,
    4e06700,
    53944e0]:

    • @zag-js/dom-query@1.43.0
    • @zag-js/core@1.43.0
    • @zag-js/focus-visible@1.43.0
    • @zag-js/anatomy@1.43.0
    • @zag-js/types@1.43.0
    • @zag-js/utils@1.43.0

@zag-js/rating-group@1.43.0

Patch Changes

  • Updated dependencies [0d23ef3,
    4e06700,
    53944e0]:
    • @zag-js/dom-query@1.43.0
    • @zag-js/core@1.43.0
    • @zag-js/anatomy@1.43.0
    • @zag-js/types@1.43.0
    • @zag-js/utils@1.43.0

@zag-js/scroll-area@1.43.0

Patch Changes

  • 53944e0 Thanks
    @segunadebayo! - Compose data-ownedby values when merging props, match owners as
    tokens in DOM queries, and expose isOwnedBy for membership checks.

  • Updated dependencies [0d23ef3,
    4e06700,
    53944e0]:

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

@zag-js/select@1.43.0

Patch Changes

  • Updated dependencies [0d23ef3,
    5b2117e,
    4e06700,
    53944e0]:
    • @zag-js/dom-query@1.43.0
    • @zag-js/popper@1.43.0
    • @zag-js/core@1.43.0
    • @zag-js/dismissable@1.43.0
    • @zag-js/focus-visible@1.43.0
    • @zag-js/anatomy@1.43.0
    • @zag-js/types@1.43.0
    • @zag-js/collection@1.43.0
    • @zag-js/utils@1.43.0

@zag-js/signature-pad@1.43.0

Patch Changes

  • Updated dependencies [0d23ef3,
    4e06700,
    53944e0]:
    • @zag-js/dom-query@1.43.0
    • @zag-js/core@1.43.0
    • @zag-js/anatomy@1.43.0
    • @zag-js/types@1.43.0
    • @zag-js/utils@1.43.0

@zag-js/slider@1.43.0

Patch Changes

  • Updated dependencies [0d23ef3,
    4e06700,
    53944e0]:
    • @zag-js/dom-query@1.43.0
    • @zag-js/core@1.43.0
    • @zag-js/anatomy@1.43.0
    • @zag-js/types@1.43.0
    • @zag-js/utils@1.43.0

@zag-js/splitter@1.43.0

Patch Changes

  • 53944e0 Thanks
    @segunadebayo! - Compose data-ownedby values when merging props, match owners as
    tokens in DOM queries, and expose isOwnedBy for membership checks.

  • Updated dependencies [0d23ef3,
    4e06700,
    53944e0]:

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

@zag-js/steps@1.43.0

Patch Changes

  • Updated dependencies [0d23ef3,
    4e06700,
    53944e0]:
    • @zag-js/dom-query@1.43.0
    • @zag-js/core@1.43.0
    • @zag-js/anatomy@1.43.0
    • @zag-js/types@1.43.0
    • @zag-js/utils@1.43.0

@zag-js/switch@1.43.0

Patch Changes

  • Updated dependencies [0d23ef3,
    4e06700,
    53944e0]:
    • @zag-js/dom-query@1.43.0
    • @zag-js/core@1.43.0
    • @zag-js/focus-visible@1.43.0
    • @zag-js/anatomy@1.43.0
    • @zag-js/types@1.43.0
    • @zag-js/utils@1.43.0

@zag-js/tabs@1.43.0

Patch Changes

  • 53944e0 Thanks
    @segunadebayo! - Compose data-ownedby values when merging props, match owners as
    tokens in DOM queries, and expose isOwnedBy for membership checks.

  • Updated dependencies [0d23ef3,
    4e06700,
    53944e0]:

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

@zag-js/tags-input@1.43.0

Patch Changes

  • Updated dependencies [7f7a6a4,
    0d23ef3,
    4e06700,
    53944e0]:
    • @zag-js/auto-resize@1.43.0
    • @zag-js/dom-query@1.43.0
    • @zag-js/core@1.43.0
    • @zag-js/interact-outside@1.43.0
    • @zag-js/anatomy@1.43.0
    • @zag-js/types@1.43.0
    • @zag-js/utils@1.43.0
    • @zag-js/live-region@1.43.0

@zag-js/timer@1.43.0

Patch Changes

  • Updated dependencies [0d23ef3,
    4e06700,
    53944e0]:
    • @zag-js/dom-query@1.43.0
    • @zag-js/core@1.43.0
    • @zag-js/anatomy@1.43.0
    • @zag-js/types@1.43.0
    • @zag-js/utils@1.43.0

@zag-js/toast@1.43.0

Patch Changes

  • Updated dependencies [0d23ef3,
    4e06700,
    53944e0]:
    • @zag-js/dom-query@1.43.0
    • @zag-js/core@1.43.0
    • @zag-js/dismissable@1.43.0
    • @zag-js/anatomy@1.43.0
    • @zag-js/types@1.43.0
    • @zag-js/utils@1.43.0

@zag-js/toc@1.43.0

Patch Changes

  • Updated dependencies [0d23ef3,
    4e06700,
    53944e0]:
    • @zag-js/dom-query@1.43.0
    • @zag-js/core@1.43.0
    • @zag-js/anatomy@1.43.0
    • @zag-js/types@1.43.0
    • @zag-js/utils@1.43.0

@zag-js/toggle@1.43.0

Patch Changes

  • Updated dependencies [0d23ef3,
    4e06700,
    53944e0]:
    • @zag-js/dom-query@1.43.0
    • @zag-js/core@1.43.0
    • @zag-js/anatomy@1.43.0
    • @zag-js/types@1.43.0
    • @zag-js/utils@1.43.0

@zag-js/toggle-group@1.43.0

Patch Changes

  • 53944e0 Thanks
    @segunadebayo! - Compose data-ownedby values when merging props, match owners as
    tokens in DOM queries, and expose isOwnedBy for membership checks.

  • Updated dependencies [0d23ef3,
    4e06700,
    53944e0]:

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

@zag-js/tooltip@1.43.0

Patch Changes

  • 53944e0 Thanks
    @segunadebayo! - Compose data-ownedby values when merging props, match owners as
    tokens in DOM queries, and expose isOwnedBy for membership checks.

  • Updated dependencies [0d23ef3,
    5b2117e,
    4e06700,
    53944e0]:

    • @zag-js/dom-query@1.43.0
    • @zag-js/popper@1.43.0
    • @zag-js/core@1.43.0
    • @zag-js/focus-visible@1.43.0
    • @zag-js/anatomy@1.43.0
    • @zag-js/types@1.43.0
    • @zag-js/utils@1.43.0

@zag-js/tour@1.43.0

Patch Changes

  • 5b2117e Thanks
    @segunadebayo! - - Fixed issue where dismissing a tour from a step's effect
    skipped cleanup and could miss firing the "completed" status.
    • Fixed issue where a tooltip step's position could reset unexpectedly when the tour closed.
  • Updated dependencies [0d23ef3,
    5b2117e,
    4e06700,
    53944e0]:
    • @zag-js/dom-query@1.43.0
    • @zag-js/popper@1.43.0
    • @zag-js/core@1.43.0
    • @zag-js/dismissable@1.43.0
    • @zag-js/focus-trap@1.43.0
    • @zag-js/interact-outside@1.43.0
    • @zag-js/anatomy@1.43.0
    • @zag-js/types@1.43.0
    • @zag-js/utils@1.43.0

@zag-js/tree-view@1.43.0

Patch Changes

  • Updated dependencies [0d23ef3,
    4e06700,
    53944e0]:
    • @zag-js/dom-query@1.43.0
    • @zag-js/core@1.43.0
    • @zag-js/anatomy@1.43.0
    • @zag-js/types@1.43.0
    • @zag-js/collection@1.43.0
    • @zag-js/utils@1.43.0

@zag-js/aria-hidden@1.43.0

Patch Changes

@zag-js/auto-resize@1.43.0

Patch Changes

@zag-js/collection@1.43.0

Patch Changes

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

@zag-js/color-utils@1.43.0

Patch Changes

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

@zag-js/dismissable@1.43.0

Patch Changes

  • Updated dependencies [0d23ef3,
    4e06700,
    53944e0]:
    • @zag-js/dom-query@1.43.0
    • @zag-js/interact-outside@1.43.0
    • @zag-js/utils@1.43.0

@zag-js/file-utils@1.43.0

Patch Changes

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

@zag-js/focus-trap@1.43.0

Patch Changes

@zag-js/focus-visible@1.43.0

Patch Changes

@zag-js/i18n-utils@1.43.0

Patch Changes

@zag-js/interact-outside@1.43.0

Patch Changes

@zag-js/popper@1.43.0

Patch Changes

  • 5b2117e Thanks
    @segunadebayo! - - Added an applyStyles option to control whether computed
    position styles are written directly to the DOM.

  • Updated dependencies [0d23ef3,
    4e06700,
    53944e0]:

    • @zag-js/dom-query@1.43.0
    • @zag-js/utils@1.43.0

@zag-js/remove-scroll@1.43.0

Patch Changes

@zag-js/scroll-snap@1.43.0

Patch Changes

@zag-js/anatomy@1.43.0

@zag-js/anatomy-icons@1.43.0

@zag-js/docs@1.43.0

@zag-js/store@1.43.0

@zag-js/types@1.43.0

@zag-js/utils@1.43.0

@zag-js/date-utils@1.43.0

@zag-js/highlight-word@1.43.0

@zag-js/hotkeys@1.43.0

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

@zag-js/live-region@1.43.0

@zag-js/rect-utils@1.43.0

@zag-js/stringify-state@1.43.0

svelte-kit-starter@0.0.20

Patch Changes

  • Updated dependencies [5d887ec,
    53944e0]:
    • @zag-js/svelte@1.43.0
    • @zag-js/switch@1.43.0

@vercel

vercel Bot commented Jun 29, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
zag-nextjs Ready Ready Preview Jul 22, 2026 4:43pm
zag-solid Ready Ready Preview Jul 22, 2026 4:43pm
zag-svelte Ready Ready Preview Jul 22, 2026 4:43pm
zag-vue Ready Ready Preview Jul 22, 2026 4:43pm
zag-website Ready Ready Preview Jul 22, 2026 4:43pm

Request Review

@segunadebayo
segunadebayo force-pushed the changeset-release/main branch from a19b953 to bf05f1c Compare July 3, 2026 17:06
@segunadebayo
segunadebayo force-pushed the changeset-release/main branch from bf05f1c to 7a8ba4d Compare July 20, 2026 10:04
@segunadebayo
segunadebayo force-pushed the changeset-release/main branch from 7a8ba4d to 0273b18 Compare July 20, 2026 10:45
@segunadebayo
segunadebayo force-pushed the changeset-release/main branch from 0273b18 to fa87d9d Compare July 20, 2026 11:09
@segunadebayo
segunadebayo force-pushed the changeset-release/main branch from fa87d9d to c4f2bd5 Compare July 20, 2026 11:48
@segunadebayo
segunadebayo force-pushed the changeset-release/main branch from c4f2bd5 to f3eed17 Compare July 22, 2026 11:23
@segunadebayo
segunadebayo force-pushed the changeset-release/main branch from accb478 to cd5e79b Compare July 22, 2026 15:24
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