This repository has been archived by the owner on Oct 13, 2021. It is now read-only.
v0.3.0
Pre-release
Pre-release
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!