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

Commit b0ec03c

Browse files
feat: display presentation in 16/9 and refactor fullscreen options container name
1 parent 5d7ca7c commit b0ec03c

4 files changed

Lines changed: 21 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 8.0.0
2+
3+
### Features
4+
5+
- display presentation in a 16/9 container if windowed and not `papyrus`
6+
7+
### Refactor
8+
9+
- fullscreen options container renamed from `navigation` to `fullscreen-menu`
10+
111
# 7.2.1
212

313
### Fix

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "studio-kit",
3-
"version": "7.2.1",
3+
"version": "8.0.0",
44
"description": "Made with DeckDeckGo, the web open source editor for presentations",
55
"homepage": "https://deckdeckgo.com",
66
"scripts": {
@@ -36,7 +36,7 @@
3636
"@deckdeckgo/demo": "^2.0.1",
3737
"@deckdeckgo/drag-resize-rotate": "^2.0.1",
3838
"@deckdeckgo/highlight-code": "^2.5.1",
39-
"@deckdeckgo/kit": "^2.1.0",
39+
"@deckdeckgo/kit": "^3.0.0",
4040
"@deckdeckgo/lazy-img": "^3.0.0",
4141
"@deckdeckgo/markdown": "^2.0.1",
4242
"@deckdeckgo/math": "^2.0.3",

src/index.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,11 @@
135135
</ion-header>
136136

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

140-
</deckgo-deck>
141+
</deckgo-deck>
142+
</main>
141143

142144
<deckgo-remote></deckgo-remote>
143145

@@ -154,7 +156,7 @@
154156
</ion-content>
155157
</div>
156158

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

0 commit comments

Comments
 (0)