Releases: KyleAMathews/react-retina-image
Releases · KyleAMathews/react-retina-image
Breaking change for new refs api
In React 0.14.0, when a ref
is assigned to a component, the actual DOM node is exposed at this.refs.A_REF
where previously you needed to call getDOMNode()
. This breaks compatibility with React releases < 0.14.0 hence a major release.