Releases: urql-graphql/urql
Releases · urql-graphql/urql
urql@5.0.2
Immutable
release. Only release title and notes can be modified.
Patch Changes
- don't persist error state of old gql responses after refetch in react state
Submitted by @BelgianNoise (See #3860)
@urql/vue@2.1.0
Immutable
release. Only release title and notes can be modified.
Minor Changes
- Optional custom injection key support for
provideClient,install,useClient, anduseClientHandle. Multiple clients can be provided and consumed under different keys; default key remains'$urql'for backward compatibility
Submitted by @albertcito (See #3858)
@urql/solid-start@0.2.0
Immutable
release. Only release title and notes can be modified.
Minor Changes
- Fix SSR runtime failures caused by importing SolidStart's
actionAPI at module load time by readingactionfromProvidercontext instead
Submitted by @JoviDeCroock (See #3850)
Patch Changes
⚠️ FixcreateSubscriptionto use@urql/solid-startcontext instead of re-exporting the Solid-only implementation from@urql/solid
Submitted by @JoviDeCroock (See #3850)
@urql/solid@1.0.1
Immutable
release. Only release title and notes can be modified.
Patch Changes
- Use
@solid-primitives/utilsforaccessandMaybeAccessorutilities instead of custom implementations. This aligns the package with standard Solid ecosystem conventions
Submitted by @davedbase (See #3837)
@urql/solid-start@0.1.0
Immutable
release. Only release title and notes can be modified.
Minor Changes
- Initial release of
@urql/solid-start- URQL integration built with SolidStart's native primitives.
Get started with:createQuery- GraphQL queries using SolidStart'squery()andcreateAsync()createMutation- GraphQL mutations using SolidStart'saction()anduseAction()createSubscription- Real-time GraphQL subscriptionsProvideranduseClient- Context-based client access- Reactive variables - All parameters accept signals/accessors for automatic re-execution
- Full SSR support - Works seamlessly with SolidStart's server-side rendering
- TypeScript support - Complete type safety with GraphQL types
- Uses
@solid-primitives/utils- Leverages standard Solid ecosystem utilities
Submitted by @davedbase (See #3837)
Patch Changes
- Updated dependencies (See #3837)
- @urql/solid@1.0.1
@urql/storage-rn@1.1.2
Immutable
release. Only release title and notes can be modified.
Patch Changes
- Add support for
@react-native-async-storage/async-storagev2.0.0
Submitted by @nhangeland (See #3836)
@urql/exchange-refocus@2.1.0
Immutable
release. Only release title and notes can be modified.
Minor Changes
- Add
minimumTimetorefocusExchangeto throttle query reexecution
Submitted by @ThaUnknown (See #3825)
@urql/exchange-graphcache@9.0.0
Immutable
release. Only release title and notes can be modified.
Major Changes
- Don't serialize data to IDB. This invalidates all existing data, but greatly improves performance of read/write operations
Submitted by @ThaUnknown (See #3824)
urql@5.0.1
Immutable
release. Only release title and notes can be modified.
@urql/exchange-persisted@5.0.1
Patch Changes
- Use nullish coalescing for
preferGetMethodandpreferGetForPersistedQueriesso thatfalseis kept if set
Submitted by @dargmuesli (See #3812) - Updated dependencies (See #3812)
- @urql/core@6.0.1