Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Nov 27, 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

  • 15fd93e Thanks
    @segunadebayo! - Add onValueCommit callback that fires when the input loses focus
    or Enter is pressed

Patch Changes

@zag-js/[email protected]

Minor Changes

  • 853e344 Thanks
    @segunadebayo! - Pagination: Add first/last triggers and improve visual balance
    • Add getFirstTriggerProps() and getLastTriggerProps() methods for navigating to first/last page
    • Add boundaryCount parameter for controlling boundary pages (start/end)
    • Fix ellipsis showing when only 1 page gap
    • Implement balanced pagination algorithm for consistent UI elements
    • Maintain visual consistency with max 7 elements regardless of total pages

Patch Changes

@zag-js/[email protected]

Minor Changes

  • 57478b8 Thanks
    @segunadebayo! - - Added scrollToIndexFn prop to enable keyboard navigation in
    virtualized trees

    • [Breaking]: getVisibleNodes() now returns { node, indexPath }[] instead of node[]. Returning the index
      path perhaps the most useful use of this function, hence the change.

    Migration:

    // Before
    const nodes = api.getVisibleNodes()
    nodes.forEach((node) => console.log(node.id))
    
    // After
    const visibleNodes = api.getVisibleNodes()
    visibleNodes.forEach(({ node }) => console.log(node.id))

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

@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]

@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]

@vercel
Copy link

vercel bot commented Nov 27, 2025

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

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

@segunadebayo segunadebayo force-pushed the changeset-release/main branch from 95507f4 to ee89831 Compare November 27, 2025 18:40
@segunadebayo segunadebayo force-pushed the changeset-release/main branch from ee89831 to d0dc209 Compare November 28, 2025 20:47
@segunadebayo segunadebayo force-pushed the changeset-release/main branch from d0dc209 to e114d75 Compare November 30, 2025 21:42
@segunadebayo segunadebayo force-pushed the changeset-release/main branch from e114d75 to 642b106 Compare December 2, 2025 18:59
@segunadebayo segunadebayo force-pushed the changeset-release/main branch from 0231346 to 77e5b93 Compare December 3, 2025 14:38
@segunadebayo segunadebayo force-pushed the changeset-release/main branch from 77e5b93 to c5a8d3f Compare December 3, 2025 17:18
@segunadebayo segunadebayo force-pushed the changeset-release/main branch from c5a8d3f to 5d388e5 Compare December 3, 2025 19:03
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.

1 participant