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.
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/angular-db@0.1.9
Patch Changes
56b870b
,f623990
,5f43d5f
,05776f5
,d27d32a
]:@tanstack/db@0.4.4
Patch Changes
Fix live queries getting stuck during long-running sync commits by always (#631)
clearing the batching flag on forced emits, tolerating duplicate insert echoes,
and allowing optimistic recomputes to run while commits are still applying. Adds
regression coverage for concurrent optimistic inserts, queued updates, and the
offline-transactions example to ensure everything stays in sync.
Fixed bug where orderBy would fail when a collection alias had the same name as one of its schema fields. For example, .from({ email: emailCollection }).orderBy(({ email }) => email.createdAt) now works correctly even when the collection has an email field in its schema. (#637)
Optimization: reverse the index when the direction does not match. (#627)
Fixed a bug that could result in a duplicate delete event for a row (#621)
Fix bug where optimized queries would use the wrong index because the index is on the right column but was built using different comparison options (e.g. different direction, string sort, or null ordering). (#623)
@tanstack/electric-db-collection@0.1.28
Patch Changes
56b870b
,f623990
,5f43d5f
,05776f5
,d27d32a
]:@tanstack/query-db-collection@0.2.25
Patch Changes
Fix collection.preload() hanging when called without startSync or subscribers. The QueryObserver now subscribes immediately when sync starts (from preload(), startSync, or first subscriber), while maintaining the staleTime behavior by dynamically unsubscribing when subscriber count drops to zero. (#635)
Updated dependencies [
56b870b
,f623990
,5f43d5f
,05776f5
,d27d32a
]:@tanstack/react-db@0.1.26
Patch Changes
56b870b
,f623990
,5f43d5f
,05776f5
,d27d32a
]:@tanstack/rxdb-db-collection@0.1.15
Patch Changes
56b870b
,f623990
,5f43d5f
,05776f5
,d27d32a
]:@tanstack/solid-db@0.1.26
Patch Changes
56b870b
,f623990
,5f43d5f
,05776f5
,d27d32a
]:@tanstack/svelte-db@0.1.26
Patch Changes
56b870b
,f623990
,5f43d5f
,05776f5
,d27d32a
]:@tanstack/trailbase-db-collection@0.1.26
Patch Changes
56b870b
,f623990
,5f43d5f
,05776f5
,d27d32a
]:@tanstack/vue-db@0.0.59
Patch Changes
56b870b
,f623990
,5f43d5f
,05776f5
,d27d32a
]:todos@0.0.5
Patch Changes
56b870b
,f623990
,5f43d5f
,05776f5
,d27d32a
]:@tanstack/db-example-react-todo@0.1.4
Patch Changes
b38bd76
]: