Skip to content

Commit e670809

Browse files
committed
docs: Minor unpublished blog updates
1 parent 9948980 commit e670809

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

website/blog/2024-06-17-v0.13-nextjs-app-router-expogo-native.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,17 @@ draft: true
88

99
import Link from '@docusaurus/Link';
1010

11-
NextJS App Router
11+
Platforms:
12+
- NextJS App Router
13+
- ExpoGo
14+
- Redux
1215

13-
**Improvements**
16+
**Other Improvements**
1417

1518
- React 19 support
16-
- NextJS App Router
17-
- controller.set()
19+
- Added [controller.set(Todo, \{ id }, \{ id, completed: false })](/blog/2024/06/17/v0.13-nextjs-app-router-expogo-native#controllerset)
20+
- RestEndpoint.path [supports +, * and \{}](/blog/2024/06/17/v0.13-nextjs-app-router-expogo-native#path-strings)
21+
- Fixed [controller.fetch() return value for Unions](/blog/2024/06/17/v0.13-nextjs-app-router-expogo-native#ctrlfetch-and-unions)
1822

1923
[**Breaking Changes:**](/blog/2024/06/17/v0.13-nextjs-app-router-expogo-native#migration-guide)
2024

website/blog/2024-07-13-v0.14-release-announcement.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@
22
title: v0.14 Theme title
33
authors: [ntucker]
44
tags: [releases, queryable, schema]
5-
description: 0.11 of Data Client brings new memoized direct schema access to the store with any Queryable Schema with the useQuery hook
5+
description: 0.14 Managers managers managers
66
draft: true
77
---
88

99
import Grid from '@site/src/components/Grid';
1010
import Link from '@docusaurus/Link';
1111

12+
Managers
13+
14+
<!--truncate-->
15+
1216

1317
- [#3115](https://github.com/reactive/data-client/pull/3115) [`34f12c4`](https://github.com/reactive/data-client/commit/34f12c4022462bea441ec134a61cfcc4cf505e6d) Thanks [@ntucker](https://github.com/ntucker)! - Add [useLoading()](https://dataclient.io/docs/api/useLoading), [useDebounce()](https://dataclient.io/docs/api/useDebounce), [useCancelling()](https://dataclient.io/docs/api/useCancelling)
1418

0 commit comments

Comments
 (0)