Releases: urql-graphql/urql
Releases · urql-graphql/urql
@urql/[email protected]
@urql/[email protected]
@urql/[email protected]
Patch Changes
- add support for Svelte 5 in the
peerDependencies
Submitted by @itssumitrai (See #3634)
@urql/[email protected]
Patch Changes
- Disregard write-only operation when fragment-matching with schema awareness
Submitted by @JoviDeCroock (See #3621)
@urql/[email protected]
Patch Changes
⚠️ Fix deep options reactivity for subscriptions
Submitted by @JoviDeCroock (See #3616)
@urql/[email protected]
Patch Changes
⚠️ Fix variables losing reactivity
Submitted by @JoviDeCroock (See #3614)
@urql/[email protected]
@urql/[email protected]
Patch Changes
⚠️ Fix reactaive typings forvariables
(See #3605)
Submitted by @JoviDeCroock (See118d74b2
)- Restore the possibility to use a getter for the pause property
Submitted by @arkandias (See #3598)
@urql/[email protected]
Patch Changes
⚠️ Fix where we would incorrectly match all fragment concrete types because they belong to the abstract type
Submitted by @JoviDeCroock (See #3603)
@urql/[email protected]
Patch Changes
- Change how we calculate the
OperationKey
to take files into account, before we
would encode them tonull
resulting in every mutation with the same variables
(excluding the files) to have the same key. This resulted in mutations that upload
different files at the same time to share a result in GraphCache
Submitted by @JoviDeCroock (See #3601)