mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Update the ChangeLog and the roadmap
This commit is contained in:
@@ -13,6 +13,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
- Added `App.batch_update` https://github.com/Textualize/textual/pull/1832
|
||||
- Added horizontal rule to Markdown https://github.com/Textualize/textual/pull/1832
|
||||
- Added `Widget.disabled` https://github.com/Textualize/textual/pull/1785
|
||||
- Added `Checkbox` https://github.com/Textualize/textual/pull/1872
|
||||
- Added `RadioButton` https://github.com/Textualize/textual/pull/1872
|
||||
- Added `RadioSet` https://github.com/Textualize/textual/pull/1872
|
||||
|
||||
### Changed
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@ Widgets are key to making user-friendly interfaces. The builtin widgets should c
|
||||
- [x] Buttons
|
||||
* [x] Error / warning variants
|
||||
- [ ] Color picker
|
||||
- [ ] Checkbox
|
||||
- [X] Checkbox
|
||||
- [ ] Content switcher
|
||||
- [x] DataTable
|
||||
* [x] Cell select
|
||||
@@ -70,7 +70,7 @@ Widgets are key to making user-friendly interfaces. The builtin widgets should c
|
||||
* [ ] Candlestick chars
|
||||
- [ ] Progress bars
|
||||
* [ ] Style variants (solid, thin etc)
|
||||
- [ ] Radio boxes
|
||||
- [X] Radio boxes
|
||||
- [ ] Spark-lines
|
||||
- [X] Switch
|
||||
- [ ] Tabs
|
||||
|
||||
Reference in New Issue
Block a user