Skip to content

Latest commit

 

History

History
179 lines (89 loc) · 7.01 KB

CHANGELOG.md

File metadata and controls

179 lines (89 loc) · 7.01 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.0.3 (2022-08-01)

  • deprecations: import reads from '@ember/object/computed' (#227) (4bba9f9)

3.0.2 (2022-02-04)

Bug Fixes

  • update htmlSafe import to @ember/template rather than @ember/string

3.0.1 (2022-01-20)

Bug Fixes

3.0.0 (2021-12-09)

BREAKING CHANGES

  • The deprecated imgix-image-wrapped component has been removed.
  • Ember 2.x is no longer supported.
  • Upgraded ember-cli-babel to 7.26.6

Internal

  • Update Ember CLI blueprint to 3.28
  • Widen range of allowed ember-get-config versions

2.1.2 (2020-01-03)

Bug Fixes

  • remove fallback src from srcset list (#122) (95206ff)

2.1.1 (2019-07-11)

  • chore(deps): upgrade imgix-core-js to v2.0.0 (#75) (9a4c0de)

2.1.0 (2019-03-08)

Features

  • 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.

Bug Fixes

  • 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)

Features

  • 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)

BREAKING CHANGES

  • 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.

Breaking Changes

  • Ember v1 is no longer supported
  • The component API has changed. imgix-image has been renamed to imgix-image-wrapped, and imgix-image-element has been renamed to imgix-image. imgix-image-wrapped is deprecated and will be removed in v2. Please see the upgrade guide for some assistance in upgrading

Features

  • 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)

0.3.8 (2016-08-12)

0.3.7 (2016-08-03)

0.3.6 (2016-08-02)

0.3.5 (2016-06-20)

0.3.4 (2016-06-13)

0.3.3 (2016-06-07)

0.3.2 (2016-06-07)

0.3.1 (2016-06-02)

0.3.0 (2016-04-08)

0.2.2 (2016-03-30)

0.2.1 (2016-03-29)

0.2.0 (2016-03-02)

0.1.2 (2015-12-26)