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

Commit bfb0c49

Browse files
release: studio v1.3.0
Signed-off-by: peterpeterparker <[email protected]>
1 parent 22a913a commit bfb0c49

File tree

5 files changed

+24
-3
lines changed

5 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Applications
66

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

910
### Web Components
1011

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.2.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.3.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.2.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.3.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.2.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: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
<a name="1.3.0"></a>
2+
3+
# 1.3.0 (2020-05-28)
4+
5+
### Features
6+
7+
- theming for the carbon terminal to showcase your code ([#733](https://github.com/deckgo/deckdeckgo/issues/733))
8+
- select as popover for a quicker access ([#738](https://github.com/deckgo/deckdeckgo/pull/738))
9+
10+
### UX
11+
12+
- improve onboarding by adding a mini wizard to the create slide process ([#729](https://github.com/deckgo/deckdeckgo/pull/729))
13+
- bring all actions together in two distinct groups: style or options ([#742](https://github.com/deckgo/deckdeckgo/pull/742) and [#744](https://github.com/deckgo/deckdeckgo/pull/744))
14+
15+
### Fix
16+
17+
- support offline access to the editor directly with the browser's url ([#734](https://github.com/deckgo/deckdeckgo/pull/734))
18+
- handle background Firestore Field.delete when going offline ([#735](https://github.com/deckgo/deckdeckgo/pull/735))
19+
- Chrome requires two clicks to focus element if pseudo CSS is being used ([#739](https://github.com/deckgo/deckdeckgo/pull/739))
20+
121
<a name="1.2.0"></a>
222

323
# 1.2.0 (2020-05-15)

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