All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.0.3 (2022-08-01)
3.0.2 (2022-02-04)
- update htmlSafe import to @ember/template rather than @ember/string
3.0.1 (2022-01-20)
- deps: bump to [email protected] (#221) (bd1a5a3)
3.0.0 (2021-12-09)
- The deprecated imgix-image-wrapped component has been removed.
- Ember 2.x is no longer supported.
- Upgraded ember-cli-babel to 7.26.6
2.1.2 (2020-01-03)
2.1.1 (2019-07-11)
2.1.0 (2019-03-08)
- add global default parameters, which can be specified from the application config (#72) (0a12f4a)
imgix-bg
: a new component which enables an image to be rendered as a background behind children components (#70) (541f3d6)
2.0.0 (2018-11-01)
The largest change in this major version bump is the move to width-based srcSet and sizes for responsiveness. This has a host of benefits, including better server rendering, better responsiveness, less potential for bugs, and perfomance improvements. More information about this change and how to use it can be found in the readme, and the upgrade guide.
- ensure new ar implementation uses old format for deprecated attribute (#68) (c998471)
- generate height when width + ar is given, or vice versa (#66) (b106cac)
- update debug params to work with srcset (#65) (67ef1ad)
- implement responsiveness with srcSet and sizes (#56) (ee875c8)
- ar: add aspect ratio support by calculating client-side (#62) (09068b0)
- attribute bindings: add attribute bindings for draggable attribute (and tests for the other attribute bindings crossorigin & alt) (#54) (bf28645)
- This component no longer fits to the size of a container. Instead, a combination of aspect ratio, srcset, and sizes should be used to implement this behaviour.
1.0.2 (2018-07-28)
1.0.1 (2018-07-25)
1.0.0 Ember v2-3 and Fastboot support (2018-07-25)!
This is a major update, and this library now supports ember 2 and 3, and supports Fastboot! This update also updates component usage, and deprecates imgix-image
in favour of a component that is not wrapped in a div
.
- Ember v1 is no longer supported
- The component API has changed.
imgix-image
has been renamed toimgix-image-wrapped
, andimgix-image-element
has been renamed toimgix-image
.imgix-image-wrapped
is deprecated and will be removed in v2. Please see the upgrade guide for some assistance in upgrading
- add ixlib url parameter to help Imgix support and analytics (#43) (12ae948)
- change default crop behaviour to undefined from faces (#45) (101a9be)
- constrain precision of dpr to 2 decimal places (#44) (74c9f9a)
- disable tests for ember v3.3+ (#47) (7cca43e)
- support Ember v2, v3, update component API, fastboot support (#31) (8efe65f)