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

Commit 1cfa31a

Browse files
release: v1.0.0-beta.13
1 parent e597a7b commit 1cfa31a

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
<a name="1.0.0-beta.13"></a>
2+
# [1.0.0-beta.13](https://github.com/fluster/deckdeckgo/compare/v1.0.0-beta.12...v1.0.0-beta.13) (2018-12-13)
3+
4+
### Features
5+
6+
* lazy load images in slot="background" too ([#26](https://github.com/fluster/deckdeckgo/issues/26))
7+
8+
### Fix
9+
10+
* lazy loaded images with parent didn't inherited the right visibility ([#30](https://github.com/fluster/deckdeckgo/issues/30))
11+
12+
### Libs
13+
14+
* update Stencil ([e597a7b](https://github.com/fluster/deckdeckgo/commit/e597a7b9343aa11a58a4203d1a14753af6920c75))
15+
116
<a name="1.0.0-beta.12"></a>
217
# [1.0.0-beta.12](https://github.com/fluster/deckdeckgo/compare/v1.0.0-beta.11...v1.0.0-beta.12) (2018-12-06)
318

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deckdeckgo",
3-
"version": "1.0.0-beta.12",
3+
"version": "1.0.0-beta.13",
44
"description": "Add a lightweight presentation to your web project using HTML and Web Components",
55
"module": "dist/esm/index.js",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)