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

Releases: deckgo/starter-kit

Slide QR code size

29 May 15:48
Compare
Choose a tag to compare

Fix

  • correct slide QR code size calculation

Themes for code

21 May 08:28
Compare
Choose a tag to compare

Features

  • theming for the code highlighter (terminal carbon)
  • update copy-webpack-plugin

Math

14 May 08:31
Compare
Choose a tag to compare

Features

  • add new component math
  • update all DeckDeckGo libs

Showcase Interactive Apps

07 May 17:25
Compare
Choose a tag to compare

Features

  • introduce new component demo to showcase interactive apps and websites

Split Template

03 May 10:23
Compare
Choose a tag to compare

Fix

  • update deck-utils for split column and font alignment in case of children

Fonts

01 May 14:15
Compare
Choose a tag to compare

Features

  • update deck-utils to improve fonts weight and size

Service worker cache opaque assets Edit

13 Apr 10:42
Compare
Choose a tag to compare

Fix

  • service worker cache Tenor and other opaque assets

More control over remote control connections

13 Apr 07:12
Compare
Choose a tag to compare

Breaking Changes

We have updated the Remote Control in order to make the presenter grant any remote connections.

This has for goal, if you would have the remote option enabled, to make your content accessible only if you would accept it.

This is a breaking changes and therefore your deck has to be updated, if you want to continue to use the remote.

How to migrate:

  1. Update package.json to reflect the dependencies update of this repo

  2. Run npm install

  3. Overwrite the following files with these from this repo:

  1. Delete the following script:
  1. Add a new remote button as in index.html
<button id="remote" class="navigation ion-activatable">
    <ion-ripple-effect></ion-ripple-effect>
    <ion-icon name="phone-portrait-outline" aria-label="Open Remote" style="font-size: 1.4em;"></ion-icon>
</button>

To infinity and beyond 🚀

19 Mar 14:39
Compare
Choose a tag to compare

v1.0.0 - To infinity and beyond 🚀

Features

  • update dependencies

Small fixes

09 Mar 18:31
Compare
Choose a tag to compare

Features

  • service worker cache unsplash

Fix

  • template author social logo spacing
  • drag, resize and rotate improved (rotation reliability)