Closed github-actions[bot] closed 7 months ago
Name | Link |
---|---|
Latest commit | cfbdf2f334b9f93f6091f4adcf55ca5b1f7a554f |
Latest deploy log | https://app.netlify.com/sites/apollo-client-docs/deploys/660c6f9d6a2b770009b2a4b9 |
Deploy Preview | https://deploy-preview-11749--apollo-client-docs.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Path | Size |
---|---|
dist/apollo-client.min.cjs | 38.58 KB (+0.02% 🔺) |
import { ApolloClient, InMemoryCache, HttpLink } from "dist/main.cjs" | 46.45 KB (+0.02% 🔺) |
import { ApolloClient, InMemoryCache, HttpLink } from "dist/main.cjs" (production) | 44 KB (+0.02% 🔺) |
import { ApolloClient, InMemoryCache, HttpLink } from "dist/index.js" | 34.15 KB (+0.02% 🔺) |
import { ApolloClient, InMemoryCache, HttpLink } from "dist/index.js" (production) | 32.03 KB (+0.02% 🔺) |
import { ApolloProvider } from "dist/react/index.js" | 1.24 KB (+0.24% 🔺) |
import { ApolloProvider } from "dist/react/index.js" (production) | 1.22 KB (+0.33% 🔺) |
import { useQuery } from "dist/react/index.js" | 5.27 KB (+0.06% 🔺) |
import { useQuery } from "dist/react/index.js" (production) | 4.35 KB (+0.07% 🔺) |
import { useLazyQuery } from "dist/react/index.js" | 5.51 KB (+0.08% 🔺) |
import { useLazyQuery } from "dist/react/index.js" (production) | 4.58 KB (+0.09% 🔺) |
import { useMutation } from "dist/react/index.js" | 3.51 KB (+0.12% 🔺) |
import { useMutation } from "dist/react/index.js" (production) | 2.73 KB (+0.15% 🔺) |
import { useSubscription } from "dist/react/index.js" | 3.19 KB (+0.13% 🔺) |
import { useSubscription } from "dist/react/index.js" (production) | 2.38 KB (+0.21% 🔺) |
import { useSuspenseQuery } from "dist/react/index.js" | 5.45 KB (+0.08% 🔺) |
import { useSuspenseQuery } from "dist/react/index.js" (production) | 4.11 KB (+0.1% 🔺) |
import { useBackgroundQuery } from "dist/react/index.js" | 4.92 KB (+0.08% 🔺) |
import { useBackgroundQuery } from "dist/react/index.js" (production) | 3.58 KB (+0.11% 🔺) |
import { useLoadableQuery } from "dist/react/index.js" | 5.03 KB (+0.08% 🔺) |
import { useLoadableQuery } from "dist/react/index.js" (production) | 3.69 KB (+0.11% 🔺) |
import { useReadQuery } from "dist/react/index.js" | 3.17 KB (+0.13% 🔺) |
import { useReadQuery } from "dist/react/index.js" (production) | 3.11 KB (0%) |
import { useFragment } from "dist/react/index.js" | 2.29 KB (+0.18% 🔺) |
import { useFragment } from "dist/react/index.js" (production) | 2.24 KB (+0.18% 🔺) |
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to release-3.10, this PR will be updated.
⚠️⚠️⚠️⚠️⚠️⚠️
release-3.10
is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exit
onrelease-3.10
.⚠️⚠️⚠️⚠️⚠️⚠️
Releases
@apollo/client@3.10.0-rc.0
Minor Changes
#11605
e2dd4c9
Thanks @alessbell! - AddscreateMockFetch
utility for integration testing that includes the link chain#11605
e2dd4c9
Thanks @alessbell! - Adds proxiedSchema and createMockSchema testing utilities#11743
78891f9
Thanks @jerelmiller! - Remove alpha designation forqueryRef.toPromise()
to stabilize the API.#11743
78891f9
Thanks @jerelmiller! - Remove alpha designation forcreateQueryPreloader
to stabilize the API.