tui-go v0.4.0 Release Notes
Release Date: 2018-11-18 // almost 5 years ago-
No data yet ๐
You can check the official repo
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