Skip to content

Releases: mendix/list-view-controls

App store release v1.3.6

24 Apr 08:05
86da1ad
Compare
Choose a tag to compare

Bug fixes

  • We fixed an issue when combining multiple filters and sortings were just considering the last one applied. Fixes tickets #98384, #98391, #99375, #99657

App store release v1.3.5

30 Jan 07:42
Compare
Choose a tag to compare
  • Fix calculation of currentPageNumber (Fixing #57)
  • Add support for pageSize as it was documented
  • Remove use of deprecated mendix.lang.delay (Fixes #54)
  • Fix translations in Studio Pro 8.6 (Tickets #95625 and #95732)

App store release v1.3.4

13 Nov 11:04
Compare
Choose a tag to compare
  • Now the sorting works in combination with the standard Load more functionality (Fixes Support ticket #89139, GitHub issue #53).
  • We added docs for Header Sort (Fixes GitHub issue #52).
  • Prevent an incorrect error message when context was loading slow for Checkbox and Drop down Filter.

App store release v1.3.3

21 May 13:19
8930091
Compare
Choose a tag to compare
  • Now the initial sorting of the list view header is respected again. (Fixes support Ticket #82396)

App store release v1.3.2

08 May 07:20
Compare
Choose a tag to compare
  • Ignore warnings for unsupported list view controls. (Fixes support ticket #82814)

App store release v1.3.1

02 Apr 19:16
Compare
Choose a tag to compare
  • We now persist the original sort of a list view, when no sorting control is used to sort. (Fixes support ticket #80915)
  • Now the offset is preserved for non paged list views too, so Load more... items are showing still when navigating back to the list view (Fixes support ticket #81082 issue 1)
  • The Text box search is more patient, firing less requests will the user types (Fixes support ticket #81082 issue 2)
  • Now we are able to find the list view, even when you are navigating back to the page with the same layout (Fixes GitHub Issue #38 Thanks @tieniber )

App store release v1.3.0

14 Dec 14:26
9d80ce8
Compare
Choose a tag to compare
  • Now we can persist filters, search and sort state, on navigating to a detail page. When going back or closing the detail form the list view keeps the sorting, search and filters (Implements GitHub issue #26, Fixes issue #27, #33) Please note: that the state is only persisted when navigation back in browser history, and not persist in session, user configurations, after reload or re-opening the same page.
  • We add support for enumerations in drop down filter. (Implements GitHub issue #29)
  • Correct searching on ' character. (Fixes GitHub issue #30)

App store release

26 Sep 19:22
afb006e
Compare
Choose a tag to compare
  • Filter, text box search is now cleared correctly and when conditional visibility changes that filters (Resolves ticket #67963)

App store release v1.2.2

28 Aug 12:58
e8fe484
Compare
Choose a tag to compare

Pagination status text now showing correctly the page numbers, broken in 7.17.2 (Fixes GitHub issue #22 )

App store release v1.2.1

13 Jul 11:28
Compare
Choose a tag to compare
  • When list are sorted, the sorting is maintained when a filter is applied (Solves GitHub issue #19)
  • List view controls can be used in in a container that is initial invisible (Solves Ticket #65170)
  • Developer can run npm start again without errors (Solves GitHub issue #18)