Skip to content

Releases: SpringRoll/SpringRollContainer

2.4.3

03 Feb 13:29
00bfb36
Compare
Choose a tag to compare
  • Removed focusApp() call from PausePlugin.init() which could lead to race conditions with page focus

2.4.2

30 Dec 16:08
bf74da5
Compare
Choose a tag to compare

Fixed PausePlugin focus management so game pauses/unpauses properly on load

  • Same as 2.4.1 just bumping to publish to NPM

2.4.1

30 Dec 15:46
ee6b671
Compare
Choose a tag to compare

Fixed PausePlugin focus management so game pauses/unpauses properly on load

2.4.1 - Release Candidate

19 Dec 18:43
Compare
Choose a tag to compare
Pre-release
  • Fixed PausePlugin focus management so game pauses/unpauses properly on load

2.4.0

05 Jul 14:21
b67b51e
Compare
Choose a tag to compare
  • Added manageOwnVisibility flag to the PausePlugin to make turning off visibility/focus management easier

2.3.4

09 Jun 19:43
2145070
Compare
Choose a tag to compare
  • Bumped path-parse dependency from 1.0.6 to 1.0.7
  • Bumped glob-parent dependency from 5.1.1 to 5.1.2

2.3.3

05 May 21:01
f56bc68
Compare
Choose a tag to compare

Bumped ansi-regex dependency from 3.0.0 to 3.0.1

2.3.2

14 Apr 20:36
a60eb9d
Compare
Choose a tag to compare

Fix bug with UserDataPlugin function parameter names

2.3.1

10 Mar 19:47
f9cf58c
Compare
Choose a tag to compare
  • replaced return with continue in set up plugin function to fix plugin preload bug

2.3.0

03 Mar 14:51
756c551
Compare
Choose a tag to compare
  • Added context object to Container to allow data sharing between Container and plugins
  • Bumped karma dependency from 5.2.3 to 6.3.14