Files
textual/docs/blog/posts/release0-15-0.md
Will McGugan a3887dfcbb new release (#2040)
* new release

* reword [skip ci]
2023-03-13 15:48:41 +00:00

1.5 KiB

draft, date, categories, title, authors
draft date categories title authors
false 2023-03-13
Release
Textual 0.15.0 adds a tabs widget
willmcgugan

Textual 0.15.0 adds a tabs widget

We've just pushed Textual 0.15.0, only 4 days after the previous version. That's a little faster than our typical release cadence of 1 to 2 weeks.

What's new in this release?

The highlight of this release is a new Tabs widget to display tabs which can be navigated much like tabs in a browser. Here's a screenshot:

--8<-- "docs/blog/images/tabs_widget.svg"

In a future release, this will be combined with the ContentSwitcher widget to create a traditional tabbed dialog. Although Tabs is still useful as a standalone widgets.

!!! tip

I like to tweet progress with widgets on Twitter. See the [#textualtabs](https://twitter.com/search?q=%23textualtabs&src=typeahead_click) hashtag which documents progress on this widget.

Also in this release is a new LoadingIndicator widget to display a simple animation while waiting for data. Here's a screenshot:

--8<-- "docs/blog/images/loading_indicator.svg"

As always, see the release notes for the full details on this update.

If you want to talk about these widgets, or anything else Textual related, join us on our Discord server.