Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Releases: mixcloud/relay-helpers

Better TTL Handling

10 Aug 11:36
Compare
Choose a tag to compare

Major version bump because this isn't backwards compatible - TTLs in withRelayRenderer only now matter on mount and if the query changes, they don't get checked every render (this avoids unexpected random re-fetching).

Fixing for earlier versions of flow

18 Jul 15:09
Compare
Choose a tag to compare

Client network layer

18 Jul 14:29
Compare
Choose a tag to compare

Adding a client network layer that uses XHR and enables you to abort and track progress of mutations using the onProgress and abort functions on the response of mutate.

Fixing packages

07 Jul 09:33
Compare
Choose a tag to compare

Accidentally made react/react-dom dev dependencies rather than peer - have moved them into peer now

Support React 15.5

07 Jul 09:28
Compare
Choose a tag to compare
v1.0.1

1.0.1

Upgrading to Relay 1.1.0 (classic)

03 Jul 15:53
Compare
Choose a tag to compare

Bumping to 1.x because relay-helpers now depends on react-relay/classic at 1.1.0 - upgrading to this without upgrading your application to relay 1.1.0 won't work.

Server rendering fixes

10 May 14:38
Compare
Choose a tag to compare

This release fixes issues with server rendering when Relay Renderers are nested.

Provide the error if a mutation fails...

07 Apr 11:50
Compare
Choose a tag to compare

...because you can't get it later

Better query naming

03 Apr 14:21
Compare
Choose a tag to compare

Higher order components are now ignored when taking a query name from a component

Fixing optimistic responses on mutations

23 Mar 10:47
Compare
Choose a tag to compare

The configs arg was missing, this is now fixed