Skip to content

Releases: veeso/tui-realm

tui-realm 0.4.1

11 Jun 09:54
Compare
Choose a tag to compare

0.4.1

Released on 11/06/2021

  • Fixed scrolltable not handling focus
  • Added with_highlight_str and with_max_scroll_step to scrolltable

tui-realm 0.4.0

07 Jun 10:28
Compare
Choose a tag to compare

0.4.0

Released on 07/06/2021

  • Another Prop API Update
    • Removed input_len and input_type from properties. Use own instead with new PropValue
    • Added Color and InputType to PropValue
    • Removed value from Props
    • Added own: key-value storage (HashMap<&'static str, PropPayload>) to store any value into properties.
  • Dependencies:
    • textwrap 0.14.0

tui-realm 0.3.2

04 Jun 20:52
Compare
Choose a tag to compare

0.3.2

Released on 04/06/2021

  • Updated Linked in PropPayload and Payload with a LinkedList

tui-realm 0.3.1

02 Jun 20:27
3170bb6
Compare
Choose a tag to compare

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

15 May 09:27
73c836e
Compare
Choose a tag to compare

0.3.0

Released on 15/05/2021

  • Changed PropValue API to be similiar to the Msg API. Now there are both PropPayload and PropValue as happens with Payload and Value
  • Fixed index behaviour for checkbox and radio on update

tui-realm 0.2.2

03 May 16:10
Compare
Choose a tag to compare

0.2.2

Released on 03/05/2021

  • Bumped tui-rs to 0.15.0

tui-realm 0.2.1

02 May 08:54
Compare
Choose a tag to compare

0.2.1

Released on 02/05/2021

  • Updated Payload API with Value

tui-realm 0.1.0

20 Apr 20:28
Compare
Choose a tag to compare

0.1.0

Released on 20/04/2021

  • First release