forked from mbk-lab/rui_orig
Update CHANGELOG.md
This commit is contained in:
parent
a83d634f54
commit
677e0e8692
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue