All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fixed space & arrow keys not being detected on HTML5
- Slightly optimized
FlxUITextInput.resize
and added comment to clarify what it resizes
- 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
- Internal: Moved focus handling and
_currentCamera
variable fromFlxTextInput
toFlxBaseTextInput
- Internal: Removed
dispatch
argument fromonFocusInHandler
, usecheckForFocus
instead to check for focus without dispatchingonFocusGained
- 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)
pointerEnabled
variable toFlxTextInput
- Set Dead Code Elimination to "full" in sample projects
- Internal: Simplified removing event listeners in
CustomTextField
flixel.addons.text.FlxUITextInput
(deprecated class)
- 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
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
- Moved
FlxUITextInput
to theflixel.addons.text.ui
package
- Fixed a crash when text is
null
in theFlxTextInput
constructor - Fixed a bug with touch input
- Everything (initial release)