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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,7 @@ Version 2.0.4 - "Mos Shirare" - in development
62
62
* TypeScript definitions fixes and updates (thanks @clark-stevenson)
63
63
* Timer has removed all use of local temporary vars in the core update loop.
64
64
* The Input.reset `hard` reset parameter is now passed down to the Keyboard and Key reset methods.
65
+
* AnimationManager.destroy now iterates through child animations calling destroy on all of them, avoiding a memory leak (thanks stauzs)
65
66
66
67
67
68
### New Features
@@ -80,6 +81,8 @@ Version 2.0.4 - "Mos Shirare" - in development
80
81
* The main Timer loop could incorrectly remove TimeEvent if a new one was added specifically during an event callback (thanks @garyyeap, fix #710)
81
82
* Fixed the use of the destroy parameter in Group.removeAll and related functions (thanks @AnderbergE, fix #717)
82
83
* P2.World.convertTilemap now correctly checks the collides parameter of the tiles as it converts them.
84
+
* Animation.destroy didn't correctly clear the onStart, onLoop and onComplete signals.
85
+
83
86
84
87
85
88
There is an extensive [Migration Guide](https://github.com/photonstorm/phaser/blob/master/resources/Migration%20Guide.md) available for those converting from Phaser 1.x to 2.x. In the guide we detail the API breaking changes and approach to our new physics system.
0 commit comments