Skip to content

Releases: Starmapo/flixel-text-input

v2.0.2

24 Jan 21:02
Compare
Choose a tag to compare

2.0.2 - 2024-01-24

Changed

  • Slightly optimized FlxUITextInput.resize and added comment to clarify what it resizes

Fixed

  • Fixed compile errors with FlxUITextInput and the samples when using HaxeFlixel 5.3.1 or older
  • Fixed crash from _currentCamera being destroyed
  • Fixed vertical-stacked stepper not being visible in flixel-ui sample

v2.0.1

27 Dec 14:26
Compare
Choose a tag to compare

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)

v2.0.0

23 Dec 01:12
Compare
Choose a tag to compare

2.0.0 - 2023-12-22

Added

  • pointerEnabled variable to FlxTextInput

Changed

  • Set Dead Code Elimination to "full" in sample projects
  • Internal: Simplified removing event listeners in CustomTextField

Removed

  • flixel.addons.text.FlxUITextInput (deprecated class)

Fixed

  • Fixed a bug in HaxeUI where the text input wouldn't gain focus if its background was pressed
  • Fixed compatibility issues with flixel 4.11.0 and lime 7.9.0

v1.1.0

08 Dec 03:01
Compare
Choose a tag to compare

1.1.0 - 2023-12-07

Added

  • flixel.addons.text.ui.FlxUINumericStepper: A recreation of the "flixel-ui" numeric stepper that uses this library's text input
  • Added "basic" and "flixel-ui" sample projects

Changed

  • Moved FlxUITextInput to the flixel.addons.text.ui package.

Fixed

  • Fixed a crash when text is null in the FlxTextInput constructor.
  • Fixed a bug with touch input.

v1.0.0

04 Dec 22:50
Compare
Choose a tag to compare

Initial release.