Skip to content

Releases: rajgoel/reveal.js-plugins

Plugins for reveal.js 4.2 and higher

08 Nov 12:36
Compare
Choose a tag to compare

Bugfixes

  • Fix for audio recorder

Plugins for reveal.js 4.2 and higher

04 Oct 09:06
Compare
Choose a tag to compare

New features

  • Added support for changing playback rate of audio: #148

Breaking changes

  • Default audio suffix is now .webm. Expicitly set config parameter back to .ogg if needed.

Plugins for reveal.js 4.2 and higher

19 Sep 13:33
Compare
Choose a tag to compare

A plugin collection for reveal.js 4.2 and higher

Changes:

  • Fixes for styles, in particular, for the chalkboard plugin

v4.2.2

14 Sep 20:05
Compare
Choose a tag to compare

Plugins for reveal.js 4.2 and higher Latest

A plugin collection for reveal.js 4.2 and higher

New features

  • Added sponge to palette
  • Provided minimal.html loading reveal.js from CDN

Plugins for reveal.js 4.2 and higher

06 Sep 14:59
82888f7
Compare
Choose a tag to compare

A plugin collection for reveal.js 4.2 and higher

New features

  • Added loadcontent plugin
  • Plugins now work in strict mode

Breaking changes

  • In animate plugin, external svgs must now be loaded with loadcontent plugin. Thus, data-src is no longer supported to load external svg files to be animated. To migrate old animations add the loadcontent plugin and replace
<div data-animate data-src="graphics.svg">
<!-- External svg file to be animated will be added here -->
</div>

by

<div data-animate data-load="graphics.svg">
<!-- External svg file to be animated will be added here -->
</div>
  • Removed deprecated config from anything plugin
  • Removed deprecated buttons from chalkboard plugin (use customcontrols plugin instead)
  • Removed deprecated buttons from questions plugin (use customcontrols plugin instead)
  • Removed embed-tweet plugin, loadcontent plugin can be used instead
  • Seminar plugin now works with socket.io v4.6.1: Make sure to update seminar server and client library, e.g., by using
<script src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/4.6.1/socket.io.js"></script>

Plugins for reveal.js 4.1.+

30 Sep 17:18
Compare
Choose a tag to compare

A plugin collection for reveal.js 4.1.+

Changes: Seminar-plugin now supports Wake Lock API to prevent mobile devices of particpants to fall asleep. Customcontrols-plugin now is collapsible for mobile devices in portrait orientation.

Breaking changes: In this release the customcontrols-plugin is completely rewritten and configuration has changed. Toggle buttons in chalkboard- and questions-plugin are now deprecated and customcontrols should be used instead.

Plugins for reveal.js 4.1.+

27 Sep 12:18
84d5341
Compare
Choose a tag to compare

A plugin collection for reveal.js 4.1.+

Changes: This release of the contains several fixes around the seminar-plugin. In particular, the chalkboard-plugin has received a number of changes.

Breaking changes: Previously saved chalkboard drawings are no longer compatible with this release.

Plugins for reveal.js 4.1.+

28 May 10:14
Compare
Choose a tag to compare

A plugin collection for reveal.js 4.1.+

New

seminar plugin:

The seminar plugin provides interaction capabilities with other hosts and participants. Multiple hosts can control the slides of the reveal.js presentation and the audience can follow the slides on their own phone, tablet or laptop as they are presented. As the hosts navigate the slides, all client presentations will update in real time. The seminar plugin supports bidirectional between hosts and participants and can be used with other plugins.

poll plugin:

Presentations can include instant polls in which participants can select one of multiple choices and the overall results are shown, e.g., in a chart on another slide. This plugin can only be used with the seminar plugin.

questions plugin

Allows to collect questions for a Q&A, participants can ask questions and upvote questions that they want to be answered first. This plugin can only be used with the seminar plugin.

Changes

chalkboard plugin:

  • added color palette
  • added navigation through multiple chalkboard on the same slide
  • added support for the seminar plugin
  • added temporary storage for drawings
  • improved printout
  • several fixes

chart plugin:

  • removed chart.js from the repository and added instruction to load via CDN
  • fixed deep copy of options
  • compatibility with latest chart.js

anything plugin:

  • fixed deep copy of options

Plugins for reveal.js 4.1.0

19 Apr 17:29
Compare
Choose a tag to compare

This release provides all plugins based on reveal.js 4.1.0

Plugins for reveal.js 4.0.2 - alpha

11 Aug 15:15
426479b
Compare
Choose a tag to compare
Pre-release

This alpha release provides the plugins based on reveal.js 4.0.2. These plugins will not work with older versions of reveal.js.

Changelog