Skip to content

Commit

Permalink
Merge pull request #435 from apollographql/main
Browse files Browse the repository at this point in the history
Create a new pull request by comparing changes across two branches
  • Loading branch information
GulajavaMinistudio authored Feb 15, 2024
2 parents 253d7b4 + ac4ae84 commit 96f9aa2
Show file tree
Hide file tree
Showing 6 changed files with 127 additions and 140 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/exit-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: WyriHaximus/github-action-get-previous-tag@v1

- name: Remove 'v' prefix from version number (e.g. v1.0.0)
uses: mad9000/actions-find-and-replace-string@4
uses: mad9000/actions-find-and-replace-string@5
id: formatversion
with:
source: ${{ steps.previoustag.outputs.tag }}
Expand Down
2 changes: 1 addition & 1 deletion .size-limits.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"dist/apollo-client.min.cjs": 39043,
"dist/apollo-client.min.cjs": 39042,
"import { ApolloClient, InMemoryCache, HttpLink } from \"dist/index.js\" (production)": 32550
}
24 changes: 4 additions & 20 deletions ROADMAP.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 🔮 Apollo Client Roadmap

**Last updated: 2024-01-29**
**Last updated: 2024-02-12**

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

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

---

## [3.9.0](https://github.com/apollographql/apollo-client/milestone/32)
## [3.10.0](https://github.com/apollographql/apollo-client/milestone/33) - April 9th, 2024

_Currently in RC phase_
- RC target: April 2nd, 2024

Tentative date: Jan 31, 2024

Features include:

- Ability to preload a query via a `createQueryPreloader`/`preloadQuery` function outside of a React component that can be used with `useReadQuery` to suspend while loading
- Introduce a new `useLoadableQuery` hook
- Introduce a new `useQueryRefHandlers` hook
- `<MockedProvider />` improvements
- Optimizing memory usage

## Future 3.x releases

## [3.10.0](https://github.com/apollographql/apollo-client/milestone/33)

_Currently in planning phase_

Features include:
## Upcoming features

- schema-driven testing utilities
- Introduce a suspenseful `useFragment` that will suspend when the data is not yet loaded
Expand Down
Loading

0 comments on commit 96f9aa2

Please sign in to comment.