mirror of
https://github.com/photonstorm/phaser
synced 2025-02-16 14:08:28 +00:00
Update CHANGELOG-v3.85.md
This commit is contained in:
parent
3529574fb3
commit
74adbcbc3f
1 changed files with 1 additions and 1 deletions
|
@ -19,6 +19,7 @@
|
|||
|
||||
# Updates
|
||||
|
||||
* MatterJS updated to 0.20.0 and integrated into Phaser. [Here are details about the update](MatterJS.md).
|
||||
* Calling `Timeline.pause` will now pause any currently active Tweens that the Timeline had started (thanks @monteiz)
|
||||
* Calling `Timeline.resume` will now resume any currently paused Tweens that the Timeline had started (thanks @monteiz)
|
||||
* Calling `Timeline.clear` and `Timeline.destroy` will now destroy any currently active Tweens that the Timeline had created. Previously, active tweens would continue to play to completion (thanks @monteiz)
|
||||
|
@ -27,7 +28,6 @@
|
|||
* The console warnings when Audio files are missing/incorrect have been improved (thanks @samme)
|
||||
* The `requestVideoFrame` polyfill has been updated to the latest release, which should resolve some SSR framework issues. Fix #6776 (thanks @lantictac)
|
||||
* `ScaleManager` listeners includes checks for the `screen.orientation` object and adds/removes a `change` eventListener method to handle screen orientation changes on mobile devices. The `orientationchange` event is still maintained for backwards compatibility. Fix #6837 (thanks @rexrainbow)
|
||||
* Updated MatterJS to 0.20.0
|
||||
|
||||
# Bug Fixes
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue