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

Commit 163236b

Browse files
release: studio v4.7.0
1 parent cd8345d commit 163236b

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

CHANGELOG.md

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

3-
# [4.7.0](https://github.com/deckgo/deckdeckgo/compare/v4.6.0...v4.7.0) (2021-XX-YY)
3+
# [4.7.0](https://github.com/deckgo/deckdeckgo/compare/v4.6.0...v4.7.0) (2021-05-29)
44

55
### Applications
66

77
- demo: v8.3.2 ([CHANGELOG](https://github.com/deckgo/demo/blob/master/CHANGELOG.md))
88
- remote: v1.14.1 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/remote/CHANGELOG.md))
9+
- studio: v4.7.0 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/studio/CHANGELOG.md))
910

1011
### Web Components Templates
1112

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ If you like the project, you can become a sponsor at [Open Collective](https://o
7575

7676
| Project | Version | Online | Links | Changelog |
7777
| ------------------ | ----------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------- | :---------------------------------------: | :--------------------------------------------------------------------: |
78-
| **Studio** | [![version](https://img.shields.io/static/v1.svg?label=production&message=v4.6.0&color=success)](https://app.deckdeckgo.com) | [https://app.deckdeckgo.com](https://app.deckdeckgo.com) | [`README`](studio/README.md) | [`CHANGELOG`](studio/CHANGELOG.md) |
78+
| **Studio** | [![version](https://img.shields.io/static/v1.svg?label=production&message=v4.7.0&color=success)](https://app.deckdeckgo.com) | [https://app.deckdeckgo.com](https://app.deckdeckgo.com) | [`README`](studio/README.md) | [`CHANGELOG`](studio/CHANGELOG.md) |
7979
| **Remote control** | [![version](https://img.shields.io/static/v1.svg?label=production&message=v1.14.1&color=success)](https://deckdeckgo.app) | [https://deckdeckgo.app](https://deckdeckgo.app) | [`README`](remote/README.md) | [`CHANGELOG`](remote/CHANGELOG.md) |
8080
| **Documentation** | [![version](https://img.shields.io/static/v1.svg?label=production&message=v3.0.0&color=success)](https://docs.deckdeckgo.com) | [https://docs.deckdeckgo.com](https://docs.deckdeckgo.com) | [`README`](docs/README.md) | [`CHANGELOG`](docs/CHANGELOG.md) |
8181
| **Site** | [![version](https://img.shields.io/static/v1.svg?label=production&message=v1.2.0&color=success)](https://deckdeckgo.com) | [https://deckdeckgo.com](https://deckdeckgo.com) | [`README`](site/README.md) | [`CHANGELOG`](site/CHANGELOG.md) |

studio/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# 4.7.0 (2020-05-29)
2+
3+
### Features
4+
5+
- highlight code animation revisited ([#1171](https://github.com/deckgo/deckdeckgo/pull/1171))
6+
- font size users' editable ([#1160](https://github.com/deckgo/deckdeckgo/pull/1160))
7+
- toggle content editable drag drop resize ([#1180](https://github.com/deckgo/deckdeckgo/pull/1180))
8+
9+
### Fix
10+
11+
- sync reveal state with remote ([#1187](https://github.com/deckgo/deckdeckgo/pull/1187))
12+
- events are thrown outside main ref too ([#1172](https://github.com/deckgo/deckdeckgo/pull/1172))
13+
114
# 4.6.0 (2020-05-09)
215

316
### 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.6.0",
3+
"version": "4.7.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)