Input implementation progress

This commit is contained in:
Insality
2020-04-18 00:45:18 +03:00
parent 08e93c7423
commit be26478c21
10 changed files with 105 additions and 23 deletions

13
docs_md/changelog.md Normal file
View 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