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
6 changes: 0 additions & 6 deletions .changeset/fix-temporal-join-hashing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-ties-dream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gc-cleanup-queue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-lions-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/includes-aggregates.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/includes-parent-referencing-filters.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/includes-subqueries.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/includes-to-array.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-clubs-tease.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/shiny-planes-laugh.md

This file was deleted.

27 changes: 0 additions & 27 deletions .changeset/sqlite-persistence.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/trailbase-subset-support.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.18

### Patch Changes

- Updated dependencies [[`bb09eb1`](https://github.com/TanStack/db/commit/bb09eb1eecbf680bb95a0bb08639f337e9982043), [`179d666`](https://github.com/TanStack/db/commit/179d66685449bcdf9f785c8765bc57cc19c2f7bd), [`43ecbfa`](https://github.com/TanStack/db/commit/43ecbfae5be5e59ffdce6c545d90ca5a810159e6), [`055fd94`](https://github.com/TanStack/db/commit/055fd94bd4654d27d5366af12a90da4c0e670fc0), [`055fd94`](https://github.com/TanStack/db/commit/055fd94bd4654d27d5366af12a90da4c0e670fc0), [`055fd94`](https://github.com/TanStack/db/commit/055fd94bd4654d27d5366af12a90da4c0e670fc0), [`055fd94`](https://github.com/TanStack/db/commit/055fd94bd4654d27d5366af12a90da4c0e670fc0), [`0183e90`](https://github.com/TanStack/db/commit/0183e9008a4abb07b2d79f510859603fada6768d), [`9952921`](https://github.com/TanStack/db/commit/9952921e02ed8bca5653f0afa64862fc22ffbf9d), [`d351c67`](https://github.com/TanStack/db/commit/d351c677d687e667450138f66ab3bd0e11e7e347)]:
- @tanstack/db@0.5.34
- @tanstack/angular-db@0.2.0

## 0.0.17

### 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.17",
"version": "0.0.18",
"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.59",
"@tanstack/db": "^0.5.33",
"@tanstack/angular-db": "^0.2.0",
"@tanstack/db": "^0.5.34",
"rxjs": "^7.8.2",
"tslib": "^2.8.1",
"zone.js": "~0.15.0"
Expand Down
6 changes: 3 additions & 3 deletions examples/react-native/offline-transactions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"@expo/metro-runtime": "~5.0.5",
"@react-native-async-storage/async-storage": "2.1.2",
"@react-native-community/netinfo": "11.4.1",
"@tanstack/offline-transactions": "^1.0.24",
"@tanstack/query-db-collection": "^1.0.30",
"@tanstack/react-db": "^0.1.77",
"@tanstack/offline-transactions": "^1.0.25",
"@tanstack/query-db-collection": "^1.0.31",
"@tanstack/react-db": "^0.1.78",
"@tanstack/react-query": "^5.90.20",
"expo": "~53.0.26",
"expo-constants": "~17.1.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/react/offline-transactions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"start": "node .output/server/index.mjs"
},
"dependencies": {
"@tanstack/offline-transactions": "^1.0.24",
"@tanstack/query-db-collection": "^1.0.30",
"@tanstack/react-db": "^0.1.77",
"@tanstack/offline-transactions": "^1.0.25",
"@tanstack/query-db-collection": "^1.0.31",
"@tanstack/react-db": "^0.1.78",
"@tanstack/react-query": "^5.90.20",
"@tanstack/react-router": "^1.159.5",
"@tanstack/react-router-devtools": "^1.159.5",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/paced-mutations-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/db": "^0.5.33",
"@tanstack/react-db": "^0.1.77",
"@tanstack/db": "^0.5.34",
"@tanstack/react-db": "^0.1.78",
"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.30",
"@tanstack/react-db": "^0.1.77",
"@tanstack/query-db-collection": "^1.0.31",
"@tanstack/react-db": "^0.1.78",
"@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.24",
"dependencies": {
"@tanstack/electric-db-collection": "^0.2.41",
"@tanstack/electric-db-collection": "^0.2.42",
"@tanstack/query-core": "^5.90.20",
"@tanstack/query-db-collection": "^1.0.30",
"@tanstack/react-db": "^0.1.77",
"@tanstack/query-db-collection": "^1.0.31",
"@tanstack/react-db": "^0.1.78",
"@tanstack/react-router": "^1.159.5",
"@tanstack/react-start": "^1.159.5",
"@tanstack/trailbase-db-collection": "^0.1.77",
"@tanstack/trailbase-db-collection": "^0.1.78",
"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.34",
"dependencies": {
"@tanstack/electric-db-collection": "^0.2.41",
"@tanstack/electric-db-collection": "^0.2.42",
"@tanstack/query-core": "^5.90.20",
"@tanstack/query-db-collection": "^1.0.30",
"@tanstack/solid-db": "^0.2.13",
"@tanstack/query-db-collection": "^1.0.31",
"@tanstack/solid-db": "^0.2.14",
"@tanstack/solid-router": "^1.159.5",
"@tanstack/solid-start": "^1.159.5",
"@tanstack/trailbase-db-collection": "^0.1.77",
"@tanstack/trailbase-db-collection": "^0.1.78",
"cors": "^2.8.6",
"drizzle-orm": "^0.45.1",
"drizzle-zod": "^0.8.3",
Expand Down
11 changes: 11 additions & 0 deletions packages/angular-db/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @tanstack/angular-db

## 0.2.0

### Minor Changes

- fixing double reactive parameter tracking inside of injectLiveQuery ([#1252](https://github.com/TanStack/db/pull/1252))

### Patch Changes

- Updated dependencies [[`bb09eb1`](https://github.com/TanStack/db/commit/bb09eb1eecbf680bb95a0bb08639f337e9982043), [`179d666`](https://github.com/TanStack/db/commit/179d66685449bcdf9f785c8765bc57cc19c2f7bd), [`43ecbfa`](https://github.com/TanStack/db/commit/43ecbfae5be5e59ffdce6c545d90ca5a810159e6), [`055fd94`](https://github.com/TanStack/db/commit/055fd94bd4654d27d5366af12a90da4c0e670fc0), [`055fd94`](https://github.com/TanStack/db/commit/055fd94bd4654d27d5366af12a90da4c0e670fc0), [`055fd94`](https://github.com/TanStack/db/commit/055fd94bd4654d27d5366af12a90da4c0e670fc0), [`055fd94`](https://github.com/TanStack/db/commit/055fd94bd4654d27d5366af12a90da4c0e670fc0), [`9952921`](https://github.com/TanStack/db/commit/9952921e02ed8bca5653f0afa64862fc22ffbf9d), [`d351c67`](https://github.com/TanStack/db/commit/d351c677d687e667450138f66ab3bd0e11e7e347)]:
- @tanstack/db@0.5.34

## 0.1.59

### 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.59",
"version": "0.2.0",
"description": "Angular integration for @tanstack/db",
"author": "Ethan McDaniel",
"license": "MIT",
Expand Down
26 changes: 26 additions & 0 deletions packages/db-browser-wa-sqlite-persisted-collection/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# @tanstack/db-browser-wa-sqlite-persisted-collection

## 0.1.1

### Patch Changes

- feat(persistence): add SQLite-based offline persistence for collections ([#1358](https://github.com/TanStack/db/pull/1358))

Adds a new persistence layer that durably stores collection data in SQLite, enabling applications to survive page reloads and app restarts.

**Core persistence (`@tanstack/db-sqlite-persisted-collection-core`)**
- New package providing the shared SQLite persistence runtime: hydration, streaming, transaction tracking, and applied-tx pruning
- SQLite core adapter with full query compilation, index management, and schema migration support
- Portable conformance test contracts for runtime-specific adapters

**Browser (`@tanstack/db-browser-wa-sqlite-persisted-collection`)**
- New package for browser persistence via wa-sqlite backed by OPFS
- Single-tab persistence with OPFS-based SQLite storage
- `BrowserCollectionCoordinator` for multi-tab leader-election and cross-tab sync

**React Native (`@tanstack/db-react-native-sqlite-persisted-collection`)**
- New package for React Native persistence via op-sqlite
- Adapter with transaction deadlock prevention and runtime parity coverage

- Updated dependencies [[`d351c67`](https://github.com/TanStack/db/commit/d351c677d687e667450138f66ab3bd0e11e7e347)]:
- @tanstack/db-sqlite-persisted-collection-core@0.1.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/db-browser-wa-sqlite-persisted-collection",
"version": "0.1.0",
"version": "0.1.1",
"description": "Browser wa-sqlite persisted collection adapter for TanStack DB",
"author": "TanStack Team",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/db-ivm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tanstack/db-ivm

## 0.1.18

### Patch Changes

- Fix Temporal objects breaking live query updates when used with joins. Temporal objects (e.g. `Temporal.PlainDate`) have no enumerable properties, so the structural hash function produced identical hashes for all Temporal values, causing join index updates to be silently swallowed. Also add Temporal support to value normalization for join key matching and to the comparator for correct sort ordering. ([#1370](https://github.com/TanStack/db/pull/1370))

## 0.1.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/db-ivm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/db-ivm",
"version": "0.1.17",
"version": "0.1.18",
"description": "Incremental View Maintenance for TanStack DB based on Differential Dataflow",
"author": "Sam Willis",
"license": "MIT",
Expand Down
26 changes: 26 additions & 0 deletions packages/db-react-native-sqlite-persisted-collection/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# @tanstack/db-react-native-sqlite-persisted-collection

## 0.1.1

### Patch Changes

- feat(persistence): add SQLite-based offline persistence for collections ([#1358](https://github.com/TanStack/db/pull/1358))

Adds a new persistence layer that durably stores collection data in SQLite, enabling applications to survive page reloads and app restarts.

**Core persistence (`@tanstack/db-sqlite-persisted-collection-core`)**
- New package providing the shared SQLite persistence runtime: hydration, streaming, transaction tracking, and applied-tx pruning
- SQLite core adapter with full query compilation, index management, and schema migration support
- Portable conformance test contracts for runtime-specific adapters

**Browser (`@tanstack/db-browser-wa-sqlite-persisted-collection`)**
- New package for browser persistence via wa-sqlite backed by OPFS
- Single-tab persistence with OPFS-based SQLite storage
- `BrowserCollectionCoordinator` for multi-tab leader-election and cross-tab sync

**React Native (`@tanstack/db-react-native-sqlite-persisted-collection`)**
- New package for React Native persistence via op-sqlite
- Adapter with transaction deadlock prevention and runtime parity coverage

- Updated dependencies [[`d351c67`](https://github.com/TanStack/db/commit/d351c677d687e667450138f66ab3bd0e11e7e347)]:
- @tanstack/db-sqlite-persisted-collection-core@0.1.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/db-react-native-sqlite-persisted-collection",
"version": "0.1.0",
"version": "0.1.1",
"description": "React Native and Expo SQLite persisted collection adapter for TanStack DB",
"author": "TanStack Team",
"license": "MIT",
Expand Down
26 changes: 26 additions & 0 deletions packages/db-sqlite-persisted-collection-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# @tanstack/db-sqlite-persisted-collection-core

## 0.1.1

### Patch Changes

- feat(persistence): add SQLite-based offline persistence for collections ([#1358](https://github.com/TanStack/db/pull/1358))

Adds a new persistence layer that durably stores collection data in SQLite, enabling applications to survive page reloads and app restarts.

**Core persistence (`@tanstack/db-sqlite-persisted-collection-core`)**
- New package providing the shared SQLite persistence runtime: hydration, streaming, transaction tracking, and applied-tx pruning
- SQLite core adapter with full query compilation, index management, and schema migration support
- Portable conformance test contracts for runtime-specific adapters

**Browser (`@tanstack/db-browser-wa-sqlite-persisted-collection`)**
- New package for browser persistence via wa-sqlite backed by OPFS
- Single-tab persistence with OPFS-based SQLite storage
- `BrowserCollectionCoordinator` for multi-tab leader-election and cross-tab sync

**React Native (`@tanstack/db-react-native-sqlite-persisted-collection`)**
- New package for React Native persistence via op-sqlite
- Adapter with transaction deadlock prevention and runtime parity coverage

- Updated dependencies [[`bb09eb1`](https://github.com/TanStack/db/commit/bb09eb1eecbf680bb95a0bb08639f337e9982043), [`179d666`](https://github.com/TanStack/db/commit/179d66685449bcdf9f785c8765bc57cc19c2f7bd), [`43ecbfa`](https://github.com/TanStack/db/commit/43ecbfae5be5e59ffdce6c545d90ca5a810159e6), [`055fd94`](https://github.com/TanStack/db/commit/055fd94bd4654d27d5366af12a90da4c0e670fc0), [`055fd94`](https://github.com/TanStack/db/commit/055fd94bd4654d27d5366af12a90da4c0e670fc0), [`055fd94`](https://github.com/TanStack/db/commit/055fd94bd4654d27d5366af12a90da4c0e670fc0), [`055fd94`](https://github.com/TanStack/db/commit/055fd94bd4654d27d5366af12a90da4c0e670fc0), [`9952921`](https://github.com/TanStack/db/commit/9952921e02ed8bca5653f0afa64862fc22ffbf9d), [`d351c67`](https://github.com/TanStack/db/commit/d351c677d687e667450138f66ab3bd0e11e7e347)]:
- @tanstack/db@0.5.34
2 changes: 1 addition & 1 deletion packages/db-sqlite-persisted-collection-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/db-sqlite-persisted-collection-core",
"version": "0.1.0",
"version": "0.1.1",
"description": "SQLite persisted collection core for TanStack DB",
"author": "TanStack Team",
"license": "MIT",
Expand Down
Loading