Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a new pull request by comparing changes across two branches #425

Merged
merged 1 commit into from
Jan 17, 2024
Merged
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: 4 additions & 2 deletions ROADMAP.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 🔮 Apollo Client Roadmap

**Last updated: 2023-12-19**
**Last updated: 2024-01-16**

For up to date release notes, refer to the project's [Changelog](https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md).

Expand All @@ -17,7 +17,7 @@ For up to date release notes, refer to the project's [Changelog](https://github.

_Currently in beta phase_

Tentative rc date: Jan 15, 2024
Tentative rc date: Jan 17, 2024

Features include:

Expand All @@ -37,8 +37,10 @@ Features include:

- schema-driven testing utilities
- Introduce a suspenseful `useFragment` that will suspend when the data is not yet loaded
- Data masking
- leaner client (under alternate entry point)
- Better types for `useQuery`/`useMutation`/`useSubscription`
- Core `watchFragment` API to provide `useFragment`-like functionality for non-React envs

## 4.0

Expand Down
Loading