Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Aug 28, 2025

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/[email protected]

Minor Changes

  • 352c638 Thanks
    @segunadebayo! - Add support for layer types in dismissable layer stack. Layers can
    now be categorized as dialog, popover, menu, or listbox. This enables:
    • data-nested attribute on nested layers of the same type
    • data-has-nested attribute on parent layers with nested children of the same type
    • --nested-layer-count CSS variable indicating the number of nested layers of the same type

Patch Changes

@zag-js/[email protected]

Minor Changes

  • 352c638 Thanks
    @segunadebayo! - Add support for layer types in dismissable layer stack. Layers can
    now be categorized as dialog, popover, menu, or listbox. This enables:
    • data-nested attribute on nested layers of the same type
    • data-has-nested attribute on parent layers with nested children of the same type
    • --nested-layer-count CSS variable indicating the number of nested layers of the same type

Patch Changes

@zag-js/[email protected]

Minor Changes

  • 352c638 Thanks
    @segunadebayo! - Add support for layer types in dismissable layer stack. Layers can
    now be categorized as dialog, popover, menu, or listbox. This enables:
    • data-nested attribute on nested layers of the same type
    • data-has-nested attribute on parent layers with nested children of the same type
    • --nested-layer-count CSS variable indicating the number of nested layers of the same type

Patch Changes

@zag-js/[email protected]

Minor Changes

  • 352c638 Thanks
    @segunadebayo! - Add support for layer types in dismissable layer stack. Layers can
    now be categorized as dialog, popover, menu, or listbox. This enables:
    • data-nested attribute on nested layers of the same type
    • data-has-nested attribute on parent layers with nested children of the same type
    • --nested-layer-count CSS variable indicating the number of nested layers of the same type

Patch Changes

@zag-js/[email protected]

Minor Changes

  • 2def7af Thanks
    @segunadebayo! - - Resolved an issue where onFileReject was incorrectly triggered
    when deleting accepted files using ItemDeleteTrigger

    • The file deletion logic now properly differentiates between accepted and rejected files, preventing unnecessary
      callbacks
    • Added type prop to all item-related components (ItemProps, ItemGroupProps) to specify whether items are
      "accepted" or "rejected"
    • Added data-type attribute to all item-related elements for easier styling of accepted vs rejected files
    • Exposed ItemType, ItemGroupProps, and ItemTypeProps types for better TypeScript support

    Migration

    When rendering rejected files, you should now pass type: "rejected" to item components:

    // Before
    <div {...api.getItemProps({ file })}>
      <button {...api.getItemDeleteTriggerProps({ file })}>Delete</button>
    </div>
    
    // After - for rejected files
    <div {...api.getItemProps({ file, type: "rejected" })}>
      <button {...api.getItemDeleteTriggerProps({ file, type: "rejected" })}>Delete</button>
    </div>

Patch Changes

@zag-js/[email protected]

Minor Changes

  • 352c638 Thanks
    @segunadebayo! - Add support for layer types in dismissable layer stack. Layers can
    now be categorized as dialog, popover, menu, or listbox. This enables:
    • data-nested attribute on nested layers of the same type
    • data-has-nested attribute on parent layers with nested children of the same type
    • --nested-layer-count CSS variable indicating the number of nested layers of the same type

Patch Changes

@zag-js/[email protected]

Minor Changes

  • 352c638 Thanks
    @segunadebayo! - Add support for layer types in dismissable layer stack. Layers can
    now be categorized as dialog, popover, menu, or listbox. This enables:
    • data-nested attribute on nested layers of the same type
    • data-has-nested attribute on parent layers with nested children of the same type
    • --nested-layer-count CSS variable indicating the number of nested layers of the same type

Patch Changes

@zag-js/[email protected]

Minor Changes

  • 352c638 Thanks
    @segunadebayo! - Add support for layer types in dismissable layer stack. Layers can
    now be categorized as dialog, popover, menu, or listbox. This enables:
    • data-nested attribute on nested layers of the same type
    • data-has-nested attribute on parent layers with nested children of the same type
    • --nested-layer-count CSS variable indicating the number of nested layers of the same type

Patch Changes

@zag-js/[email protected]

Minor Changes

  • 352c638 Thanks
    @segunadebayo! - Add support for layer types in dismissable layer stack. Layers can
    now be categorized as dialog, popover, menu, or listbox. This enables:
    • data-nested attribute on nested layers of the same type
    • data-has-nested attribute on parent layers with nested children of the same type
    • --nested-layer-count CSS variable indicating the number of nested layers of the same type

Patch Changes

@zag-js/[email protected]

Minor Changes

  • 352c638 Thanks
    @segunadebayo! - Add support for layer types in dismissable layer stack. Layers can
    now be categorized as dialog, popover, menu, or listbox. This enables:
    • data-nested attribute on nested layers of the same type
    • data-has-nested attribute on parent layers with nested children of the same type
    • --nested-layer-count CSS variable indicating the number of nested layers of the same type

