Changelog: November 11, 2016

Changelog image

Dashboard

  • Improved empty-state copy for dashboard and source list views to be more helpful to new users, and made some minor design improvements.
  • Fixed a bug that prevented users from accessing the rollback view under certain specific conditions.

Changelog: November 4, 2016

Changelog image

New rect Options

  • Added relative methods of defining the start point for the cropping area of the rect parameter. It now accepts left, center, or right options for the x value, and top, middle, or bottom for the y value, in addition to accepting integer values. See the docs for more information.

Dashboard

  • Updated our modal windows to match some of our fresher, hotter styles
  • Changed the color of the global overlay from dark to light, to cut down on rapid contrast changes (h/t Mr. Flintrup)

Open-Source Libraries

  • Released imgix-swift 0.3.0, adding the ImgixClient#reconstruct method. Usage is outlined in the documentation.

Changelog: October 28, 2016

Changelog image

Expiring URLs

  • Added the ability to expire image URLs with the expires parameter. If the image is requested after the timestamp value, it will return a 404 error. See the docs for more details.

Dashboard

  • Updated the single-URL signing tool to allow setting an expiration date on the signed URL.
  • Updated the signing tool to ensure the "parameters" field can properly validate the latest & greatest in imgix URL parameters.

Open Source

  • Released imgix-rails 2.1.3. ix_image_url is now pulled in as a Sprockets helper, so folks can use it to generate image URLs in asset pipeline files.
  • Released Drift 1.0.0, improving the way Drift works with require statements.

Changelog: October 21, 2016

Changelog image

Open Source

  • Released Luminous 1.0.1. This fixes a bug with blank captions, and updates how Luminous works with Browserify. You can check out the updated installation docs to learn more.
  • Released imgix.js 3.0.4. This release allows customization of the input attributes used to define images. The readme has more information and an example.
  • Released Drift 0.4.1, which adds a bugfix for IE's lack of scrollX and scrollY.

Dashboard

  • Removed our old coupon redemption view. If you've been holding onto a coupon for years, now would be a great time to redeem it! Email us at support@imgix.com with your coupon code and we'll help you out.
  • Fixed some spacing issues on the Tools view
  • Rewired the Sign-In view a bit, but you probably won't even notice the difference.

Changelog: October 7, 2016

Changelog image

New Color Space Options

  • Added two possible values for the cs parameter, which controls the color profile of the image. In addition to srgb (the Internet standard) and adobergb1998, cs now supports tinysrgb for the bare minimum color profile, or strip, which removes it altogether.

    These new options can help reduce file size for smaller images like thumbnails where the color profile information is a larger proportion of the total image weight. See the docs for more information.

Open Source

Changelog: September 30, 2016

Changelog image

Open Source

  • Released imgix-rails 2.1.2. This release renames a private helper method that could collide with other helper methods in an application. See #32 for details.
  • Released drift 0.4.0. This release adds Drift#enable, Drift#disable, and Drift#setZoomImageURL public methods.
  • Released image-api-spec 5.0.0-5.0.2
  • Update invert, lossless, reverse, and fp-debug to use new boolean param type.
  • Update facepad suggested range.
  • Switch txtclip to a list type.
  • Added border suggested range.
  • Added fps suggested range.
  • Changed number expectation for w, h, rect, markw, markh, bw, bh, min-w, max-w, min-h, and max-h to integer type. Also added ranges for several of those params.

Stay up to date with our blog for the latest imgix news, features, and posts.