Skip to content

Releases: sirfuzzalot/textual-inputs

v0.2.6

12 Jun 01:06
9daf42f

Choose a tag to compare

  • #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

v0.2.5

06 Feb 21:35
8404bd8

Choose a tag to compare

  • add support for one-line syntax highlighting in TextInput
  • update docs for syntax highlighting

v0.2.4

10 Jan 01:20
48b20f1

Choose a tag to compare

  • 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 🔡

v0.2.1

01 Jan 17:18
a52b889

Choose a tag to compare

  • pin textual dependency to >=0.1.10<0.2 to prevent Textual Inputs from breaking on Textual v0.2 release

v0.2.0

18 Dec 19:58
b2e7e79

Choose a tag to compare

  • Unicode support for TextInput
  • Python 3.7 🐍 support

v0.1.2

08 Sep 03:31

Choose a tag to compare

  • add TextInput 🔡
  • add IntegerInput 🔢
  • add example form application