v6.7.0

Textualize/textualv6.7.0Nov 29, 2025by willmcgugan

AI Summary

Introduces new layout and content utilities, including content folding and loading widget methods.

Key Highlights

  • Added `GridLayout.max_column_width` for layout control.
  • Added `Content.fold` and `strip_control_codes` to Content constructors.
  • Added `Screen.get_loading_widget` method.

New Features

  • `GridLayout.max_column_width`
  • `Content.fold`
  • `strip_control_codes`
  • `Screen.get_loading_widget`

Full Release Notes

## [6.7.0] - 2025-11-29

### Added

- Added `GridLayout.max_column_width` https://github.com/Textualize/textual/pull/6228
- Added `Content.fold` https://github.com/Textualize/textual/pull/6238
- Added `strip_control_codes` to Content constructors https://github.com/Textualize/textual/pull/6238

### Changed 

- Added `Screen.get_loading_widget` which deferes to `App.get_loading_widget` https://github.com/Textualize/textual/pull/6228

### Fixed 

- Fixed `anchor` with `ScrollView` widgets https://github.com/Textualize/textual/pull/6228