Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/angular-config-object-startsync.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clarify-local-write-status.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clarify-query-select-semantics.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/document-query-option-compatibility.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/extract-adapter-helpers.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/query-invalidation-matrix.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/svelte-disabled-query-fix.md

This file was deleted.

8 changes: 8 additions & 0 deletions examples/angular/todos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# todos

## 0.0.19

### Patch Changes

- Updated dependencies [[`42fb59c`](https://github.com/TanStack/db/commit/42fb59ced1cbd1c32b4cd05294d5812603b0c917), [`eabcea7`](https://github.com/TanStack/db/commit/eabcea743fdfa045a2db01e12bef87403613102a), [`6d4c096`](https://github.com/TanStack/db/commit/6d4c096395b7ff3f428122ea8842bbead551a8c9)]:
- @tanstack/angular-db@0.1.75
- @tanstack/db@0.7.0

## 0.0.18

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions examples/angular/todos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "todos",
"version": "0.0.18",
"version": "0.0.19",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down Expand Up @@ -28,8 +28,8 @@
"@angular/forms": "^20.3.16",
"@angular/platform-browser": "^20.3.16",
"@angular/router": "^20.3.16",
"@tanstack/angular-db": "^0.1.74",
"@tanstack/db": "^0.6.14",
"@tanstack/angular-db": "^0.1.75",
"@tanstack/db": "^0.7.0",
"rxjs": "^7.8.2",
"tslib": "^2.8.1",
"zone.js": "~0.15.0"
Expand Down
10 changes: 5 additions & 5 deletions examples/electron/offline-first/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"postinstall": "prebuild-install --runtime electron --target 40.2.1 --arch arm64 || echo 'prebuild-install failed, try: npx @electron/rebuild'"
},
"dependencies": {
"@tanstack/electron-db-sqlite-persistence": "^0.1.18",
"@tanstack/node-db-sqlite-persistence": "^0.2.6",
"@tanstack/offline-transactions": "^1.0.39",
"@tanstack/query-db-collection": "^1.0.47",
"@tanstack/react-db": "^0.1.92",
"@tanstack/electron-db-sqlite-persistence": "^0.1.19",
"@tanstack/node-db-sqlite-persistence": "^0.2.7",
"@tanstack/offline-transactions": "^1.0.40",
"@tanstack/query-db-collection": "^1.0.48",
"@tanstack/react-db": "^0.1.93",
"@tanstack/react-query": "^5.90.20",
"better-sqlite3": "^12.6.2",
"react": "^19.2.4",
Expand Down
11 changes: 11 additions & 0 deletions examples/react-native/offline-transactions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# offline-transactions-react-native

## 1.0.4

### Patch Changes

- Updated dependencies [[`eabcea7`](https://github.com/TanStack/db/commit/eabcea743fdfa045a2db01e12bef87403613102a), [`b2b8923`](https://github.com/TanStack/db/commit/b2b8923e0a4906b39e91a0e6c967e7d63b0ae1a5), [`580f9d0`](https://github.com/TanStack/db/commit/580f9d04bc6129353bfee70405d4cb5ce58b72d8), [`6d4c096`](https://github.com/TanStack/db/commit/6d4c096395b7ff3f428122ea8842bbead551a8c9), [`e147721`](https://github.com/TanStack/db/commit/e1477210490fbe8d77195cdb80fb326710b59f60)]:
- @tanstack/db@0.7.0
- @tanstack/query-db-collection@1.0.48
- @tanstack/react-db@0.1.93
- @tanstack/offline-transactions@1.0.40
- @tanstack/react-native-db-sqlite-persistence@0.2.7

## 1.0.3

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions examples/react-native/offline-transactions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "offline-transactions-react-native",
"version": "1.0.3",
"version": "1.0.4",
"private": true,
"main": "expo-router/entry",
"scripts": {
Expand All @@ -15,11 +15,11 @@
"@op-engineering/op-sqlite": "^15.2.5",
"@react-native-async-storage/async-storage": "2.1.2",
"@react-native-community/netinfo": "11.4.1",
"@tanstack/db": "^0.6.14",
"@tanstack/offline-transactions": "^1.0.39",
"@tanstack/query-db-collection": "^1.0.47",
"@tanstack/react-db": "^0.1.92",
"@tanstack/react-native-db-sqlite-persistence": "^0.2.6",
"@tanstack/db": "^0.7.0",
"@tanstack/offline-transactions": "^1.0.40",
"@tanstack/query-db-collection": "^1.0.48",
"@tanstack/react-db": "^0.1.93",
"@tanstack/react-native-db-sqlite-persistence": "^0.2.7",
"@tanstack/react-query": "^5.90.20",
"expo": "~53.0.26",
"expo-constants": "~17.1.0",
Expand Down
11 changes: 11 additions & 0 deletions examples/react-native/shopping-list/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# shopping-list-react-native

## 1.0.4

### Patch Changes

- Updated dependencies [[`eabcea7`](https://github.com/TanStack/db/commit/eabcea743fdfa045a2db01e12bef87403613102a), [`6d4c096`](https://github.com/TanStack/db/commit/6d4c096395b7ff3f428122ea8842bbead551a8c9)]:
- @tanstack/db@0.7.0
- @tanstack/react-db@0.1.93
- @tanstack/electric-db-collection@0.3.13
- @tanstack/offline-transactions@1.0.40
- @tanstack/react-native-db-sqlite-persistence@0.2.7

## 1.0.3

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions examples/react-native/shopping-list/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shopping-list-react-native",
"version": "1.0.3",
"version": "1.0.4",
"private": true,
"main": "expo-router/entry",
"scripts": {
Expand All @@ -18,11 +18,11 @@
"@op-engineering/op-sqlite": "^15.2.5",
"@react-native-async-storage/async-storage": "2.1.2",
"@react-native-community/netinfo": "11.4.1",
"@tanstack/db": "^0.6.14",
"@tanstack/electric-db-collection": "^0.3.12",
"@tanstack/offline-transactions": "^1.0.39",
"@tanstack/react-db": "^0.1.92",
"@tanstack/react-native-db-sqlite-persistence": "^0.2.6",
"@tanstack/db": "^0.7.0",
"@tanstack/electric-db-collection": "^0.3.13",
"@tanstack/offline-transactions": "^1.0.40",
"@tanstack/react-db": "^0.1.93",
"@tanstack/react-native-db-sqlite-persistence": "^0.2.7",
"@tanstack/react-query": "^5.90.20",
"expo": "~53.0.26",
"expo-constants": "~17.1.0",
Expand Down
10 changes: 5 additions & 5 deletions examples/react/offline-transactions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"build": "vite build && tsc --noEmit"
},
"dependencies": {
"@tanstack/browser-db-sqlite-persistence": "^0.2.6",
"@tanstack/db": "^0.6.14",
"@tanstack/offline-transactions": "^1.0.39",
"@tanstack/query-db-collection": "^1.0.47",
"@tanstack/react-db": "^0.1.92",
"@tanstack/browser-db-sqlite-persistence": "^0.2.7",
"@tanstack/db": "^0.7.0",
"@tanstack/offline-transactions": "^1.0.40",
"@tanstack/query-db-collection": "^1.0.48",
"@tanstack/react-db": "^0.1.93",
"@tanstack/react-query": "^5.90.20",
"@tanstack/react-router": "^1.159.5",
"@tanstack/react-router-devtools": "^1.159.5",
Expand Down
8 changes: 8 additions & 0 deletions examples/react/paced-mutations-demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @tanstack/db-example-paced-mutations-demo

## 0.0.9

### Patch Changes

- Updated dependencies [[`eabcea7`](https://github.com/TanStack/db/commit/eabcea743fdfa045a2db01e12bef87403613102a), [`6d4c096`](https://github.com/TanStack/db/commit/6d4c096395b7ff3f428122ea8842bbead551a8c9)]:
- @tanstack/db@0.7.0
- @tanstack/react-db@0.1.93

## 0.0.8

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions examples/react/paced-mutations-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/db-example-paced-mutations-demo",
"version": "0.0.8",
"version": "0.0.9",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -9,8 +9,8 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/db": "^0.6.14",
"@tanstack/react-db": "^0.1.92",
"@tanstack/db": "^0.7.0",
"@tanstack/react-db": "^0.1.93",
"mitt": "^3.0.1",
"react": "^19.2.4",
"react-dom": "^19.2.4"
Expand Down
4 changes: 2 additions & 2 deletions examples/react/projects/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"dependencies": {
"@tailwindcss/vite": "^4.1.18",
"@tanstack/query-core": "^5.90.20",
"@tanstack/query-db-collection": "^1.0.47",
"@tanstack/react-db": "^0.1.92",
"@tanstack/query-db-collection": "^1.0.48",
"@tanstack/react-db": "^0.1.93",
"@tanstack/react-router": "^1.159.5",
"@tanstack/react-router-devtools": "^1.159.5",
"@tanstack/react-router-with-query": "^1.130.17",
Expand Down
8 changes: 4 additions & 4 deletions examples/react/todo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"private": true,
"version": "0.1.25",
"dependencies": {
"@tanstack/electric-db-collection": "^0.3.12",
"@tanstack/electric-db-collection": "^0.3.13",
"@tanstack/query-core": "^5.90.20",
"@tanstack/query-db-collection": "^1.0.47",
"@tanstack/react-db": "^0.1.92",
"@tanstack/query-db-collection": "^1.0.48",
"@tanstack/react-db": "^0.1.93",
"@tanstack/react-router": "^1.159.5",
"@tanstack/react-start": "^1.159.5",
"@tanstack/trailbase-db-collection": "^0.1.92",
"@tanstack/trailbase-db-collection": "^0.1.93",
"cors": "^2.8.6",
"drizzle-orm": "^0.45.1",
"drizzle-zod": "^0.8.3",
Expand Down
8 changes: 4 additions & 4 deletions examples/solid/todo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"private": true,
"version": "0.0.35",
"dependencies": {
"@tanstack/electric-db-collection": "^0.3.12",
"@tanstack/electric-db-collection": "^0.3.13",
"@tanstack/query-core": "^5.90.20",
"@tanstack/query-db-collection": "^1.0.47",
"@tanstack/solid-db": "^0.2.28",
"@tanstack/query-db-collection": "^1.0.48",
"@tanstack/solid-db": "^0.2.29",
"@tanstack/solid-router": "^1.159.5",
"@tanstack/solid-start": "^1.159.5",
"@tanstack/trailbase-db-collection": "^0.1.92",
"@tanstack/trailbase-db-collection": "^0.1.93",
"cors": "^2.8.6",
"drizzle-orm": "^0.45.1",
"drizzle-zod": "^0.8.3",
Expand Down
15 changes: 15 additions & 0 deletions packages/angular-db/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @tanstack/angular-db

## 0.1.75

### Patch Changes

- fix(angular-db): a `{ query }` config-object passed to `injectLiveQuery` now syncs ([#1638](https://github.com/TanStack/db/pull/1638))

The config-object branch called `createLiveQueryCollection(opts)` without defaulting `startSync`, unlike the query-function and reactive-options branches (which force `startSync: true`), so a bare `{ query }` never started syncing and produced no data. It now defaults `startSync: true` and `gcTime: 0` while still honoring any explicit values in the config.

- Extract shared live-query adapter helpers into `@tanstack/db` ([#1641](https://github.com/TanStack/db/pull/1641))

Adds `isCollection`, `isSingleResultCollection`, and `getLiveQueryStatusFlags` to `@tanstack/db` and migrates all five framework adapters to use them. `isCollection` replaces the per-adapter duck-typing and Solid's `instanceof CollectionImpl` with one structural, multi-realm-safe guard (the `instanceof` form gave false negatives across dual-package boundaries). No behavior change; internal deduplication only.

- Updated dependencies [[`eabcea7`](https://github.com/TanStack/db/commit/eabcea743fdfa045a2db01e12bef87403613102a), [`6d4c096`](https://github.com/TanStack/db/commit/6d4c096395b7ff3f428122ea8842bbead551a8c9)]:
- @tanstack/db@0.7.0

## 0.1.74

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/angular-db/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/angular-db",
"version": "0.1.74",
"version": "0.1.75",
"description": "Angular integration for @tanstack/db",
"author": "Ethan McDaniel",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/browser-db-sqlite-persistence/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tanstack/browser-db-sqlite-persistence

## 0.2.7

### Patch Changes

- Updated dependencies []:
- @tanstack/db-sqlite-persistence-core@0.2.7

## 0.2.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/browser-db-sqlite-persistence/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/browser-db-sqlite-persistence",
"version": "0.2.6",
"version": "0.2.7",
"description": "Browser wa-sqlite persisted collection adapter for TanStack DB",
"author": "TanStack Team",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/capacitor-db-sqlite-persistence/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tanstack/capacitor-db-sqlite-persistence

## 0.2.7

### Patch Changes

- Updated dependencies []:
- @tanstack/db-sqlite-persistence-core@0.2.7

## 0.2.6

### Patch Changes
Expand Down
8 changes: 8 additions & 0 deletions packages/capacitor-db-sqlite-persistence/e2e/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @tanstack/capacitor-db-sqlite-persistence-e2e-app

## 0.0.19

### Patch Changes

- Updated dependencies [[`eabcea7`](https://github.com/TanStack/db/commit/eabcea743fdfa045a2db01e12bef87403613102a), [`6d4c096`](https://github.com/TanStack/db/commit/6d4c096395b7ff3f428122ea8842bbead551a8c9)]:
- @tanstack/db@0.7.0
- @tanstack/capacitor-db-sqlite-persistence@0.2.7

## 0.0.18

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tanstack/capacitor-db-sqlite-persistence-e2e-app",
"private": true,
"version": "0.0.18",
"version": "0.0.19",
"type": "module",
"scripts": {
"build": "vite build",
Expand Down
2 changes: 1 addition & 1 deletion packages/capacitor-db-sqlite-persistence/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/capacitor-db-sqlite-persistence",
"version": "0.2.6",
"version": "0.2.7",
"description": "Capacitor SQLite persisted collection adapter for TanStack DB",
"author": "TanStack Team",
"license": "MIT",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tanstack/cloudflare-durable-objects-db-sqlite-persistence

## 0.2.7

### Patch Changes

- Updated dependencies []:
- @tanstack/db-sqlite-persistence-core@0.2.7

## 0.2.6

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/cloudflare-durable-objects-db-sqlite-persistence",
"version": "0.2.6",
"version": "0.2.7",
"description": "Cloudflare Durable Object SQLite persisted collection adapter for TanStack DB",
"author": "TanStack Team",
"license": "MIT",
Expand Down
Loading