Releases: imgix/imgix.js
Releases · imgix/imgix.js
v4.0.1
v4.0.0
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
v3.6.1-rc.1
3.6.1-rc.1 (2022-08-31)
Bug Fixes
v3.6.0
v3.6.0-rc.1
3.6.0-rc.1 (2022-07-14)
Features
- imgixtag: optional class nolazyload to selectively disable lazy loading (98efb8c)