Releases: britzl/gooey
Gooey 9.1.0
CHANGE: Text in input nodes will no longer flow outside of the bounds of the text node
Gooey 9.0.0
BREAKING CHANGE: Moved themes to separate repositories to make the Gooey project cleaner, especially when used as a dependency.
Gooey 8.1.1
FIX: Return component data and state for newly created instances. (#61)
Gooey 8.1.0
FIX: Clear out stale data from list items if the list size changes
NEW: Prevent scroll of list items if all items are visible
Gooey 8.0.2
FIX: The Input field config value empty_text
was not used unless a theme was used
Gooey 8.0.1
FIX: Small bugfix in the Gooey core when generating a unique key using core.to_key()
Gooey 8.0.0
BREAKING CHANGE: The list component now takes a config table as additional argument before the click and refresh callbacks. See readme for new function signature.
NEW: The dynamic list has a carousel mode, ie it can wrap around its content and create an infinitely scrollable list of the assigned data.
Gooey 7.5.2
FIX: Script instance detection didn't work on all platforms
Gooey 7.5.1
FIX: Missing nil check when using new use_marked_text
option
Gooey 7.5.0
NEW: gooey.input() now has a use_marked_text
config value to control if marked text should be used or not