- Assume React >= 15
- React compatibility fixes (
PropTypes
,React.createFactory
) - Pass image dimensions as props to
wrapper
- Cancel pending image request when destroyed
- Add
imgProps
prop - Add a
style
prop for thewrapper
- 🚧 Rewrite in ES6(+)
- Assume React >= 0.13
- Remove dependency on react-loadermixin
- Do loading off DOM, using a JS
Image()
instead of a React<img />
- Show preloader only while loading
- Allow children as alternative content
- Relax React requirement
- Maintain compatibility with React 0.11
- Compatibility with React 0.12
- Make xtend a dependency
- Map react to external React
- Use spread to avoid React key warning
- Don't render the image on the server
- Don't forward ImageLoader props to underlying Img
- Don't use transferPropsTo
- Transfer ImageLoader props to underlying img