Releases: britzl/gooey
Gooey 10.5.2
Gooey 10.5.1
FIX: Dynamic list item index could become nan
when initializing with an empty data set
Gooey 10.5.0
FIX: Updated to work with Defold 1.10.1
Gooey 10.4.1
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
NEW: Added horizontal scrollbar support. Thank you @unindented !
Gooey 10.3.0
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
NEW: Added selected_now
and deselected_now
to the input component.
Gooey 10.1.0
NEW: Added node_id
to the returned state table for all components. Thanks @klaytonkowalski !
Gooey 10.0.0
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
FIX: Lists did not have an over
state to indicate if mouse is over the list or not