Britzl Gooey Versions Save

Defold GUI system

9.1.0

3 years ago

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

9.0.0

3 years ago

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

8.1.1

3 years ago

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

8.1.0

3 years ago

FIX: Clear out stale data from list items if the list size changes NEW: Prevent scroll of list items if all items are visible

8.0.2

3 years ago

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

8.0.1

3 years ago

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

8.0.0

4 years ago

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.

7.5.2

4 years ago

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

7.5.1

4 years ago

FIX: Missing nil check when using new use_marked_text option

7.5.0

4 years ago

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