mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Anticipate SelectionList making it into 0.27.0
This commit is contained in:
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
### Added
|
||||
|
||||
- `work` decorator accepts `description` parameter to add debug string https://github.com/Textualize/textual/issues/2597
|
||||
- Added `SelectionList` widget https://github.com/Textualize/textual/pull/2652
|
||||
|
||||
### Changed
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# SelectionList
|
||||
|
||||
!!! tip "Added in version 0.??.0"
|
||||
!!! tip "Added in version 0.27.0"
|
||||
|
||||
A widget for showing a vertical list check boxes.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user