Releases: britzl/gooey
Gooey 7.4.1
FIX: Static list item positioning broke in the previous release
Gooey 7.4.0
NEW: Horizontal list support. Thank you @paweljarosz !
Gooey 7.3.4
FIX: Crash in certain circumstances when setting text on input field
Gooey 7.3.3
FIX: Marked text when typing on device will get discarded if you click outside of the input field so that it loses focus
Gooey 7.3.2
FIX: Input text now properly handles UTF8 characters when calculating max length
Gooey 7.3.1
FIX: Don't accept a list item press if the list has scrolled.
Gooey 7.3.0
NEW: It's now possible to detect a long press on most components via the long_pressed
state variable. The long press minimum duration can be configured via the set_long_pressed_time(time)
on the component instance.
Gooey 7.2.3
FIX: Issue with set_visible for scrollbars
Gooey 7.2.2
FIX: Issue since upgrade of LuaJIT in Defold
Gooey 7.2.1
FIX: Defold 1.2.151 changed the way the script instance was set on the global table. This caused problems with detection of script/scene reload. This has now been fixed by using the new numeric script instance key.