Skip to content

v2.0.1

Compare
Choose a tag to compare
@Starmapo Starmapo released this 27 Dec 14:26

2.0.1 - 2023-12-26

Changed

  • Internal: Moved focus handling and _currentCamera variable from FlxTextInput to FlxBaseTextInput
  • Internal: Removed dispatch argument from onFocusInHandler, use checkForFocus instead to check for focus without dispatching onFocusGained

Fixed

  • OpenFL events dispatched for a text input with focus are now dispatched for the stage
    • Flixel key bindings (volume up/down, debugger toggle, etc.) are now disabled while a text input has focus, since keyboard events are now dispatched for the stage
  • Fixed text input having a single empty character when passing null or empty text in the constructor
  • Fixed FlxUINumericStepper having no package declared if "flixel-ui" isn't installed (#1)