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

Commit 0fe7ea9

Browse files
release: studio v1.0.0-beta.11
Signed-off-by: peterpeterparker <[email protected]>
1 parent 3253959 commit 0fe7ea9

File tree

4 files changed

+44
-2
lines changed

4 files changed

+44
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# [1.0.0-rc.20](https://github.com/deckgo/deckdeckgo/compare/v1.0.0-rc.19...v1.0.0-rc.20) (In progress)
33

44
### Applications
5+
* studio: v1.0.0-beta.11 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/studio/CHANGELOG.md))
56
* docs: v1.0.0-rc.9-5 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/docs/CHANGELOG.md))
67
* remote: v1.0.0-rc.2-6 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/remote/CHANGELOG.md))
78
* demo: v1.0.0-rc.4-9 ([CHANGELOG](https://github.com/deckgo/deckdeckgo-website/blob/master/CHANGELOG.md))

studio/CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
1+
<a name="1.0.0-beta.11"></a>
2+
# 1.0.0-beta.11 (2020-01-20)
3+
4+
### Features
5+
6+
* Google Fonts for the presentations ([#245](https://github.com/deckgo/deckdeckgo/issues/245))
7+
* private assets ([#585](https://github.com/deckgo/deckdeckgo/issues/585))
8+
* clone decks ([#582](https://github.com/deckgo/deckdeckgo/issues/582))
9+
* landing page ([#561](https://github.com/deckgo/deckdeckgo/issues/561))
10+
* share and embed presentations anywhere ([#359](https://github.com/deckgo/deckdeckgo/issues/359))
11+
* prevent javascript in input field with CSP rules ([#497](https://github.com/deckgo/deckdeckgo/issues/497))
12+
* in db, delete deck attributes instead of keep null values ([#587](https://github.com/deckgo/deckdeckgo/issues/587))
13+
* improve Youtube embed for play and pause ([#569](https://github.com/deckgo/deckdeckgo/pull/569))
14+
* load studio with the background color set to the color once loaded ([#567](https://github.com/deckgo/deckdeckgo/pull/567))
15+
* extract component `<deckgo-youtube/>` ([#565](https://github.com/deckgo/deckdeckgo/issues/565))
16+
* add new design options to slide "author" ([#558](https://github.com/deckgo/deckdeckgo/issues/558))
17+
* show handles in author slide ([#424](https://github.com/deckgo/deckdeckgo/issues/424))
18+
* add canvas desynchronized option ([#437](https://github.com/deckgo/deckdeckgo/issues/437))
19+
* ping on dack published ([#547](https://github.com/deckgo/deckdeckgo/pull/547))
20+
21+
### Accessibility
22+
23+
* toolbar options have no focus state ([#536](https://github.com/deckgo/deckdeckgo/issues/536))
24+
* swipe slide with tabs ([#581](https://github.com/deckgo/deckdeckgo/issues/581))
25+
* main menu has not enough contrast ([#554](https://github.com/deckgo/deckdeckgo/issues/554))
26+
* remote control text is not readable ([#545](https://github.com/deckgo/deckdeckgo/issues/545))
27+
* add issue templates for issues and pull requests ([#533](https://github.com/deckgo/deckdeckgo/issues/533) and [#546](https://github.com/deckgo/deckdeckgo/pull/546))
28+
* presentations should have better naming ([#535](https://github.com/deckgo/deckdeckgo/issues/535))
29+
* remove beta from urls ([#542](https://github.com/deckgo/deckdeckgo/pull/542))
30+
* links should have different styling (to distinguish from emphasised text) ([#537](https://github.com/deckgo/deckdeckgo/issues/537))
31+
32+
### Fix
33+
34+
* remove list of presentations from side menu ([#588](https://github.com/deckgo/deckdeckgo/issues/588))
35+
* navigation button padding-start incorrect ([#584](https://github.com/deckgo/deckdeckgo/issues/584))
36+
* add poll question to list of slides on "jump to slide" ([#598](https://github.com/deckgo/deckdeckgo/issues/598))
37+
* replace all platform icons with local icons ([#563](https://github.com/deckgo/deckdeckgo/issues/563))
38+
* svg are't lazy loaded in browser which support native loading ([#575](https://github.com/deckgo/deckdeckgo/issues/575))
39+
* screenshot not generated anymore ([#548](https://github.com/deckgo/deckdeckgo/issues/548))
40+
* correct typo noscript ([#539](https://github.com/deckgo/deckdeckgo/pull/539))
41+
142
<a name="1.0.0-beta.10"></a>
243
# 1.0.0-beta.10 (2019-12-04)
344

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.10",
3+
"version": "1.0.0-beta.11",
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)