2022-04-14 12:05:45 +03:00
|
|
|
# v0.6.0
|
|
|
|
|
|
|
|
* Added "user-data" property
|
|
|
|
* Added "focusable" property
|
2022-05-12 11:15:22 +03:00
|
|
|
* Added "disabled-items" property to DropDownList
|
|
|
|
* Added ReloadTableViewData, AllImageResources, NamedColors functions
|
2022-05-12 11:05:50 +03:00
|
|
|
* Added Theme interface, NewTheme, CreateThemeFromText, and AddTheme functions
|
2022-05-12 11:15:22 +03:00
|
|
|
* Added image constants to the theme
|
|
|
|
* Changed BackgroundGradientPoint struct
|
|
|
|
* Added the background conic gradient
|
2022-04-14 12:05:45 +03:00
|
|
|
|
2022-01-15 01:20:04 +03:00
|
|
|
# v0.5.0
|
|
|
|
|
2022-01-30 00:25:46 +03:00
|
|
|
* NewApplication function and Start function of the Application interface were replaced by StartApp function
|
2022-01-15 01:20:04 +03:00
|
|
|
* Added HasFocus function to the View interface
|
2022-01-30 00:02:38 +03:00
|
|
|
* Added the UserAgent function to the Session interface
|
2022-01-17 03:11:23 +03:00
|
|
|
* Added the following properties to TableView: "selection-mode", "allow-selection", "current", "current-style", "current-inactive-style"
|
2022-01-17 14:59:32 +03:00
|
|
|
* Added the following events to TableView: "table-cell-selected", "table-cell-clicked", "table-row-selected", "table-row-clicked"
|
2022-01-17 03:11:23 +03:00
|
|
|
* Bug fixing
|
2022-01-15 01:20:04 +03:00
|
|
|
|
2021-11-20 14:22:00 +03:00
|
|
|
# v0.4.0
|
|
|
|
|
|
|
|
* Added SetTitle and SetTitleColor function to the Session interface
|
|
|
|
* Added a listener for changing a view property value
|
|
|
|
* Added the "current" property to StackLayout
|
2021-11-20 19:51:51 +03:00
|
|
|
* GetDropDownCurrent and GetListViewCurrent functions replaced by the GetCurrent function
|
2021-11-20 14:22:00 +03:00
|
|
|
* Updated TabsLayout
|
|
|
|
* Bug fixing
|
|
|
|
|
2021-11-07 18:40:45 +03:00
|
|
|
# v0.3.0
|
|
|
|
|
|
|
|
* Added FilePicker
|
|
|
|
* Added DownloadFile and DownloadFileData function to the Session interface
|
|
|
|
* Updated comments and readme
|
|
|
|
* Added the FilePicker example to the demo
|
|
|
|
* Bug fixing
|
|
|
|
|
|
|
|
# v0.2.0
|
|
|
|
|
|
|
|
* Added "animation" and "transition" properties, Animation interface, animation events
|
|
|
|
* Renamed ColorPropery constant to ColorTag
|
|
|
|
* Updated readme
|
|
|
|
* Added the Animation example to the demo
|
|
|
|
* Bug fixing
|
|
|
|
|
|
|
|
# v0.1.1
|
|
|
|
|
|
|
|
* Bug fixing
|