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
* Cache.getFrame has a new `cache` parameter (that defaults to the Image cache, but can be changed to any other)
257
-
* Cache.getFrameCount has a new `cache` parameter (that defaults to the Image cache, but can be changed to any other)
258
-
* Cache.getFrameData has a new `cache` parameter (that defaults to the Image cache, but can be changed to any other)
259
-
* Cache.hasFrameData has a new `cache` parameter (that defaults to the Image cache, but can be changed to any other)
260
-
* Cache.getFrameByIndex has a new `cache` parameter (that defaults to the Image cache, but can be changed to any other)
261
-
* Cache.getFrameByName has a new `cache` parameter (that defaults to the Image cache, but can be changed to any other)
262
-
* Device.canPlayVideo now checks for `ogv` as a valid file extension for OGG video files (thanks @JB-Tellez#1928)
263
-
* Phaser.Sound will now automatically check the Cache to see if the audio file it is using is still there or not. If not then it will automatically called `Sound.destroy` on itself. If you do not desire this result then you should ensure that you undertake all house-keeping yourself, and properly destroy Sound objects _before_ calling `Cache.removeSound` (#1946)
253
+
* TypeScript definitions fixes and updates (thanks @clark-stevenson)
254
+
* JSDoc typo fixes (thanks )
264
255
265
256
### Bug Fixes
266
257
267
-
* DeviceButton would try to set `altKey`, `shiftKey` and `ctrlKey` even for Joypads (thanks @zatch#1939)
268
-
* Pointer.move would accidentally reset the `isDown` status of the Pointer on touch devices, which broke things like Sprite input events when built to native apps or run locally (#1932#1943)
269
-
* Pointer.onDown (and input enabled items like Buttons) would fail on FireFox / Linux and CocoonJS (#1944#1945)
270
258
271
259
For changes in previous releases please see the extensive [Version History](https://github.com/photonstorm/phaser/blob/master/CHANGELOG.md).
0 commit comments