Skip to content

Releases: britzl/gooey

Gooey 3.1.2

04 Feb 22:05
Compare
Choose a tag to compare

FIX: Return key on HTML5 generates a carriage return that should be ignored

Gooey 3.1.1

21 Jan 20:33
Compare
Choose a tag to compare

FIX: List item fix for RPG theme

Gooey 3.1

20 Jan 20:44
Compare
Choose a tag to compare

FIX: Radiogroups weren't working properly
NEW: RPG theme

Gooey 3.0

24 Dec 23:16
Compare
Choose a tag to compare

FIX: List items outside the visible area of the list could be picked.

BREAKING CHANGE: gooey.list() now requires a new stencil_id argument (see documentation).

Gooey 2.1.2

09 Dec 21:39
9b3e9f5
Compare
Choose a tag to compare

FIX: Trailing whitespace weren't measured properly causing the cursor to get an incorrect position. Thanks @nicloay

Gooey 2.1.1

09 Dec 21:34
Compare
Choose a tag to compare

FIX: Detect reload and clear state if this has happened

Gooey 2.1

09 Dec 20:57
Compare
Choose a tag to compare

NEW: gooey.input() will now correctly ignore keyboard arrow keys.

Gooey 2.0

09 Dec 20:36
Compare
Choose a tag to compare

BREAKING CHANGE: If you're using the predefined Kenney or Dirty Larry themes and the input() function then the last argument to kenney.input() and dirtylarry.input() have changed to an optional config table. Supports max_length and empty_text.

NEW: Added an optional config table as last argument to gooey.input(). Currently supports max_length.

Gooey 1.1

13 Oct 07:16
Compare
Choose a tag to compare

FIX: Issue with list item selection

Gooey 1.0

28 Sep 06:57
Compare
Choose a tag to compare

First public release