Releases: sirfuzzalot/textual-inputs
Releases · sirfuzzalot/textual-inputs
v0.2.6
v0.2.5
- add support for one-line syntax highlighting in TextInput
- update docs for syntax highlighting
v0.2.4
- support for creating custom message names for on change and on focus events within inputs.
- patch bug 🐞  in IntegerInputwhere up and down keys did not register on change events
- bump version of textual to latest 🔡
v0.2.1
- pin textualdependency to>=0.1.10<0.2to prevent Textual Inputs from breaking on Textualv0.2release
v0.2.0
- Unicode support for TextInput
- Python 3.7 🐍 support
v0.1.2
- add TextInput 🔡
- add IntegerInput 🔢
- add example form application