Skip to content

Releases: britzl/gooey

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.

Gooey 7.5.2

08 Jul 06:01
Compare
Choose a tag to compare

FIX: Script instance detection didn't work on all platforms

Gooey 7.5.1

13 Jun 19:11
Compare
Choose a tag to compare

FIX: Missing nil check when using new use_marked_text option

Gooey 7.5.0

13 Jun 19:03
Compare
Choose a tag to compare

NEW: gooey.input() now has a use_marked_text config value to control if marked text should be used or not