All Versions
33
Latest Version
Avg Release Cycle
56 days
Latest Release
1014 days ago

Changelog History
Page 4

  • v0.2.2 Changes

    May 06, 2018

    ๐Ÿ”‹ Features

    • Terminal implements Debug

    ๐Ÿ’ฅ Breaking Changes

    • ๐Ÿ‘‰ Use FnOnce instead of FnMut in Group::render
  • v0.2.1 Changes

    April 01, 2018

    ๐Ÿ”‹ Features

    • โž• Add AlternateScreenBackend in termion backend
    • โž• Add TermionBackend::with_stdout in order to let an user of the library provides its own termion struct
    • โž• Add tests and documentation for Buffer::pos_of
    • โœ‚ Remove leading whitespaces when wrapping text

    ๐Ÿ› Bug Fixes

    • Fix debug_assert in Buffer::pos_of
    • ๐Ÿ’… Pass the style of SelectableList to the underlying List
    • ๐Ÿ›  Fix missing character when wrapping text
    • ๐Ÿ›  Fix panic when specifying layout constraints
  • v0.2.0 Changes

    December 26, 2017

    โž• Added

    • โž• Add MouseBackend in termion backend to handle scroll and mouse events
    • โž• Add generic Item for items in a List

    ๐Ÿ”„ Changed

    • ๐Ÿ“‡ Rename TermionBackend to RawBackend (to distinguish it from the MouseBackend)
    • Generic parameters for List to allow passing iterators as items
    • Generic parameters for Table to allow using iterators as rows and header
    • Generic parameters for Tabs
    • ๐Ÿ“‡ Rename border bitflags to Borders

    • โœ… Run latest rustfmt on all sources

    โœ‚ Removed

    • โฌ‡๏ธ Drop log4rs as a dev-dependencies in favor of stderrlog