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.oggif needed.
- Added
loadcontentplugin - Plugins now work in strict mode
- In
animateplugin, external svgs must now be loaded withloadcontentplugin. Thus,data-srcis no longer supported to load external svg files to be animated. To migrate old animations add theloadcontentplugin 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
anythingplugin - Removed deprecated buttons from
chalkboardplugin (usecustomcontrolsplugin instead) - Removed deprecated buttons from
questionsplugin (usecustomcontrolsplugin instead) - Removed
embed-tweetplugin,loadcontentplugin 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.