image

Release Candidate 1 of Phaser 2.5.1 is now available for download. As usual you can get the pre-built files from the dev branch of the Phaser GitHub repo:

https://github.com/photonstorm/phaser/tree/dev/build

You can also read about what's changed in this release in the Change Log.

2.5.1 is a point release that is specifically aimed at bug fixes and minor updates. This includes fixes such as making Input work again on Graphics objects. Also updates such as the TilemapParser pulling in extra image data, new arguments to help render Text quicker in async processes, and various docs and TypeScript fixes.

Please grab the build files and give it a test. If you're using 2.5.0 already it should be an easy swap, with zero breaking changes to your code. If you have a clone of the Phaser repo then pull down the dev branch, and you'll find updated docs and TypeScript defs too.

Read More