Skip to content

Releases: britzl/gooey

Gooey 7.4.1

01 Jun 14:28
Compare
Choose a tag to compare

FIX: Static list item positioning broke in the previous release

Gooey 7.4.0

28 May 09:04
Compare
Choose a tag to compare

NEW: Horizontal list support. Thank you @paweljarosz !

Gooey 7.3.4

24 May 04:52
fe2e929
Compare
Choose a tag to compare

FIX: Crash in certain circumstances when setting text on input field

Gooey 7.3.3

24 May 04:20
Compare
Choose a tag to compare

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

24 May 04:17
Compare
Choose a tag to compare

FIX: Input text now properly handles UTF8 characters when calculating max length

Gooey 7.3.1

22 May 20:27
Compare
Choose a tag to compare

FIX: Don't accept a list item press if the list has scrolled.

Gooey 7.3.0

22 May 20:26
Compare
Choose a tag to compare

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

22 May 11:41
Compare
Choose a tag to compare

FIX: Issue with set_visible for scrollbars

Gooey 7.2.2

05 May 19:21
Compare
Choose a tag to compare

FIX: Issue since upgrade of LuaJIT in Defold

Gooey 7.2.1

22 Apr 09:04
Compare
Choose a tag to compare

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.