tui-go v0.4.0 Release Notes

Release Date: 2018-11-18 // over 5 years ago

Previous changes from v0.3.0

  • ๐Ÿ”‹ Features

    • โž• Add scroll area (#52)
    • โž• Add readline functionality to Entry and TextEdit (#57)
    • โœ‚ Remove widget from Box (#65) โ€” thanks @HTechHQ!
    • โž• Add Length to Box (#72) โ€” thanks @taylorchu!
    • Clear Keybindings functionality (#92) โ€” thanks @raghuvanshy!

    โœจ Enhancements

    • โž• Add text getter method and update SizeHint to account for word wrapping (#53) โ€” thanks @cornfeedhobo!
    • ๐Ÿ›  Fix box insert out of range (#62) โ€” thanks @chyroc!
    • Implement whitespace preserving wordwrap (#68)
    • ๐Ÿ‘Œ Improve support for CJK (#69)
    • ๐Ÿ’… Make WithStyle behave as a stack (#78) โ€” thanks @cceckman!
    • โœ… Make TestSurface public (#79) โ€” thanks @cceckman!
    • โž• Add TestSurface accessor for decorations (#80) โ€” thanks @cceckman!
    • ๐Ÿ’… Make Styles inherit by default (#82) โ€” thanks @cceckman!
    • Reset Label's cached size hint on Resize (#84) โ€” thanks @cceckman!
    • ๐Ÿ‘‰ Make Box fill in its background (#89) โ€” thanks @cceckman!
    • ๐Ÿ›  Fix minor theme issues (#94)
    • ๐Ÿ‘ True color support (#96) โ€” thanks @d3nw0!

    ๐Ÿ› Bug fixes

    • Unicode characters break word wrapping (#90) โ€” thanks @cceckman!
    • โšก๏ธ Update docstring on Padder (#91) โ€” thanks @cceckman!
    • โšก๏ธ Make Update calls synchronous (#97) โ€” thanks @cceckman!