Skip to content

Releases: imgix/imgix.js

v1.1.2

12 Jun 00:12
Compare
Choose a tag to compare

Features

N/A

Bug Fixes

  • Upgraded imgix.onready() internals to fix a bug in IE and increase legibility.

v1.1.1

09 Jun 00:52
Compare
Choose a tag to compare

Bug Fixes

  • Fixed a bug introduced in 1.1.0 that was generating obscenely long classnames when requesting color-palette CSS.

v1.1.0

29 May 22:35
Compare
Choose a tag to compare

Features

  • Removed all code pertaining to signing imgix URLs with your API token. We decided that this code isn't well-suited for client-side code like imgix.js. If you need to use signed URLs, we suggest using one of our client libraries instead.
  • Added a throttle parameter to imgix.fluid. This parameter determines how often lazy-loaded images poll the viewport to determine whether they should load their source or not. This was previously defined by the debounce parameter, which also handles polling for window resize events. The default value for throttle is 200ms.

Bug Fixes

  • Fixed a bug in our lazyLoad code that was preventing images clipped by the top or left sides of the browser viewport from rendering properly.
  • Fixed a bug that could sometimes cause imgix.fluid to not behave properly if the source image was already in the browser's cache.

1.0.25

29 Apr 18:09
Compare
Choose a tag to compare

Latest