From f6de05960828ee7944b46093a8c8bf4cc7a1b5eb Mon Sep 17 00:00:00 2001 From: Jerel Miller Date: Mon, 22 Apr 2024 09:09:43 -0600 Subject: [PATCH] Update ROADMAP.md --- ROADMAP.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index d9b417ac323..fd4fe2dfdf8 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -1,6 +1,6 @@ # 🔮 Apollo Client Roadmap -**Last updated: 2024-04-15** +**Last updated: 2024-04-22** For up to date release notes, refer to the project's [Changelog](https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md). @@ -13,14 +13,13 @@ For up to date release notes, refer to the project's [Changelog](https://github. --- -## [3.10.0](https://github.com/apollographql/apollo-client/milestone/33) - April 18th, 2024 +## [3.10.0](https://github.com/apollographql/apollo-client/milestone/33) - April 24th, 2024 -- RC target: April 2nd, 2024 +- Core `watchFragment` API to provide `useFragment`-like functionality for non-React envs +- schema-driven testing utilities ## Upcoming features -- Core `watchFragment` API to provide `useFragment`-like functionality for non-React envs -- schema-driven testing utilities - Data masking - Introduce a suspenseful `useFragment` that will suspend when the data is not yet loaded - leaner client (under alternate entry point)