Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 811 Bytes

File metadata and controls

56 lines (31 loc) · 811 Bytes

2.1.0

  • Add imgProps prop
  • Add a style prop for the wrapper

2.0.0

  • 🚧 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 />

1.2.0

  • Show preloader only while loading

1.1.3

  • Allow children as alternative content

1.1.2

  • Relax React requirement

1.1.1

  • Maintain compatibility with React 0.11

1.1.0

  • Compatibility with React 0.12

1.0.6

  • Make xtend a dependency

1.0.5

  • Map react to external React

1.0.4

  • Use spread to avoid React key warning

1.0.3

  • Don't render the image on the server

1.0.2

  • Don't forward ImageLoader props to underlying Img
  • Don't use transferPropsTo

1.0.1

  • Transfer ImageLoader props to underlying img