Skip to content

Commit b45d01b

Browse files
committed
Release 2.0.0-rc.0
1 parent d832a37 commit b45d01b

File tree

2 files changed

+43
-1
lines changed

2 files changed

+43
-1
lines changed

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1+
## v2.0.0-rc.0 (2021-02-20)
2+
3+
#### :boom: Breaking Change
4+
* [#154](https://github.com/kaliber5/ember-responsive-image/pull/154) Rename `@image` argument to `@src` ([@simonihmig](https://github.com/simonihmig))
5+
* [#155](https://github.com/kaliber5/ember-responsive-image/pull/155) Rename `supportedWidths` config option to `widths` ([@simonihmig](https://github.com/simonihmig))
6+
* [#136](https://github.com/kaliber5/ember-responsive-image/pull/136) Move addon options into ember-cli-build.js ([@simonihmig](https://github.com/simonihmig))
7+
* [#130](https://github.com/kaliber5/ember-responsive-image/pull/130) Support fixed and responsive layouts ([@simonihmig](https://github.com/simonihmig))
8+
* [#115](https://github.com/kaliber5/ember-responsive-image/pull/115) Change config to support different configurations per file pattern ([@simonihmig](https://github.com/simonihmig))
9+
* [#113](https://github.com/kaliber5/ember-responsive-image/pull/113) Refactor the ember-cli hooks integration, remove setupResponsiveImage test-helper ([@simonihmig](https://github.com/simonihmig))
10+
* [#111](https://github.com/kaliber5/ember-responsive-image/pull/111) Refactor ResponsiveImage to Glimmer component ([@simonihmig](https://github.com/simonihmig))
11+
* [#110](https://github.com/kaliber5/ember-responsive-image/pull/110) Remove mixins ([@simonihmig](https://github.com/simonihmig))
12+
* [#109](https://github.com/kaliber5/ember-responsive-image/pull/109) Remove ResponsiveBackground component ([@simonihmig](https://github.com/simonihmig))
13+
14+
#### :rocket: Enhancement
15+
* [#157](https://github.com/kaliber5/ember-responsive-image/pull/157) Update helper to support image format ([@simonihmig](https://github.com/simonihmig))
16+
* [#153](https://github.com/kaliber5/ember-responsive-image/pull/153) Add `content-visibility: auto;` for lazy rendering ([@simonihmig](https://github.com/simonihmig))
17+
* [#137](https://github.com/kaliber5/ember-responsive-image/pull/137) Add support for blurhash-based LQIP ([@simonihmig](https://github.com/simonihmig))
18+
* [#136](https://github.com/kaliber5/ember-responsive-image/pull/136) Move addon options into ember-cli-build.js ([@simonihmig](https://github.com/simonihmig))
19+
* [#135](https://github.com/kaliber5/ember-responsive-image/pull/135) Add support for a dominant color LQIP strategy ([@simonihmig](https://github.com/simonihmig))
20+
* [#133](https://github.com/kaliber5/ember-responsive-image/pull/133) Add built-in support for a blurry placeholder (LQIP) ([@simonihmig](https://github.com/simonihmig))
21+
* [#132](https://github.com/kaliber5/ember-responsive-image/pull/132) Add AVIF format support ([@simonihmig](https://github.com/simonihmig))
22+
* [#131](https://github.com/kaliber5/ember-responsive-image/pull/131) Let the browser decode images asynchronously ([@simonihmig](https://github.com/simonihmig))
23+
* [#130](https://github.com/kaliber5/ember-responsive-image/pull/130) Support fixed and responsive layouts ([@simonihmig](https://github.com/simonihmig))
24+
* [#129](https://github.com/kaliber5/ember-responsive-image/pull/129) Enable native lazy loading by default ([@simonihmig](https://github.com/simonihmig))
25+
* [#128](https://github.com/kaliber5/ember-responsive-image/pull/128) Refactor component to render `<picture>` element, supporting multiple image types ([@simonihmig](https://github.com/simonihmig))
26+
* [#127](https://github.com/kaliber5/ember-responsive-image/pull/127) Migrate to TypeScript ([@simonihmig](https://github.com/simonihmig))
27+
* [#114](https://github.com/kaliber5/ember-responsive-image/pull/114) Add Embroider support ([@simonihmig](https://github.com/simonihmig))
28+
* [#116](https://github.com/kaliber5/ember-responsive-image/pull/116) Add WebP format support ([@simonihmig](https://github.com/simonihmig))
29+
* [#115](https://github.com/kaliber5/ember-responsive-image/pull/115) Change config to support different configurations per file pattern ([@simonihmig](https://github.com/simonihmig))
30+
* [#113](https://github.com/kaliber5/ember-responsive-image/pull/113) Refactor the ember-cli hooks integration, remove setupResponsiveImage test-helper ([@simonihmig](https://github.com/simonihmig))
31+
* [#111](https://github.com/kaliber5/ember-responsive-image/pull/111) Refactor ResponsiveImage to Glimmer component ([@simonihmig](https://github.com/simonihmig))
32+
33+
#### :memo: Documentation
34+
* [#152](https://github.com/kaliber5/ember-responsive-image/pull/152) Update documentation for v2 ([@simonihmig](https://github.com/simonihmig))
35+
36+
#### :house: Internal
37+
* [#112](https://github.com/kaliber5/ember-responsive-image/pull/112) Refactor service and helper to native classes ([@simonihmig](https://github.com/simonihmig))
38+
39+
#### Committers: 2
40+
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
41+
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
42+
143
## v1.0.1 (2021-01-08)
244

345
#### :house: Internal

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-responsive-image",
3-
"version": "1.0.1",
3+
"version": "2.0.0-rc.0",
44
"description": "An ember addon that generates resized images and use them in img-tags with the srcset-attribute.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)