React Slick Versions Save

React carousel component

0.27.6

3 years ago

0.27.5

3 years ago

0.27.4

3 years ago

Fixed an issue with uneven sets in focusOnSelect mode

0.27.3

3 years ago

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

3 years ago

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

3 years ago

Refactor to remove UNSAFE_componentWillMount usage

0.27.0

3 years ago

Removed usage of findDOMNode (deprecated API)

Merged PR: #1442

0.26.1

4 years ago

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

4 years ago

Bug fixes & improvements

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

0.25.0

4 years ago

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

Bug fixes #1562