Skip to content

Releases: britzl/gooey

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

Gooey 9.1.3

22 Sep 20:48
Compare
Choose a tag to compare

FIX: Do not crash when no callback function is provided

Gooey 9.1.2

21 Sep 20:31
Compare
Choose a tag to compare

FIX: Scrollbar refresh function didn't pass the scrollbar instance as an argument

Gooey 9.1.1

02 Dec 07:38
Compare
Choose a tag to compare

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