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

Commit 0c3f2a8

Browse files
release: v4.3.0
1 parent e8b70f6 commit 0c3f2a8

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

CHANGELOG.md

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

3-
# [4.3.0](https://github.com/deckgo/deckdeckgo/compare/v4.2.0...v4.3.0) (In progress...)
3+
# [4.3.0](https://github.com/deckgo/deckdeckgo/compare/v4.2.0...v4.3.0) (2021-03-12)
44

55
### Applications
66

77
- docs: v2.9.2 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/docs/CHANGELOG.md))
8+
- studio: v4.3.0 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/studio/CHANGELOG.md))
89

910
### Web Components
1011

studio/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# 4.3.0 (2020-03-12)
2+
3+
### Features
4+
5+
- i18n ([#370](https://github.com/deckgo/deckdeckgo/issues/370))
6+
- toggle slide type on the fly ([#251](https://github.com/deckgo/deckdeckgo/issues/251))
7+
- do not fetch code language list at runtime to improve performance ([#1083](https://github.com/deckgo/deckdeckgo/issues/1083))
8+
- add telegram to web-social-share options ([#1090](https://github.com/deckgo/deckdeckgo/issues/1090))
9+
10+
### Fix
11+
12+
- notes not persisted - listener has to be attached higher ([#1102](https://github.com/deckgo/deckdeckgo/pull/1102))
13+
- support swipe for templates with custom names ([#1079](https://github.com/deckgo/deckdeckgo/pull/1079))
14+
- custom templates names ([#1086](https://github.com/deckgo/deckdeckgo/pull/1086))
15+
- main deck selector to go offline ([#1088](https://github.com/deckgo/deckdeckgo/pull/1088))
16+
- low contrast warning ([#1094](https://github.com/deckgo/deckdeckgo/pull/1094))
17+
- publish action disable state ([#1095](https://github.com/deckgo/deckdeckgo/issues/1095))
18+
119
# 4.2.0 (2020-02-10)
220

321
### 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": "4.2.0",
3+
"version": "4.3.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)