Releases: marekrozmus/react-swipeable-list
Releases · marekrozmus/react-swipeable-list
v1.10.0
v1.9.3
v1.9.2
v1.9.1
v1.9.0
- Merge pull request #46 from marekrozmus/all-contributors/add-lucaskab a13a25e
- docs: update .all-contributorsrc [skip ci] 09b3a85
- docs: update README.md [skip ci] ea0ec86
- Merge pull request #45 from marekrozmus/fix_for_issue_43 0b5e3f6
- fix(43): Update typings bbb26be
- feat(43): Add max swipe prop e4c2727
v1.8.1
- Merge pull request #42 from marekrozmus/update_unit_tests_for_actions e0b3653
- Update unit tests for actions 03d4f48
- Merge pull request #41 from marekrozmus/all-contributors/add-ArondeParon 19ac63b
- docs: update .all-contributorsrc [skip ci] 5d17892
- docs: update README.md [skip ci] 2a3e7a1
- Merge pull request #40 from ArondeParon/main 39cebe6
- Allow
null
values in trailing and leading actions 2678bdc - Update README.md 38a60e5
v1.8.0
v1.7.2
Add className property to SwipeableListProps
- Merge pull request #31 from marekrozmus/all-contributors/add-elmesaoudee 273810c
- Merge pull request #30 from elmesaoudee/main 0ca07ff
- docs: update .all-contributorsrc [skip ci] fc7257d
- docs: update README.md [skip ci] e15cc97
- Add className property to SwipeableListProps for grid alignment needs ae8518b
Add actionDelay parameter
The actionDelay
parameter might be useful when you want to delay the return animation and the action triggering. E.g. after icon action animation is done.