Hey, everyone!
Grab the newest patch releases for both OpenFL and Lime from Haxelib to get the latest bug fixes.
haxelib install lime 8.1.3
haxelib install openfl 9.3.4
Changelog
OpenFL 9.3.4
- Fixed
close()method onSoundfailing to stopSoundChannel - Fixed memory leak in
TextFieldif removed from stage while focused - Fixed memory leak in
Stagewhen tracking double-click events - Fixed memory leak in
Stagewhen settingfocusproperty tonull - Fixed missing translation of
'when parsinghtmlTextonTextField - Fixed missing automatic
stopDrag()when object is removed from stage afterstartDrag() - Fixed missing exception when attempting to add a display object as a child of itself
- Fixed calculation of
scrollRectand Stage 3D scissor rect bounds when rendering - Fixed
download()method onFileReferencewhen targeting HTML5 - Fixed
Socketfailing to detect closure from remote host - Fixed value of
clickCountonMouseEvent - Fixed unspecified behavior from
nullkey inObjectPool - Fixed many local variable types inferred incorrectly as
Dynamicinstead of something more specific
Lime 8.1.3
- Fixed Unicode conversion issues with various APIs, including as clipboard, window text, file dialogs, and fonts.
- Fixed Android builds with the
-emulatorflag that broke when using newer Android SDKs. - Fixed “Could not link to neko” error message on macOS when lime.ndll is built with Xcode 15.
- Fixed system environment variables with the same name as common targets conflicting with other targets.
- Fixed
<echo/>and<log/>output confusing Haxe’s completion server. Now skipped whendisplayis defined. - Fixed
Clipboard.textincorrectly getting cleared to null when targeting HTML5. - Fixed integer value parsing in project.xml, including immediately reporting errors for invalid values.
- Fixed incorrect path discovery for NDLL files that found source directory instead.
- Fixed missing error message if HXP project class name does not match file name.
- Fixed unspecified behavior from
nullkeys inObjectPool. - Fixed some issues when running Haxe built natively for Apple Silicon.
- Fixed missing cancellation of vibration on Android when app is paused or destroyed.
- Fixed static linking of native curl library on macOS.
- Fixed deprecation warnings in Android Gradle builds.
