Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Release 3.1.7

Compare
Choose a tag to compare
@RickWong RickWong released this 13 Sep 22:12
· 4 commits to master since this release
  • 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.)