Skip to content

Releases: mendix/list-view-controls

App store release v1.3.16

Choose a tag to compare

@diego-antonelli diego-antonelli released this 20 Sep 07:56
e516e50

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

Choose a tag to compare

@diego-antonelli diego-antonelli released this 28 Jun 14:48
d1d1c99

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

Choose a tag to compare

@diego-antonelli diego-antonelli released this 22 Jun 14:21
f1d42a6

Fixed

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

App store release v1.3.13

Choose a tag to compare

@Keraito Keraito released this 02 Jun 07:49
dba287f

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

Choose a tag to compare

@Keraito Keraito released this 27 May 08:25
c2721f1

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

Choose a tag to compare

@Keraito Keraito released this 10 May 08:19
1f3cef0
  • 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

Choose a tag to compare

@mmehmetAliIzci mmehmetAliIzci released this 08 Jan 12:34
e1cfe0b
  • 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

Choose a tag to compare

@IIsaku IIsaku released this 16 Dec 14:28

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

Choose a tag to compare

@mmehmetAliIzci mmehmetAliIzci released this 09 Jul 09:54
797c42f
  • We fixed an unexpected regression bug introduced in v.1.3.7 where you could not combine filters.

App store release v1.3.7

Choose a tag to compare

@diego-antonelli diego-antonelli released this 20 May 13:20
55c7ea9

Improvements

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