v7.1.0
Textualize/textualv7.1.0Jan 10, 2026by willmcgugan
AI Summary
This release fixes a rendering refresh issue and introduces a new `Widget.BLANK` utility designed to optimize the rendering of large, scrolling containers.
Key Highlights
- Fixed a missing refresh issue
- Added `Widget.BLANK` to optimize rendering for large scrolling containers
New Features
- `Widget.BLANK` widget
Full Release Notes
## [7.1.0] - 2026-01-10 ### Fixed - Fixed issue with missing refresh https://github.com/Textualize/textual/pull/6318 ### Added - Added Widget.BLANK which can optimize rendering of large widgets (typically containers that scroll) https://github.com/Textualize/textual/pull/6318