Releases: britzl/gooey
Releases · britzl/gooey
Gooey 3.1.2
FIX: Return key on HTML5 generates a carriage return that should be ignored
Gooey 3.1.1
FIX: List item fix for RPG theme
Gooey 3.1
Gooey 3.0
Gooey 2.1.2
FIX: Trailing whitespace weren't measured properly causing the cursor to get an incorrect position. Thanks @nicloay
Gooey 2.1.1
FIX: Detect reload and clear state if this has happened
Gooey 2.1
Gooey 2.0
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
.