Skip to content
Compare
Choose a tag to compare
@urql-ci urql-ci released this 24 May 18:37
· 528 commits to main since this release
dbcc738

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