Skip to content

Gooey 2.0

Compare
Choose a tag to compare
@britzl britzl released this 09 Dec 20:36
· 149 commits to master since this release

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.