Skip to content

Releases: imgix/imgix.js

v4.0.1

10 Jan 01:17

Choose a tag to compare

4.0.1 (2023-01-10)

Bug Fixes

  • adds a missing code tag (b943e52)

v4.0.0

03 Oct 22:15

Choose a tag to compare

4.0.0 (2022-10-03)

  • fix!: deprecate resizing the height param when maintaining aspect ratio (9de24c2)

BREAKING CHANGES

  • removes the logic in ix-src responsible for resizing the h (height) parameter to maintain aspect ratio when building the srcset attribute. With the help of the imgix aspect ratio parameter, users can now achieve the same effect with the inclusion of the ar parameter. This should yield slightly better performance, code cleanliness, and bring the library more in line with the imgix API.
    Please note, the ar parameter should also be used with fit=crop to take effect

v3.6.1

01 Sep 23:00

Choose a tag to compare

3.6.1 (2022-09-01)

Bug Fixes

  • ci: add prepare step to publish (a679dc8)
  • deploy: corrected regex mismatch in semantic release (f298536)

v3.6.1-rc.1

31 Aug 17:30

Choose a tag to compare

v3.6.1-rc.1 Pre-release
Pre-release

3.6.1-rc.1 (2022-08-31)

Bug Fixes

  • ci: add prepare step to publish (1804dce)
  • deploy: corrected regex mismatch in semantic release (914c091)

v3.6.0

14 Jul 17:47

Choose a tag to compare

3.6.0 (2022-07-14)

Features

  • imgixtag: optional class nolazyload to selectively disable lazy loading (98efb8c)

v3.6.0-rc.1

14 Jul 01:48

Choose a tag to compare

v3.6.0-rc.1 Pre-release
Pre-release

3.6.0-rc.1 (2022-07-14)

Features

  • imgixtag: optional class nolazyload to selectively disable lazy loading (98efb8c)

3.5.1

08 Jun 18:21

Choose a tag to compare

Bug Fixes

  • fix: bump version to match current (a8c6e10)
  • fix(sizes): use ix-sizes as sizes fallback if ix-sizes not auto (a6ad5cd)

3.5.0

25 May 12:52

Choose a tag to compare

Features

  • sizes: feat: allow for automatic resizing of images via ix-sizes=auto (f9a2588)

Bug Fixes

  • imgixtag: fix issue where sizes was set to null & use ix-sizes (0cd9b17)
  • shim rIC for older browsers (cb1b4b7)
  • small error (e61bf23)

3.4.2

10 Dec 00:58

Choose a tag to compare

  • fix: skip over tags that fail validations (#175)

3.4.1

24 May 04:23

Choose a tag to compare

  • refactor: switch const to var for wider browser support (#138) (fixes #137)