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 onSound
failing to stopSoundChannel
- Fixed memory leak in
TextField
if removed from stage while focused - Fixed memory leak in
Stage
when tracking double-click events - Fixed memory leak in
Stage
when settingfocus
property tonull
- Fixed missing translation of
'
when parsinghtmlText
onTextField
- 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
scrollRect
and Stage 3D scissor rect bounds when rendering - Fixed
download()
method onFileReference
when targeting HTML5 - Fixed
Socket
failing to detect closure from remote host - Fixed value of
clickCount
onMouseEvent
- Fixed unspecified behavior from
null
key inObjectPool
- Fixed many local variable types inferred incorrectly as
Dynamic
instead 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
-emulator
flag 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 whendisplay
is defined. - Fixed
Clipboard.text
incorrectly 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
null
keys 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.