Skip to content

Releases: imgix/react-imgix

2.1.2

18 Feb 19:26
Compare
Choose a tag to compare
  • Update to Babel 6
  • Change child props behaviour to only pass down props not used, not every prop

2.1.0

17 Nov 23:27
Compare
Choose a tag to compare

Added

  • added generateSrcSet prop to generate a srcSet attribute for images, only when in img mode. Enabled by default. See here for more

v2.0.0

05 Nov 09:53
Compare
Choose a tag to compare

Breaking Changes

  • React 0.13 no longer supported. React 0.13 users should use v1.x
  • Sets background-size: cover on the element when the bg prop is passed

Updates

  • react and react-dom added as peer dependencies
  • No longer imports the entire imgix.js library. Instead we just build the url ourselves.
  • Added entropy prop to support Point of Interest Cropping