Releases: apollographql/apollo-client-integrations
@apollo/[email protected]
Patch Changes
- Updated dependencies [af90924]
- @apollo/[email protected]
@apollo/[email protected]
Patch Changes
- af90924: Export modified
Optionstype forApolloClient.
@apollo/[email protected]
Patch Changes
- af90924: Export modified
Optionstype forApolloClient. - Updated dependencies [af90924]
- @apollo/[email protected]
@apollo/[email protected]
@apollo/[email protected]
Minor Changes
- a434180: Drop depdendency
ts-invariant. Please usesetLogVerbosityfrom@apollo/clientinstead ofsetVerbosityfromts-invariant. - a434180: Updating Apollo Client from v3 to v4. Please follow the Apollo Client migration guide.
- a434180: Update signature of PreloadTransportedQueryOptions from
<TVariables, TData>to<TData, TVariables> - a434180: Deprecate
PreloadQueryOptions- please usePreloadQuery.Optionsinstead. - a434180: Deprecate
PreloadQueryProps- please usePreloadQuery.Propsinstead.
@apollo/[email protected]
Minor Changes
- a434180: Drop depdendency
ts-invariant. Please usesetLogVerbosityfrom@apollo/clientinstead ofsetVerbosityfromts-invariant. - a434180: Updating Apollo Client from v3 to v4. Please follow the Apollo Client migration guide.
- a434180: Update signature of PreloadTransportedQueryOptions from
<TVariables, TData>to<TData, TVariables> - a434180: Deprecate
PreloadQueryOptions- please usePreloadQuery.Optionsinstead. - a434180: Deprecate
PreloadQueryProps- please usePreloadQuery.Propsinstead.
Patch Changes
@apollo/[email protected]
@apollo/client-integration-react-router
0.13.1-alpha.6
Patch Changes
- 874abab: Drop depdendency
ts-invariant. Please usesetLogVerbosityfrom@apollo/clientinstead ofsetVerbosityfromts-invariant. - 874abab: Updating Apollo Client from v3 to v4. Please follow the Apollo Client migration guide.
- 874abab: Update signature of PreloadTransportedQueryOptions from
<TVariables, TData>to<TData, TVariables> - 874abab: Deprecate
PreloadQueryOptions- please usePreloadQuery.Optionsinstead. - 874abab: Deprecate
PreloadQueryProps- please usePreloadQuery.Propsinstead.- @apollo/[email protected]
0.12.3-alpha.5
Patch Changes
- @apollo/[email protected]
0.12.0-alpha.4
Patch Changes
- 7836098: fix up types for async loaders
- Updated dependencies [3b6eca6]
- @apollo/[email protected]
0.12.0-alpha.3
Patch Changes
- c1e2415: Fix handling of asynchronous loaders.
- Updated dependencies [c1e2415]
- @apollo/[email protected]
0.12.0-alpha.2
Patch Changes
- dd2c972: Adjust imports to use the
@apollo/client/reactentrypoint for React-specific imports. - Updated dependencies [dd2c972]
- @apollo/[email protected]
0.12.0-alpha.1
Patch Changes
- 2f4890a: Set minimal version of React Router to 7.2.0-pre.3, removes need for patching.
- @apollo/[email protected]
0.12.0-alpha.0
Minor Changes
- 5417a54: Add a package to support React Router streaming SSR
Patch Changes
- Updated dependencies [8209093]
- Updated dependencies [20ce0c8]
- Updated dependencies [9a8c872]
- Updated dependencies [563db9b]
- @apollo/[email protected]
@apollo/[email protected]
Patch Changes
- @apollo/[email protected]
@apollo/[email protected]
Patch Changes
-
45781d4: Adds a
dangerous_disableHookValueTransportationoption toManualDataTransport.If
true, theuseStaticValueRefhook will not transport values over to the client.
This hook is used to transport the values of hook calls during SSR to the client, to ensure that
the client will rehydrate with the exact same values as it rendered on the server.This mechanism is in place to prevent hydration mismatches as described in
https://github.com/apollographql/apollo-client-integrations/blob/pr/RFC-2/RFC.md#challenges-of-a-client-side-cache-in-streaming-ssr
(first graph of the "Challenges of a client-side cache in streaming SSR" section).Setting this value to
truewill save on data transported over the wire, but comes with the risk
of hydration mismatches.
Strongly discouraged with older React versions, as hydration mismatches there will likely crash
the application, setting this totruemight be okay with React 19, which is much better at recovering
from hydration mismatches - but it still comes with a risk.
When enabling this, you should closely monitor error reporting and user feedback.
@apollo/[email protected]
Patch Changes
- Updated dependencies [45781d4]
- @apollo/[email protected]