mirror of
https://github.com/photonstorm/phaser
synced 2025-02-16 14:08:28 +00:00
Update CHANGELOG.md
This commit is contained in:
parent
380cc422b2
commit
b64c85c25c
1 changed files with 1 additions and 0 deletions
|
@ -160,6 +160,7 @@ If you used any of them in your code, please update to the new function names be
|
|||
* `TransformMatrix.getYRound` is a new method that will return the Y component, optionally passed via `Math.round`.
|
||||
* The `KeyboardPlugin` no longer emits `keydown_` events. These were replaced with `keydown-` events in v3.15. The previous event string was deprecated in v3.20.
|
||||
* The `KeyboardPlugin` no longer emits `keyup_` events. These were replaced with `keyup-` events in v3.15. The previous event string was deprecated in v3.20.
|
||||
* The `ScaleManager.updateBounds` method is now called every time the browser fires a 'resize' or 'orientationchange' event. This will update the offset of the canvas element Phaser is rendering to, which is responsible for keeping input positions correct. However, if you change the canvas position, or visibility, via any other method (i.e. via an Angular route) you should call the `updateBounds` method directly, yourself.
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue