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

Commit c9d189b

Browse files
release: studio v3.1.0
1 parent 33c2d54 commit c9d189b

File tree

5 files changed

+28
-3
lines changed

5 files changed

+28
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
<a name="3.1.0"></a>
22

3-
# [3.1.0](https://github.com/deckgo/deckdeckgo/compare/v3.0.0...v3.1.0) (In progress...)
3+
# [3.1.0](https://github.com/deckgo/deckdeckgo/compare/v3.0.0...v3.1.0) (2020-11-22)
44

55
### Applications
66

77
- demo: v7.1.1 ([CHANGELOG](https://github.com/deckgo/demo/blob/master/CHANGELOG.md))
88
- docs: v2.9.0 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/docs/CHANGELOG.md))
99
- remote: v1.13.0 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/remote/CHANGELOG.md))
10+
- studio: v3.1.0 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/studio/CHANGELOG.md))
1011

1112
### Web Components Templates
1213

remote/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
- support new component `@deckgo/markdown`
66

7+
### Fix
8+
9+
- wrong position of the "play" button in the remote ([#991](https://github.com/deckgo/deckdeckgo/issues/991))
10+
- drawing not possible ([#995](https://github.com/deckgo/deckdeckgo/issues/995))
11+
712
# 1.12.1 (2020-11-08)
813

914
### Features

studio/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# 3.1.0 (2020-11-22)
2+
3+
### Features
4+
5+
- markdown ([#996](https://github.com/deckgo/deckdeckgo/issues/996))
6+
- preview slide when editing markdown, code and math ([#1013](https://github.com/deckgo/deckdeckgo/pull/1013))
7+
- backup firestore once a day ([#1016](https://github.com/deckgo/deckdeckgo/pull/1016))
8+
- optionally skip second element in create slide title or content ([#1010](https://github.com/deckgo/deckdeckgo/pull/1010))
9+
- text made selectable in published slides ([#1008](https://github.com/deckgo/deckdeckgo/pull/1008), [#1006](https://github.com/deckgo/deckdeckgo/pull/1006) and [#1009](https://github.com/deckgo/deckdeckgo/pull/1009))
10+
- allow any https images ([#1004](https://github.com/deckgo/deckdeckgo/pull/1004))
11+
- improve img lazy loading ([#1000](https://github.com/deckgo/deckdeckgo/pull/1000))
12+
- improve font color focus state ([#999](https://github.com/deckgo/deckdeckgo/pull/999))
13+
- colors in studio do not show focus outline ([#997](https://github.com/deckgo/deckdeckgo/issues/997))
14+
- display information if publish failed ([#989](https://github.com/deckgo/deckdeckgo/pull/989))
15+
16+
### Fix
17+
18+
- offline user was not able to go back online ([#1014](https://github.com/deckgo/deckdeckgo/issues/1014))
19+
120
# 3.0.0 (2020-10-29)
221

322
### Features

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": "3.0.0",
3+
"version": "3.1.0",
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)