mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 12:50:04 -04:00
Update CHANGELOG.md
This commit is contained in:
@@ -8,8 +8,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
|
||||
### Added ⭐
|
||||
|
||||
* 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`.
|
||||
* `TextEdit` improvements:
|
||||
* 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 🔧
|
||||
|
||||
|
||||
Reference in New Issue
Block a user