Skip to content

Releases: britzl/gooey

Gooey 10.5.2

15 Aug 22:50
Compare
Choose a tag to compare

FIX: Component id is not forced to a hash

Gooey 10.5.1

15 Aug 22:15
Compare
Choose a tag to compare

FIX: Dynamic list item index could become nan when initializing with an empty data set

Gooey 10.5.0

23 May 08:25
Compare
Choose a tag to compare

FIX: Updated to work with Defold 1.10.1

Gooey 10.4.1

09 Oct 20:34
10176f9
Compare
Choose a tag to compare

FIX: Fixed issue when measuring text containing trailing spaces
CHANGE: Improved performance when calculating visible characters in a text field

Thanks @wistpotion for the contributions!

Gooey 10.4.0

21 Jul 16:03
1309986
Compare
Choose a tag to compare

NEW: Added horizontal scrollbar support. Thank you @unindented !

Gooey 10.3.0

03 Jul 21:31
a655d3b
Compare
Choose a tag to compare

NEW: Dynamic lists now detect if the stencil node has changed in size and will adjust number of visible nodes accordingly.

Gooey 10.2.0

14 Mar 07:04
Compare
Choose a tag to compare

NEW: Added selected_now and deselected_now to the input component.

Gooey 10.1.0

14 Mar 06:27
a82024d
Compare
Choose a tag to compare

NEW: Added node_id to the returned state table for all components. Thanks @klaytonkowalski !

Gooey 10.0.0

18 Nov 13:32
Compare
Choose a tag to compare

BREAKING CHANGE: Lists now return the selected item structure instead of the item index. This simplifies things a lot when working with dynamic lists as there's not a 1:1 mapping between list item nodes and list items.

Gooey 9.1.4

22 Sep 21:37
Compare
Choose a tag to compare

FIX: Lists did not have an over state to indicate if mouse is over the list or not