Skip to content

Releases: mendix/listview-swipe

App store release v1.2.0

30 Aug 18:12

Choose a tag to compare

  • Added support for Mendix 8. This is a breaking changes if you use background containers, you now need to set an additional class widget-listview-swipe-foreground in the foreground container to make it work.
  • New feature: You can now temporary disable swipe direction by adding a class widget-listview-swipe-disabled-left or widget-listview-swipe-disabled-right

App store release v1.1.1

26 Oct 07:20
b4017a7

Choose a tag to compare

Last version did not run with with bundled widget.js Preventing source minification solved this issue.

App store release v1.1.0

26 Sep 18:37
474fbcc

Choose a tag to compare

  • Add nanoflow swipe action support. This can be used to trigger nanoflow an a swipe event
  • Add disable swipe class. This can be used to (conditional) disable swipe event on a item from the list view, a useful feature when editing an item.

App store release v1.0.2

17 Apr 13:39

Choose a tag to compare

Stick to button swipe takes padding into account when the list view is not full screen width. Fixes GitHub issue #3.

Improve default styling

14 Apr 06:15

Choose a tag to compare

Improve the styling like padding, alignment of buttons and and text placed inside the swipe component and after swipe component.

  • Content in swipe containers is vertically centered
  • Content in shared container is horizontal centered
  • Padding left right is added to containers

There is no padding of the button wich is the first element in a swipe right container, or the last button on swipe left container

Initial list view swipe

31 Mar 13:03

Choose a tag to compare

Enable swipe action on a list view

  • Open Page after an item is swiped
  • Execute a microflow after an item is swiped
  • Show button behind a list view item
  • Make item gradually transparent during swiping
  • Animation:
    • Stick to background buttons (for more options)
    • Hide of the item after swipe (for delete)
    • Reset it to original position (for open page)
    • Move back (for toggle)
    • Move out (for more information)
  • Add background in a list view item
  • Add background to be shown after swipe
  • Items swiped out less the 30% will be canceled
  • List view click action and button on the foreground can be used as normal