forked from mbk-lab/rui_orig
2
0
Fork 0

Update CHANGELOG.md

This commit is contained in:
anoshenko 2023-04-25 17:30:21 +03:00
parent a83d634f54
commit 677e0e8692
1 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,13 @@
# v0.13.0
* Added ViewIndex function to ViewsContainer interface
* Added "tooltip" property and GetTooltip function
* Added "outline-offset" property and GetOutlineOffset function
* Changed the main event listener format for "drop-down-event", "edit-text-changed",
"color-changed", "number-changed", "date-changed", and "time-changed" events.
Old format is "<listener>(<view>, <new value>)", new format is "<listener>(<view>, <new value>, <old value>)"
* Bug fixing
# v0.12.0
* Added SvgImageView