Releases: SpringRoll/SpringRollContainer
Releases · SpringRoll/SpringRollContainer
2.0.2
- Adding a guide for authoring plugins
- Fixing a bug in the sound plugin
2.0.1
Fixing some core-js issues with ES6 imports.
2.0.0
A full rewrite of the SpringRollContainer, with new accessibility features, and ES6 and TypeScript support.
1.1.3
There was an issue with the Captions plugin that caused captionsMuted
to not work if there was no captionButton
configured. This is now resolved.
1.1.2
- Fixing Bellhop 2.0.0 support
- Locking Bellhop version down
1.1.1
Fixing a bug in the PausePlugin
that caused the container to err during the setup
call to the plugin. In short, some older devices don't support nodeList.forEach
so we reverted back to using a for
loop.
1.1.0
Allowing playOptions
to be passed through the query parameter, which will enable the application in the iframe to have access to playOptions
immediately (in the init
event)
1.0.0
Dropping jQuery support, officially releasing via npm
.
0.5.3
Fixed
- Fixed #1, no longer returning false for all document clicks, which was ignore other valid user interactions.
0.5.2
Fixed
- Removed listeners of the jQuery elements in the Container's destroy