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:44
5fed46d
Compare
Choose a tag to compare

Patch Changes

@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

@urql/[email protected]

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

Patch Changes

@urql/[email protected]

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

Initial release

  • Release the multipartFetchExchange

@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)