github urql-graphql/urql @urql/svelte@2.0.0

latest releases: @urql/solid@0.1.0, @urql/next@1.1.2, @urql/exchange-graphcache@7.1.3...
2 years ago

Major Changes

  • Reimplement Svelte with functional-only API.
    We've gotten plenty of feedback and issues from the Svelte community about our prior
    Svelte bindings. These bindings favoured a Store singleton to read and write to,
    and a separate signal to start an operation.
    Svelte usually however calls for a lot more flexibility, so we're returning the
    API to a functional-only API again that serves to only create stores, which is more
    similar to the original implementation, by @jonathanstanley (See #2370)

Patch Changes

Don't miss a new urql release

NewReleases is sending notifications on new releases.