Releases: britzl/gooey
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
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.