Skip to content

v5.0.0

Compare
Choose a tag to compare
@alunyov alunyov released this 11 Jun 19:45

Commits: v4.0.0...v5.0.0

Breaking

  • react-relay containers no longer consume variables from React context, but instead from fragment owners passed through fragment refs. This means that if you have a custom QueryRenderer or other component that set Relay Context, setting variables on that context will no longer affect descendant components.

Added

  • Expose ability to pass custom scalar configuration to compiler (#2745 by @alloy)
  • Add relay-config package to manage compiler configs (#2746 by @alloy)

Improved

Fixed

Misc