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-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,13 +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
18
-
- Tooltips are now hidden when any key is pressed
17
+
- Increased window for escape processing to 100mshttps://github.com/Textualize/textual/pull/4625
18
+
- Tooltips are now hidden when any key is pressedhttps://github.com/Textualize/textual/pull/4625
19
19
20
20
### Added
21
21
22
22
- Added `Screen.is_active`
23
-
- Added `tooltip` parameter to input widgets
23
+
- Added `tooltip` parameter to input widgetshttps://github.com/Textualize/textual/pull/4625
0 commit comments