mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 12:43:26 +00:00
18 lines
932 B
Markdown
18 lines
932 B
Markdown
|
# Phaser 3 Change Log
|
||
|
|
||
|
## Version 3.1.2 - Onishi - 23rd February 2018
|
||
|
|
||
|
### Updates
|
||
|
|
||
|
* Hundreds of JSDoc fixes across the whole API.
|
||
|
* Tween.updateTweenData will now check to see if the Tween target still exists before trying to update its properties.
|
||
|
* If you try to use a local data URI in the Loader it now console warns instead of logs (thanks @samme)
|
||
|
|
||
|
### Bug Fixes
|
||
|
|
||
|
* The KeyCode `FORWAD_SLASH` had a typo and has been changed to `FORWARD_SLASH`. Fix #3271 (thanks @josedarioxyz)
|
||
|
* Fixed issue with vertex buffer creation on Static Tilemap Layer, causing tilemap layers to appear black. Fix #3266 (thanks @akleemans)
|
||
|
* Implemented Static Tilemap Layer scaling and Tile alpha support.
|
||
|
* Fixed issue with null texture on Particle Emitter batch generation. This would manifest if you had particles with blend modes on-top of other images not appearing.
|
||
|
* Added missing data parameter to ScenePlugin. Fixes #3810 (thanks @AleBles)
|