Skip to content

Releases: SpringRoll/SpringRollContainer

2.0.2

08 Sep 17:10
9da3688
Compare
Choose a tag to compare
  • Adding a guide for authoring plugins
  • Fixing a bug in the sound plugin

2.0.1

13 Aug 18:19
2aa6177
Compare
Choose a tag to compare

Fixing some core-js issues with ES6 imports.

2.0.0

24 Jul 19:20
Compare
Choose a tag to compare

A full rewrite of the SpringRollContainer, with new accessibility features, and ES6 and TypeScript support.

1.1.3

30 Jan 16:45
6f292da
Compare
Choose a tag to compare

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

11 Jul 15:25
1fc4c55
Compare
Choose a tag to compare
  • Fixing Bellhop 2.0.0 support
  • Locking Bellhop version down

1.1.1

09 Jul 17:00
Compare
Choose a tag to compare

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

29 Jun 15:30
Compare
Choose a tag to compare

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

29 May 18:47
c52f309
Compare
Choose a tag to compare

Dropping jQuery support, officially releasing via npm.

0.5.3

16 Dec 20:55
Compare
Choose a tag to compare

Fixed

  • Fixed #1, no longer returning false for all document clicks, which was ignore other valid user interactions.

0.5.2

11 Dec 16:48
Compare
Choose a tag to compare

Fixed

  • Removed listeners of the jQuery elements in the Container's destroy