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

Commit d89f7ba

Browse files
release: studio v1.0.0-beta.9
1 parent 2ddb0ee commit d89f7ba

File tree

4 files changed

+27
-3
lines changed

4 files changed

+27
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
### Applications
55

6-
* studio: v1.0.0-beta.8-2 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/studio/CHANGELOG.md))
6+
* studio: v1.0.0-beta.9 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/studio/CHANGELOG.md))
77
* docs: v1.0.0-rc.7 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/docs/CHANGELOG.md))
88
* remote: v1.0.0-rc.2 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/remote/CHANGELOG.md))
99

studio/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
<a name="1.0.0-beta.9"></a>
2+
# 1.0.0-beta.9 (2019-12-04)
3+
4+
### Features
5+
6+
* interact with your audience with a **live poll** ([#471](interact with your audience))
7+
* dark and light mode theme switcher ([#445](https://github.com/deckgo/deckdeckgo/issues/445))
8+
* hide pager in fullscreen mode on mouse inactivity ([#494](https://github.com/deckgo/deckdeckgo/issues/494))
9+
* size of the video element improved ([#492](https://github.com/deckgo/deckdeckgo/issues/492))
10+
* display smoothly lazy loaded loaded images ([#508](https://github.com/deckgo/deckdeckgo/issues/508))
11+
* improve developer documentation grammar ([#506](https://github.com/deckgo/deckdeckgo/pull/506) | [#505](https://github.com/deckgo/deckdeckgo/pull/505) | [#504](https://github.com/deckgo/deckdeckgo/pull/504))
12+
* improve contributing guide grammar ([#502](https://github.com/deckgo/deckdeckgo/pull/502))
13+
* color picker better highlight ([#488](https://github.com/deckgo/deckdeckgo/issues/488))
14+
* confirm slides delete ([#478](https://github.com/deckgo/deckdeckgo/issues/478))
15+
* add an information page about the remote control ([#477](https://github.com/deckgo/deckdeckgo/pull/477))
16+
* fetch more cards on the main feed (each steps) ([#476](https://github.com/deckgo/deckdeckgo/pull/476))
17+
18+
### Fix
19+
20+
* notes not hidden on template `split` ([#472](https://github.com/deckgo/deckdeckgo/issues/472))
21+
* QR code URL `DECKDECKGO_BASE_HREF` wasn't updated ([#490](https://github.com/deckgo/deckdeckgo/issues/490))
22+
* reset deck background color doesn't work ([#479](https://github.com/deckgo/deckdeckgo/issues/479))
23+
* support click in input type file ([#474](https://github.com/deckgo/deckdeckgo/issues/474))
24+
125
<a name="1.0.0-beta.8-1"></a>
226
# 1.0.0-beta.8-1 (2019-11-13)
327

studio/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.

studio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deckdeckgo-studio",
3-
"version": "1.0.0-beta.8-2",
3+
"version": "1.0.0-beta.9",
44
"author": "David Dal Busco",
55
"description": "The web open source editor for presentations",
66
"license": "AGPL-3.0-or-later",

0 commit comments

Comments
 (0)