Skip to content

Releases: urql-graphql/urql

@urql/[email protected]

13 Mar 16:17
64d4664
Compare
Choose a tag to compare

Patch Changes

@urql/[email protected]

12 Mar 18:45
5fed46d
Compare
Choose a tag to compare

Patch Changes

  • Apply commutative layers to all operations, so now including mutations and subscriptions, to ensure that unordered data is written in the correct order, by @kitten (See #593)
  • Updated dependencies (See #607 and #601)

@urql/[email protected]

13 Mar 16:18
64d4664
Compare
Choose a tag to compare

Patch Changes

  • ⚠️ Fix Rollup bundle output being written to .es.js instead of .esm.js, by @kitten (See #609)

@urql/[email protected]

12 Mar 18:45
5fed46d
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • Add missing GraphQLError serialization for extensions and path field to ssrExchange, by @kitten (See #607)

@urql/[email protected]

08 Mar 23:49
ca39b60
Compare
Choose a tag to compare

Patch Changes

  • ⚠️ Fix commutative layer edge case when lowest-priority layer comes back earlier than others, by @kitten (See #587)
  • Externalise @urql/exchange-populate from bundle, by @kitten (See #590)
  • ⚠️ Fix teardown events leading to broken commutativity, by @kitten (See #588)

@urql/[email protected]

07 Mar 12:20
cc372ae
Compare
Choose a tag to compare

Patch Changes

@urql/[email protected]

07 Mar 12:21
cc372ae
Compare
Choose a tag to compare

Patch Changes

@urql/[email protected]

07 Mar 12:20
cc372ae
Compare
Choose a tag to compare

Patch Changes

  • Prevent active teardowns for queries on subscriptionExchange, by @kitten (See #577)

[email protected]

06 Mar 18:21
b8d4423
Compare
Choose a tag to compare

Patch Changes

  • Remove type import from internal urql package file that has been removed, by @parkerziegler (See #557)
  • Ensure empty object gets returned in withUrqlClient's getInitialProps. Update next-urql examples to run in the urql monorepo, by @parkerziegler (See #563)

@urql/[email protected]

06 Mar 18:21
b8d4423
Compare
Choose a tag to compare

Initial Alpha Release