Skip to content

Releases: britzl/gooey

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

Gooey 9.1.0

28 Nov 23:24
Compare
Choose a tag to compare

CHANGE: Text in input nodes will no longer flow outside of the bounds of the text node

Gooey 9.0.0

17 Nov 11:38
84e92d8
Compare
Choose a tag to compare

BREAKING CHANGE: Moved themes to separate repositories to make the Gooey project cleaner, especially when used as a dependency.

Gooey 8.1.1

17 Nov 09:15
Compare
Choose a tag to compare

FIX: Return component data and state for newly created instances. (#61)

Gooey 8.1.0

25 Aug 09:02
Compare
Choose a tag to compare

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

31 Jul 12:15
Compare
Choose a tag to compare

FIX: The Input field config value empty_text was not used unless a theme was used

Gooey 8.0.1

23 Jun 19:08
Compare
Choose a tag to compare

FIX: Small bugfix in the Gooey core when generating a unique key using core.to_key()

Gooey 8.0.0

19 Oct 22:29
17a3116
Compare
Choose a tag to compare

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.