The releases below are incremental releases listed in descending order (with respect to date released):

1.3.1.M5

  • General Changes

    • Added an enhancement to improve performance on ParamValues Lookup from Cache #567, #583

    • Added logs for BPMN cache issue resolving #611

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 with ZonedDateTime 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 the Grid.loaderIcon attribute.

1.3.1.M2

  • Bug Fixes

    • Fixed an issue where removing @Grid line items was throwing a browser console error. #540

    • Fixed an issue where @Checkbox was not displaying the required asterisk when combined with @NotNull. #539

1.3.1.M1

  • General Changes

    • Performance changes introduced in from 1.1.14 have also been migrated in this version. Please see the 1.1.14 release notes for more details.

    • Added better exception messages to help aid in debugging common configuration issues #494, #502

  • View Config Annotations

    • @Grid

      • Client-side validation is now supported when using editRow/addRow features #486

    • @ComboBox

      • Added support for @ComboBox to be able to add a default selection item to the top of the rendered list #489

  • 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