Skip to content

Releases: britzl/gooey

Gooey 4.0.1

23 Mar 07:55
Compare
Choose a tag to compare

FIX: Argument mismatch for gooey.dynamic_list()
FIX: Documentation

Gooey 4.0.0

23 Mar 07:44
Compare
Choose a tag to compare

NEW: gooey.dynamic_list(). Dynamic lists generate and reuse list items automatically. Perfect for showing large data sets.
CHANGE: gooey.list() is deprecated. Use gooey.static_list() instead.
CHANGE: The items table of a static list used to contain a list of gui nodes. This has changed so that each list item in the items list now is a table containing root (the root node of the item), nodes (currently unused) and index.

Gooey 3.2.0

19 Mar 13:36
Compare
Choose a tag to compare

NEW: Added support for initial states for radio buttons and checkboxes:

dirtylarry.checkbox("checkbox_id").check()
dirtylarry.radio("radio_id").select()

Gooey 3.1.2

04 Feb 22:05
Compare
Choose a tag to compare

FIX: Return key on HTML5 generates a carriage return that should be ignored

Gooey 3.1.1

21 Jan 20:33
Compare
Choose a tag to compare

FIX: List item fix for RPG theme

Gooey 3.1

20 Jan 20:44
Compare
Choose a tag to compare

FIX: Radiogroups weren't working properly
NEW: RPG theme

Gooey 3.0

24 Dec 23:16
Compare
Choose a tag to compare

FIX: List items outside the visible area of the list could be picked.

BREAKING CHANGE: gooey.list() now requires a new stencil_id argument (see documentation).

Gooey 2.1.2

09 Dec 21:39
9b3e9f5
Compare
Choose a tag to compare

FIX: Trailing whitespace weren't measured properly causing the cursor to get an incorrect position. Thanks @nicloay

Gooey 2.1.1

09 Dec 21:34
Compare
Choose a tag to compare

FIX: Detect reload and clear state if this has happened

Gooey 2.1

09 Dec 20:57
Compare
Choose a tag to compare

NEW: gooey.input() will now correctly ignore keyboard arrow keys.