Skip to content

Releases: sayanarijit/tui-input

v0.11.0

25 Oct 08:43
a0eca90
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.1...v0.11.0

v0.10.1

26 Aug 09:29
0813f9f
Compare
Choose a tag to compare

What's Changed

  • add ALT-BACKSPACE to crossterm's to_input_request by @micielski in #23

New Contributors

Full Changelog: v0.10.0...v0.10.1

v0.10.0

08 Aug 08:03
18ec93b
Compare
Choose a tag to compare

What's Changed

  • feat: migrate from crossterm to ratatui::crossterm by @p0kR in #22

New Contributors

  • @p0kR made their first contribution in #22

Full Changelog: v0.9.0...v0.10.0

v0.9.0

29 Jun 11:19
114a5d6
Compare
Choose a tag to compare
  • termion update: termion: 2.0 -> 4.0
  • Other dependencies minor and patch updates.

v0.8.0

07 Aug 17:08
19107bc
Compare
Choose a tag to compare

Dependency updates.

Breaking change: See crossterm breaking changes, specifically tui_input::backend::crossterm::write will return std::io::Result instead of crossterm::Result.

v0.7.1

23 May 09:30
v0.7.1
8680ca4
Compare
Choose a tag to compare

v0.7.0

22 Mar 12:08
3ad9536
Compare
Choose a tag to compare
  • Updated dependencies.
  • Replaced the tui-rs example with ratatui example.

v0.6.1

13 Nov 11:15
Compare
Choose a tag to compare
  • Added new method visual_cursor to make it easy for handling multispace characters (Japanese, Chinese) better in tui-rs ~ by @Elvyria.
  • Added visual_scroll to accompany visual_cursor in tui-rs ~ @sayanarijit.
  • Updated tui-rs example ~ by @sayanarijit & @Elvyria.

v0.6.0

04 Oct 04:17
Compare
Choose a tag to compare
  • BREAKING: Crossterm backend's to_input_request() now takes a reference instead of an owned event.
  • Added EventHandler trait in each backend to enable passing events directly to input.handle_event() instead of using to_input_request().
  • Updated dependencies.

v0.5.1

10 Sep 16:55
Compare
Choose a tag to compare

Added support more termion keys.

See this release for crossterm: v0.5.0