Releases: urql-graphql/urql
Releases · urql-graphql/urql
@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
@urql/core@6.0.1
Patch Changes
- Use nullish coalescing for
preferGetMethodandpreferGetForPersistedQueriesso thatfalseis kept if set
Submitted by @dargmuesli (See #3812)
urql@5.0.0
@urql/exchange-graphcache@8.1.0
Minor Changes
- Add possibleTypes config for deterministic fragment matching
Submitted by @xuanduc987 (See #3805)