-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Version Packages (rc) #12783
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version Packages (rc) #12783
Conversation
commit: |
|
465ca48
to
2dec3f3
Compare
size-limit report 📦
|
🛠️ Docs preview building...The preview is currently being built. Build ID: 8d751da519ab206819420670 |
2dec3f3
to
b8fb185
Compare
|
f13ce78
to
c3ecf4f
Compare
c3ecf4f
to
c58a17b
Compare
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-4.0, this PR will be updated.
release-4.0
is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exit
onrelease-4.0
.Releases
@apollo/[email protected]
Major Changes
#12787
8ce31fa
Thanks @phryneas! - RemoveDataProxy
namespace and interface.#12788
4179446
Thanks @phryneas! -TVariables
now alwaysextends OperationVariables
in all interfaces.#12802
e2b51b3
Thanks @jerelmiller! - Disallow themutation
option for themutate
function returned fromuseMutation
.#12787
8ce31fa
Thanks @phryneas! - Generic arguments forCache.ReadOptions
were flipped fromTVariables, TData
toTData, TVariables
.#12793
24e98a1
Thanks @phryneas! -ApolloConsumer
has been removed - please useuseApolloClient
instead.Patch Changes
742b3a0
Thanks @jerelmiller! - MoveApolloClient
,ObservableQuery
, andApolloCache.watchFragment
method options and result types into namespaces. The old types are now exported as deprecated.