This repository has been archived by the owner on May 10, 2022. It is now read-only.
Releases: mixcloud/relay-helpers
Releases · mixcloud/relay-helpers
Better TTL Handling
Fixing for earlier versions of flow
v1.1.1 1.1.1
Client network layer
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
Accidentally made react/react-dom dev dependencies rather than peer - have moved them into peer now
Support React 15.5
v1.0.1 1.0.1
Upgrading to Relay 1.1.0 (classic)
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
This release fixes issues with server rendering when Relay Renderers are nested.
Provide the error if a mutation fails...
...because you can't get it later
Better query naming
Higher order components are now ignored when taking a query name from a component
Fixing optimistic responses on mutations
The configs
arg was missing, this is now fixed