Digits Widget
Some fixes, and a new Digits widget
Screen.Recording.2023-08-15.at.17.12.11.mov
[0.33.0] - 2023-08-15
Fixed
- Fixed unintuitive sizing behaviour of TabbedContent #2411
- Fixed relative units not always expanding auto containers #3059
- Fixed background refresh #3055
- Fixed
SelectionList.clear_options#3075 MouseMoveevents bubble up from widgets.AppandScreenreceiveMouseMoveevents even if there's no Widget under the cursor. #2905
Added
- Added an interface for replacing prompt of an individual option in an
OptionList#2603 - Added
DirectoryTree.reload_nodemethod #2757 - Added widgets.Digit #3073
- Added
BORDER_TITLEandBORDER_SUBTITLEclassvars to Widget #3097
Changed
- DescendantBlur and DescendantFocus can now be used with @on decorator