Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 16a040e

Browse files
release: lazy-img v1.0.0-alpha.9
1 parent 3d4c5d3 commit 16a040e

File tree

6 files changed

+26
-2
lines changed

6 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<a name="1.0.0-beta.48-1"></a>
2+
# [1.0.0-beta.48-1](https://github.com/deckgo/deckdeckgo/compare/v1.0.0-beta.48...v1.0.0-beta.48-1) (2019-07-06)
3+
4+
### Web Components
5+
6+
* lazy-img: v1.0.0-alpha.9 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/webcomponents/lazy-img/CHANGELOG.md))
7+
18
<a name="1.0.0-beta.48"></a>
29
# [1.0.0-beta.48](https://github.com/deckgo/deckdeckgo/compare/v1.0.0-beta.47...v1.0.0-beta.48) (2019-06-27)
310

docs/docs/components/app-components-lazy-img/app-components-lazy-img.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ The following theming options will affect this component if set on its host or p
5757
| --deckgo-lazy-img-float | | Image float |
5858
| --deckgo-lazy-img-padding | | Image padding |
5959
| --deckgo-lazy-img-vertical-align | | Image vertical alignment |
60+
| --deckgo-lazy-img-display | | The display property of the image |
61+
| --deckgo-lazy-img-border-radius | | In case you would like to specify a border radius for the image |
6062

6163
### Methods
6264

docs/src/app/pages/docs/components/app-components-lazy-img/app-components-lazy-img.tsx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,16 @@ export class AppComponentsLazyImg {
165165
<td></td>
166166
<td>Image vertical alignment</td>
167167
</tr>
168+
<tr>
169+
<td>--deckgo-lazy-img-display</td>
170+
<td></td>
171+
<td>The display property of the image</td>
172+
</tr>
173+
<tr>
174+
<td>--deckgo-lazy-img-border-radius</td>
175+
<td></td>
176+
<td>In case you would like to specify a border radius for the image</td>
177+
</tr>
168178
</tbody></table>
169179
<h3 id="app-components-lazy-img-methods">Methods</h3>
170180
<p>This component also export an async method <code>lazyLoad()</code> in case you would like to trigger &quot;manually&quot; the loading of the image.</p>

webcomponents/lazy-img/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<a name="1.0.0-alpha.9"></a>
2+
# 1.0.0-alpha.9 (2019-07-06)
3+
4+
* add two new CSS variables for styling
5+
16
<a name="1.0.0-alpha.8"></a>
27
# 1.0.0-alpha.8 (2019-06-27)
38

webcomponents/lazy-img/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webcomponents/lazy-img/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deckdeckgo/lazy-img",
3-
"version": "1.0.0-alpha.8",
3+
"version": "1.0.0-alpha.9",
44
"description": "A dead simple Web Component to lazy load images",
55
"module": "dist/index.mjs",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)