Skip to content

v0.14.0

Latest
Compare
Choose a tag to compare
@sayanarijit sayanarijit released this 05 Jul 11:13
5519e31

What's Changed

Author note:
This reverts ratatui dependency back to 0.29 (stable) from 0.30-alpha.
People still have the option to use it with any version of ratatui by using crossterm feature with no default feature.
Use: tui-input = {version = "0.14.0", features = ["crossterm"], default-features = false}
Example: cargo run --example crossterm_input --features crossterm --no-default-features

New Contributors

Full Changelog: v0.12.1...v0.14.0