File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
17
17
- Fixed alignment not being applied when there are min and max limits on dimensions https://github.com/Textualize/textual/pull/5732
18
18
- Fixed issues with OptionList scrollbar not updating https://github.com/Textualize/textual/pull/5736
19
19
- Fixed allow_focus method not overriding ` can_focus() ` https://github.com/Textualize/textual/pull/5737
20
- - Fixed overlap of Input / TextArea selection with arbitrary text selection
20
+ - Fixed overlap of Input / TextArea selection with arbitrary text selection https://github.com/Textualize/textual/pull/5739
21
21
22
22
### Changed
23
23
@@ -30,8 +30,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
30
30
31
31
- Added ` TEXTUAL_DIM_FACTOR ` env var to set the opacity of the 'dim' ANSI attribute https://github.com/Textualize/textual/pull/5715
32
32
- ` notify() ` now accepts a ` markup ` parameter to disable rendering the message as markup https://github.com/Textualize/textual/pull/5719
33
- - Added ` Screen.text_selection_started_signal `
34
- - Added ` App.clear_selection() ` method to clear arbitrary text selection
33
+ - Added ` Screen.text_selection_started_signal ` https://github.com/Textualize/textual/pull/5739
34
+ - Added ` App.clear_selection() ` helper method to clear arbitrary text selection of active screen https://github.com/Textualize/textual/pull/5739
35
35
36
36
## [ 3.0.1] - 2025-04-01
37
37
You can’t perform that action at this time.
0 commit comments