Releases: rajgoel/reveal.js-plugins
Plugins for reveal.js 4.2 and higher
Plugins for reveal.js 4.2 and higher
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
A plugin collection for reveal.js 4.2 and higher
Changes:
- Fixes for styles, in particular, for the chalkboard plugin
v4.2.2
Plugins for reveal.js 4.2 and higher
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 withloadcontent
plugin. Thus,data-src
is no longer supported to load external svg files to be animated. To migrate old animations add theloadcontent
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 (usecustomcontrols
plugin instead) - Removed deprecated buttons from
questions
plugin (usecustomcontrols
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.+
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.+
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.+
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
This release provides all plugins based on reveal.js 4.1.0
Plugins for reveal.js 4.0.2 - alpha
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
- Keybinding are hardcoded in the plugins
- Removed mathsvg plugin
- Removed spreadsheet plugin
- Moved broadcast plugin to https://github.com/rajgoel/reveal.js-broadcast