Skip to content
Merged
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
5 changes: 0 additions & 5 deletions .changeset/honest-streams-enable.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polish-diagnostics-app.md

This file was deleted.

2 changes: 1 addition & 1 deletion demos/react-neon-tanstack-query-notes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@neondatabase/serverless": "^1.0.2",
"@powersync/drizzle-driver": "^0.7.4",
"@powersync/react": "^1.10.0",
"@powersync/tanstack-react-query": "^0.2.12",
"@powersync/tanstack-react-query": "^0.2.13",
"@powersync/web": "^1.38.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-toggle": "^1.1.10",
Expand Down
6 changes: 6 additions & 0 deletions packages/tanstack-react-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @powersync/tanstack-react-query

## 0.2.13

### Patch Changes

- f026de6: Respect the user-provided `enabled` option in `useQuery` and `useQueries` instead of overriding it. Queries backed by sync streams now pause via TanStack's `skipToken` until their streams have synced, leaving `enabled` fully under the caller's control (`useSuspenseQuery` always runs, since suspense rejects `skipToken`). Also fixes a stale `streamsHaveSynced` value and a race where rows written while a query's source tables were still being resolved could be missed.

## 0.2.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tanstack-react-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powersync/tanstack-react-query",
"version": "0.2.12",
"version": "0.2.13",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions tools/diagnostics-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# diagnostics-app

## 0.13.14

### Patch Changes

- 2574af8: Polish UI, terminology, and documentation.

## 0.13.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/diagnostics-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powersync/diagnostics-app",
"version": "0.13.13",
"version": "0.13.14",
"private": true,
"type": "module",
"scripts": {
Expand Down