Releases: britzl/gooey
Gooey 4.0.1
FIX: Argument mismatch for gooey.dynamic_list()
FIX: Documentation
Gooey 4.0.0
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
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
FIX: Return key on HTML5 generates a carriage return that should be ignored
Gooey 3.1.1
FIX: List item fix for RPG theme
Gooey 3.1
Gooey 3.0
Gooey 2.1.2
FIX: Trailing whitespace weren't measured properly causing the cursor to get an incorrect position. Thanks @nicloay
Gooey 2.1.1
FIX: Detect reload and clear state if this has happened