Skip to content

Commit 6b66c31

Browse files
internal: Publish new version (#3221)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4f5e1b1 commit 6b66c31

File tree

3 files changed

+16
-15
lines changed

3 files changed

+16
-15
lines changed

.changeset/dull-deers-cry.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

packages/react/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @data-client/react
22

3+
## 0.14.14
4+
5+
### Patch Changes
6+
7+
- [#3220](https://github.com/reactive/data-client/pull/3220) [`13f02d3`](https://github.com/reactive/data-client/commit/13f02d3cf546cc43ca3fb04656859f33e4cf3274) Thanks [@ntucker](https://github.com/ntucker)! - New [useDebounce()](https://dataclient.io/docs/api/useDebounce) in /next that integrates useTransition()
8+
9+
```ts
10+
import { useDebounce } from '@data-client/react/next';
11+
const [debouncedQuery, isPending] = useDebounce(query, 100);
12+
```
13+
14+
- Returns tuple - to include isPending
15+
- Any Suspense triggered due to value change will continue showing
16+
the previous contents until it is finished loading.
17+
318
## 0.14.12
419

520
### Patch Changes

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@data-client/react",
3-
"version": "0.14.12",
3+
"version": "0.14.14",
44
"description": "Async State Management without the Management. REST, GraphQL, SSE, Websockets, Fetch",
55
"homepage": "https://dataclient.io",
66
"repository": {

0 commit comments

Comments
 (0)