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

Releases: deckgo/deckdeckgo

Start and Pause Youtube video

05 Dec 20:20
Compare
Choose a tag to compare

Features

  • add methods to start and pause video when using the Youtube template (#22)

slidesDidLoad event and extra background layer option

04 Dec 19:26
Compare
Choose a tag to compare

Features

  • emit an event with descriptions of all slides when the all deck and slides are loaded (#20)
  • add a new extra slot to the deck for an extra background layer (#21)

New template Gif and Youtube

02 Dec 20:25
Compare
Choose a tag to compare

Breaking Changes

  • "author" template, the property img-url has been renamed to img-src (#19)
  • "code" template, the property src-file has been renamed to src (#18)

Templates and components

  • add a new template and component to easily integrate Gifs (#12)
  • add a new template and component to easily integrate Youtube video (#12)

Add a new event slideToChange

28 Nov 11:07
Compare
Choose a tag to compare

Add a new event slideToChange in order to be able to subscribe to it and to communicate it between the app and the deck

Add options for the remote control automatic slide next and prev actions

28 Nov 09:57
Compare
Choose a tag to compare

Breaking changes

  • event slideNextStart renamed to slideNextDidChange (#90df088)
  • event slidePrevStart renamed to slidePrevDidChange (#90df088)

Features

  • add an option to not perform the inner slide animation on slideNext and slidePrev (#cd06c76)
  • add an option to not trigger slideStart events on slideNext and slidePrev (#cd56d20)

Fixed to Absolute

27 Nov 17:56
Compare
Choose a tag to compare

Fix

  • absolute is better suited than fixed if deckdeckgo is included in a not full screen page on Safari (20b164e)

Add features for the upcoming remote control

24 Nov 14:02
Compare
Choose a tag to compare

Features

  • add features for the remote controller (#15)

Fix

  • export missing deckdeckgo-slides.scss into the bundle (#14)

New template "author" and code highlighting

14 Nov 13:26
Compare
Choose a tag to compare

Templates

  • introduce a new template to let you introduce the author of the presentation (#9)

Features

  • highlight the code displayed with the related template using Prismjs (#4)

Fix

  • hide all lazy loaded images per default (#10)

Revert positioning

11 Nov 13:40
Compare
Choose a tag to compare

Revert

  • revert to a fixed position deck which gives better result across browsers (af53bd5)

Improvements for iOS

11 Nov 12:46
Compare
Choose a tag to compare

Fix

  • improve positioning and over scrolling on iOS (#8)