Changelog: Feb 26, 2016

![Changelog image](https://assets.imgix.net/changelog/changelog_20160226.jpg?q=80&exp=1&usm=15&fm=pjpg&fit=crop&crop=middle&high=10&shad=20&hue=-2&bri=2&auto=format&h=462&w=880" alt="Changelog Feb 26, 2016)

New Tutorial: Managing User-Generated Images

Base64 Variant Parameters

  • All values passed to parameters in the imgix URL API can now be encoded using a URL-safe Base64 scheme. To enable this encoding, simply append 64 to the end of a parameter name (e.g., txt becomes txt64). More details can be found in the imgix documentation.

Dashboard

  • Overhauled the "Update Billing" to improve its usability and fix some bugs

Developer Tools

imgix-rb 1.1.0

  • Added automatic Base64 encoding for all Base64 variant parameters.
  • Properly encoding all keys and values output by Imgix::Path.
  • Better URL encoding for spaces, with ERB::Util.url_encode.
  • Normalize trailing / in passed hosts.

imgix-rails 1.1.0

  • Updated imgix-rb dependency to version 1.1.0, which gives imgix-rails all the new features/fixes in imgix-rb.

imgix-php 1.1.0

  • Remove http_build_url dependency.
  • Proper encoding for all passed parameters and values, including Base64 params.
  • Fix incorrect URL generation for signed images with no other params.

imgix-objc 1.0.0

  • Complete overhaul of how the library works. Now uses an options NSDictionary instead of getters and setters, to make things simpler overall and bring it more in line with the rest of the imgix libraries.
  • Properly encode all passed parameters and values, including Base64 variant params.

imgix-core-js 0.3.0

  • Added automatic Base64 encoding for all Base64 variant parameters.
  • Properly encoding all keys and values output by Path#toUrl.

imgix-python 1.1.0

  • Added automatic Base64 encoding for all Base64 variant parameters.
  • Properly encoding all query keys and values.

imgix-java 1.1.0

  • Added automatic Base64 encoding for all Base64 variant parameters.
  • Properly encoding all query string keys and values.

Changelog: Feb 19, 2016

![Changelog image](https://assets.imgix.net/changelog/changelog_20160219.jpg?w=880&h=462&usm=20&fm=pjpg&fit=crop&crop=middle&auto=format" alt="Changelog Feb 19, 2016)

Revamped Documentation

  • Now at https://docs.imgix.com
  • Each API parameter is now on its own page, improving search results dramatically
  • New Setup section makes it easier to get going and start serving images right away
  • Moved tutorials over from the blog to make them easier to find

New Tutorial

Dashboard Fixes

  • Fixed a bug that was preventing billing-only users from logging in
  • Fixed a bug that was breaking the auto-save feature on some form fields

Changelog: Feb 12, 2016

![Changelog image](https://assets.imgix.net/changelog/changelog_20160212.jpg?w=880&h=462&crop=top&fit=crop&usm=20&auto=format" alt="Changelog Feb 12, 2016)

Dashboard

  • Refreshed the Analytics view with better navigation and prettier graphs
  • Improvements to invoice tables on the Invoices view
  • Also refreshed the Dashboard view with the aforementioned graph and invoice improvements, plus minor layout fixes
  • Fixed a bug that prevented the Render Cache TTL from being updated on Sources
  • Added a tasteful drop shadow to the logo on the login page. It's pretty good, I think? We're still making up our minds about this one.

CDN Map Added

Codepens Updated

  • We have a number of Codepen pens and a growing library of examples and creative uses cases for imgix.
  • We have collected the popular Luminous and Drift library examples into a collection to demonstrate image zoom, X-ray and lightbox implementations popular with e-commerce sites.

Changelog: Feb 5, 2016

![Changelog image](https://assets.imgix.net/changelog/changelog_20160205a.jpg?usm=15&chromasub=444&fit=crop&crop=bottom&auto=format&w=880&h=462" alt="Changelog Feb 5, 2016)

Changelog Has Moved

  • Our weekly changelog has now been folded into the blog, so you only have one place to look for the latest news about new features and updates.

imgix.js Examples

  • Posted a codepen demonstrating imgix.js' ability to generate pre-made CSS gradients from an image's color palette.

Changelog: Jan 29, 2016

New Guides

Changelog: Jan 22, 2016

Library and Tool Updates

imgix-python 1.0.0

  • Change UrlBuilder#create_url to accept dict instead of kwargs. This fixes an issue with reserved words that are also imgix params potentially causing errors.

Luminous 0.2.3

  • Added caption support.
  • Added closeOnScroll option.
  • Improved image positioning.
  • Fixed package.json main should now point to dist file usable by more JS build setups.

Drift 0.1.5

  • Fixed package.json main should now point to dist file usable by more JS build setups.
  • Fixed HAS_ANIMATION bug when loaded in head
  • Fixed a syntax error in bower.json

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