react-transmit v3.1.7 Release Notes

Release Date: 2015-09-13 // over 8 years ago
    • 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() and Transmit.isRootContainer() helper functions. (RootContainers in Transmit are technically Containers with initialVariables. Nothing fancy.)