Releases: britzl/gooey
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
Gooey 9.1.3
FIX: Do not crash when no callback function is provided
Gooey 9.1.2
FIX: Scrollbar refresh function didn't pass the scrollbar instance as an argument
Gooey 9.1.1
FIX: Also limit input.text_width and input.total_width now that we do not allow input text to grow outside of text node bounds