Patch Changes

@zag-js/[email protected]

Patch Changes

@zag-js/[email protected]

Patch Changes

@zag-js/[email protected]

Patch Changes

@zag-js/[email protected]

Patch Changes

@zag-js/[email protected]

Patch Changes

@zag-js/[email protected]

Patch Changes

@zag-js/[email protected]

Patch Changes

@zag-js/[email protected]

Patch Changes

@zag-js/[email protected]

Patch Changes

@zag-js/[email protected]

Patch Changes

@zag-js/[email protected]

Patch Changes

@zag-js/[email protected]

Patch Changes

@zag-js/[email protected]

Patch Changes

@zag-js/[email protected]

Patch Changes

@zag-js/[email protected]

Patch Changes

@zag-js/[email protected]

Patch Changes

@zag-js/[email protected]

Patch Changes

@zag-js/[email protected]

Patch Changes

@zag-js/[email protected]

Patch Changes

@zag-js/[email protected]

Patch Changes

@zag-js/[email protected]

Patch Changes

@zag-js/[email protected]

Patch Changes

@zag-js/[email protected]

Patch Changes

@zag-js/[email protected]

Patch Changes

@zag-js/[email protected]

Patch Changes

@zag-js/[email protected]

Patch Changes

@zag-js/[email protected]

Patch Changes

@zag-js/[email protected]

Patch Changes

@zag-js/[email protected]

Patch Changes

@zag-js/[email protected]

Patch Changes

@zag-js/[email protected]

Patch Changes

@zag-js/[email protected]

Patch Changes

@zag-js/[email protected]

Patch Changes

@zag-js/[email protected]

Patch Changes

@zag-js/[email protected]

Patch Changes

@zag-js/[email protected]

Patch Changes

@zag-js/[email protected]

Patch Changes

@zag-js/[email protected]

Patch Changes

@zag-js/[email protected]

Patch Changes

@zag-js/[email protected]

Patch Changes

@zag-js/[email protected]

Patch Changes

@zag-js/[email protected]

Patch Changes

@zag-js/[email protected]

Patch Changes

@zag-js/[email protected]

Patch Changes

@zag-js/[email protected]

Patch Changes

@zag-js/[email protected]

Patch Changes

  • #2697
    92c0bf5 Thanks
    @nikparo! - Fix issue where isActiveElement checks don't consider the Shadow DOM.

  • #2548
    47011ad Thanks
    @segunadebayo! - [New] Introduce bottom sheet state machine to show secondary
    content anchored to the bottom of the screen

  • #2697
    92c0bf5 Thanks
    @nikparo! - Fix issue where getActiveElement returns activeElement rather than
    null for focusable web components with no focusable children

  • Updated dependencies []:

@zag-js/[email protected]

Patch Changes

@zag-js/[email protected]

Patch Changes

@zag-js/[email protected]

Patch Changes

@zag-js/[email protected]

Patch Changes

@zag-js/[email protected]

Patch Changes

@zag-js/[email protected]

Patch Changes

@zag-js/[email protected]

Patch Changes

@zag-js/[email protected]

Patch Changes

@zag-js/[email protected]

@zag-js/[email protected]

@zag-js/[email protected]

@zag-js/[email protected]

@zag-js/[email protected]

@zag-js/[email protected]

@zag-js/[email protected]

@zag-js/[email protected]

@zag-js/[email protected]

@zag-js/[email protected]

@zag-js/[email protected]

@zag-js/[email protected]

@zag-js/[email protected]

@zag-js/[email protected]

Patch Changes

@vercel
Copy link

vercel bot commented Aug 28, 2025

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

Project Deployment Preview Updated (UTC)
zag-nextjs Ready Ready Preview Sep 11, 2025 2:11pm
zag-solid Ready Ready Preview Sep 11, 2025 2:11pm
zag-svelte Ready Ready Preview Sep 11, 2025 2:11pm
zag-vue Ready Ready Preview Sep 11, 2025 2:11pm
zag-website Ready Ready Preview Sep 11, 2025 2:11pm

@segunadebayo segunadebayo force-pushed the changeset-release/main branch from 89c39b1 to e38d210 Compare August 28, 2025 17:16
@segunadebayo segunadebayo force-pushed the changeset-release/main branch from e38d210 to b6a1bd1 Compare August 28, 2025 17:29
@segunadebayo segunadebayo force-pushed the changeset-release/main branch from b6a1bd1 to d28632e Compare August 28, 2025 21:14
@segunadebayo segunadebayo force-pushed the changeset-release/main branch from d28632e to 0405c7a Compare August 28, 2025 21:41
@segunadebayo segunadebayo force-pushed the changeset-release/main branch 2 times, most recently from 772175e to d8c9cee Compare September 10, 2025 19:31
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.

2 participants