Releases: mendix/listview-swipe
Releases · mendix/listview-swipe
App store release v1.2.0
- 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-foregroundin the foreground container to make it work. - New feature: You can now temporary disable swipe direction by adding a class
widget-listview-swipe-disabled-leftorwidget-listview-swipe-disabled-right
App store release v1.1.1
Last version did not run with with bundled widget.js Preventing source minification solved this issue.
App store release v1.1.0
- 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
Stick to button swipe takes padding into account when the list view is not full screen width. Fixes GitHub issue #3.
Improve default styling
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
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