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

Commit

Permalink
release: v4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Mar 12, 2021
1 parent e8b70f6 commit 0c3f2a8
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<a name="4.3.0"></a>

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

### Applications

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

### Web Components

Expand Down
18 changes: 18 additions & 0 deletions studio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# 4.3.0 (2020-03-12)

### Features

- i18n ([#370](https://github.com/deckgo/deckdeckgo/issues/370))
- toggle slide type on the fly ([#251](https://github.com/deckgo/deckdeckgo/issues/251))
- do not fetch code language list at runtime to improve performance ([#1083](https://github.com/deckgo/deckdeckgo/issues/1083))
- add telegram to web-social-share options ([#1090](https://github.com/deckgo/deckdeckgo/issues/1090))

### Fix

- notes not persisted - listener has to be attached higher ([#1102](https://github.com/deckgo/deckdeckgo/pull/1102))
- support swipe for templates with custom names ([#1079](https://github.com/deckgo/deckdeckgo/pull/1079))
- custom templates names ([#1086](https://github.com/deckgo/deckdeckgo/pull/1086))
- main deck selector to go offline ([#1088](https://github.com/deckgo/deckdeckgo/pull/1088))
- low contrast warning ([#1094](https://github.com/deckgo/deckdeckgo/pull/1094))
- publish action disable state ([#1095](https://github.com/deckgo/deckdeckgo/issues/1095))

# 4.2.0 (2020-02-10)

### Features
Expand Down
2 changes: 1 addition & 1 deletion studio/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deckdeckgo-studio",
"version": "4.2.0",
"version": "4.3.0",
"author": "David Dal Busco",
"description": "The web open source editor for presentations",
"license": "AGPL-3.0-or-later",
Expand Down

0 comments on commit 0c3f2a8

Please sign in to comment.