Skip to content

v3.20.0-alpha.1 - Aug 11, 2021

Pre-release
Pre-release
Compare
Choose a tag to compare
@PhaserEditor2D PhaserEditor2D released this 11 Aug 06:11
· 1191 commits to master since this release

Pre-release v3.20.0-alpha.1 - Aug 11, 2021

Added

  • Nested prefabs:
    • Nested prefabs support.
    • Uses nullish operator (??) in prefab constructors.
    • Allows unlock the position of prefab instances. This change introduces a new scene format that is not compatible with previous versions of the editor.
  • Good bye prefab-awake & components-awake events. Welcome scene-awake.
    • Updates UserComponent.js templates.
  • Scene Editor: new Show Children In Outline parameter in the Children section.

Updated

  • Scene Editor: replaces the Container section by the Children section, and applies for Layer objects too.

Fixed

  • Scene Editor (BitmapText): fixes error when the font data isn't available in the cache.

Removed

  • Removes Parcel templates.