mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 18:12:19 +02:00
Input implementation progress
This commit is contained in:
13
docs_md/changelog.md
Normal file
13
docs_md/changelog.md
Normal file
@@ -0,0 +1,13 @@
|
||||
Druid 0.3.0:
|
||||
|
||||
- Add swipe basic component
|
||||
- Swipe component handle simple swipe gestures on node. It has single callback with direction on swipe. You can adjust a several parameters of swipe in druid style.
|
||||
|
||||
- Add input basic component
|
||||
- Input component handle user text input. Input contains from button and text component. Button needed for selecting input field
|
||||
|
||||
- Add button on_click_outside event. You can subscribe on this event in button. Was needed for Input component (click outside to deselect input field).
|
||||
|
||||
- Changed input binding settings. Add backspace, enter, text and marked_text. Backspace now is different from android back button.
|
||||
|
||||
- Add several examples to druid-assets
|
Reference in New Issue
Block a user