mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 13:13:43 +00:00
Changelog updated, preparing for 2.7.1 update
This commit is contained in:
parent
1d4cdbd56a
commit
c9e212ba4a
2 changed files with 24 additions and 0 deletions
|
@ -1,5 +1,17 @@
|
|||
# Change Log
|
||||
|
||||
## Version 2.7.1
|
||||
|
||||
### Updates
|
||||
|
||||
* TypeScript definitions fixes and updates (thanks @Aleksey-Danchin)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Phaser.AnimationParser.spriteSheet() now works like it is supposed to work (thanks @stoneman1, @qarlosh)
|
||||
* EarCut was not included in the build because of wrong path in grunt tasks. It should now work (thanks @stoneman1)
|
||||
* Some browsers uses CancelRequestAnimationFrame instead of CancelAnimationFrame and it is now fixed (thanks @stoneman1)
|
||||
|
||||
## Version 2.7.0 - "World's End" - 22nd November 2016
|
||||
|
||||
Phaser 2.7 is now released to the community to maintain. Please see the README for more details.
|
||||
|
|
|
@ -314,6 +314,18 @@ If you code with [TypeScript](http://www.typescriptlang.org/) there are comprehe
|
|||
![Change Log](http://phaser.io/images/github/div-change-log.png "Change Log")
|
||||
<a name="change-log"></a>
|
||||
|
||||
## Version 2.7.1
|
||||
|
||||
### Updates
|
||||
|
||||
* TypeScript definitions fixes and updates (thanks @Aleksey-Danchin)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Phaser.AnimationParser.spriteSheet() now works like it is supposed to work (thanks @stoneman1, @qarlosh)
|
||||
* EarCut was not included in the build because of wrong path in grunt tasks. It should now work (thanks @stoneman1)
|
||||
* Some browsers uses CancelRequestAnimationFrame instead of CancelAnimationFrame and it is now fixed (thanks @stoneman1)
|
||||
|
||||
## Version 2.7.0 - "World's End" - 22nd November 2016
|
||||
|
||||
### New Features
|
||||
|
|
Loading…
Reference in a new issue