Skip to content

The Tabs release

Compare
Choose a tag to compare
@willmcgugan willmcgugan released this 13 Mar 15:53
· 3838 commits to main since this release
a3887df

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

  • Added a LoadingIndicator widget #2018
  • Added Tabs Widget #2020

Changed

  • Breaking change: Renamed Widget.action and App.action to Widget.run_action and App.run_action
  • Added shift, meta and control arguments to Pilot.click.