Skip to content
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.

v0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@marcusolsson marcusolsson released this 04 Jan 20:15
· 38 commits to master since this 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!

Bug fixes

  • Unicode characters break word wrapping (#90) — thanks @cceckman!
  • Update docstring on Padder (#91) — thanks @cceckman!
  • Make Update calls synchronous (#97) — thanks @cceckman!