Skip to content

Releases: imgix/react-imgix

8.6.4

08 Aug 13:55
Compare
Choose a tag to compare
  • perf: optimize URL handling (#414) (8d14dcb)
  • perf: optimize constructUrl function (#418) (8d392a0)
  • perf: use string concatenation instead of template strings (#420) (f41cc73)
  • perf: use Object.assign instead of spread operator (#423) (29b25d5)

8.6.3

11 Jul 03:56
Compare
Choose a tag to compare
  • render <Source> element as a fluid image by default (#404) (10a5434)
  • width query param overrides in srcSet (#406) (5791d11)

8.6.2

05 Jul 16:13
Compare
Choose a tag to compare

8.6.1

17 Apr 21:00
Compare
Choose a tag to compare

Bug Fixes

  • deps: pin react-measure version to avoid regression (#343) (3344502)

8.6.0

05 Apr 18:42
f1ac821
Compare
Choose a tag to compare

Bug Fixes

Features

  • append variable q parameters per dpr when rendering a fixed-size image (#322) (6594cea), resolves #129

v5.2.0

01 Dec 21:03
Compare
Choose a tag to compare

v5.1.0

14 Nov 21:24
Compare
Choose a tag to compare
  • Added: crop prop to override crop 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

14 Nov 21:23
Compare
Choose a tag to compare
  • Breaking: Unused props on the Imgix component are no longer passed down, use imgProps instead. #34 - @theolampert

v4.0.0

14 Nov 21:17
Compare
Choose a tag to compare
  • Breaking: Images with a height of 1 (i.e. 1 x image height) were being rendered as 1px high images. Oops. Now it no longer does that. (#27)

3.0.0

12 May 00:48
Compare
Choose a tag to compare
  • Rename aggresiveLoad to aggressiveLoad.