File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2020- Added ` App.viewport_size ` https://github.com/Textualize/textual/pull/6105
2121- Added ` Screen.size ` https://github.com/Textualize/textual/pull/6105
2222
23+ ### Fixed
24+
25+ - Fixed issue where Segments with a style of ` None ` aren't rendered https://github.com/Textualize/textual/pull/6109
26+
2327## [ 6.1.0] - 2025-08-01
2428
2529### Added
Original file line number Diff line number Diff line change 2929from textual .reactive import var
3030from textual .renderables .gradient import LinearGradient
3131from textual .screen import ModalScreen , Screen
32- from textual .strip import Strip
33- from textual .widget import Widget
3432from textual .widgets import (
3533 Button ,
3634 Collapsible ,
You can’t perform that action at this time.
0 commit comments