Phaser v3.1.2 Release Notes

Release Date: 2018-02-23 // about 6 years ago
  • โšก๏ธ 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)