Merged
Conversation
5fbd56f to
42595f2
Compare
42595f2 to
9f40252
Compare
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.
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.58
Patch Changes
eeb5321,495abc2,a55e2bf,41c0ea2]:@tanstack/db@0.5.32
Patch Changes
fix(db): use
Ref<T, Nullable>brand instead ofRef<T> | undefinedfor nullable join refs in declarative select (#1262)The declarative
select()callback receives proxy objects that record property accesses. These proxies are always truthy at build time, but nullable join sides (left/right/full) were typed asRef<T> | undefined, misleading users into using?.and??operators that have no effect at runtime. Nullable join refs are now typed asRef<T, true>, which allows direct property access without optional chaining while correctly producingT | undefinedin the result type.Fix unbounded WHERE expression growth in
DeduplicatedLoadSubsetwhen loading all data after accumulating specific predicates. The deduplication layer now correctly tracks the original request predicate (e.g.,where: undefinedfor "load all") instead of the optimized difference query sent to the backend, ensuringhasLoadedAllDatais properly set and subsequent requests are deduplicated. (#1348)fix(db): throw error when fn.select() is used with groupBy() (#1324)
Add
queryOncehelper for one-shot query execution, includingfindOne()support and optional QueryBuilder configs. (#1211)@tanstack/electric-db-collection@0.2.40
Patch Changes
eeb5321,495abc2,a55e2bf,41c0ea2]:@tanstack/offline-transactions@1.0.23
Patch Changes
eeb5321,495abc2,a55e2bf,41c0ea2]:@tanstack/powersync-db-collection@0.1.36
Patch Changes
eeb5321,495abc2,a55e2bf,41c0ea2]:@tanstack/query-db-collection@1.0.29
Patch Changes
eeb5321,495abc2,a55e2bf,41c0ea2]:@tanstack/react-db@0.1.76
Patch Changes
eeb5321,495abc2,a55e2bf,41c0ea2]:@tanstack/rxdb-db-collection@0.1.64
Patch Changes
eeb5321,495abc2,a55e2bf,41c0ea2]:@tanstack/solid-db@0.2.12
Patch Changes
eeb5321,495abc2,a55e2bf,41c0ea2]:@tanstack/svelte-db@0.1.75
Patch Changes
eeb5321,495abc2,a55e2bf,41c0ea2]:@tanstack/trailbase-db-collection@0.1.76
Patch Changes
eeb5321,495abc2,a55e2bf,41c0ea2]:@tanstack/vue-db@0.0.109
Patch Changes
eeb5321,495abc2,a55e2bf,41c0ea2]: