flixel v4.8.0 Release Notes

Release Date: 2020-07-02 // almost 4 years ago
  • ๐Ÿ†• New features:

    • 0๏ธโƒฃ FlxSplash: added muted (defaults to true on HTML5)
    • FlxBaseKeyList: added NONE (#2253)
    • ๐Ÿš€ FlxKeyManager: added released (#2253)
    • FlxGamepad:
      • added Switch Pro controller mappings (#2254)
      • added getInputLabel() (#2254)
    • ๐Ÿšš FlxText: added support for removing partial ranges in removeFormat() (#2256)

    ๐Ÿ›  Bugfixes:

    • ๐Ÿ›  FlxGamepad: fixed pressed not being true during the first justPressed frame (#2253)
    • ๐Ÿ›  FlxKeyManager: fixed anyPressed([ANY]) not working (#2253)

    ๐Ÿ”„ Changes and improvements:

    • ๐Ÿ›  Fixed Std.is() deprecation warnings with Haxe 4.2