Skip to content

Releases: SpringRoll/SpringRollContainer

2.2.5

04 Feb 15:13
3e2a0c3

Choose a tag to compare

  • Upgraded follow-redirects dependancy for security alert
  • Fixed error when reporting a plugin preload failure

2.2.4

04 Jun 16:25
6aa4ce6

Choose a tag to compare

Minor dependency version updates

2.2.3

21 May 14:41
931b606

Choose a tag to compare

Updated singlePlay response to not return an object containing the boolean, but just the boolean itself. This was done to match the format older springroll games were expecting.

2.2.2

05 May 12:35

Choose a tag to compare

  • Several documentation and comment fixes

1.1.5

27 Apr 15:22

Choose a tag to compare

  • Update version numbers across app to remove confusion in minified code

1.1.4

21 Apr 20:10

Choose a tag to compare

  • Fix SFX feature detection bug in SoundPlugin

2.2.1

04 Mar 21:40
5b94ef5

Choose a tag to compare

Updated socket.io to 2.4.1

2.2.0

19 Feb 19:58
b732d25

Choose a tag to compare

Added:

  • Fullscreen Plugin. Easily connect a button to make use of the FullScreen API
  • IndexedDB additions to the userdata class

2.1.0

15 Sep 16:00
1fc8930

Choose a tag to compare

  • A few README updates
  • Support for passing an Iframe to the container constructor:
const iframe = document.querySelector('iframe');
const container = new Container(iframe);

2.0.3

11 Sep 18:25
535131b

Choose a tag to compare

  • Switching over to GitHub actions
  • Fixing class toggling on audio buttons.