You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -278,6 +278,7 @@ If you are an exceptional JavaScript developer and would like to join the Phaser
278
278
* Time.desiredFpsMult is a pre-calculated multiplier used in Game.update.
279
279
* Time.refresh updates the `Time.time` and `Time.elapsedMS` values and is called automatically by Game.update.
280
280
* DeviceButton was setting a `duration` property on itself, which went against the read only getter of duration (thanks @winstonwolff)
281
+
* Added Node.js v4 stable to Travis config (thanks @phillipalexander#2070)
281
282
282
283
### Bug Fixes
283
284
@@ -286,6 +287,7 @@ If you are an exceptional JavaScript developer and would like to join the Phaser
286
287
* When the Text width was being calculated it would add the `strokeThickness` value twice, causing an alignment offset (thanks @nickryall#2039)
287
288
* Sound.onEndedHandler has a fix for AudioBufferSourceNode listener memory leak (thanks @Pappa#2069)
288
289
* Game.update could call `updateLogic` multiple times in a single frame when catching up with slow device frame rates. This would cause Tweens to advance at twice the speed they should have done (thanks @mkristo)
290
+
* Added useCapture flags to removeEventListener in MSPointer class (thanks @pmcmonagle#2055)
289
291
290
292
For changes in previous releases please see the extensive [Version History](https://github.com/photonstorm/phaser/blob/master/CHANGELOG.md).
0 commit comments