Skip to content

ci: Version Packages#1265

Merged
KyleAMathews merged 1 commit intomainfrom
changeset-release/main
Feb 18, 2026
Merged

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

Conversation

@github-actions
Copy link
Contributor

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.53

Patch Changes

@tanstack/db@0.5.27

Patch Changes

  • fix(db): don't push WHERE clauses to nullable side of outer joins (#1254)

    The query optimizer incorrectly pushed single-source WHERE clauses into subqueries and collection index optimization for the nullable side of outer joins. This pre-filtered the data before the join, converting rows that should have been excluded by the WHERE into unmatched outer-join rows that incorrectly survived the residual filter.

  • Fixed acceptMutations not persisting data in local-only collections with manual transactions. The mutation filter was comparing against a stale null collection reference instead of using the collection ID, causing all mutations to be silently dropped after the transaction's mutationFn resolved. (#1253)

  • Fix like/ilike % and _ not matching newline characters (#1263)

  • Make type of collection utils more precise for localOnly, PowerSync, Trailbase, and Electric collections (#1236)

@tanstack/electric-db-collection@0.2.34

Patch Changes

  • Make type of collection utils more precise for localOnly, PowerSync, Trailbase, and Electric collections (#1236)

  • Updated dependencies [802550f, dc41d7d, 4ff3da5, 2223cd6]:

    • @tanstack/db@0.5.27

@tanstack/offline-transactions@1.0.17

Patch Changes

@tanstack/powersync-db-collection@0.1.31

Patch Changes

  • Make type of collection utils more precise for localOnly, PowerSync, Trailbase, and Electric collections (#1236)

  • Updated dependencies [802550f, dc41d7d, 4ff3da5, 2223cd6]:

    • @tanstack/db@0.5.27

@tanstack/query-db-collection@1.0.24

Patch Changes

@tanstack/react-db@0.1.71

Patch Changes

@tanstack/rxdb-db-collection@0.1.59

Patch Changes

@tanstack/solid-db@0.2.7

Patch Changes

@tanstack/svelte-db@0.1.70

Patch Changes

@tanstack/trailbase-db-collection@0.1.71

Patch Changes

  • Make type of collection utils more precise for localOnly, PowerSync, Trailbase, and Electric collections (#1236)

  • Updated dependencies [802550f, dc41d7d, 4ff3da5, 2223cd6]:

    • @tanstack/db@0.5.27

@tanstack/vue-db@0.0.104

Patch Changes

@KyleAMathews KyleAMathews merged commit 20566c1 into main Feb 18, 2026
@KyleAMathews KyleAMathews deleted the changeset-release/main branch February 18, 2026 17:25
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