You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-7Lines changed: 1 addition & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## Unreleased - 2025
9
9
10
-
### Changed
11
-
12
-
- Footer can now be scrolled horizontally without holding `shift`https://github.com/Textualize/textual/pull/5404
13
-
- The content of an `Input` will now only be automatically selected when the widget is focused by the user, not when the app itself has regained focus (similar to web browsers). https://github.com/Textualize/textual/pull/5379
14
-
-`Pilot.mouse_down` and `Pilot.mouse_up` now issue a prior `MouseMove` event, to more closely reflect real mouse actions. https://github.com/Textualize/textual/pull/5409
15
-
- Snapshots tests now discard meta, which should reduce test breaking with no visual differences https://github.com/Textualize/textual/pull/5409
16
-
17
10
### Added
18
11
19
12
- Added `Select.type_to_search` which allows you to type to move the cursor to a matching option https://github.com/Textualize/textual/pull/5403
@@ -46,6 +39,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
46
39
- Fixed Log widget not refreshing on resize https://github.com/Textualize/textual/pull/5460
47
40
- Fixed special case with calculating the height of a container where all children have dynamic heights https://github.com/Textualize/textual/pull/5463
0 commit comments