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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,11 +14,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
14
14
-`get_content_height` will now return 0 if the renderable is Falsey https://github.com/Textualize/textual/pull/4617
15
15
- Buttons may not be pressed within their "active_effect_duration" to prevent inadvertent activations https://github.com/Textualize/textual/pull/4621
16
16
-`Screen.dismiss` is now a noop if the screen isn't active. Previously it would raise a `ScreenStackError`, now it returns `False`. https://github.com/Textualize/textual/pull/4621
17
-
- Increased window for escape processing to 100ms
17
+
- Increased window for escape processing to 100ms https://github.com/Textualize/textual/pull/4625
18
+
- Tooltips are now hidden when any key is pressed https://github.com/Textualize/textual/pull/4625
18
19
19
20
### Added
20
21
21
22
- Added `Screen.is_active`
23
+
- Added `tooltip` parameter to input widgets https://github.com/Textualize/textual/pull/4625
0 commit comments