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

Commit

Permalink
feat: display presentation in 16/9 and refactor fullscreen options co…
Browse files Browse the repository at this point in the history
…ntainer name
  • Loading branch information
peterpeterparker committed Mar 28, 2021
1 parent 5d7ca7c commit b0ec03c
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 9 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 8.0.0

### Features

- display presentation in a 16/9 container if windowed and not `papyrus`

### Refactor

- fullscreen options container renamed from `navigation` to `fullscreen-menu`

# 7.2.1

### Fix
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "studio-kit",
"version": "7.2.1",
"version": "8.0.0",
"description": "Made with DeckDeckGo, the web open source editor for presentations",
"homepage": "https://deckdeckgo.com",
"scripts": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"@deckdeckgo/demo": "^2.0.1",
"@deckdeckgo/drag-resize-rotate": "^2.0.1",
"@deckdeckgo/highlight-code": "^2.5.1",
"@deckdeckgo/kit": "^2.1.0",
"@deckdeckgo/kit": "^3.0.0",
"@deckdeckgo/lazy-img": "^3.0.0",
"@deckdeckgo/markdown": "^2.0.1",
"@deckdeckgo/math": "^2.0.3",
Expand Down
8 changes: 5 additions & 3 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,11 @@
</ion-header>

<ion-content force-overscroll="false" style="position: relative; --overflow: hidden;">
<deckgo-deck id="slider" embedded="true">
<main>
<deckgo-deck id="slider" embedded="true">

</deckgo-deck>
</deckgo-deck>
</main>

<deckgo-remote></deckgo-remote>

Expand All @@ -154,7 +156,7 @@
</ion-content>
</div>

<ion-fab vertical="top" horizontal="end" slot="fixed" id="navigation">
<ion-fab vertical="top" horizontal="end" slot="fixed" id="fullscreen-menu">
<button id="slidePicker" class="navigation ion-activatable" aria-label="Jump to a particular slide">
<ion-ripple-effect></ion-ripple-effect>
<ion-icon src="{{DECKDECKGO_BASE_HREF}}assets/icons/ionicons/list.svg" aria-label="Jump to a particular slide"></ion-icon>
Expand Down

0 comments on commit b0ec03c

Please sign in to comment.