mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 15:14:47 +00:00
Update CHANGELOG-v3.85.md
This commit is contained in:
parent
d0c23acccb
commit
86c91e65d0
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
* `TimelineEvent` has a new property called `tweenInstance`. If the Timeline event has a tween that has been activated, this will hold a reference to it.
|
* `TimelineEvent` has a new property called `tweenInstance`. If the Timeline event has a tween that has been activated, this will hold a reference to it.
|
||||||
* If you create a BitmapText with an invalid key it will now throw a runtime error. Previously it just issued a console warning and then crashed (thanks @samme)
|
* If you create a BitmapText with an invalid key it will now throw a runtime error. Previously it just issued a console warning and then crashed (thanks @samme)
|
||||||
* The console warnings when Audio files are missing/incorrect have been improved (thanks @samme)
|
* 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.
|
* The `requestVideoFrame` polyfill has been updated to the latest release, which should resolve some SSR framework issues. Fix #6776 (thanks @lantictac)
|
||||||
|
|
||||||
# Bug Fixes
|
# Bug Fixes
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue