Skip to content

Releases: mendix/list-view-controls

App store release v1.3.16

20 Sep 07:56
e516e50
Compare
Choose a tag to compare

We fixed a rendering (displaying) problem when applying drop-down filter and combining with pluggable widgets content (Ticket #130259).

App store release v1.3.15

28 Jun 14:48
d1d1c99
Compare
Choose a tag to compare

Fixed

  • We fixed a regression introduced in v1.3.10 which causes Header Sort and Drop down Sort to not keep the list view sorted when pressing back button.

App store release v1.3.14

22 Jun 14:21
f1d42a6
Compare
Choose a tag to compare

Fixed

  • We fixed all logger deprecated warnings being thrown during the execution.

App store release v1.3.13

02 Jun 07:49
dba287f
Compare
Choose a tag to compare

Fixed

  • Fixed an issue introduced in v1.3.12 where if the list view's search is not enabled, then the widget would error on any list view control widget interaction.

App store release v1.3.12

27 May 08:25
c2721f1
Compare
Choose a tag to compare

Fixed

  • Fixed an issue introduced in v1.3.11 where using a list view control widget multiple times would accumulate its constraints instead of replacing them.
  • Fixed an issue where the list view control widgets constraints are combined incorrectly with the integrated list view search's constraints, losing context in-between.

App store release v1.3.11

10 May 08:19
1f3cef0
Compare
Choose a tag to compare
  • Fixed an issue where combining list view filtering with pagination sort would reset all the filters. (Fixes Ticket #119143)

App store release v1.3.10

08 Jan 12:34
e1cfe0b
Compare
Choose a tag to compare
  • We fixed an issue where pagination widget would change the corresponding listview's ordering in a particular scenario.
    (Fixes ticket 113097)

App store release v1.3.9

16 Dec 14:28
Compare
Choose a tag to compare

Fixes Text box search widget when searching for enumerations. The widget will now search case-insensitively on the captions of enumerations instead of the name.

App store release v1.3.8

09 Jul 09:54
797c42f
Compare
Choose a tag to compare
  • We fixed an unexpected regression bug introduced in v.1.3.7 where you could not combine filters.

App store release v1.3.7

20 May 13:20
55c7ea9
Compare
Choose a tag to compare

Improvements

  • We improved the accessibility of pagination widget. Now the widget is fully accessible according to WGAC standards. Fixes ticket #97697