Update CHANGELOG.md
This commit is contained in:
parent
e7fd11f1aa
commit
e2c3bd429f
1 changed files with 6 additions and 2 deletions
|
@ -8,8 +8,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
|
|
||||||
### Added ⭐
|
### Added ⭐
|
||||||
|
|
||||||
* You can now check if a `TextEdit` lost keyboard focus with `response.lost_kb_focus`.
|
* `TextEdit` improvements:
|
||||||
* Added `ui.text_edit_singleline` and `ui.text_edit_multiline`.
|
* Much improved text editing, with better navigation and selection.
|
||||||
|
* Move focus between `TextEdit` widgets with tab and shift-tab.
|
||||||
|
* Undo edtis in a `TextEdit`.
|
||||||
|
* You can now check if a `TextEdit` lost keyboard focus with `response.lost_kb_focus`.
|
||||||
|
* Added `ui.text_edit_singleline` and `ui.text_edit_multiline`.
|
||||||
|
|
||||||
### Changed 🔧
|
### Changed 🔧
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue