Releases: veeso/tui-realm
Releases · veeso/tui-realm
tui-realm 0.4.1
0.4.1
Released on 11/06/2021
- Fixed scrolltable not handling focus
- Added
with_highlight_str
andwith_max_scroll_step
to scrolltable
tui-realm 0.4.0
0.4.0
Released on 07/06/2021
- Another Prop API Update
- Removed
input_len
andinput_type
from properties. Useown
instead with newPropValue
- Added
Color
andInputType
toPropValue
- Removed
value
fromProps
- Added
own
: key-value storage (HashMap<&'static str, PropPayload>
) to store any value into properties.
- Removed
- Dependencies:
textwrap
0.14.0
tui-realm 0.3.2
0.3.2
Released on 04/06/2021
- Updated
Linked
inPropPayload
andPayload
with aLinkedList
tui-realm 0.3.1
0.3.1
Released on 02/06/2021
- Fixed input cursor for UTF8 (multi-bytes characters) (issue 5)
- Added
Update
trait to ease update implementation
tui-realm 0.3.0
0.3.0
Released on 15/05/2021
- Changed
PropValue
API to be similiar to theMsg
API. Now there are bothPropPayload
andPropValue
as happens withPayload
andValue
- Fixed index behaviour for checkbox and radio on update
tui-realm 0.2.2
0.2.2
Released on 03/05/2021
- Bumped
tui-rs
to0.15.0
tui-realm 0.2.1
0.2.1
Released on 02/05/2021
- Updated Payload API with
Value
tui-realm 0.1.0
0.1.0
Released on 20/04/2021
- First release