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

Commit d4c87cb

Browse files
release(#675): studio v1.4.0
Signed-off-by: peterpeterparker <[email protected]>
1 parent defb2e4 commit d4c87cb

File tree

5 files changed

+26
-3
lines changed

5 files changed

+26
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- demo: v2.3.0 ([CHANGELOG](https://github.com/deckgo/deckdeckgo-website/blob/master/CHANGELOG.md))
88
- docs: v1.6.0 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/docs/CHANGELOG.md))
99
- remote: v1.4.0 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/remote/CHANGELOG.md))
10+
- studio: v1.4.0 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/studio/CHANGELOG.md))
1011

1112
### Web Components: New Templates
1213

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Are you interested to contribute to our open source project? That would be aweso
4545

4646
| Project | Version | Online | Links |
4747
| ------------------ | ----------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------- | :--------------------------------------------------: |
48-
| **Studio** | [![version](https://img.shields.io/static/v1.svg?label=production&message=v1.3.0&color=success)](https://deckdeckgo.com) | [https://deckdeckgo.com](https://deckdeckgo.com) | [`README.md`](studio/README.md) |
48+
| **Studio** | [![version](https://img.shields.io/static/v1.svg?label=production&message=v1.4.0&color=success)](https://deckdeckgo.com) | [https://deckdeckgo.com](https://deckdeckgo.com) | [`README.md`](studio/README.md) |
4949
| **Remote control** | [![version](https://img.shields.io/static/v1.svg?label=production&message=v1.4.0&color=success)](https://deckdeckgo.app) | [https://deckdeckgo.app](https://deckdeckgo.app) | [`README.md`](remote/README.md) |
5050
| **Documentation** | [![version](https://img.shields.io/static/v1.svg?label=production&message=v1.6.0&color=success)](https://docs.deckdeckgo.com) | [https://docs.deckdeckgo.com](https://docs.deckdeckgo.com) | [`README.md`](docs/README.md) |
5151
| **Demo** | [![version](https://img.shields.io/static/v1.svg?label=production&message=v2.3.0&color=success)](https://demo.deckdeckgo.com) | [https://demo.deckdeckgo.com](https://demo.deckdeckgo.com) | [`Repo`](https://github.com/deckgo/deckdeckgo-demo/) |

studio/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
<a name="1.4.0"></a>
2+
3+
# 1.4.0 (2020-06-25)
4+
5+
### Features
6+
7+
- support copepen, jsfiddle and webcomponents.dev ([#721](https://github.com/deckgo/deckdeckgo/issues/721))
8+
- refresh style of the actions in full screen mode ([#755](https://github.com/deckgo/deckdeckgo/pull/755))
9+
- group, improve fonts in deck style and keep popover open on editing ([#745](https://github.com/deckgo/deckdeckgo/pull/745))
10+
- add strikethrough option ([#710](https://github.com/deckgo/deckdeckgo/issues/710))
11+
- illustrations for the landing page ([#764](https://github.com/deckgo/deckdeckgo/pull/764))
12+
- highlight code line numbers background and color ([#763](https://github.com/deckgo/deckdeckgo/pull/763))
13+
- improve deck li style ([#761](https://github.com/deckgo/deckdeckgo/pull/761))
14+
15+
### Fix
16+
17+
- prerendering 🚀 ([#675](https://github.com/deckgo/deckdeckgo/issues/675))
18+
- share doesn't work in Firefox ([#751](https://github.com/deckgo/deckdeckgo/issues/751))
19+
- problem with remote control layout in Firefox Mobile ([#752](https://github.com/deckgo/deckdeckgo/issues/752))
20+
- QR code sizing/spacing ([#743](https://github.com/deckgo/deckdeckgo/issues/743))
21+
- social card image not generated ([#659](https://github.com/deckgo/deckdeckgo/issues/659))
22+
123
<a name="1.3.0"></a>
224

325
# 1.3.0 (2020-05-28)

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.3.0",
3+
"version": "1.4.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)