The releases below are incremental releases listed in descending order (with respect to date released):
1.3.1.M5
1.3.1.M4
-
Bug Fixes
-
Fixed an issue where the
@Grid
loading icon was too small by default 0b44b78 -
Fixed an issue where
@Grid
multiselect was not working properly when used with server side pagination #565 -
Fixed an issue for
@PickList
where the selecting more than one item to be moved from source to target was only sending the first selected value to the server #562 -
Fixed an issue for
@PickList
where the filter functionality was not working in some scenarios #563 -
Fixed an issue where using
@Grid
filter withZonedDateTime
was not working with<!filterCriteria!>
#568 -
Fixed an issue where
@Button
was not being enabled after the first click #590
-
1.3.1.M3
-
View Config Annotations
-
@Grid
-
Added support for
@Calendar
when using the editRow feature of@Grid
#528
-
-
-
Bug Fixes
-
Fixed an issue where
@Link
was intermittently throwing a non-breaking console error in the browser #548 -
Fixed a styling issue where
@CardDetail
in@GridRowBody
was causing incorrect text wrapping #546 -
Fixed an issue with
@Grid
where loading of the data was sometimes not showing the loader icon #543-
@Grid
will now always show it’s own custom loader icon until the data refresh is done. The loader icon can be configured via theGrid.loaderIcon
attribute.
-
-
1.3.1.M2
1.3.1.M1
-
General Changes
-
View Config Annotations
-
Bug Fixes
-
Fixed an issue where invoking
_get
on an external webservice domain was not working properly. #505 -
Fixed the issue of grid filters not supporting copy/paste from clipboard
-
Fixed the issue of combobox not showing the value selected when configured as datatype other than string
-