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

Commit 053f1f7

Browse files
release: studio v2.0.0
1 parent da2fef3 commit 053f1f7

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

studio/CHANGELOG.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,25 @@
1-
# 1.6.0 (In progress)
1+
# 2.0.0 (2020-07-23)
2+
3+
### Features
4+
5+
- header and footer ([#794](https://github.com/deckgo/deckdeckgo/pull/794), [#791](https://github.com/deckgo/deckdeckgo/pull/791), [#793](https://github.com/deckgo/deckdeckgo/pull/793), [#792](https://github.com/deckgo/deckdeckgo/pull/792))
6+
- floating editable text for diagrams ([#799](https://github.com/deckgo/deckdeckgo/pull/799))
7+
- background color options for selected text ([#805](https://github.com/deckgo/deckdeckgo/pull/805))
8+
- self host Google Fonts to improve load time ([#796](https://github.com/deckgo/deckdeckgo/pull/796))
9+
- shorten default full url displayed social text ([#789](https://github.com/deckgo/deckdeckgo/pull/789))
210

311
### Style
412

5-
- update `@deckdeckgo/highlight-code`
13+
- box popover options to improve readability ([#790](https://github.com/deckgo/deckdeckgo/pull/790), [#786](https://github.com/deckgo/deckdeckgo/pull/786))
14+
- highlight code scrollbar (overflow-y) set to auto instead of scroll ([#781](https://github.com/deckgo/deckdeckgo/pull/781))
15+
16+
### Fix
17+
18+
- re-hydrate editor with prerendering ([#797](https://github.com/deckgo/deckdeckgo/pull/797))
19+
- recursively clean Firestore FieldValue.delete ([#807](https://github.com/deckgo/deckdeckgo/pull/807) and [#806](https://github.com/deckgo/deckdeckgo/pull/806))
20+
- improve dashboard navigation and style ([#788](https://github.com/deckgo/deckdeckgo/pull/788))
21+
- use user store to create author slide ([#787](https://github.com/deckgo/deckdeckgo/pull/787))
22+
- code editable attribute was sometimes missing ([#784](https://github.com/deckgo/deckdeckgo/pull/784))
623

724
<a name="1.5.0"></a>
825

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