Skip to content

ci: Version Packages#1199

Merged
KyleAMathews merged 1 commit intomainfrom
changeset-release/main
Jan 29, 2026
Merged

ci: Version Packages#1199
KyleAMathews merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Jan 29, 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

@tanstack/[email protected]

Patch Changes

@tanstack/[email protected]

Patch Changes

  • Fixed infinite loop in BTreeIndex.takeInternal when indexed values are undefined. (#1198)

    The BTree uses undefined as a special parameter meaning "start from beginning/end", which caused an infinite loop when the actual indexed value was undefined.

    Added takeFromStart and takeReversedFromEnd methods to explicitly start from the beginning/end, and introduced a sentinel value for storing undefined in the BTree.

  • Fix isReady tracking for on-demand live queries without orderBy. Previously, non-ordered live queries using syncMode: 'on-demand' were incorrectly marked as ready before data finished loading. Also fix preload() promises hanging when cleanup occurs before the collection becomes ready. Additionally, fix concurrent live queries subscribing to the same source collection - each now independently tracks loading state. (#1192)

@tanstack/[email protected]

Patch Changes

@tanstack/[email protected]

Patch Changes

@tanstack/[email protected]

Patch Changes

@tanstack/[email protected]

Patch Changes

  • Fix isReady tracking for on-demand live queries without orderBy. Previously, non-ordered live queries using syncMode: 'on-demand' were incorrectly marked as ready before data finished loading. Also fix preload() promises hanging when cleanup occurs before the collection becomes ready. Additionally, fix concurrent live queries subscribing to the same source collection - each now independently tracks loading state. (#1192)

  • Updated dependencies [43c7c9d, 284ebcc]:

@tanstack/[email protected]

Patch Changes

@tanstack/[email protected]

Patch Changes

@tanstack/[email protected]

Patch Changes

@tanstack/[email protected]

Patch Changes

@tanstack/[email protected]

Patch Changes

@tanstack/[email protected]

Patch Changes

@github-actions github-actions bot force-pushed the changeset-release/main branch from ae3a967 to dd98ee1 Compare January 29, 2026 16:51
@KyleAMathews KyleAMathews merged commit 015281c into main Jan 29, 2026
@KyleAMathews KyleAMathews deleted the changeset-release/main branch January 29, 2026 17:18
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