Skip to content

Commit 9203d3b

Browse files
committed
Updated change log
1 parent 5601a76 commit 9203d3b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,16 @@
99
* Fixed issue with Render Texture tinting. Fix #3336 (thanks @rexrainbow)
1010
* Fixed Utils.String.Format (thanks @samme)
1111
* The Matter Debug Layer wouldn't clear itself in canvas mode. Fix #3345 (thanks @samid737)
12+
* TimerEvent.remove would dispatch the Timer event immediately based on the opposite of the method argument, making it behave the opposite of what was expected. It now only fires when requested (thanks @migiyubi)
13+
* The TileSprite Canvas Renderer did not support rotation, scaling or flipping. Fix #3231 (thanks @TCatshoek)
14+
* Fixed Group doesn't remove children from Scene when cleared with the `removeFromScene` argument set (thanks @iamchristopher)
1215

1316
### Updates
1417

1518
* The SceneManager.render will now render a Scene as long as it's in a LOADING state or higher. Before it would only render RUNNING scenes, but this precluded those that were loading assets.
1619
* A Scene can now be restarted by calling `scene.start()` and providing no arguments (thanks @migiyubi)
20+
* The class GameObject has now been exposed, available via `Phaser.GameObjects.GameObject` (thanks @rexrainbow)
21+
* A Camera following a Game Object will now take the zoom factor of the camera into consideration when scrolling. Fix #3353 (thanks @brandonvdongen)
1722

1823
## Version 3.2.0 - Kaori - 5th March 2018
1924

0 commit comments

Comments
 (0)