State version of widget addition in docs. (#2144)

* State version of widget addition in docs.

Related issues: #2133

* Fix ListX version info.

* Retroactively update changelog.
This commit is contained in:
Rodrigo Girão Serrão
2023-03-27 22:32:18 +01:00
committed by GitHub
parent a69b863005
commit d787f61090
16 changed files with 32 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
# Widget
!!! tip "Added in version x.y.z"
Widget description.
- [ ] Focusable

View File

@@ -1,5 +1,7 @@
# Checkbox
!!! tip "Added in version 0.13.0"
A simple checkbox widget which stores a boolean value.
- [x] Focusable

View File

@@ -1,5 +1,7 @@
# ContentSwitcher
!!! tip "Added in version 0.14.0"
A widget for containing and switching display between multiple child
widgets.

View File

@@ -1,5 +1,7 @@
# Label
!!! tip "Added in version 0.5.0"
A widget which displays static text, but which can also contain more complex Rich renderables.
- [ ] Focusable

View File

@@ -1,5 +1,7 @@
# ListItem
!!! tip "Added in version 0.6.0"
`ListItem` is the type of the elements in a `ListView`.
- [ ] Focusable

View File

@@ -1,5 +1,7 @@
# ListView
!!! tip "Added in version 0.6.0"
Displays a vertical list of `ListItem`s which can be highlighted and selected.
Supports keyboard navigation.

View File

@@ -1,5 +1,7 @@
# LoadingIndicator
!!! tip "Added in version 0.15.0"
Displays pulsating dots to indicate when data is being loaded.
- [ ] Focusable

View File

@@ -1,5 +1,7 @@
# Markdown
!!! tip "Added in version 0.11.0"
A widget to display a Markdown document.
- [x] Focusable

View File

@@ -1,5 +1,7 @@
# MarkdownViewer
!!! tip "Added in version 0.11.0"
A Widget to display Markdown content with an optional Table of Contents.
- [x] Focusable

View File

@@ -1,5 +1,6 @@
# Placeholder
!!! tip "Added in version 0.6.0"
A widget that is meant to have no complex functionality.
Use the placeholder widget when studying the layout of your app before having to develop your custom widgets.

View File

@@ -1,5 +1,7 @@
# RadioButton
!!! tip "Added in version 0.13.0"
A simple radio button which stores a boolean value.
- [x] Focusable

View File

@@ -1,5 +1,7 @@
# RadioSet
!!! tip "Added in version 0.13.0"
A container widget that groups [`RadioButton`](./radiobutton.md)s together.
- [ ] Focusable

View File

@@ -1,5 +1,7 @@
# TabbedContent
!!! tip "Added in version 0.16.0"
Switch between mutually exclusive content panes via a row of tabs.
- [x] Focusable

View File

@@ -1,5 +1,7 @@
# Tabs
!!! tip "Added in version 0.15.0"
Displays a number of tab headers which may be activated with a click or navigated with cursor keys.
- [x] Focusable

View File

@@ -1,5 +1,7 @@
# Tree
!!! tip "Added in version 0.6.0"
A tree control widget.
- [x] Focusable