Skip to content

The Nested Release

Compare
Choose a tag to compare
@willmcgugan willmcgugan released this 04 Jan 15:21
· 3484 commits to main since this release
b7f998a

Two highlights of this release, Textual CSS now supports nesting, and there is a new method for waiting on the result of screens.

Screenshot 2024-01-04 at 11 54 40 Screenshot 2024-01-03 at 14 10 56

There are also a few fixes. See below for the details...

[0.47.0] - 2024-01-04

Fixed

  • Widget.move_child would break if before/after is set to the index of the widget in child #1743
  • Fixed auto width text not processing markup #3918
  • Fixed Tree.clear not retaining the root's expanded state #3557

Changed

  • Breaking change: Widget.move_child parameters before and after are now keyword-only #3896
  • Style tweak to toasts #3955

Added

  • Added textual.lazy #3936
  • Added App.push_screen_wait #3955
  • Added nesting of CSS #3946