- 32 patch crash for backspace in IntegerInput 🔢 - 31 update TextInput to support displaying text input that is greater than the width of the input. Text overflow. - 26 add py.typed to support `mypy`
0.2.5
- add support for one-line syntax highlighting in TextInput - update docs for syntax highlighting
0.2.4
- support for creating custom message names for on change and on focus events within inputs. - patch bug 🐞 in `IntegerInput` where up and down keys did not register on change events - bump version of textual to latest 🔡
0.2.1
- pin `textual` dependency to `>=0.1.10<0.2` to prevent Textual Inputs from breaking on Textual `v0.2` release
0.2.0
- Unicode support for TextInput - Python 3.7 🐍 support
0.1.2
- add TextInput 🔡 - add IntegerInput 🔢 - add example form application