https://textual.textualize.io/blog/2023/03/13/textual-0150-adds-a-tabs-widget/
[0.15.0] - 2023-03-13
Fixed
- Fixed container not resizing when a widget is removed #2007
- Fixed issue where the horizontal scrollbar would be incorrectly enabled #2024
- Fixed
Pilot.click
not correctly creating the mouse events #2022 - Fixes issue where the horizontal scrollbar would be incorrectly enabled #2024
- Fixes for tracebacks not appearing on exit #2027
Added
Changed
- Breaking change: Renamed Widget.action and App.action to Widget.run_action and App.run_action
- Added
shift
,meta
andcontrol
arguments toPilot.click
.