Releases: akiran/react-slick
Releases · akiran/react-slick
0.27.4
Fixed an issue with uneven sets in focusOnSelect mode
0.27.3
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
Fixed bugs
- slick-current class not properly set on slides in infinite=false mode
- FocusOnSelect on the first slide doesn't work when infinite=false
0.27.1
Refactor to remove UNSAFE_componentWillMount usage
0.27.0
Removed usage of findDOMNode (deprecated API)
Merged PR: #1442
0.26.1
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
Bug fixes & improvements
- Removed unnecessary vendor prefixes
- Fix an issue with unslick in responsive mode. #1663
- Fix an issue with ltr
0.25.0
Added UNSAFE_ prefix to deprecated lifecycle methods to avoid warnings from React 16.9
Bug fixes
#1562