Releases: SpringRoll/SpringRollContainer
Releases · SpringRoll/SpringRollContainer
2.4.3
- Removed
focusApp()
call fromPausePlugin.init()
which could lead to race conditions with page focus
2.4.2
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
Fixed PausePlugin focus management so game pauses/unpauses properly on load
2.4.1 - Release Candidate
- Fixed PausePlugin focus management so game pauses/unpauses properly on load
2.4.0
- Added
manageOwnVisibility
flag to the PausePlugin to make turning off visibility/focus management easier
2.3.4
- 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
Bumped ansi-regex dependency from 3.0.0 to 3.0.1
2.3.2
Fix bug with UserDataPlugin function parameter names
2.3.1
- replaced
return
withcontinue
in set up plugin function to fix plugin preload bug
2.3.0
- Added context object to Container to allow data sharing between Container and plugins
- Bumped karma dependency from 5.2.3 to 6.3.14