Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2016-01-14 | 582 Bytes | |
Release 3.1.7.tar.gz | 2016-01-14 | 16.9 kB | |
Release 3.1.7.zip | 2016-01-14 | 27.0 kB | |
Totals: 3 Items | 44.4 kB | 0 |
- Transmit >= 3.0 now targets React 0.14.
- Support deferred fragments through lambdas. Deferred fragments only run in on the client.
- Mass-rename of functions, options, and other objects to resemble the OFFICIAL Relay API once again.
- Implemented componentDidReceiveProps so rerenders now also refetch.
- Added
shouldContainerUpdate(nextVariables)
callback-option to allow prevention of refetches. - Added
Transmit.isContainer()
andTransmit.isRootContainer()
helper functions. (RootContainers in Transmit are technically Containers with initialVariables. Nothing fancy.)