This repository has been archived by the owner on Feb 6, 2024. It is now read-only.
Releases: deckgo/starter-kit
Releases · deckgo/starter-kit
Slide QR code size
Fix
- correct slide QR code size calculation
Themes for code
Features
- theming for the code highlighter (terminal carbon)
- update
copy-webpack-plugin
Math
Features
- add new component
math
- update all DeckDeckGo libs
Showcase Interactive Apps
Features
- introduce new component
demo
to showcase interactive apps and websites
Split Template
Fix
- update deck-utils for split column and font alignment in case of children
Fonts
Features
- update deck-utils to improve fonts weight and size
Service worker cache opaque assets Edit
Fix
- service worker cache Tenor and other opaque assets
More control over remote control connections
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:
-
Update
package.json
to reflect the dependencies update of this repo -
Run
npm install
-
Overwrite the following files with these from this repo:
- Delete the following script:
- 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 🚀
v1.0.0 - To infinity and beyond 🚀
Features
- update dependencies
Small fixes
Features
- service worker cache unsplash
Fix
- template author social logo spacing
- drag, resize and rotate improved (rotation reliability)