Skip to content

Releases: KyleAMathews/react-retina-image

Breaking change for new refs api

13 Oct 05:21
Compare
Choose a tag to compare

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.