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

Commit 1e9d2d5

Browse files
release: studio v1.0.0
Signed-off-by: peterpeterparker <[email protected]>
1 parent 9f79f6b commit 1e9d2d5

File tree

5 files changed

+31
-8
lines changed

5 files changed

+31
-8
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.0.1 ([CHANGELOG](https://github.com/deckgo/deckdeckgo-website/blob/master/CHANGELOG.md))
88
- docs: v1.0.0 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/docs/CHANGELOG.md))
99
- remote: v1.0.0 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/remote/CHANGELOG.md))
10+
- studio: v1.0.0 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/studio/CHANGELOG.md))
1011

1112
### Web Components
1213

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ Are you interested to contribute to our open source project? That would be aweso
4343

4444
## Progressive Web Apps
4545

46-
| Project | Version | Online | Links |
47-
| ------------------ | -------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------- | :--------------------------------------------------: |
48-
| **Studio** | [![version](https://img.shields.io/static/v1.svg?label=production&message=v1.0.0-beta.12&color=success)](https://deckdeckgo.com) | [https://deckdeckgo.com](https://deckdeckgo.com) | [`README.md`](studio/README.md) |
49-
| **Remote control** | [![version](https://img.shields.io/static/v1.svg?label=production&message=v1.0.0-rc.4&color=success)](https://deckdeckgo.app) | [https://deckdeckgo.app](https://deckdeckgo.app) | [`README.md`](remote/README.md) |
50-
| **Documentation** | [![version](https://img.shields.io/static/v1.svg?label=production&message=v1.0.0&color=success)](https://docs.deckdeckgo.com) | [https://docs.deckdeckgo.com](https://docs.deckdeckgo.com) | [`README.md`](docs/README.md) |
51-
| **Demo** | [![version](https://img.shields.io/static/v1.svg?label=production&message=v2.0.1&color=success)](https://demo.deckdeckgo.com) | [https://demo.deckdeckgo.com](https://demo.deckdeckgo.com) | [`Repo`](https://github.com/deckgo/deckdeckgo-demo/) |
46+
| Project | Version | Online | Links |
47+
| ------------------ | ----------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------- | :--------------------------------------------------: |
48+
| **Studio** | [![version](https://img.shields.io/static/v1.svg?label=production&message=v1.0.0&color=success)](https://deckdeckgo.com) | [https://deckdeckgo.com](https://deckdeckgo.com) | [`README.md`](studio/README.md) |
49+
| **Remote control** | [![version](https://img.shields.io/static/v1.svg?label=production&message=v1.0.0&color=success)](https://deckdeckgo.app) | [https://deckdeckgo.app](https://deckdeckgo.app) | [`README.md`](remote/README.md) |
50+
| **Documentation** | [![version](https://img.shields.io/static/v1.svg?label=production&message=v1.0.0&color=success)](https://docs.deckdeckgo.com) | [https://docs.deckdeckgo.com](https://docs.deckdeckgo.com) | [`README.md`](docs/README.md) |
51+
| **Demo** | [![version](https://img.shields.io/static/v1.svg?label=production&message=v2.0.1&color=success)](https://demo.deckdeckgo.com) | [https://demo.deckdeckgo.com](https://demo.deckdeckgo.com) | [`Repo`](https://github.com/deckgo/deckdeckgo-demo/) |
5252

5353
## Web Components
5454

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.0.0"></a>
2+
3+
# 1.0.0 (2020-04-21)
4+
5+
To infinity and beyond 🚀
6+
7+
### Features
8+
9+
- offline mode ([#653](https://github.com/deckgo/deckdeckgo/issues/653))
10+
- four new Google Fonts available ([#660](https://github.com/deckgo/deckdeckgo/issues/660))
11+
- grand access to presentation through remote control ([#67](https://github.com/deckgo/deckdeckgo/issues/67))
12+
- add option to align left/center/right ([#702](https://github.com/deckgo/deckdeckgo/pull/702))
13+
- list ordered and unordered toggle to match new UX (#[703](https://github.com/deckgo/deckdeckgo/pull/703))
14+
- template "split" vertical text alignment ([#679](https://github.com/deckgo/deckdeckgo/issues/679))
15+
- `text-transform: none;` for all buttons ([#665](https://github.com/deckgo/deckdeckgo/issues/665))
16+
- update about page ([#674](https://github.com/deckgo/deckdeckgo/pull/674))
17+
18+
### Fix
19+
20+
- sign in button not accessible via keyboard only on settings page ([#673](https://github.com/deckgo/deckdeckgo/issues/673))
21+
- two H1 headings on settings page ([#671](https://github.com/deckgo/deckdeckgo/issues/671))
22+
123
<a name="1.0.0-beta.12-1"></a>
224

325
# 1.0.0-beta.12-1 (2020-03-09)

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.0.0-beta.12-1",
3+
"version": "1.0.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)