Releases: urql-graphql/urql
Releases · urql-graphql/urql
@urql/svelte@4.2.1
Patch Changes
- add support for Svelte 5 in the
peerDependencies
Submitted by @itssumitrai (See #3634)
@urql/exchange-graphcache@7.1.2
Patch Changes
- Disregard write-only operation when fragment-matching with schema awareness
Submitted by @JoviDeCroock (See #3621)
@urql/vue@1.3.2
Patch Changes
⚠️ Fix deep options reactivity for subscriptions
Submitted by @JoviDeCroock (See #3616)
@urql/vue@1.3.1
Patch Changes
⚠️ Fix variables losing reactivity
Submitted by @JoviDeCroock (See #3614)
@urql/vue@1.3.0
@urql/vue@1.2.2
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/exchange-graphcache@7.1.1
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/core@5.0.4
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)
@urql/vue@1.2.1
Patch Changes
⚠️ Fix regression causingpause
argument onuseQuery
anduseSubscription
to not be reactive
Submitted by @arkandias (See #3595)