·
5 commits
to main
since this release
Major Changes
-
#12731
0198870
Thanks @phryneas! - Ship React Compiler compiled React hooks in@apollo/client/react/compiled
.We now ship a React-Compiler compiled version of the React hooks in
@apollo/client/react/compiled
.This entry point contains everything that
@apollo/client/react
does,
so you can use it as a drop-in replacement in your whole application
if you choose to use the compiled hooks.
Minor Changes
- #12753
b85818d
Thanks @jerelmiller! - Renamedclient.reFetchObservableQueries
toclient.refetchObservableQueries
.
client.reFetchObservableQueries
is still available as an alias, but is now
deprecated and will be removed in a future major version.