Skip to content

Releases: akiran/react-slick

0.27.6

11 Aug 17:16
Compare
Choose a tag to compare
release 0.27.6

0.27.5

11 Aug 13:30
Compare
Choose a tag to compare
release 0.27.5

0.27.4

09 Aug 06:00
1d881a1
Compare
Choose a tag to compare

Fixed an issue with uneven sets in focusOnSelect mode

0.27.3

05 Aug 14:13
d17c1f1
Compare
Choose a tag to compare

Fixed bug: slick-current set on the last slide instead of the first slide when the first slide is dragged left to right in infinite=false mode

0.27.2

05 Aug 14:11
Compare
Choose a tag to compare

Fixed bugs

  1. slick-current class not properly set on slides in infinite=false mode
  2. FocusOnSelect on the first slide doesn't work when infinite=false

0.27.1

26 Jul 07:12
8ae0e38
Compare
Choose a tag to compare

Refactor to remove UNSAFE_componentWillMount usage

0.27.0

17 Jul 10:01
Compare
Choose a tag to compare

Removed usage of findDOMNode (deprecated API)

Merged PR: #1442

0.26.1

11 May 19:32
Compare
Choose a tag to compare

Bug fixes and improvements

  • Disconnecting ResizeObserver to fix memory leak issue
  • Fix an issue with image loading. #1356
  • undoing #1781 as it is breaking rtl

Merged PRs
#1703 #1723

0.26.0

11 May 17:32
Compare
Choose a tag to compare

Bug fixes & improvements

  • Removed unnecessary vendor prefixes
  • Fix an issue with unslick in responsive mode. #1663
  • Fix an issue with ltr

0.25.0

10 Aug 19:29
Compare
Choose a tag to compare

Added UNSAFE_ prefix to deprecated lifecycle methods to avoid warnings from React 16.9

Bug fixes
#1562