Skip to content

v1.1.0

Compare
Choose a tag to compare
@devjmetivier devjmetivier released this 09 Dec 16:45
· 4 commits to master since this release

New

Added an option for transforming urls from Shopify's CDN:

imgixLoader(props, { fit: "crop", ar: "1:1" }, { shopify: true });

Breaking

Previously the third argument for imgixLoader was more options for Imgix to build the url. However, we didn't use this internally, nor did the options offer any different results when building the Imgix url. So it was changed in favor of providing custom options like the new one for Shopify.