Skip to content

Commit e9de303

Browse files
committed
changelog
1 parent 2abba50 commit e9de303

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1717
- Fixed alignment not being applied when there are min and max limits on dimensions https://github.com/Textualize/textual/pull/5732
1818
- Fixed issues with OptionList scrollbar not updating https://github.com/Textualize/textual/pull/5736
1919
- 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
2121

2222
### Changed
2323

@@ -30,8 +30,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3030

3131
- Added `TEXTUAL_DIM_FACTOR` env var to set the opacity of the 'dim' ANSI attribute https://github.com/Textualize/textual/pull/5715
3232
- `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
3535

3636
## [3.0.1] - 2025-04-01
3737

0 commit comments

Comments
 (0)