changelog

This commit is contained in:
Will McGugan
2025-09-28 16:21:52 +01:00
parent 02fd2451cb
commit ce15ea1fa2

View File

@@ -24,12 +24,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Added `Screen.size` https://github.com/Textualize/textual/pull/6105
- Added `compact` to Binding.Group https://github.com/Textualize/textual/pull/6132
- Added `Screen.get_hover_widgets_at` https://github.com/Textualize/textual/pull/6132
- Added `Content.wrap`
- Added `Content.wrap` https://github.com/Textualize/textual/pull/6138
### Fixed
- Fixed issue where Segments with a style of `None` aren't rendered https://github.com/Textualize/textual/pull/6109
- Fixed visual glitches and crash when changing `DataTable.header_height` https://github.com/Textualize/textual/pull/6128
- Fixed TextArea.placeholder not handling multi-lines https://github.com/Textualize/textual/pull/6138
## [6.1.0] - 2025-08-01