The first two numbers of the versioning scheme refer to the version of reveal.js
that was used for testing the plugins. The last number is a running index indicating the version of the plugin collection.
- ...
- Added support for changing playback rate of audio: #148
- Default audio suffix is now
.webm
. Explicitly set config parameter back to.ogg
if needed.
- Added
loadcontent
plugin - Plugins now work in strict mode
- 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>
- Last version before starting changelog.