Releases: imgix/react-imgix
Releases · imgix/react-imgix
8.6.4
8.6.3
8.6.2
8.6.1
8.6.0
v5.2.0
v5.1.0
- Added:
crop
prop to overridecrop
url parameter #57 - @rbliss - Add additional tests testing crop prop overriding faces and entropy props
- Enable passing in specific crop options, useful for specifying fallbacks to the ‘faces’ crop option
- Add server-side rendering note to
aggressiveLoad
- Merge pull request #53 from imgix/fred-new-node-versions
- lts => 6
- Avoid blank background urls and src attributes (#51)
- Update node versions supported
- chore(package): update standard to version 8.2.0 (#47)
- chore(package): update mocha to version 3.0.1 (#37)
v5.0.0
- Breaking: Unused props on the Imgix component are no longer passed down, use imgProps instead. #34 - @theolampert