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

Commit 88efd15

Browse files
release: v1.0.0-beta.27
1 parent 57880a0 commit 88efd15

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
<a name="1.0.0-beta.27"></a>
2+
# [1.0.0-beta.27](https://github.com/deckgo/deckdeckgo/compare/v1.0.0-beta.26...v1.0.0-beta.27) (2019-02-17)
3+
4+
### Features
5+
6+
* clone background for company or branding ([#25](https://github.com/deckgo/deckdeckgo/issues/25))
7+
* add "actions" slot ([#54](https://github.com/deckgo/deckdeckgo/issues/54))
8+
* add youtube `toggle` method ([#51](https://github.com/deckgo/deckdeckgo/pull/51))
9+
* improve pager and reveal transitions ([#52](https://github.com/deckgo/deckdeckgo/pull/52))
10+
11+
### Fix
12+
13+
* `clearMouseCursorTimer` is not called if fullscreen is escaped through the keyboard bug ([#53](https://github.com/deckgo/deckdeckgo/issues/53))
14+
115
<a name="1.0.0-beta.26"></a>
216
# [1.0.0-beta.26](https://github.com/deckgo/deckdeckgo/compare/v1.0.0-beta.25...v1.0.0-beta.26) (2019-02-09)
317

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.26",
3+
"version": "1.0.0-beta.27",
44
"description": "Add a presentation to your web application using HTML and Web Components",
55
"module": "dist/esm/index.js",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)