Fix changeset for PR #669 - Update to accurately describe loadSubset features#679
Merged
KyleAMathews merged 1 commit intomainfrom Oct 15, 2025
Merged
Fix changeset for PR #669 - Update to accurately describe loadSubset features#679KyleAMathews merged 1 commit intomainfrom
KyleAMathews merged 1 commit intomainfrom
Conversation
Updated changeset to correctly describe: - isLoadingSubset property (not isLoadingMore) - loadingSubset:change events - syncMode configuration options - Comprehensive loading state tracking - Enhanced setWindow utility 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
|
| Name | Type |
|---|---|
| @tanstack/db | Minor |
| @tanstack/angular-db | Patch |
| @tanstack/electric-db-collection | Patch |
| @tanstack/query-db-collection | Patch |
| @tanstack/react-db | Patch |
| @tanstack/rxdb-db-collection | Patch |
| @tanstack/solid-db | Patch |
| @tanstack/svelte-db | Patch |
| @tanstack/trailbase-db-collection | Patch |
| @tanstack/vue-db | Patch |
| todos | Patch |
| @tanstack/db-example-react-todo | Patch |
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Contributor
|
Size Change: 0 B Total Size: 83.6 kB ℹ️ View Unchanged
|
Contributor
|
Size Change: 0 B Total Size: 2.36 kB ℹ️ View Unchanged
|
kevin-dp
pushed a commit
that referenced
this pull request
Oct 20, 2025
…features (#679) Fix changeset for PR #669 to accurately describe features Updated changeset to correctly describe: - isLoadingSubset property (not isLoadingMore) - loadingSubset:change events - syncMode configuration options - Comprehensive loading state tracking - Enhanced setWindow utility 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The changeset for PR #669 (b0687ab) had incorrect information and was incomplete. This PR updates it to accurately describe all the features added.
Changes
Updated
.changeset/cruel-buckets-shop.mdto:isLoadingSubset(was incorrectlyisLoadingMore)loadingSubset:change(was incorrectlyloadingMore:change)syncModeconfiguration option ('eager'|'on-demand')setWindowutility that returnsPromise<void>for async loadingsubscriptionparameter inloadSubsethandlerpatchtominor(this adds significant new features)Context
The original changeset was merged before being properly updated to reflect the full scope of changes in PR #669.
🤖 Generated with Claude Code