github Textualize/textual v0.6.0
Treemendous Redux

latest releases: v0.79.1, v0.79.0, v0.78.0...
21 months ago

See the blog post for the low down on this release.

[0.6.0] - 2022-12-11

Added

  • Added "inherited bindings" -- BINDINGS classvar will be merged with base classes, unless inherit_bindings is set to False
  • Added Tree widget which replaces TreeControl.
  • Added widget Placeholder #1200.

Changed

  • Rebuilt DirectoryTree with new Tree control.
  • Empty containers with a dimension set to "auto" will now collapse instead of filling up the available space.
  • Container widgets now have default height of 1fr.
  • The default width of a Label is now auto.

Fixed

  • Type selectors can now contain numbers #1253
  • Fixed visibility not affecting children #1313
  • Fixed issue with auto width/height and relative children #1319
  • Fixed issue with offset applied to containers #1256

Don't miss a new textual release

NewReleases is sending notifications on new releases.