Skip to content

Releases: marekrozmus/react-swipeable-list

v1.10.0

11 Oct 18:31
Compare
Choose a tag to compare
  • Merge pull request #65 from marekrozmus/fix_for_issue_64 7ae89e4
  • feat: add opt out mouse events prop c25020b

v1.9.3...v1.10.0

v1.9.3

04 Nov 11:33
Compare
Choose a tag to compare
  • Merge pull request #60 from marekrozmus/all-contributors/add-Starly26 80245ac
  • docs: update .all-contributorsrc [skip ci] 1842f6a
  • docs: update README.md [skip ci] 731d350
  • Merge pull request #59 from marekrozmus/fix_for_issue_53 39de509
  • fix(53): use correct id for clicked item ebec501

v1.9.2...v1.9.3

v1.9.2

04 Nov 10:40
Compare
Choose a tag to compare
  • Merge pull request #58 from marekrozmus/all-contributors/add-RaulEscobarRivas 3a90c87
  • docs: update .all-contributorsrc [skip ci] adaf3ce
  • docs: update README.md [skip ci] fbe6faf
  • Merge pull request #57 from marekrozmus/fix_for_issue_50 733ca47
  • fix: make maxSwipe optional b84d5d6

v1.9.1...v1.9.2

v1.9.1

13 Aug 19:32
Compare
Choose a tag to compare
  • Merge pull request #48 from marekrozmus/all-contributors/add-canberkakartuna b8feca0
  • docs: update .all-contributorsrc [skip ci] 51988cd
  • docs: update README.md [skip ci] 099f2a5
  • Merge pull request #47 from marekrozmus/fix_for_issue_35 e66212c
  • fix(35): fix onClick handler 4d1f8b1

v1.9.0...v1.9.1

v1.9.0

13 Aug 16:25
Compare
Choose a tag to compare
  • 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...v1.9.0

v1.8.1

24 Jun 14:32
Compare
Choose a tag to compare
  • 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.8.1

v1.8.0

23 Apr 10:48
Compare
Choose a tag to compare
  • Merge pull request #38 from marekrozmus/fix_for_issue_37 4d85688
  • Fix for hiding actions if other list item used bb14dfe
  • Update example app to use latest version 31593d9

v1.7.2...v1.8.0

v1.7.2

26 Feb 17:21
Compare
Choose a tag to compare
  • Merge pull request #34 from marekrozmus/fix_for_issue_23 6e271ce
  • Fix for non-passive event warning c202f19

v1.7.1...v1.7.2

Add className property to SwipeableListProps

03 Dec 01:25
Compare
Choose a tag to compare
  • 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

v1.7.0...v1.7.1

Add actionDelay parameter

13 Nov 21:12
Compare
Choose a tag to compare
  • Merge pull request #28 from marekrozmus/fix_for_issue_27 f869587
  • Add actionDelay parameter 70ce3c0

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.

v1.6.0...v1.7.0